/*

-------------------------------------------------------------------------------------

* Template Name    : Mediyot - Healthcare, Medical & Hospital Html5 Landing Page    *

* Author           : Vrishank Softtech                                  	  		*

* Version          : 1.0.0                                              	  		*

* File Description : Main Css file of the template                      	  		*

*------------------------------------------------------------------------------------

*/



/***********************

    1.BASIC           *

    2.HELPER          *

    3.NAVBAR          *

    4.HOME            *

    5.FEATURES        *

    6.ABOUT US        *

    7.OUR DEPARTMENTS *

    8.REVIEWS     	  *

    9.OUR TEAM        *

    10.PREMISES       *

	11.APPOINTMENT	  *

    12.FAQ's          *

    13.FOOTER         *

    14.RESPONSIVE     *

************************/



/*======================

        1.BASIC

========================*/




@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {

    
   font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    overflow-x: hidden;

    font-weight: 400;

    background-color: #fff;

    animation: pageAnimation ease 2s;

    animation-iteration-count: 1;

    animation-fill-mode: forwards;
   font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

}


:root{
    --color1:  #b20000;
    --color2:  #FE8E3C;
    --secundari:#ea0000;
    --white: #fff;
    --black: #020202;
    --title: "FontAwesome";
    --text: 'Open Sans', sans-serif;
    --theme-color: var(--color1);
    --secondary-color: var(--secundari);
    --pink-color: #FFC0CB;
    --violet-color: #7F00FF;
    --crimson-color: rgba(178, 0, 0, 0.35);
    --orange-color: #FFA500;
    --text-color: var(--black);
    --title-color: var(--black);
   font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-optical-sizing: auto;
    font-style: normal;   
  
  }


@keyframes pageAnimation {

    0% {

        opacity: 0;

    }



    100% {

        opacity: 1;

    }

}

h2{
    color: var(--color1);
}

h1,

h2,

h3,

h4,

h5,

h6 {
   font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

    font-weight: 700;

}







h4 {

    font-size: 24px;

	font-weight: 600;

	color: #005688;

    line-height: 1.3em;

    position: relative;

}



p {

    font-size: 18px;

	line-height: 1.7;
    color: #3f3f3f;

}



a,

a:hover,

a:focus,

button,

button:focus {

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none !important;

}


.iconsredes {
    margin-top: 10px;
}


.iconsredes a {
    color: white; 
    margin-right: 18px;
    font-size: 20px; 
    border-radius: 50%; 
    transition: border-radius 0.3s, color 0.3s;
    position: relative; /* Posición relativa para poder posicionar el pseudo-elemento */
    display: inline-block;
    
}

.iconsredes a:hover {
    border-radius: 80%; 
    background-color: var(--secundari);
    padding: 8px 12px;
    font-size: 14;
}

.iconsredes a:hover::before {
    content: attr(data-name); 
    color: white; 
    background-color: var(--secundari); 
font-size: 13px;
    border-radius: 30px; 
    padding: 8px 15px; 
    position: absolute; 
    top: -50px; 
    left: 50%; 
    transform: translateX(-50%); 
}


.contentemenu {
    background-color: var(--color1);
    padding: 14px;
    border-radius: 50px;
    width: 90%;
    margin: 0px auto;
    position: relative;
    top: 45px;
}

.nav-pills .nav-link {
    color: #ffffff;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {

    color: #ff0000;
}

.dropdown-menu {
    background-color: var(--color1);
}

.dropdown-menu .dropdown-item {
    color: #ffffff; 
}

.dropdown-menu .dropdown-item:hover {
    
    color: #f09e9e; 
}



/* Estilos para los iconos de redes sociales */
.social-icons a {
    margin-right: 10px; /* Espacio entre los iconos */
    color: #ffffff; 
    font-size: 24px; /* Tamaño de los iconos */
}

.social-icons a:hover {
    color: #ff0000; 
}









::selection {

    background: rgba(166, 175, 189, 0.3);

}



::-moz-selection {

    background: rgba(166, 175, 189, 0.3);

}


.btn-white .btn-rounded{
    background-color: var(--color1) !important;
  }
.back_top {

    border: 2px solid #56c1d3;

	text-align: center;

    position: fixed;

	background: #fff;

    bottom: 20px;

    right: 20px;

	height: 35px;

    width: 35px;

    display: none;

    transition: all 0.5s;

    border-radius: 10px !important;

    animation: BounceAnimation 4s infinite;

    -webkit-animation: BounceAnimation 4s infinite;

    -moz-animation: BounceAnimation 4s infinite;

    -o-animation: BounceAnimation 4s infinite;

    z-index: 99;

}



.back_top i {

    font-size: 30px;

	color: #56c1d3;

    line-height: 30px;

    display: block;

}



.mb-30 {

	margin-bottom:30px;

}



@-webkit-keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        -webkit-transform: translateY(0);

    }



    40% {

        -webkit-transform: translateY(-20px);

    }



    60% {

        -webkit-transform: translateY(-10px);

    }

}



@-moz-keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        -moz-transform: translateY(0);

    }



    40% {

        -moz-transform: translateY(-20px);

    }



    60% {

        -moz-transform: translateY(-10px);

    }

}



@keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        transform: translateY(0);

    }



    40% {

        transform: translateY(-20px);

    }



    60% {

        transform: translateY(-10px);

    }

}



/*==========================

        2.HELPER

============================*/



.font-white {

    color: #fff;

}



.section {

    padding-top: 60px;

    padding-bottom: 60px;

    background-color: #fff;

	position: relative;

}



.section-title h2 {

    position: relative;

}



.section-subtitle {

    font-size: 16px;

    max-width: 550px;

	line-height: 25px;

	padding-top: 0;

}



.z-index-9 {

    position: relative;

    z-index: 9;

}



.z-index {

    z-index: 2;

}



.inverse-bg {

    background-color: #f7f9fb;

}



.btn {

    padding: 12px 28px;

}



.btn-sm {

    padding: 8px 15px;
    padding: 24px !important;
    font-weight: 90;

}



.btn-rounded {

    -webkit-border-radius: 30px !important;

    -moz-border-radius: 30px !important;

    border-radius: 30px !important;

}



