@charset "UTF-8";
/* Documento CSS
Autor : QuieroWeb
Autor-p ágina web : QuieroWeb . com . mx
Nombre de plantilla : Consort
Todos los derechos reservados */
/* Global */

body{
  background: url(../images/fondo.png ) #cccaca repeat-x top;
  font-family: arial;
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #000000;
  }
h1{
  margin: 0 0 0 -5px;
}
a{
    color: #000;
    text-decoration:none;
}
a:hover{
    color: #000;
    text-decoration:underline;
}
a : link {
  text-decoration: none;
  color: #5d5d5d;
}
td {
  vertical-align: top;
}
textarea {
  /* cambiar tama ño: none;  checar*/
  border: #888888 solid 1px ;
}
 /* QW global */
 .tittle-image{
   margin: 0 0 10px -20px;
   }
.width250 {
    width: 90%;
  margin:1px;
}
.padding3 {
     padding: 4px;
     }
.ancho300 {
  width: 290px}
.ancho250 {
    width: 100%;
    margin: 2px; }
.formulariorepertorio {
  margin: 30px 0 0 ;
  width: 800px;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 10px 0%;
  padding-left: 0%;
  padding-right: 0%;}
.form_container {
  margin: auto;
  width: 100%;
  }
.formulariorepertorio td {
  vertical-align: middle;}

