@font-face{
  font-family: "angeles1";
  src: url("../fonts/voga.otf");
}
@font-face{
    font-family: "angeles2";
    src: url("../fonts/draft.otf");
  }
  @font-face{
    font-family: "angeles3";
    src: url("../fonts/Domine-Regular.ttf");
  }
  ::-webkit-scrollbar {
	width: 10px;
  }
  ::-webkit-scrollbar-track {
	background: #fff; 
  }
  ::-webkit-scrollbar-thumb {
    background: #c86b85;
    transition: .5s;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #e6a4b4;
    transition: .5s;
  }
.logo1{
    font-family: angeles1 ;
    font-size: 2em;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: .5s ease;
    border-bottom: solid 2px #c86b85;
}
.logo2{
    font-family: angeles2 ;
    left: 17%;
    font-size: 1em;
}
.fixedHeader .logo1{
    color: #fff;
    transition: .5s ease;
    border-bottom: solid 2px #333;
}
.fixedHeader .logo2{
    color: #fff;
    transition: .5s ease;
}
.header_01{
    transition: .5s ease;
}
.fixedHeader{
    background-color: #e6a4b4;
    width: 90%;
    margin-left: 5%;
    transition: .5s ease;
    margin-top: 1%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: .5s ease;
}
.mainmenu ul li a{
    color: #333;
    transition: .5s ease;
    font-family: angeles2;
}
.mainmenu ul li a:after{
    background: #c86b85;
}
.mainmenu ul li a:hover{
    color: #c86b85;
}
.fixedHeader .mainmenu ul li a{
    color: #fff;
    transition: .5s ease;
}
.fixedHeader .mainmenu ul li a:hover{
    color: #333;
}
.fixedHeader .mainmenu ul li a:after{
    background: #fff;
}
.responsive{
    display: none;
}
.anim{
    overflow: hidden;
}
.anim img{
    animation: intro2 25s linear infinite !important;
    
  }
  @keyframes intro2 {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }}