.btn-white {

    background-color: #fff;

    color: #000 !important;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 1px;

    min-width: 140px;

    border-radius: 40px;

    -moz-border-radius: 40px;

    -webkit-border-radius: 40px;

    transition: all 0.5s;

    text-transform: capitalize;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

}



.btn {

    font-size: 14px;

    text-align: center;

    padding: 0;

    text-transform: uppercase;

    font-weight: 600;

	height: 46px;

    line-height: 46px;

}



.btn-white:hover,

.btn-white:focus,

.btn-white:active,

.btn-white.active,

.btn-white.focus,

.btn-white:active,

.btn-white:focus,

.btn-white:hover,

.open > .dropdown-toggle.btn-white {

    color: #fff !important;

}



/*==========================

        3.NAVBAR

============================*/



.custom-nav {
    display: flex;
    flex-direction: column;

    background-image: url('/images/slider-img/banner-oftalmologos-cerca-de-quito-ecuador.jpg');
    
    background-position: center center;
    
    background-size: cover;

    background-repeat: no-repeat;

    width: 100%;

    padding: 18px 0px;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    margin-bottom: 0px;

    z-index: 999;

	border-bottom: 1px solid #ffffff1a;

}



    .custom-nav .container-fluid {

        width: 90%;

    }



    .custom-nav.sticky-header {

        background-color: #fff;

        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
        padding: 0px;

    }



    .custom-nav .navbar-nav li a {

        position: relative;

        color: rgba(255, 255, 255, 0.6);

        font-size: 16px;

        font-weight: 600;

        padding: 6px 16px !important;

        margin: 0 3px;

    }

	

	 .custom-nav .navbar-nav li a::before, .custom-nav .navbar-nav li a::after {

        position: absolute;
display: none;
        content: '';

        width: 12px;

        height: 2px;

        background-color: #ffffff00;

        left: 50%;

        bottom: 0px;

        opacity: 0;

        -webkit-transition: all .3s ease-out 0s;

        -moz-transition: all .3s ease-out 0s;

        -o-transition: all .3s ease-out 0s;

        transition: all .3s ease-out 0s;

    }

	

	 .custom-nav .navbar-nav li a::after {

        left: auto;

        right: 50%;

    }



    .custom-nav .navbar-nav li.active a::before, .custom-nav .navbar-nav li.active a::after,

    .custom-nav .navbar-nav li:hover a::before, .custom-nav .navbar-nav li:hover a::after {

        opacity: 1;
        left: 130px;
        top: 18px;

    }



.navbar-toggler {

    background-color: var(--color1);

    font-size: 28px;

    margin-top: 0px;

    margin-bottom: 0px;
    border-radius: 50%;
    padding: 8px;
  

}



.custom-nav.sticky-header .navbar-nav li a {

    color: rgba(0, 0, 0, 0.6) !important;

}



	.custom-nav.sticky-header .navbar-nav li a::before, .custom-nav.sticky-header .navbar-nav li a::after {

            background-color: #56c1d3;

        }



.navbar-toggle {

    color: #ffffff;

    font-size: 24px;

    margin-top: 5px;

    margin-bottom: 0px;

}



.custom-nav .navbar-nav li.active a,

.custom-nav .navbar-nav li:hover a,

.custom-nav .navbar-nav li:active a {

    color: #fff;

}



.custom-nav.sticky-header .navbar-nav li.active a,

.custom-nav.sticky-header .navbar-nav li:hover a,

.custom-nav.sticky-header .navbar-nav li:active a {

    color: #56c1d3 !important;

}



.nav .open > a,

.nav .open > a:focus,

.nav .open > a:hover {

    background-color: transparent;

    border-color: #0ebdca;

}



.brand-logo .logo-light {

    display: inline-block;

}



.sticky-header .brand-logo .logo-dark {

    display: inline-block;

}



.sticky-header .brand-logo .logo-light {

    display: none;

}



.brand-logo .logo-dark {

    display: none;

}



.custom-nav .navbar-brand.brand-logo img {

    height: 28px;

}

.content-fadeInUp{
    margin-left: 50px;
}

.contact_btn .btn-sm {

    background-color: #fff;

    border: 2px solid #fff;

    color: #56c1d3;

    font-size: 14px;

    text-transform: capitalize;

    font-weight: 600;

    min-width: 120px;

    height: 40px;

    border-radius: 40px;

    display: flex;

    justify-content: center;

    transition:none;

    align-items: center;

    letter-spacing: 1px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;

    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;

    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;

}



.sticky-header .contact_btn .btn-sm {

    background: var(--color1);

    border: 2px solid var(--color1);

    color: #fff;

}



.contact_btn .btn-sm:hover {

    color: #fff;

    background-color: #000;

    border: 2px solid #000;

}



/*==========================

        4.HOME

============================*/



.home-bg, .home-section {

    position: relative;

}



.home-slider {

    position: relative;

    z-index: 9;

}



.home-bg::before {

    content: "";

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    position: absolute;

	opacity: 0.75;

    z-index: 1;

}

.mtopb{
    margin-top: 50px;
}

.servicessection{
    color: var(--color1);
}
.home-bg .heading {

    color: var(--color1);

    font-size: 53px;

    line-height: 75px;

    margin-bottom: 25px;

}



.home-bg .para-sec {

    font-size: 30px;

	color: var(--black);

    margin-bottom: 20px;
    text-align: justify;

}



.home-bg.waves-bg {

    margin: 0 0 0;

    padding: 0;

}



.hero-bg {

background-image: url('../images/hero-bg.png');

    opacity: 1;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

}
.style{
    display: flex;
    justify-content: center;
    align-items: center;
}

.number{
    font-size: 23px;
    color: #ea0000;
    font-weight: 600;
    margin-left: 30px;
    font-weight: bold;
}

.contactar p{
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 300;
    margin-top: -6px;
    margin-bottom: 5px;
    margin-left: 26px;
}

.icononav{
    font-size: 30px;
    font-weight: 90;
    color: var(--secundari);
    padding: 7px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--secundari);
    border-radius: 60%;
}
.style1{

    display: none;
    
}
.icononavmovil{
    font-size: 23px;
    color: var(--white);
    font-weight: 90;
    background-color: var(--color1);
    padding: 9px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--color1);
    border-radius: 50%;
}

.bg-gradient {

	background-color: #ffffff;

	background-image: url(../images/slider-img/banner-oftalmologos-cerca-de-quito-ecuador.jpg);	
    background-size: cover;
	background-repeat: no-repeat;


}