tr td.formulariorepertorio {vertical-align:center;}
.comentariosrepertorio {width:90%; height:80px;}
.g-recaptcha{margin: 5px;}
.contgris {padding-top: 23px; padding-bottom: 23px; padding-left: 42px; background: #eeeeee; border-radius: 10px; width: 810px;}
.repmisa {padding-top: 5px; padding-bottom: 15px; padding-left: 5%; padding-right: 5%; background: #eeeeee; border-radius: 4px; width: 90%; height: 100%;}
p.repmisa {margin-top:0;}
/*ul.graphic li {background: url(../img/bgli.png) no-repeat left}*/

/* Menu*/
.contenedor-menu {
  z-index:999;
}

ul.menu {
  margin:2px;
  padding:0;
}

.main-menu {
    width: 900px;
    height: 36px;
    margin: 0;
    padding: 0;
    z-index: 999;
    background: black;
    border-radius: 35px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.main-menu ul li.first_ul {  text-shadow:#aaaaaa 1px 1px 2px;
}

.main-menu ul li:hover > ul,.main-menu ul li.hover > ul{
  visibility:visible;
}

.main-menu ul li.active, .main-menu ul li:hover, .main-menu ul li.active a, .main-menu ul li:hover a, .main-menu ul ul li.active, .main-menu ul ul li:hover, .main-menu ul ul li.active a, .main-menu ul ul li:hover a{
      color:#000000;
      background: #ffffff;
}

.main-menu ul ul li.active, .main-menu ul ul li:hover {background:transparent;}

.main-menu ul{
  list-style:none;
}

.main-menu ul li {
    position: relative;
    min-width: 10%;
    padding: 3px 15px;
    float: left;
    margin: 7px;
    text-align: left;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.main-menu ul li a {
  color:#ffffff;
  text-decoration:none;
}

.main-menu ul ul{
position: absolute;
    z-index: 999;
    background: #000000;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: auto;
    padding: 7px;
    border-radius: 0 0px 20px 20px;
}

.main-menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.main-menu ul li li{
    width: 220px;
    text-align: left;
    text-decoration: none;
    font-size: 0.8em;
    margin: 0;
    display: block;
    z-index: 999;
    padding: 7px;
}

.main-menu ul li li:hover{
  background: #ffffff;
}


.main-menu ul ul li, .main-menu ul ul ul li, .main-menu ul ul li a, .main-menu ul ul li ul li a, .main-menu ul ul ul li.deeper span  {
    color: #ffffff!important;
    background: transparent!important;
}


.main-menu ul ul li:hover a {
    color: #000000!important;
    background: #ffffff!important;
}


.main-menu ul ul li.active, .main-menu ul ul li:hover, .main-menu ul ul li.active a, .main-menu ul ul li.deeper span:hover, .main-menu ul ul ul li.active, .main-menu ul ul ul li:hover, .main-menu ul ul ul li.active a, .main-menu ul ul ul li:hover a, .main-menu ul ul ul li.deeper span:hover {
    color: #000000 !important;
    background: #ffffff !important;
}

/*Formulario*/
.contact_date{
  display: flex !important;
  text-align: left;
  }
.contact_date_info{
  margin-left: 1em;
  margin-right: 1em,
  }
#p1-dia, #p1-mes, #p1-anio, #p1-hora, #p1-minutos{
  height: 2em;
  }

/*reVaptcha Contacto*/
.captchaCentrado{
    position: relative;
    left: calc(50% - 150px);
}

/* Struct */
.wrapper {
  width:900px;
  margin:0 auto;
  /*overflow:hidden;*/
}


.encabezado {
  width: 900px;
  margin:0;
  overflow:hidden;
}

.logo {
}

.enc-right {
  float:right;
}

.slide-zone {
  margin-top:0px;
  margin-bottom:0px;
}

.slide {}

.contenedor-contenido {
    min-height: 30px;
    /*overflow: hidden;*/
    padding-top: 10px;
    background: #ffffff;
    box-shadow: 5px 8px 26px #000000;
}

.contenido {
  margin:13px 30px 13px;
  font-size:14px;
}

.privacidad {
    font-size: 12px;
    text-align: center;
    clear: both;
    margin: 30px 0px;
    padding: 30px;
    }

.footer {
  position:relative;
  overflow:hidden;
  width:100%;
  min-width:900px;
  bottom:0px;
}

.footer-left {
  float:left;
  width:33%;
  min-height:1px;
  text-align:left;
}
.footer-center {
  float:left;
  min-width:34%;
  min-height:1px;
  padding-top:50px;
  text-align:center;
  font-weight:bold;
 }
.footer-right {
  float:right;
  min-width:33%;
  min-height:1px;
  text-align:right;
}

.part50 img, .part50 {
  max-width: 95%;
}
.textarea{
  width: 90%;
  border-radius: 3px;
  }

.margin-t-10 {
    margin: 17px 0px;
}

iframe {
    max-width: 100%;
}


.row {
    overflow: hidden;
    display: table;
    height: 100%;
    width: 100%;
}

.part50 {
    width: 100%;
    margin: 10px 1%;
    float: left;
    overflow: hidden;
    display: table-cell;
    height: 100%;
    vertical-align: top;
}



ul.graphic li a, ul.graphic li a.sm2_link, ul.graphic input {
    padding-top: 7px!important;
    padding-bottom: 7px!important;
}

ul.graphic li a, ul.graphic li a.sm2_link {
  min-width: 18em!important;
  padding-top:7px;
  padding-bottom:7px;
  background-color: #d2d1d2 !important;
  color: #221e1f !important;
}
ul.graphic input {
    float: none;
}


.tab-content {
    display: flex;
}


@media (max-width: 979px) {

  .row, .part50 {display: block;}

   .part50 {
      width: 98%;
      margin: 10px 1%;
      float: none;
      overflow: hidden;
  }
  .main-menu ul li {
    min-width: 0%;
    padding: 3px calc(2% - 5px);}
  .main-menu {width: auto;}
  .wrapper,.encabezado {width:100%;}
  .contenedor-menu, .contenedor-contenido {
    max-width: 90%;
      margin: auto;}
  .footer {min-width: 0px;}
  .footer-left, .footer-right {min-width: 0px;}
  .footer-center {width: 100%;}

   .comentario{
    width: 85%;
    margin: 10px 0%;
  }
}

@media (max-width: 750px) {
.captcha_cont {
transform: scale(.8) !important;
}
.formulariorepertorio{
  display: block;
  }
#comentarios{
  width:90%
  }

  .main-menu {
      height: auto;
      display: table;
      min-width: 100%;
      border-radius: 12px;
      text-align: center;
  }
  .main-menu ul li {
    min-width: 0%;
      width: 84%;
      margin: 5px auto;
      float: none;
    }

    .main-menu ul li a {
}

    .main-menu ul li:hover > ul, .main-menu ul li.hover > ul {
      visibility: visible;
      position: relative;
      border-radius: 10px;
  }
  .main-menu ul li li {
    width: 85%;
    margin: 5px auto;
    float: none;
}

  .contenedor-menu {margin-bottom: 20px;}
}

/*Acordeon style*/
.tabs{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }

  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }
  .tab-label {
    display: flex;
    text-align: initial;
    justify-content: space-between;
    padding: 17px;
    padding-left: 4em;
    background: #221e1f;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
  }
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }

  .graphic{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  input:checked + .tab-label {
    background: #221e1f;
  }
  input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  input:checked ~ .tab-content {
    background: #f0eeef;
    max-height: 100vh;
    padding: 1em;
  }
#rd1,  #rd2,  #rd3,  #rd4,  #rd5,  #rd6,  #rd7,  #rd8,  #rd9,  #rd10,  #rd11, #rd12{
    display: none;
  }