.tp-caption{
    font-family: angeles3; text-transform: uppercase
}
.btn-whatsapp {
	display: block;
	width: 75px;
	height: 75px;
	color: #333;
	position: fixed;
	right: 1%;
	bottom: 1%;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	z-index: 999;
	font-size: 70px !important;
	background-color:  #25d366;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
transition: ease .5s;
  }
  .btn-whatsapp i{
	color: #fff !important;
    transition: ease .5s;
    display: block;
    margin-top: 4%;
  }
  .btn-whatsapp:hover{
	background-color: #c86b85;
	transform: rotate(360deg);
	transition: ease .5s;
  }
  .social-bar {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icono {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.icono-facebook {
    background:  #c86b85;
}

.icono-twitter {
    background: #CAF55F;
}

.icono-youtube {
    background:  #CAF55F;
}

.icono-instagram {
    background: #f3d7ca;
}

.icono:first-child {
    border-radius: 1rem 0 0 0;
}

.icono:last-child {
    border-radius: 0 0 0 1rem;
}

.icono:hover {
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    color: #e6a4b4;
}
.btn-whatsapp span{
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: .3em;
  right: 2px;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transition: .5s ease;
  animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span{
  display: none !important;
  transition: .5s ease;
}
@keyframes iconw {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }}
.ready{
    background: url(../images/pixel-weave.png);
    background-color: #c86b85;
    animation: bg1 50s infinite  linear;
}
/* .sliderx::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .3;
} */

@keyframes bg1 {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
    }
}
.sec_title{
    font-size: 2em;
    font-family: angeles3;
    line-height: normal;
}
.commonSection{
    padding: 5% 0;
}
.commonSection2{
    padding: 5% 0 15% 0%;
}
.common_btn{
    font-family: angeles2;
    font-size: 1em !important;
    padding: 5% 5% !important;
}
.common_btn::after{
    background: #f3d7ca;
}
.common_btn i:hover{
    color: #333 !important;
}
.sec_desc{
    font-family: angeles2;
}
.sub_title{
    font-size: 1.5em;
    font-family: angeles2;
}
.ab_img2:after{
    border: 10px solid #c86b85;
}
.ab_img2{
    position: initial;
}
.ab_img2:after{
    display: none;
}
.funfact {
    background: url(../images/flowers.png);
    background-color: #D9D9D9;
    animation: bg2 100s infinite linear;
}
@keyframes bg2 {
	0% {
		background-position: -100% 0%;
	}
	50% {
		background-position: 0% 100%;
	}
	100% {
		background-position: -100% 0%;
    }
}
.singlefunfact h1{
    color: #c86b85;
}
.singlefunfact{
    padding-top: 0px;
}
.mainmenu ul ul.sub-menu{
    width: 400px;
    background-color: #f3d7ca;
}
.fixedHeader .mainmenu ul ul.sub-menu{
    background-color: #c86b85;
}
.singleClient a img{
    max-width: 50%;
}
.singlefunfact h3{
    color: #333;
    font-family: angeles2;
    font-size: .8em;
}
.testimoniTab ul li a span:after{
    background-color: #c86b85;
}
.sub_title{
    color: #c86b85;
}
.testi_con p{
    color: #333;
}
.testi_con span{
    color: #c86b85;
}
.testimoniTab ul li a .author_detail h5{
    color: #333;
}
.testimoniTab ul li a .author_detail h6{
    color: #c86b85;
}
.doctor{
    width: 10%;
    margin-bottom: .5%;
}
.aboutwidget .logo1{
    color: #fff;
}
.aboutwidget .logo2{
    color: #fff;
    left: 22%;
}
.asociaciones img{
    padding: 5%;
    width: 50%;
}
.asociaciones .spectop{
    margin-top: 3%;
}
.asociaciones .specwi img{
    width: 40%;
}
.anim2 img{
 animation: anim2 ease infinite 1s;
}
.service_section{
    background: none;
    background-color: #fff;
}
@keyframes anim2 {
	0% {
		transform: translatey(-2.5px);
	}
	50% {
		transform: translatey(2.5px);
	}
	100% {
		transform: translatey(-2.5px);
    }
}
.front{
    background-color: #c86b85;
    border-color: #e6a4b4;
}
.back{
    background-color: #e6a4b4;
    border-color: #c86b85;
}
.icon_box_1{
    margin-bottom: 10%;
}
.icon_box_1 .back h3, .icon_box_1 .front h3{
    margin-top: 5%;
    color: #fff;
}
.icon_box_1 .back h3{
    color: #333;
}
.icon_box_1 .back img, .icon_box_1 .front img{
    width: 200px;
    height: 200px;
}
.showit{
    left: 30px;
    background-color: #c86b85;}
.common_btn i{
    animation: anim2 ease infinite 1s;
}
.abci_content{
    text-align: center;
}
.abci_content{
    padding: 2% 5%;
    background-color: rgba(255, 255, 255, .8);}
    
    .footer_1{
        background: url(../images/asfalt-light.png);
        background-color: #111;
        animation: bg2 100s infinite linear;
    }
.abci_content h2{
    font-family: angeles3;
    font-size: 2em;
}
.abci_content h3{
    font-family: angeles2;
    font-size: 1em;
}
.abci_content p{
    font-family: angeles2;
}
.contact_widgets i{
    color: #c86b85;
    font-size: 1.5em;
}
.widget_title{
    font-family: angeles3;
}
.footer_1 .aboutwidget p{
    font-family: angeles2;
}
.footer_1 .contact_widgets p{
    font-family: angeles2;
}
.footer_1 .social_widget ul li a{
    font-family: angeles2;
}
.ready .common_btn{
    border-radius: 100px;
}
.common_btn{
    background-color: #fff;
    color: #333;
}
.common_btn:hover{
    color: #c86b85;
}
.common_btn:after{
    width: 0px;
    border-radius: 100px;
    background-color: #333;
}
.rev_slider .tp-caption.layer_2{
    font-size: 3em !important;
    line-height: normal !important;
}
.slidetext1{
    background-color: #333; padding: 0% !important; font-family: angeles2;
}
.slidetext2{
    background-color: #333; padding: 0% !important; font-family: angeles3; border-bottom: solid 5px #c86b85 !important;
    font-size: 1em !important;
    line-height: normal !important;
}
.singleClient_2:after{
    background-color: #c86b85;
}
.singleClient_2 i{
 color: #c86b85;
}
.input-form.reqError{
    border-color: #c86b85;
}
.input-form{
    border: solid 2px #333 !important;
}
.formulario{
    background-color: #c86b85;
    border-radius: 100px;
    color: #fff;
}
.common_btn.red_bg:after{
    background-color: #333;
}
.pageBanner{
    background: url(../images/flowers.png);
    background-color: #e6a4b4;
    animation: bg2 100s infinite linear;
}
.pageBanner{
    min-height: 0px !important;
    padding-top: 10%;
    padding-bottom: 5%;
}
.banner_content h1 {
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
}
.singlefunfact img{
    animation: anim3 1s infinite ease;
}
@keyframes anim3 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
    }
}
.singleFeature h3{
    font-family: angeles2;
    line-height: normal;
}
.nwbtn{
    padding: 28px 42.5px !important;
}
.ready p{
    color: #333;
    font-size: 1em;
}
.featured{
    background: url(../images/promobg.jpg) no-repeat fixed center / cover;
}
.featured .sec_title{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1em;
    border-bottom: 5px solid #EA6082;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
} 
.featured .sec_title span{
    background-color: #EA6082;
    padding: 0% 2%;
} 
.featured .sub_title{
    font-size: 1em;
    line-height: normal;
    padding: 5% 5% 10% 5%;
    background-color: rgba(234, 96, 130, 0.8);
    border-radius: 5px;
    color: #fff;
    border-bottom: 5px solid #CC91A0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 68% 75%, 52% 100%, 35% 75%, 0% 75%);
    }
    .featured .sub_title span{
        font-size: 2em;
        color: #fff;
        padding: 0% 2%;
        text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd;
    }