.bggradientedos {

	background-color: #ffffff;

	background-image: url(../images/slider-img/oftalmologia-quito-min-1.jpg);	
    background-size: cover;
	background-repeat: no-repeat;


}

.bg-gradient3 {

	background-color: #ffffff;

	background-image: url(../images/slider-img/oftalmologia-quito-dr-ojo-2-min-1.jpg);	
    background-size: cover;
	background-repeat: no-repeat;


}






.section-title {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.subtitle {
    display: block;
    
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.title-divider {
    display: inline-block;
    width: 30px; 
    height: 2px; 
    background-color: #ccc; 
    vertical-align: middle;
    margin-right: -12px; 
    margin-left: -14px; 
}

.design {
    display: inline-block;
    width: 60px;
    height: 15px; 
    background-color: #000; 
    border-radius: 10px; 
    vertical-align: middle;
    margin: 0 10px;
}


.text-title{
    color: var(--color1);
    font-size: 37px ;
    font-weight: bold;
}
.butitle{
    color: var(--crimson-color);
    font-size: 20px;
}
.btninit {
    padding: 15px 20px;
    background-color: var(--color1);
    border-radius: 30px;
    font-size: 20px;
    display: table;
  
}

@keyframes owl-content-fadeInUp {

    from {

        transform: translate3d(0, 40px, 0);

    }



    to {

        transform: translate3d(0, 0, 0);

        opacity: 1;

    }

}



@-webkit-keyframes owl-content-fadeInUp {

    from {

        transform: translate3d(0, 40px, 0);

    }



    to {

        transform: translate3d(0, 0, 0);

        opacity: 1;

    }

}



@keyframes owl-img-fadeInRight {

    from {

        transform: translateX(40px);

    }



    to {

        transform: translateX(0);

        opacity: 1;

    }

}



@-webkit-keyframes owl-img-fadeInRight {

    from {

        transform: translateX(40px);

    }



    to {

        transform: translateX(0);

        opacity: 1;

    }

}



.owl-item.active .content-fadeInUp {

    animation-duration: 1s;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    opacity: 0;

    animation-name: owl-content-fadeInUp;

    -webkit-animation-name: owl-content-fadeInUp;

}



.owl-item.active .img-fadeInRight {

    animation-duration: 1s;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    opacity: 0;

    animation-name: owl-img-fadeInRight;

    -webkit-animation-name: owl-img-fadeInRight;

}



.home-slider .owl-dots,

.review-slider .owl-dots {

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

}



.home-slider .owl-dot,

.review-slider .owl-dot {

    background: rgba(255, 255, 255, 0.4) !important;

    height: 10px;

    width: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    margin: 0 5px;

}



    .home-slider .owl-dot.active,

    .review-slider .owl-dot.active {

        background: #fff !important;

    }



.hero-waves {

   height: 120px;

   position: relative;

}



.hero-waves .wave {

   position: absolute;

   left: 0;

   right: 0;

   top: -75px;

   z-index: 11;

}



.hero-waves .wave + .wave {

   z-index: 12;

}



/*==========================

        5.FEATURES

============================*/

.features .ftr-icon-box {

	padding: 50px 20px;

	margin-top: 32px;

	margin-bottom: 30px;

	text-align: center;

	height: 200px;

	position: relative;

	background: #fff;

	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}



.features .icon {

	position: absolute;

	top: -36px;

	left: calc(50% - 36px);

	transition: 0.2s;

	border-radius: 50%;

	border: 5px solid #fff;

	display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	text-align: center;

	width: 70px;

	height: 70px;

	background: #56c1d3;

}



.features .icon i {

	color: #fff;

	font-size: 32px;

}



.features .title {

	font-weight: 700;

	margin-bottom: 15px;

	font-size: 18px;

}



.features .ftr-icon-box:hover .icon {

	background: #fff;

	border: 2px solid #56c1d3;

}



	.features .ftr-icon-box:hover .icon i {

	  color: #56c1d3;

	}


.stilebotonnew{
    position: absolute;
    left: 373px;
}
	.features .ftr-icon-box:hover .title a {

	  color: #56c1d3;

	}



.features .description {
    color: #ffffff;

	line-height: 35px;

	font-size: 14px;

}



/*======================

        6.ABOUT US

========================*/

.aboutus .icon-boxes h4 {

	font-size: 18px;

	margin-bottom: 15px;

}

.imgabout{
    position: absolute;
    top: 40px;
    left: 100px;
    z-index: 2;
}

.aboutus .aboutus-icon-box {

	margin-top: 30px;

}



	.aboutus .aboutus-icon-box .icon {

		border: 2px solid #56c1d3;

		border-radius: 50px;

		float: left;

		display: flex;

		align-items: center;

		justify-content: center;

		min-width: 64px;

		min-height: 64px;

		transition: 0.5s;

		background: #fff;

	}



	.aboutus .aboutus-icon-box .icon i {

		font-size: 32px;

		color: #56c1d3;

	}



	.aboutus .aboutus-icon-box:hover .icon {

		background: #56c1d3;

		border-color: #56c1d3;

	}



	.aboutus .aboutus-icon-box:hover .icon i {

		color: #fff;

	}



	.aboutus .aboutus-icon-box .title {

		font-weight: 700;

		margin-bottom: 10px;

	}



	.aboutus .aboutus-icon-box .description {

		line-height: 24px;

		font-size: 14px;

		text-align: left;

		margin-bottom: 0;

	}						



@-webkit-keyframes pulsate-btn {

  0% {

    transform: scale(0.6, 0.6);

    opacity: 1;

  }

  100% {

    transform: scale(1, 1);

    opacity: 0;

  }

}



@keyframes pulsate-btn {

  0% {

    transform: scale(0.6, 0.6);

    opacity: 1;

  }

  100% {

    transform: scale(1, 1);

    opacity: 0;

  }

}



/*==========================

        7.OUR DEPARTMENTS

============================*/

.dept-box {

	border-bottom: 3px solid #56c1d3;

	border-radius: 0 0 2px 2px;

	margin-bottom: 30px;

	min-height: 380px;

	overflow: hidden;

	position: relative;

}

.divcontent{
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border-color: #f0f0f0;
}


.dept-box .dept-details {

	background-color: #fbf7f8;

	bottom: -65px;

	padding: 0 15px 20px;

	position: absolute;

	text-align: center;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	width: 100%;

}

.dept-box .dept-details h4 {

	font-size: 18px;

	font-weight: 700;

}

.dept-details .round-style {

    background: #fbf7f8 none repeat scroll 0 0;

    border-radius: 50%;

    height: 70px;

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    top: -35px;

    width: 70px;

}



.dept-box:hover .dept-details {

	bottom: 0;

}



.dept-box .dept-details .icon {

	color: #56c1d3;

	display: inline-block;

	font-size: 32px;

	position: relative;

	top: -15px;

}



.dept-box .dept-details .details {

	font-size: 14px;

}



.dept-box .dept-details a.thm-btn {

	margin-top: 15px;

	background: #56c1d3;

    border-radius: 30px;

    display: inline-block;

    color: #fff;

    font-size: 14px;

    text-transform: uppercase;

    padding: 6px 15px;

    border: 2px solid transparent;

    transition: all .3s ease;

}



.dept-box .dept-details a.thm-btn:hover {

	background-color: #fff;

    border-color: #56c1d3;

    color: #56c1d3;

}



.dept-box .dept-details a.thm-btn.inverse {

	background-color: #fff;

    border-color: #56c1d3;

    color: #56c1d3;

}



.dept-box .dept-details a.thm-btn.inverse:hover {

	background-color: #56c1d3;

    border-color: #56c1d3;

    color: #fff;

}



/*==========================

        8.
        

============================*/



.review-slider .item .user-txt {

    display: flex;

    align-items: center;

    padding: 1rem 0 2rem 0;

    padding-left: 0.25rem;

}



    .review-slider .item .user-txt::after {

        display: block;

        clear: both;

        content: "";

    }



    .review-slider .item .user-txt .user-pics {

        width: 60px;

        height: 60px;

        float: left;

        border-radius: 100%;

        margin-right: 1rem;

        overflow: hidden;

    }



        .review-slider .item .user-txt .user-pics img {

            width: 100%;

            max-width: 100%;

            height: auto;

        }



    .review-slider .item .user-txt .user-info {

        float: left;

    }



        .review-slider .item .user-txt .user-info .heading {

            line-height: 1;

            margin-bottom: 0.25rem;

            margin-top: 0.25rem;

        }



        .review-slider .item .user-txt .user-info .sub-heading {

            font-size: 14px;

            font-weight: 600;

            line-height: normal;

            margin-bottom: 0;

        }
.owl-nav{
    display: none;
}
        .itemdos {
            border: 2px solid var(--color1);
            padding: 20px; 
            text-align: center; 
            margin-bottom: 20px; 
            margin-right: 20px;
            border-radius: 5px;
            height: 370px; /* Establece una altura fija para todas las tarjetas */
            overflow: hidden;
        }
    
        .itemdos img {
            max-width: 100px;
            display: block; 
            margin: 0 auto 10px; 
        }

        .itemdos:hover {
            cursor: pointer;
        }



        .image-container {
            position: relative;
            display: inline-block;
           
            overflow: hidden; /* Oculta cualquier contenido que se desborde del contenedor redondo */
        }
        
        .hover-image {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none; /* Para que la imagen secundaria no interfiera con los eventos del ratón */
        }
        
        .image-container:hover {
            background-color: var(--color1); /* Cambia el color de fondo a Ojo al pasar el mouse */
            border-radius: 3px;
        }
        
        .image-container:hover .hover-image {
            opacity: 1;
            text-align: center;
        }
        
        .image-container:hover .main-image {
            opacity: 0;
        }
        

        .contendeorinfo{
            padding-top: 40px;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 1px;
            color: var(--color1);
        }

        .contendeorinfo p{
            padding-top: 30px;
            display: -webkit-box; 
            -webkit-line-clamp: 3; 
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; 
        }

.review-slider .item .review-card {

    position: relative;


    padding: 1.5rem;

    border-radius: 0.5rem;

    overflow: visible;

    text-align: center;
    

}



    .review-slider .item .review-card p {

        color: #414c5a;

        font-weight: 600;

        margin-bottom: 0;

    }



    .review-slider .item .review-card::before {

        content: "";

        background-size: cover;

        display: block;

        width: 40px;

        height: 40px;

        position: absolute;

        top: 0.75rem;

        left: 1rem;

        opacity: 0.2;

    }


    .itemtres{
        border: none !important;
        border-width: 0;
        height: auto;
    }
    .itemtres :hover{
        border: none !important;
        border-width: 0;
        height: auto;
        background-color: #00000000 !important;
        padding-bottom: 85px;
    }

/* ------------------ */
   .position-relative {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 20px; /* Ajuste para extender el degradado más allá del límite de la imagen */
    width: 85%; /* Ajuste para extender el degradado más allá del límite de la imagen */
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.007) 0%, rgba(0, 0, 0, 0.179) 100%);
}