.tab:nth-child(1):before {
    content: "I";
}
.tab:nth-child(2):before {
    content: "II";
}
.tab:nth-child(3):before {
    content: "III";
}
.tab:nth-child(4):before {
    content: "IV";
}
.tab:nth-child(5):before {
    content: "V";
}
.tab:nth-child(6):before {
    content: "VI";
}
.tab:nth-child(7):before {
    content: "VII";
}
.tab:nth-child(8):before {
    content: "VIII";
}
.tab:nth-child(9):before {
    content: "IX";
}
.tab:nth-child(10):before {
    content: "X";
}
.tab:nth-child(11):before {
    content: "XI";
}
.tab:nth-child(12):before {
    content: "XII";
}
.tab:nth-child(13):before {
    content: "XIII";
}
.tab:nth-child(14):before {
    content: "XIV";
}
.tab:nth-child(15):before {
    content: "XV";
}

.tab:before {
  position: absolute;
  background: #636162;
  color: #ffffff;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
  border-radius: 50%;
  padding-top: 13px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  margin: 5px;
  font-size: 13px;
  left: 0; }

@media (max-width: 425px){
.captcha_cont {
  transform-origin: center;
transform: scale(.6) !important;
}
}

/* VVV--button--VVV */
                .wa__button{
                    position: relative;
                    width: 300px;
                    min-height: 64px;
                    display: block;
                    font-family: Arial,Helvetica,sans-serif;
                    text-decoration: none;
                    color: #fff;
                    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
                    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
                    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
                }
                .wa__btn_txt{
                    display: inline-block;
                    font-size: 12px;
                    line-height: 1.33em;
                }
                
                .wa__btn_w_icon .wa__btn_txt{
                    padding: 16px 20px 15px 71px;
                }
                
                .wa__button_text_only .wa__btn_txt,
                .wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
                .wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
                    padding-top: 25px;
                    padding-bottom: 24px;
                }
                
                
                
                .wa__btn_w_icon .wa__btn_txt .wa__btn_title{
                    font-weight: 600;
                    padding-left: 2px;
                    font-size: 14px;
                }
                
                .wa__cs_info{
                    margin-bottom: 2px
                }
                
                .wa__btn_status{
                    color: #F5A623;
                    font-size: 9px;
                    padding: 2px 0 0;
                    font-weight: 700;
                }
                
                .wa__cs_info .wa__cs_name,
                .wa__cs_info .wa__cs_status{
                    display: inline-block;
                }
                
                .wa__cs_info .wa__cs_name{
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 1.36em;
                }
                
                .wa__stt_online .wa__cs_info .wa__cs_name{
                    color: #d5f0d9
                }
                
                .wa__stt_offline .wa__cs_info .wa__cs_name{
                    color: #76787d;
                }
                
                .wa__cs_info .wa__cs_status{
                    width: 36px;
                    height: 14px;
                    margin-left: 3px;
                    padding: 1px;
                    font-size: 9px;
                    line-height: 1.34em;
                    border-radius: 5px;
                    color: rgba(255,255,255,0.98);
                    position: relative;
                    top: -1px;
                    left: 0px;
                    text-align: center;
                }
                
                .wa__stt_online .wa__cs_info .wa__cs_status{
                    background: #62c971;
                }
                
                .wa__stt_offline .wa__cs_info .wa__cs_status{
                    background: #b9bbbe;
                }
                
                
                .wa__stt_online{
                    background: #2DB742;
                    cursor: pointer;
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    backface-visibility: hidden;
                    will-change: transform;
                }
                .wa__stt_online .wa__btn_txt{
                    position: relative;
                    z-index: 4;
                }
                .wa__r_button.wa__stt_online:before{
                    border-radius: 50vh;
                }
                .wa__sq_button.wa__stt_online:before{
                    border-radius: 5px;
                }
                .wa__stt_online:before{
                    content: '';
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    background: rgba(0,0,0,0.2);
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: -1;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    will-change: opacity;
                }
                .wa__button.wa__stt_online:focus,
                .wa__button.wa__stt_online:active,
                .wa__button.wa__stt_online:hover{
                    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
                    transform: translate(0,-3px);
                    -webkit-transform: translate(0,-3px);
                    -moz-transform: translate(0,-3px);
                    -ms-transform: translate(0,-3px);
                }
                .wa__button.wa__stt_online:focus:before,
                .wa__button.wa__stt_online:active:before,
                .wa__button.wa__stt_online:hover:before{
                    opacity: 1;
                }
                .wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    transition: 0.2s ease all;
                    -webkit-transition: 0.2s ease all;
                    -moz-transition: 0.2s ease all;
                }
                
                .wa__stt_offline{
                    background: #EBEDF0;
                    color: #595B60;
                    box-shadow: none;
                    cursor: initial;
                }
                
                .wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
                    padding: 8px 20px 6px 71px;
                }
                
                .wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
                    padding: 8px 20px 8px 100px
                }
                
                .wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
                    padding: 8px 20px 8px 70px;
                }
                
                .wa__btn_w_icon .wa__btn_icon{
                    position: absolute;
                    top: 50%;
                    left: 16px;
                    transform: translate(0,-50%);
                    -moz-transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%);
                }
                
                .wa__btn_w_icon .wa__btn_icon img{
                    width: 41px;
                    height: 69px;
                }
                
                .wa__btn_w_img{
                    position: relative;
                    width: 300px;
                    margin: 20px 0 20px;
                }
                
                .wa__btn_w_img .wa__cs_img{
                    position: absolute;
                    top: 50%;
                    left: 0px;
                    text-align: center;
                    transform: translate(0,-50%);
                	-webkit-transform: translate(0,-50%);
                	-moz-transform: translate(0,-50%);
                }
                .wa__btn_w_img .wa__cs_img_wrap{
                    width: 79px;
                    height: 79px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border: 3px solid #ffffff;
                    position: relative;
                    overflow: hidden;
                }
                .wa__btn_w_img .wa__cs_img img{
                    max-width: 100%;
                    height: auto;
                    transition: 0.2s ease transform;
                    -webkit-transition: 0.2s ease transform;
                    -moz-transition: 0.2s ease transform;
                }
                .wa__btn_w_img .wa__cs_img:after{
                    content: '';
                    background: #ffffff url('../img/whatsapp_logo_green.svg') center center no-repeat;
                    background-size: 21px;
                    display: block;
                    width: 27px;
                    height: 27px;
                    position: absolute;
                    top: 20px;
                    right: -14px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                }
                
                .wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
                    content: '';
                    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
                    background-size: 21px;
                    display: block;
                    width: 27px;
                    height: 27px;
                    position: absolute;
                    top: 20px;
                    right: -14px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
                }
                
                
                .wa__btn_w_img .wa__btn_txt{
                    padding:14px 20px 12px 103px;
                }
                
                .wa__r_button{
                    border-radius: 50vh;
                }
                
                .wa__sq_button{
                    border-radius: 5px;
                }
                
                .wa__sq_button.wa__btn_w_img{
                    width: 270px;
                    margin-left: 30px;
                }
                
                .wa__r_button.wa__btn_w_img .wa__cs_img{
                    left: -5px;
                }
                
                .wa__sq_button.wa__btn_w_img .wa__cs_img{
                    left: -35px;
                }
                
                .wa__sq_button.wa__btn_w_img .wa__btn_txt{
                    padding: 10px 20px 10px 70px;
                    display: table-cell;
                	vertical-align: middle;
                	height: 66px;
                }
                
                .wa__btn_txt .wa__btn_title{
                    font-weight: 600;
                }
                
                .wa__r_button.wa__btn_w_img .wa__btn_txt{
                    padding: 8px 20px 8px 100px;
                	display: table-cell;
                	vertical-align: middle;
                	height: 66px;
                }
                
                .wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
                    margin-left: 3px;
                }
                /* ^^^--button--^^^ */
                
                /* VVV--popup--VVV */
                
                .wa__popup_chat_box{
                    font-family: Arial,Helvetica,sans-serif;
                    width: 351px;
                    border-radius: 5px 5px 8px 8px;
                    -webkit-border-radius: 5px 5px 8px 8px;
                    -moz-border-radius: 5px 5px 8px 8px;
                    position: fixed;
                    overflow: hidden;
                    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
                    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
                    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
                    bottom: 120px;
                    right: 2.6em;
                    z-index: 998;
                    opacity: 0;
                    visibility: hidden;
                    -ms-transform: translate(0,50px);
                    transform: translate(0,50px);
                    -webkit-transform: translate(0,50px);
                    -moz-transform: translate(0,50px);
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    will-change: transform,visibility,opacity;
                    max-width: calc(100% - 50px);
                }
                .wa__popup_chat_box:hover,
                .wa__popup_chat_box:focus,
                .wa__popup_chat_box:active{
                    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
                    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
                    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
                }
                .wa__popup_chat_box.wa__active{
                    -ms-transform: translate(0,0);
                    transform: translate(0,0);
                    -webkit-transform: translate(0,0);
                    -moz-transform: translate(0,0);
                    visibility: visible;
                    opacity: 1;
                }
                .wa__popup_chat_box .wa__popup_heading{
                    position: relative;
                    padding: 15px 43px 17px 74px;
                    color: #d9ebc6;
                    background: #00d040;
                }
                .wa__popup_chat_box .wa__popup_heading_sm{
                    padding: 12px 15px 17px 74px;
                }
                .wa__popup_chat_box .wa__popup_heading:before{
                    content: '';
                    background: url('../images/whatsapp.svg') center top no-repeat;
                    background-size: 55px;
                    display: block;
                    width: 55px;
                    height: 55px;
                    position: absolute;
                    top: 20px;
                    left: 12px;
                }
                .wa__popup_chat_box .wa__popup_heading_sm:before{
                    top: 19px;
                    left: 11px;
                }
                
                .wa__popup_chat_box .wa__popup_heading .wa__popup_title{
                    padding-top: 2px;
                    padding-bottom: 3;
                    color: #ffffff;
                    font-size: 18px;
                    line-height: 24px;
                }
                
                .wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
                    padding-top: 4px;
                    font-size: 12px;
                    line-height: 20px;
                }
                .wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
                    padding-top: 0px;
                }
                
                .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
                    display: inline-block;
                    color: #ffffff;
                    text-decoration: none;
                }
                .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
                .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
                .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
                    text-decoration: underline;
                }
                
                .wa__popup_chat_box  .wa__popup_notice{
                    font-size: 11px;
                    color: #a5abb7;
                    font-weight: 500;
                    padding: 0 3px;
                }
                .wa__popup_chat_box .wa__popup_content{
                    background: #ffffff;
                    padding: 13px 20px 21px 19px;
                    text-align: center;
                }
                .wa__popup_chat_box .wa__popup_content_left{
                    text-align: left;
                }
                .wa__popup_chat_box .wa__popup_avatar{
                    position: absolute;
                    overflow: hidden;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    left: 12px;
                    top: 12px;
                }
                
                .wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
                    border-radius: unset;
                    -webkit-border-radius: unset;
                    -moz-border-radius: unset;
                }
                
                .wa__popup_chat_box .wa__stt{
                    padding: 13px 40px 12px 74px;
                    position: relative;
                    text-decoration: none;
                    display: table;
                    width: 100%;
                    border-left: 2px solid #2db742;
                    background: #f5f7f9;
                    border-radius: 2px 4px 2px 4px;
                    -webkit-border-radius: 2px 4px 2px 4px;
                    -moz-border-radius: 2px 4px 2px 4px;
                }
                .wa__popup_chat_box .wa__stt:after{
                    content: '';
                    background: url('../img/whatsapp_logo_green.svg') 0 0 no-repeat;
                    position: absolute;
                    right: 14px;
                    top: 26px;
                    width: 20px;
                    height: 20px;
                    background-size: 100% 100%;
                    -webkit-background-size: 100% 100%;
                    -moz-background-size: 100% 100%;
                }
                .wa__popup_chat_box .wa__stt.wa__stt_offline:after{
                    background-image: url('../img/whatsapp_logo_gray_sm.svg');
                }
                .wa__popup_chat_box .wa__stt.wa__stt_online{
                    transition: 0.2s ease all;
                    -webkit-transition: 0.2s ease all;
                    -moz-transition: 0.2s ease all;
                }
                .wa__popup_chat_box .wa__stt.wa__stt_online:hover,
                .wa__popup_chat_box .wa__stt.wa__stt_online:active,
                .wa__popup_chat_box .wa__stt.wa__stt_online:focus{
                    background: #ffffff;
                    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
                    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
                    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
                }
                .wa__popup_content_list .wa__popup_content_item{
                    margin: 14px 0 0;
                    transform: translate(0,20px);
                    -webkit-transform: translate(0,20px);
                    -moz-transform: translate(0,20px);
                    will-change: opacity,transform;
                    opacity: 0;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    transition-delay: 2.1s;
                    -webkit-transition-delay: 2.1s;
                    -moz-transition-delay: 2.1s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
                    transition-delay: 0.3s;
                    -webkit-transition-delay: 0.3s;
                    -moz-transition-delay: 0.3s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
                    transition-delay: 0.5s;
                    -webkit-transition-delay: 0.5s;
                    -moz-transition-delay: 0.5s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
                    transition-delay: 0.7s;
                    -webkit-transition-delay: 0.7s;
                    -moz-transition-delay: 0.7s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
                    transition-delay: 0.9s;
                    -webkit-transition-delay: 0.9s;
                    -moz-transition-delay: 0.9s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
                    transition-delay: 1.1s;
                    -webkit-transition-delay: 1.1s;
                    -moz-transition-delay: 1.1s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
                    transition-delay: 1.3s;
                    -webkit-transition-delay: 1.3s;
                    -moz-transition-delay: 1.3s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
                    transition-delay: 1.5s;
                    -webkit-transition-delay: 1.5s;
                    -moz-transition-delay: 1.5s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
                    transition-delay: 1.7s;
                    -webkit-transition-delay: 1.7s;
                    -moz-transition-delay: 1.7s;
                }
                .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
                    transition-delay: 1.9s;
                    -webkit-transition-delay: 1.9s;
                    -moz-transition-delay: 1.9s;
                }
                .wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
                    opacity: 1;
                    transform: translate(0,0);
                    -webkit-transform: translate(0,0);
                    -moz-transform: translate(0,0);
                }
                .wa__popup_content_list .wa__popup_content_item .wa__member_name{
                    font-size: 14px;
                    color: #363c47;
                    line-height: 1.188em !important;
                }
                .wa__popup_content_list .wa__popup_content_item .wa__member_duty{
                    font-size: 11px;
                    color: #989b9f;
                    padding: 2px 0 0;
                    line-height: 1.125em !important;
                }
                .wa__popup_content_list .wa__popup_content_item .wa__member_status{
                    color: #F5A623;
                    font-size: 10px;
                    padding: 5px 0 0;
                    line-height: 1.125em !important;
                }
                .wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
                    display: table-cell;
                    vertical-align: middle;
                    min-height: 48px;
                    height: 48px;
                }
                .wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
                    border-left-color: #c0c5ca;
                }
                .wa__popup_avt_list{
                    font-size: 0;
                    margin: 7px 0 24px;
                }
                .wa__popup_avt_list .wa__popup_avt_item{
                    display: inline-block;
                    position: relative;
                    width: 46px;
                }
                .wa__popup_avt_list .wa__popup_avt_img{
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    position: relative;
                    overflow: hidden;
                    border: 2px solid #ffffff;
                    left: -7px;
                }
                .wa__popup_call_btn{
                    background: #2db742;
                    color: #ffffff;
                    text-decoration: none;
                    display: inline-block;
                    width: 275px;
                    max-width: 100%;
                    font-size: 16px;
                    padding: 14px 10px;
                    border-radius: 24px;
                    -webkit-border-radius: 24px;
                    -moz-border-radius: 24px;
                    margin: 25px 0 15px;
                    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
                    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
                    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
                }
                .wa__popup_call_btn.wa__popup_call_btn_lg:before{
                    content: '';
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    position: relative;
                    background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
                    background-size: 100% 100%;
                    -webkit-background-size: 100% 100%;
                    -moz-background-size: 100% 100%;
                    vertical-align: top;
                    top: 0px;
                    margin-right: -19px;
                    left: -31px;
                    transition: 0.2s ease background-image;
                    -webkit-transition: 0.2s ease background-image;
                    -moz-transition: 0.2s ease background-image;
                }
                .wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
                .wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
                .wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
                    background-image: url('../img/whatsapp_logo.svg')
                }
                
                .wa__popup_chat_box_gray{
                    border-radius: 2px 2px 8px 8px;
                }
                
                .wa__popup_chat_box_gray .wa__popup_heading_gray{
                    background: #f8f8f8;
                    border-top: 3px solid #2db742;
                    color: #868c9a;
                    font-weight: 500;
                }
                .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
                    color: #595b60;
                }
                .wa__popup_chat_box_gray .wa__popup_heading_gray:before{
                    content: ''; 
                    background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
                    background-size: 33px;
                    display: block;
                    width: 55px;
                    height: 33px;
                    position: absolute;
                    top: 20px;
                    left: 12px;
                }
                .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
                    color: #595b60;
                }
                
                .wa__popup_chat_box_ct{
                    width: 384px;
                    text-align: center;
                }
                
                .wa__popup_chat_box_ct .wa__popup_heading_ct{
                    text-align: center;
                    padding: 18px 0 18px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_heading_ct:before {
                    content: '';
                    background: url(../img/whatsapp_logo.svg) center top no-repeat;
                    background-size: 30px;
                    display: block;
                    width: 30px;
                    height: 31px;
                    position: absolute;
                    top: 15px;
                    left: 72px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
                    padding-left: 22px;
                    padding-bottom: 14px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
                    margin-top: -5px;
                    line-height: 12px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
                    content: '';
                    clear: both;
                    display: block;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content{
                    background: #ffffff;
                    padding: 0 0 14px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
                    padding-top: 18px;
                    padding-bottom: 15px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item{
                    width: 33%;
                    float: left;
                    font-size: 10px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item a{
                    text-decoration: none;
                    color: #989b9f;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
                    padding-top: 8px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
                    color: #363c47;
                    font-size: 13px;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
                    color: #989b9f;
                    padding: 3px 0 0;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
                    color: #2db742;
                    font-size: 9px;
                    line-height: 12px;
                    display: inline-block;
                    padding: 3px 0 0 16px;
                    background: url('../images/whats.png') 0 3px no-repeat;
                    background-size: 12px auto;
                    -webkit-background-size: 12px auto;
                    -moz-background-size: 12px auto;
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
                    color: #f5a623;
                    font-size: 9px;
                    line-height: 12px;
                    padding: 2px 0 0;
                }
                
                
                .wa__popup_chat_box_ct .wa__popup_ct_avatar img{
                    border-radius: 50%
                }
                
                .wa__popup_chat_box_ct .wa__popup_ct_call_btn{
                    width: 97px;
                    font-size: 11px;
                    padding: 9px 10px 11px;
                    margin: 15px 0 15px;
                }
                
                /* ^^^--popup--^^^ */
                
                /* VVV--popup button--VVV */
                .wa__btn_popup{
                    position: fixed;
                    right: 2em;
                    bottom: 90px;
                    cursor: pointer;
                    font-family: Arial,Helvetica,sans-serif;
                    z-index: 999;
                }
                .wa__btn_popup .wa__btn_popup_icon{
                    width: 56px;
                    height: 56px;
                    background: #00d040;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
                    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
                    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
                }
                .wa__btn_popup .wa__btn_popup_icon:before{
                    content: '';
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background: transparent url('../images/whatsapp.svg') center center no-repeat;
                    background-size: 35px auto;
                    -webkit-background-size: 35px auto;
                    -moz-background-size: 35px auto;
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                }
                .wa__btn_popup .wa__btn_popup_icon:after{
                    content: '';
                    opacity: 0;
                    position: absolute;
                    z-index: 2;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background: transparent url('../images/x.svg') center center no-repeat;
                    background-size: 30px auto;
                    -webkit-background-size: 30px auto;
                    -moz-background-size: 30px auto;
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                    -ms-transform: scale(0) rotate(-360deg);
                    transform: scale(0) rotate(-360deg);
                    -webkit-transform: scale(0) rotate(-360deg);
                    -moz-transform: scale(0) rotate(-360deg);
                }
                .wa__btn_popup.wa__active .wa__btn_popup_icon:before{
                    opacity: 0;
                    -ms-transform: scale(0) rotate(360deg);
                    transform: scale(0) rotate(360deg);
                    -webkit-transform: scale(0) rotate(360deg);
                    -moz-transform: scale(0) rotate(360deg);
                }
                .wa__btn_popup.wa__active .wa__btn_popup_icon:after{
                    opacity: 1;
                    -ms-transform: scale(1) rotate(0deg);
                    transform: scale(1) rotate(0deg);
                    -webkit-transform: scale(1) rotate(0deg);
                    -moz-transform: scale(1) rotate(0deg);
                }
                .wa__btn_popup .wa__btn_popup_txt{
                    position: absolute;
                    width: 156px;
                    right: 100%;
                    background-color: #f5f7f9;
                    font-size: 12px;
                    color: #43474e;
                    /*top: 15px;*/
                    top: 7px;
                    /* top: 50%;
                    transform: translate(0,-50%);
                    -moz-transform: translate(0,-50%);
                    -webkit-transform: translate(0,-50%); */
                    padding: 7px 0 7px 12px;
                    margin-right: 7px;
                    letter-spacing: -0.03em;
                    border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    transition: 0.4s ease all;
                    -webkit-transition: 0.4s ease all;
                    -moz-transition: 0.4s ease all;
                }
                .wa__btn_popup.wa__active .wa__btn_popup_txt{
                    -ms-transform: translate(0,15px);
                    transform: translate(0,15px);
                    -webkit-transform: translate(0,15px);
                    -moz-transform: translate(0,15px);
                    opacity: 0;
                    visibility: hidden;
                }
                /* ^^^--popup button--^^^ */

#logo{
    position: relative;
}
#logo a, #footer-contact a{
        font-size:20px;
    }