/********** Template CSS **********/

/*
	#E2E9EF - gris claro
	#AA53A1 - rosa
	#88A1B7 - gris foot
	#4FA4CB - azul menu
	#91ACC1 - gris titulo
	#3C4147 - gris letra general
	
 * */

:root {
    --primary: #AA53A1;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
    --azul: #4FA4CB;
}


@font-face {
  font-family: Antenna-Bold;
  src: url('../fonts/Antenna-Bold.otf');
}

@font-face {
  font-family: Antenna-Regular;
  src: url('../fonts/Antenna-Regular.otf');
}

@font-face {
  font-family: Antenna-RegularItalic;
  src: url('../fonts/Antenna-RegularItalic.otf');
}

@font-face {
  font-family: Antenna-Light;
  src: url('../fonts/Antenna-Light.otf');
}

.font-Antenna-Bold{
	font-family: Antenna-Bold;	
}

.line{
	line-height: 1.7;
}
.font-Antenna-RegularItalic{
	font-family: Antenna-RegularItalic;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
    color: #91ACC1;
    font-family: Antenna-Light;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn-s{
    font-family: Antenna-Regular;
    transition: .5s;
    border-radius: 25px;
    font-size: 11px;
}

.btn {
    font-family: Antenna-Bold;
    transition: .5s;
    border-radius: 25px;
}

.btn-primary {
	
    color: #FFFFFF;
}

.btn-secondary {
    color: #FFFFFF;
    border: 2px solid;
    font-size: 16px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
	font-family: Antenna-Light;
    
    margin-right: 9px;
    padding: 15px;
    color: var(--azul);
    font-size: 12px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    outline: none;
    
}

.navbar-toggler {    
    color: var(--primary) !important;    
}

.navbar-toggler-icon {    
    color: var(--primary) !important;    
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.menu-dropdown{
	color: var(--azul);
	font-size: 11px;		
}



.menu-dropdown:hover{
	color: var(--primary);	
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(34, 36, 41, .8);*/
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    
    .dropdown-menu{
		background-color: transparent;
		border: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

/*****************************************/

.galeria-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: end;
}

.galeria-carousel .owl-nav .owl-prev,
.galeria-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.galeria-carousel .owl-nav .owl-prev:hover,
.galeria-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.galeria-carousel .owl-item img {
    width: 70%;
    height: 70%;
}

.galeria-item img {
    transition: .6s;
}

.galeria-item:hover img {
    transform: scale(1.3);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

.fondo-cirugia{
	background-image: url(../img/banner-cirugia-bariatrica.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-procedimientos{
	background-image: url(../img/banner-procedimientos.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-postquirurgico{
	background-image: url(../img/banner-cuidado-postquirurgico.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.fondo-dr-alberto{
	background-image: url(../img/experiencia-cirujano.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-dr-maria{
	background-image: url(../img/banner-dra.marialuisa.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-dr-mario{
	background-image: url(../img/banner-dr.mariorocha.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-contacto{
	background-image: url(../img/contacto.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-endoscopia{
	background-image: url(../img/Dr-AVG-Fondo-Endoscopico.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-servicios{
	background-image: url(../img/banner-servicios.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-servicios-galeria{
	background-image: url(../img/banner-servicios-galeria.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-perder-peso{
	background-image: url(../img/imp-perder-peso.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-sindrome-metabolico{
	background-image: url(../img/imp-control-sindrome-metabolico.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-apnea-suenio{
	background-image: url(../img/imp-apnea-suenio.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-disminucion-cancer{
	background-image: url(../img/imp-disminución-riesgo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-corte-genetica-obesidad{
	background-image: url(../img/imp-corte-linea-genetica.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.fondo-generico{
	background-image: url(../img/banner-generico.png);
	background-repeat: repeat;
	background-size: 100%;
}
.margen-flotante-cirugia{
	margin-top: 125px;
}
.margen-flotante-procedimientos{
	margin-top: 190px;
}
.margen-flotante-postquirurgico{
	margin-top: 120px;
}

.margen-footer{
	margin-top: -160px;
}


.fondo-footer{
	background-image: url(../img/footer-back.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.p-footer{
	font-size: 14px;
}

.font-size-mobile p{
	font-size: 14px !important;
}


@media (max-width: 776px){
	.font-size-mobile p{
		font-size: 11px !important;
		line-height: 20px;
	}
	.p-5{padding:1.5rem !important}
	.fondo-cirugia{
		background-image: url(../img/banner-cirugia-bariatrica-mobile.png);
		background-position: top left;
	    background-repeat: no-repeat;
	    /*background-size: cover;*/
	}
	.fondo-procedimientos{
		background-image: url(../img/banner-procedimientos-mobile.png);
		background-position: top right;
	    background-repeat: no-repeat;
	    /*background-size: cover;*/
	}
	.fondo-postquirurgico{
		background-image: url(../img/banner-cuidado-postquirurgico-mobile.png);
		background-position: top left;
	    background-repeat: no-repeat;
	    /*background-size: cover;*/
	}
	.fondo-endoscopia{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-servicios{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-servicios-galeria{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.margen-flotante-cirugia{
		margin-top: -10px;
	}
	.margen-flotante-procedimientos{
		margin-top: 40px;
	}
	.margen-flotante-postquirurgico{
		margin-top: -10px;
	}
	
	.fondo-dr-alberto{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-dr-maria{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-dr-mario{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-contacto{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-perder-peso{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-sindrome-metabolico{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-apnea-suenio{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-disminucion-cancer{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-corte-genetica-obesidad{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.fondo-generico{
		background-position: top left;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	
	.fondo-footer{
		background-image: url(../img/footer-back-mobile.png);
		background-position: top left;
	    background-repeat: no-repeat;
	    /*background-size: cover;*/
	}
	.margen-footer{
		margin-top: auto;
	}
	.p-footer{
		font-size: 13px;
	}
}

/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .faqs-img {
    position: relative;
    height: 100%;
    padding: 1px;
    background: #000;
}

.faqs .faqs-img img {
    width: 100%;
    height: 100%;
   /* object-fit: cover;*/
}

@media(max-width: 767.98px) {
    .faqs .faqs-img {
        margin-bottom: 30px;
        height: auto;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #ffffff;
    background: transparent;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #58B0E2; /*aqhi va transparente*/
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #182B43;
    color: #fff;
    font-weight: 400;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}


.faqs .card-body {
    padding: 20px;
    font-size: 14px;
    border: none;
    background: #ffffff;
}

.faqs .card-body a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    transition: .3s;
}

.faqs .card-body a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.faqs .card-body a:hover {
    color: #182B43;
    letter-spacing: 1px;
}

.text-blanco{
	color: #ffffff;
}
.text-azul{
	color: #51A2D4;
}
.text-azul-brillante{
	color: #2ee5ff;
}
.text-gris-claro{
	color: #ccdfe8;
}
.text-gris{
	color: #8FA8BC;
}

.text-rosaclaro{
	color: #EDE2EE;
}

.text-azuloscuro{
	color: #0071a3
}

.display-small{
	font-size: 10px !important;
	font-weight: normal !important;
}


.delineado-blanco {
	font-family: Antenna-Bold;
  	letter-spacing: 3px;
    -webkit-text-stroke: 1px #fff;
   	text-shadow:
       0.5px 0.5px 0 #fff,
     -0.5px -0.5px 0 #fff,  
      0.5px -0.5px 0 #fff,
      -0.5px 0.5px 0 #fff,
       0.5px 0.5px 0 #fff;
}

.delineado-azul {
	font-family: Antenna-Bold;
  	letter-spacing: 3px;
    -webkit-text-stroke: 1px #4FA4CB;
   	text-shadow:
       0.5px 0.5px 0 #4FA4CB,
     -0.5px -0.5px 0 #4FA4CB,  
      0.5px -0.5px 0 #4FA4CB,
      -0.5px 0.5px 0 #4FA4CB,
       0.5px 0.5px 0 #4FA4CB;
}

/* Estilo predeterminado para pantallas grandes (escritorio) */
        .responsive-heading {
            font-size: 1.5em; /* Tamaño de <h4> */
        }

        /* Estilo para dispositivos móviles (pantallas pequeñas) */
        @media (max-width: 768px) {
            .responsive-heading {
                font-size: 1em; /* Tamaño de <h6> */
            }
        }