.overlay-text {
    color: white;
    font-size: 18px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.col-md-6:hover .overlay-text {
    opacity: 0;
}

.overlay2 {
    position: absolute;
    bottom: 60px;
    left: 20px; /* Ajuste para extender el degradado más allá del límite de la imagen */
    width: 85%; /* Ajuste para extender el degradado más allá del límite de la imagen */
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.007) 0%, rgba(0, 0, 0, 0.179) 100%);
}
/*==========================

        9.OUR TEAM

============================*/



.our-team{

	position:relative;

}



.our-team .team-box{

	position:relative;

	margin-bottom:30px;	

}



.our-team .team-box img{

	display:block;

	width:100%;	

}



.our-team .team-box .title-box{

	padding-top:20px;	

}



.our-team .team-box .title-box h4{

	font-size:18px;

	font-weight:700;

}



.our-team .team-box .title-box p{

	font-style:italic;

	color:#888888;	

}



.our-team .team-box .get-apt{

	font-weight:600;

	color:#56c1d3;

	text-transform:uppercase;

	font-size:14px;	

}



.our-team .team-box .get-apt:hover{

	color:#007b8a;

}



/*==========================

        10.PREMISES

============================*/

.premises-slider .owl-stage-outer {

    padding: 0 0 2rem 0;

}