.whats{
    background-color: #25d366;
    border-radius: 100px;
    color: #fff;
}
.video video{
    border: 10px #E68CA2 solid;
}
.featured2{
    background: url(../images/promobg2.jpg) no-repeat fixed center / cover;
}
.featured2 .sec_title{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1em;
    border-bottom: 5px solid #EA6082;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
} 
.featured2 .sec_title span{
    background-color: #EA6082;
    padding: 0% 2%;
} 
.featured2 .sub_title{
    font-size: 1em;
    line-height: normal;
    padding: 5% 5% 10% 5%;
    background-color: rgba(234, 96, 130, 0.8);
    border-radius: 5px;
    color: #fff;
    border-bottom: 5px solid #CC91A0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 68% 75%, 52% 100%, 35% 75%, 0% 75%);
    }
    .featured2 .sub_title span{
        font-size: 2em;
        color: #fff;
        padding: 0% 2%;
        text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd;
    }
.whats{
    background-color: #25d366;
    border-radius: 100px;
    color: #fff;
}

.modal-dialog{
    width: 80% !important;
  }
  .modal-content{
    background-color: transparent;
    background: url(../images/covid.jpg);
    background-size: cover;
    text-align: center;
    border: #c86b85 solid 2px;
    padding: 5% 0%;
  }
  .modal-content .cta-three__btn{
    margin-bottom: 2%;
  }
  .modal-content h2{
    color: #c86b85;
    text-align: center;
    margin: 2% 0%;
  }
  .modal-content h3{
    text-align: center;
    color: #333;
    margin: 4% 0%;
  }
  .close{
    color: #333;
    font-size: 3em;
    opacity: .5;
  }
  .modal-content .common_btn{
      background-color: #c86b85;
      color: #fff;
      border-radius: 100px;
      padding: 2% 5% !important;
      height: auto !important;
  }
  .modal-content .marca{
      background-color: rgba(234, 96, 130, 0.8);
      padding: 1% 2%;
      color: #fff;
  }
  .modal-header .close {
    margin-top: -35%;
}
.modal-header .container{
    width: 100%;
}
@media (max-width: 430px){
    .modal-content .marca{
        line-height: 2em;
    }
    .modal-header .close{
        padding: 0px;
      }
      .modal-content h3{
        font-size: 1em !important;
      }
      .modal-content .cta-three__btn{
        font-size: .8em !important;
      }
      .modal-content{
        background-position: right;
      }
      .modal-dialog{
        width: 95% !important;
      }
    .featured .sub_title{
        font-size: 1em;
        line-height: normal;
        padding: 5% 5% 15% 5%;
        background-color: rgba(234, 96, 130, 0.8);
        border-radius: 0px;
        color: #fff;
        border-bottom: 5px solid #CC91A0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 68% 75%, 52% 100%, 35% 75%, 0% 75%);
        }
    .testimonial_2{
        text-align: center;
    }
    .pageBanner{
        min-height: 0px !important;
        padding-top: 50%;
        padding-bottom: 5%;
    }
    .rev_slider .tp-leftarrow.me_arrows:hover, .rev_slider .tp-rightarrow.me_arrows:hover{
        background-color: transparent !important;
    }
    .slidetext1{
        font-size: 1em !important;
    }
    .slidetext2{
        font-size: .8em !important;
    }
    .rev_slider .tp-caption.layer_2{
        font-size: 1.5em !important;
    }
    .slidertext{
        font-size: 20px !important;
    }
    .contact_widgets{
        text-align: center;
    }
    .social_widget{
        text-align: center;
    }
    .footer_1 .social_widget ul li a{
        text-align: center;
    }
    .aboutwidget .logo2 {
        color: #fff;
        left: 28%;
        top: 15%;
    }
    .funfact{
        margin-bottom: 60% !important;
    }
    .funfact2{
        margin-bottom: 10% !important;
    }
    .testi_con{
        padding-top: 5% !important;
    }
    .doctor{
        width: 40%;
        margin-bottom: 1%;
    }
    .navigator a{
        color: #333;
    }
    .logo2{
        left: 20%;
        top: 40%;
    }
    .mainmenu ul ul.sub-menu{
        width: 100%;
        background-color: #f3d7ca;
    }
    .mainmenu ul li a{
        color: #fff;
    }
    .ready_2 .common_btn, .ready .common_btn{
        float: none;
    }
    .logo1{
        font-size: 2em;
    }
    .fullwidth{
        display: none;
    }
    .responsive{
        display: block;
    }
    .common_btn{
        font-family: angeles2;
        font-size: 1em !important;
        padding: 8% 10% !important;
    }
    .modal-header .close {
        margin: 0px !important;
        padding: 0px;
        position: absolute;
        top: 1;
        top: 1px;
        right: 1px; }
}