.premises-slider .owl-item .premises-box {

    opacity: 0.75;

    filter: blur(0.5px);

    -webkit-transform: scale(0.85);

    transform: scale(0.85);

    transition: transform 0.35s ease-out, filter 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;

}



.premises-slider .owl-item.center .premises-box {

    opacity: 1;

    filter: blur(0);

    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);

    -webkit-transform: scale(1);

    transform: scale(1);

}



.premises-slider .owl-dots {

    text-align: center;

}



.premises-slider .owl-dot {

    background: rgba(38, 91, 251, 0.4) !important;

    height: 10px;

    width: 10px;

    margin: 0 5px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}



    .premises-slider .owl-dot.active {

        background: #56c1d3 !important;

    }

	

/*==========================

        11.APPOINTMENT

============================*/

.appointment {

  background-color: #1893ad;

}



	.appointment .contant-number {

	  background: url("../images/appointment-left-bg.jpg") center center;

	  background-size: cover;

	  background-position: center center;

	  height: 100%;

	  position: relative;

	}



	.appointment .contant-number h3 {

	  font-size: 35px;

	  font-weight: bold;

	  margin: 0;

	  position: absolute;

	  bottom: 100px;

	  right: 0;

	  background: rgba(0, 0, 0, 0.69);

	  color: #ffffff;

	  padding: 25px 20px;

	  line-height: 0;

	}



	.appointment .appointment-form {

	    max-width: 90%;

		padding: 60px 0 60px 0;

		margin: auto;

	}



	.appointment .appointment-form .title {

	  font-size: 32px;

	  color: #ffffff;

	  margin-bottom: 30px;

     font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

	}



.book-now-btn {

	background-color: #ffffff;

	color: #56c1d3;

	font-weight: bold;

	text-transform: uppercase;

	border-radius: 6px;

	padding: 0 15px;

	height: 40px;

	line-height: 40px;

}



.book-now-btn:hover {

	background-color: #000;

	color: #fff;

}



.form-control {

	font-size:14px;

}



/*==========================

        12.FAQ's

============================*/

.faq-panel {

    margin-bottom: 2rem;

}



.question-box {

    margin-bottom: 1rem;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    background: #fff;

    border: 1px solid #eee;

    border-radius: 4px;

}



.faq-header {

    border: none;

}



.question-box .btn-link {

    position: relative;

    background: #f8f8f8;

    text-align: left;

    margin-bottom: 0;

    margin-top: 0;

    padding: 1rem 1.5rem;

    font-size: 18px;

    font-weight: 700;

    cursor: pointer;

    transition: color 0.25s ease-out;

    width: 100%;

    border: none;

}



.question-box .faq-body {

    padding: 2rem 1rem;
    background-color: rgb(255, 224, 224);

}

.question-box.active .faq-header button {
    color: white;
    background-color: var(--color1);
}

    .question-box .faq-body p {

        margin-bottom: 5px;
        color: var(--color1);

    }

    .faq-panel .question-box {
        background-color: #ffffff; /* Fondo blanco por defecto */
    }

.question-box .btn-link.collapsed {

    font-weight: 100;

}



.question-box .btn-link {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: var(--secundari);

}



.question-box.active h4::after {

    color: #56c1d3;

    top: 14px;

    -webkit-transform: rotate(-180deg);

    transform: rotate(-180deg);

}



.caret-icon {

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 24px;

    line-height: 20px;

    width: 25px;

}





.question-box.active .btn-link .caret-icon {

    transform: rotateZ(-180deg);

}




.aimgvideo{
    position: relative;
    top: -255px;
    left: 230px;
}

.aimg{
   margin-left: 60px;
}


/*==========================

        13.FOOTER

============================*/

.footer {

    position: relative;

    padding-top: 250px;

    overflow: hidden;

}



    .footer::after {

        content: "";

        background: url(../images/waves2.svg) top no-repeat;

        background-size: auto;

        background-size: contain;

        display: block;

        height: 100%;

        position: absolute;

        top: -5px;

        left: -1px;

        right: -4px;

        z-index: 1;

    }



.footer-bottom,

.footer-top {

    position: relative;

    z-index: 2;

}



.footer .foot-logo img {

    height: 100px;

}



.footer .footer-menu li {

    margin-bottom: 10px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}



    .footer .footer-menu li:hover {

        margin-left: 10px;

    }



.footer h5 {

    color: #fff;

}



.footer p {

    color: #fff;

}



.footer .footer-menu li a,

.footer .footer-menu li i {

    display: inline-block;

    font-size: 16px;

    color: #fff !important;

    transition: all 0.5s;

}



    .footer .footer-menu li a:hover,

    .footer .footer-menu li:hover i {

        color: #fff !important;

    }



.footer .footer-social .social-icon {

    display: block;

    background: #fff;

    color: #56c1d3;

    font-size: 18px;

    width: 38px;

    height: 38px;

    line-height: 38px;

    text-align: center;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    transition: all 0.5s;

}



    .footer .footer-social .social-icon:hover {

        color: #fff !important;

		background-color: #000;

    }



.footer-desc {

    border-top: 1px solid rgba(255, 255, 255, 0.3);

}



.contact-menu-list li {

    display: flex;

    align-items: flex-start;

    line-height: normal;

}



.contact-menu-list i {

    font-size: 20px;

    margin-right: 10px;

	margin-top: 5px;

}

.footer .footer-newsletter {

		font-size: 15px;

	}



	.footer .footer-newsletter form {

		background: #fff;

		padding: 6px 10px;

		position: relative;

		border-radius: 50px;

		text-align: left;

		border: 1px solid #ddfbff;

	}



	.footer .footer-newsletter form input[type="email"] {

		border: 0;

		padding: 4px 8px;

		width: calc(100% - 100px);

	}



	.footer .footer-newsletter form input[type="submit"] {

		position: absolute;

		top: 0;

		right: 0;

		bottom: 0;

		border: 0;

		background: none;

		font-size: 16px;

		padding: 0 20px;

		background: #56c1d3;

		color: #fff;

		transition: 0.3s;

		border-radius: 50px;

		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

	}



	.footer .footer-newsletter form input[type="submit"]:hover {

		background: #000;

	}	

    .logomovil{
        display: none;
    }
    
    .sub-title{
        font-size: 3.5em;
        font-weight: 400;
        padding-bottom: 24px;
        padding-top: 50px;
      }


      .bgton{
        padding-bottom: 25px;
    }
    .bgtop{
         padding-bottom: 30px;
    }
    .section2 {
        height: 230px; 
        background-color: var(--color1);
    }
    
    .cardsecition {
        background-color: white;
        position: relative;
        top: -5px; 
        z-index: 1;
        padding: 20px; 
        margin-top: -150px; 
        border-radius: 5px;
    }
    
    .imgdr-ojo{
        border-radius: 5px;
    }
    .texp{
        font-size: 20px;
        line-height: 1.6;
       color: var(--secondary-color);
      font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
       margin-top: 50px;
       text-align: justify;
    }
    .buttonsetion {
        display: inline-block;
        padding: 12px 27px 15px;;
        color: #fff !important;
    border-color: #2a2a2a;
    background-color: #2c2c2c;
        text-decoration: none;
        border-radius: 5px;
        padding-bottom: 20px;
    }
    .buttonsetiondos {
        display: inline-block;
        padding: 12px 27px 15px;;
        color: #fff !important;
    border-color:var(--secundari);
    background: var(--secundari);
        text-decoration: none;
        border-radius: 5px;
        padding-bottom: 20px;
    }


    .buttonsetionredon{
        font-size: 20px;
        display: inline-block;
        padding: 12px 27px 15px;;
        color: #fff !important;
    border-color: #2a2a2a;
    background-color: #000000;
        text-decoration: none;
        border-radius: 40px;
        padding-bottom: 20px;
    }

    .banertext{
        text-align: justify !important;
        color: var(--white) !important;
    }
    .claone{
        font-size: 43px;
        font-weight: 300;
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .clatwo{
        font-size: 60px;
    font-weight: bold;
    }
    .clastree{
        font-size: 23px;
    font-weight: 300;
    }
    .martop{
        margin-top: 60px;
        
    }

    .witlogo{
        width: 25%;
        text-align: center;
      
        padding-top: 50px;
    }



    .contacto {
      padding-top: 60px;
    }
    
    .telefono, .ubicacion, .email {
        text-align: center;
    }
    
    .telefono i, .ubicacion i, .email i {
        background-color: var(--color1);
        color: white;
        border-radius: 50%;
        padding: 24px;
        font-size: 30px;
    }
    
    .telefono span, .ubicacion span, .email span {
        display: block;
        margin-top: 40px;
        font-weight: bold;
        color: var(--color1);
        font-size: 20px;
        font-weight: bold;
    }
    .home-bgsectionesdos{
        border-bottom: 8px solid var(--color1) !important;
    }

    .sub-titlesecion{
        
    }
 .sub-titlesecion{
    color: rgb(242, 76, 76);
    text-align: justify;
    font-weight: 50;
    padding-bottom: 80px;
 }
 .contenttopsection {
    margin-top: 100px;
}


.bacgra{
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 5px;
    
    z-index: 1;
}
.imgaboutsetion {
    position: absolute;
    top: -129px;
    left: -51px;
    z-index: 0;
 
}

.sectiondoss{
    padding-top: 200px;
}
.descriptiondos{
    
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
        color: #8f8f8f;
}
strong{
    color: #000;
}


.contand{
    
        display: flex;
        align-items: center;
        justify-content: center;

    
}
.btnservices{
background-color: var(--color1);
padding: 13px 45px;

}
.btnservices :hover{
    color: var(--pink-color ) !important;
    }
.separed{
    background-color: var(--white);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
}
.otrosservices{
    text-align: center ;
    padding: 10px;
    background-color: var(--white) ;
    color: var(--color1) ;
    border-radius: 10px;
    
}

.listasservices li {
    list-style-type: none;
    margin-left: 0px;
    
}
.icofont-eye{
    color: var(--white);
    font-size: 30px;
    
}
.listasservices li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
  
    
}

h3{
    color: var(--color1);
}

.service-item {
    display: flex;
    align-items: center;
    padding-top: 12px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateX(10px); 
}

.service-item i {
    margin-right: 10px; 
}
.textservices{
    text-align: justify ;
}
.boronmasblog{
    background-color: var(--color1);
    padding: 12px;
    color: rgb(255, 218, 218);
    border-radius: 30px;
    font-size: 12px;

}

.boronmasblog i{
  font-size: 9px;
  padding: 6px;
}

.contenedornotice{
    border-bottom: 1px rgb(147, 147, 147) dotted;
    padding-bottom: 50px;
}
.rigblog{
 display: none;

}

.contenedornotice:hover .rigblog {
    display: block;
    position: absolute;
    left: 147px;
    top: 134px;
    background-color: var(--color1);
    color: var(--white);
    padding: 20px;
    border-radius: 50%;
}

.imagenblogbanner{
    width: 70px;
}
.textblo{
    font-size: 15px;
    text-align: center;
}
.notice-otras{
    font-size:13px !important;
    text-align: center !important;
    color: #ffc6c6;

}
.banerotrasnoticias{
    border-bottom: 1px rgb(147, 147, 147) dotted;
    padding-bottom: 14px;
}
.noticiaimg{
    height: 284px;
}
/*==========================

        14.RESPONSIVE

============================*/



.navbar-close-toggler {
    display: none;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 300px;
    font-size: 54px;
    color: white;
}
@media (max-width: 1480px) {

    .footer {

        padding-top: 200px;

    }

}

@media (min-width: 1048px) {

    .contenttop{
        margin-top: 180px;
    }

  }


@media (max-width: 1366px) {

    .home-bg.waves-bg {

        margin: 0 0 0;

        padding:  0;

    }



    .home-slider .owl-dots {

        position: absolute;

        left: 50%;

        bottom: 50px;

        transform: translateX(-50%);

    }

}

@media screen and (min-width: 768px) and (max-width: 1187px) {
    .home-bg .heading {
        color: var(--color1);
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 25px;}


        .sub-title {
            font-size: 2.5em;
            font-weight: 400;
            padding-bottom: 20px;
            
        }
  }

@media (max-width: 1199px) {

    .container {

        max-width: 99%;

    }

}



@media (max-width: 1100px) {

    .footer {

        padding-top: 150px;

    }

}



@media (max-width: 991px) {

    .stylenone{
        display: none !important;
    }
    .logomovil{
        display: block;
        width: 80%;
    }
    .iconsredes{
        display: none !important;
    }
    .content-fadeInUp{
        margin-left: 0px;
    }
    
    .contentemenu{
        background-color: #fffffff6;
        width: 100% !important;
        position: initial;
        border-radius: 0px;
        width: 100%;
    }

    .custom-nav > .container {
        width: 100% !important;
    }
 
    .dropdown-item{
        color: #000 !important;
    }

    .style1{
        padding: 5px;
        
    }
   
}

@media (min-width: 992px) and (max-width: 1047px) {

    .aimgvideo {
        position: relative;
        top: -255px;
         left: 30px; 
    }
    .contenttopsection {
        margin-top: 10px;
    }
    .iconsredes {

        display: none;
    }
    .sub-titlesecion {
      
        padding-top: 88px;
        padding-bottom: 50px;
    }
}


@media (max-width: 768px) {
   
    .noticiaimg {
        height: 216px;
    }
    .btnservices {
       
        padding: 14px 22px;
        font-size: 12px;
        
    }
    .separed {
        left: 155px;
        padding: 10px;
    }
    .textservices{
        text-align: justify !important;
        padding-top: 20px;
        font-size: 14px;
    }

    .aimgvideo {
        position: relative;
        top: -171px;
        left: 22px;
        text-align: center;
    }

    .aimg {
        margin-left: 0px;
    }
        .aimgvideo img {
            width: 12%;
           }

           .aimgvideo h3 {
            font-size: 15px;
           }  

    .contenttopsection {
        margin-top: 0px;
    }
    .overlay2{
        display: none;
    }

    .sub-titlesecion {
        font-size: 20px;
        padding-top: 47px;
        padding-bottom: 40px;
        text-align: center;
    }
    .home-bgsectionesdos {
        border-bottom: 7px solid var(--color1) !important;
        border-top: 7px solid var(--color1) !important;
    }
    .telefono i, .ubicacion i, .email i {
        background-color: var(--color1);
        color: white;
        border-radius: 50%;
        padding: 12px;
        font-size: 30px;}

        .telefono span, .ubicacion span, .email span {
            display: block;
            margin-top: 40px;
            font-weight: bold;
            color: var(--color1);
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 32px;
        }        
        .witlogo {
            width: 70%;
            text-align: center;
            padding-top: 50px;
        }
    .stilebotonnew {
        position: absolute;
        left: 69px;
    }
    .features .description {
        padding-left: 20px !important;
        padding-right: 20px !;
        text-align: justify;}
    .section {
        padding-top: 25% !important;
        padding-bottom: 0%;
    }
    .features .ftr-icon-box {
        padding: 50px 20px;
         margin-top: 0px; 
         margin-bottom: 0px;
        }
    .imgabout {
        position: initial;
    }
    .banertext{
       text-align: center !important;
    }

    .section-title h2 {
      
        font-size: 27px !important;
        
    }
.btninit{
    padding: 15px 16px !important;
    background-color: var(--color1);
    border-radius: 30px;
    font-size: 13px;

    .cardsecition {
        max-width: 85% !important;

        top: -50px;
        z-index: 1;
        padding: 22px;
        margin-top: -110px;
        border-radius: 5px;
    }
    
}

#reviews {
    padding-top: 80px;
}
    .footer {

        padding-top: 100px;

    }

    .sub-title {
        font-size: 20px !important;
        font-weight: 400;
        padding-bottom: 4px;
        padding-left: 15px;
    }

    .m-d-flex {

        display: flex;

    }



    .section {

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .section-subtitle {

        line-height: 1.6;

    }

	.m-al-c {

		display: flex;

		justify-content: center;

	}

	.appointment .contant-number {

		height: 500px;

	}

}

@media (min-width: 992px) {
    .nav-link:hover  {
        color: var(--color1) !important; /* Color de letra al pasar el mouse */
        background-color: white; /* Color de fondo al pasar el mouse */
        border-radius: 20px;
    }
}
@media (max-width: 991px) {

    .home-slider .owl-dots {

        bottom: 10px;

    }

 



    .contact_btn .btn-sm {

        background: #56c1d3;

        border: 2px solid #56c1d3;

        color: #fff;

    }



    .home-slider .owl-item img {

        display: table;

        margin: auto;

        max-width: 50%;

    }



    .home-slider .owl-item .actions {

        display: table;

        margin: 0 auto 20px;

    }



    .custom-nav .brand-logo .logo-dark {

        display: inline-block;

    }



    .custom-nav .brand-logo .logo-light {

        display: none;

    }



    .contact_btn {

        display: flex;

    }



    .custom-nav {

        background-color: #ffffff !important;

        margin-top: 0px;

        padding: 0px 0px !important;

    }



        .custom-nav .navbar-nav li a {

            color: #000;

            

            margin: 0 0px;

            padding: 6px 0;

        }



        .custom-nav .navbar-nav li.active a,

        .custom-nav .navbar-nav li:hover a {

            background-color: var(--color1);

            color: #ffffff !important;

            border-radius: 0;
            text-align: justify;

        }



        .custom-nav > .container {

            width: 90%;
            background-color: var(--white);

        }



        .custom-nav .brand-logo {

            padding: 0px;

        }



        .custom-nav .navbar-brand.brand-logo img {

            height: 36px;

        }



    .navbar-collapse {

        background: var(--color1);
        color: var(--white);

        border-top: 2px solid #eee;

        position: fixed;

        top: -2px;
        left: 42px;

        width: 90%;

        padding: 0;

        height: -webkit-fill-available;

    }



    .navbar-nav {

        margin-top: 90px;

    }



    .section {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .section-title h2,

    .section-subtitle {

        text-align: center;

    }



    .custom-nav {

        padding: 12px 0;

    }



    .container {

        max-width: 98%;

    }



    .m-text-center {

        text-align: center;

    }



    p {

        text-align: center;

    }



    .faq-body p {

        text-align: left;

    }



    .section-subtitle {

        max-width: 500px;

        font-size: 16px;

        padding-top: 0;

        display: table;

        margin: auto;

    }



    .foot-logo {

        display: table;

        margin: auto;

    }



    .ftr-about {

        text-align: center !important;

    }



    .footer-social {

        text-align: center;

    }



    .m-box-0 {

        margin-bottom: 0;

    }

	.our-team .team-box .title-box h4 {

		text-align:center;

	}

	.btn {

		height:35px !important;		

		line-height: 35px;
        background-color: var(--color1) !important;

	}

}







@media only screen and (max-width: 767px) {
    .imgaboutsetion {
        position: initial;
        padding-top: 30px;
    }
.sectiondoss {
    padding-top: 10px;
}
    .buttonsetionredon {
        font-size: 13px;}
    .home-slider .owl-item img {

        max-width: 70%;

        display: table;

        margin: auto;

    }

    .hero-waves{
        height: 50px;
    }

    .home-bg .para-sec {
        font-size: 15px;
        color: var(--black);
        margin-bottom: -5px;
        text-align: justify;
        width: 70%;
    }
    .learn-more {
        text-align: justify;
        padding-bottom: 44px;

    }
    
    .btn {
        line-height: auto;
        background: var(--secundari) !important;
        font-size: 8px !important;
        border: #fff !important;
    }

    .hero-waves .wave {
        position: absolute;
        left: 0;
        right: 0;
        top: -49px;
        z-index: 11;
    }

    .home-slider .owl-dots {

        bottom: 0;

    }
    .textna{
        color: #000 !important;
    }

	.home-bg .heading {

        font-size: 40px;

        line-height: 40px;

		text-align: justify;
        padding-left: 15px;

    }



    .container {

        max-width: 94%;

    }



    .section-title h2 {

        font-size: 28px;

    }



    

    .footer .footer-menu li:hover {

        margin-left: 0;

    }

	.our-team .team-box .title-box h4 {

		text-align:center;

	}

	.learn-more {

		margin: auto;

		display: table;

	}

	.sub-title {

		text-align:center;

	}

	.custom-nav .navbar-brand.brand-logo img {

        height: 24px;

    }

	.appointment .appointment-form {

		padding: 50px 0 50px 0px;

	}

	.appointment .appointment-form .title {

		text-align: center;

	}



@media (max-width: 599px) {

    .review-slider .user-txt {

        justify-content: center;

        padding: 1rem 0 2rem !important;

    }



    .review-slider .item .review-card::after {

        display: none;

    }

}



@media (max-width: 575px) {

    .margin-top-sb-30 {

        margin-top: 30px;

    }



    .home-bg .heading {

        font-size: 24px;

        line-height: 18px;

    }



    .home-slider .owl-item img {

        max-width: 80%;

        display: table;

        margin: auto;

    }



    .home-slider .owl-dots {

        bottom: -10px;

    }



    .footer-menu {

        display: none;

        margin-top: 10px !important;

    }



    .footer-title {

        position: relative;

        cursor: pointer;

    }

.footer-title i {

    position: absolute;

    right: 0;

    margin-top: 1px;

	font-size: 18px;

}

.footer-title.active i {

    transform: rotateZ(-180deg);

}

}



@media only screen and (max-width: 479px) {

    .footer {

        padding-top: 50px;

    }



    .brand-logo.navbar-brand {

        margin-right: 5px !important;

    }



    .custom-nav .navbar-brand.brand-logo img {

        height: 20px;

    }

}}


/* links footer */
.legal-links {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
    color: #ff7e7e;
  }
  
  .legal-links a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	transition: color 0.3s ease;
  }
  
  .legal-links a:hover {
	color:#b20000;
  }
  
  @media (max-width: 768px) {
	.legal-links {
		flex-direction: column;
		align-items: center;
	}
  }

  /* enlaces de interes LISTA 1*/
  .lista {
    max-height: 200px; 
    overflow-y: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-width: 300px; 
}

.lista li {
    margin-bottom: 8px;
}

.lista li a {
    display: block;
    padding: 8px 12px;
    color: #000; 
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: left;
}

/* Hover básico */
.lista li a:hover {
    background-color: #b20000;
    color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 768px) {
    .lista {
        max-width: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .lista li a {
        text-align: center;
        padding: 10px 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .lista {
        max-width: 95%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .lista li a {
        font-size: 15px;
        padding: 10px 12px;
    }
}

.lista::-webkit-scrollbar {
    width: 6px;
}

.lista::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.lista::-webkit-scrollbar-thumb {
    background-color: #b20000;
    border-radius: 10px;
}

.lista::-webkit-scrollbar-thumb:hover {
    background-color: #900000;
}

  /* enlaces de interes LISTA 2 */
  .lista-2 {
    max-height: 200px; 
    overflow-y: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    max-width: 300px; 
}

.lista-2 li {
    margin-bottom: 8px;
}

.lista-2 li a {
    display: block;
    padding: 8px 12px;
    color: #ffffff; 
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: left;
}

/* Hover básico */
.lista-2 li a:hover {
    background-color: #b20000;
    color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 768px) {
    .lista-2 {
        max-width: 90%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .lista-2 li a {
        text-align: center;
        padding: 10px 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .lista-2 {
        max-width: 95%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .lista-2 li a {
        font-size: 15px;
        padding: 10px 12px;
    }
}

.lista-2::-webkit-scrollbar {
    width: 6px;
}

.lista-2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.lista-2::-webkit-scrollbar-thumb {
    background-color: #b20000;
    border-radius: 10px;
}

.lista-2::-webkit-scrollbar-thumb:hover {
    background-color: #900000;
}

/* imagen banner - seo */
.banner-bg-oftalmologo {
    background-image: url('../images/slider-img/slider-precio-de-oftalmologo-en-quito-ecuador.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.banner-bg-oftalmologo .banner-content {
    position: relative;
    z-index: 2; 
}

@media (max-width: 768px) {
    .banner-bg-oftalmologo {
        height: auto;
        padding: 60px 20px;
    }
}

.home-bg .para-sec-2 {
    font-size: 20px;
	color: var(--black);
    margin-bottom: 20px;
    text-align: justify;
}

@media only screen and (max-width: 767px){
.home-bg .para-sec-2 {
    font-size: 15px;
    color: var(--black);
    margin-bottom: -5px;
    text-align: justify;
    width: 100%;
}
}

.str-seo-h1 {
    color: #b20000;     
    font-weight: 900;  
}

.str-seo {
    color: #b20000;     
    font-weight: 900;  
}

.para-sec-2 a {
    color: #b20000;              
    text-decoration: none;      
    font-weight: 600;           
    transition: color 0.3s ease; 
}


.para-sec-2 a:hover {
    color: #b20000; 
}

