* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans';
    
}

.pre-header {
    background-color: #9fc3d1;
}

.container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 auto;
}

.pre-header-int {
    display: flex;
    justify-content: space-between;
}

.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    position:relative;
}

.top-contact li {
    padding:10px;
}

 .pre-header i, .top-contact li, .pre-header a {
    color: #fff;
}

.optico-icon-location-pin:before {
    content: '\e82b';
}

.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    position: relative;
}

.top-contact li:first-child {
    padding-left: 0;
}

.top-contact li {
    padding: 15x;
    color: #fff;
}

.top-contact i {
    margin-right: 8px;
}

.optico-icon-clock:before {
    content: '\e81b';
}

[class^="optico-icon-"]:before, [class*=" optico-icon-"]:before {
    font-family: "optico-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    display: flex;
    gap:8px;
    height: 46x;
    justify-content: center;
    align-items: center;
}

.social-icons {
    
    line-height: 30px;
    margin-right: 8px;
    background-color: transparent;
    font-size: 30px;
    margin-top: 5px;
}

.site-header .social-icons li > a {
    height: 50px;
    line-height: 50px;
}

.pre-header-right {
    display: flex;
    flex-flow: row nowrap;
}

.header-general-int {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 0;
}

.header-general-left {
    display: flex;
    flex-flow: column nowrap;
}

.header-general-left h1 {
    font-size: 18px;
    font-weight: 500;
}

.header-general {
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    background-color: #fff;
    z-index: 99;
    position: relative;
}

.header-general-left h1 {
    font-size: 26px;
    font-weight: 500;
    color:#9fc3d1;
    margin-top:10px;
}

.header-general-left h2 {
    font-size: 20px;
    font-weight: 500;
    color: #4d4d4d;
}

.header-general-right ul {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    align-items: center;
}

.header-general-right ul li a{
    text-decoration: none;
    color:#4d4d4d;
    font-size: 18px;
    transition: 0.5s;
}

.header-general-right ul li a:hover{
    color:#9fc3d1;
    
}


.hero {
    background-color: #f7f8fa;
    padding-bottom:30px;
}

.header-general-right ul li{

    margin-right: 20px;
}

.header-general-right {
    display: flex;
    align-items: center;
}


.hero-right p.top {
    color:#9fc3d1;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */

}

.hero-right h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    color: #42464e;
}

.hero-right p.text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    font-weight: 300;

}

.hero-content {
    display: flex;
    flex-flow: row nowrap;
    padding-top:40px;
    
}

.hero-left {
    width:50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 20px;
    /* background-image: url("img/imagen-prueba.png");
    opacity: .2; */
    
}

.hero-right {
    width:50%;
}

.title-bold {
    font-weight: 900;
}

.imagen-hero {
    object-fit: contain;
    width: 100%;
    max-width: 412px;
}

.content-items {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    
}

.content-items:first-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom:0;
    
}

.content-items:first-child .box-item {
    border-bottom:1px solid #ccc;
    
}

.options {
    background-color: #f7f8fa;
    padding-top: 40px;
    padding-bottom:40px;
}

.box-item {
    width:33%;
    border-right: 1px solid #ccc;
    padding: 20px;
    background-color: #fff;
    transition: 0.5s;
}

.box-item:hover {
    background-color:#9fc3d1;
}

.box-item:hover h4 {
    color:#fff;
}

.box-item:hover i {
    color:#fff;
}

.box-item:last-child {
    border-right: none;
}

.box-item i{
    font-size: 28px;
    color:#9fc3d1;
}

.box-item h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 8px 0 20px 0;
}

.box-item p{
    font-size: 14px;
}

/* MENU MOBILE */

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: #9fc3d1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.flaticon-multiply:before {
    content: "\f112";
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mobile-menu-visible{
    overflow: hidden;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
    overflow-y: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
#navbarSupportedContent {
    display: block;
}
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* FIN MENU MOBILE */


.button-menu {
    display: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.button-menu i {
    color: #9fc3d1;
    font-size: 22px;
}



.content-consultas {
    background-color: #9fc3d1;
    padding-top:20px;
    padding-bottom:20px;
}

.color-green {
    background-color: #9fc3d1;
}

.content-consulta {
    display: flex;
    flex-flow: column nowrap;
    padding:0 20px;
}

.content-consulta {
    width: 20%;
}

.content-consultas {
    display: flex;
    flex-flow: row nowrap;
}



.content-consulta h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 8px 0 20px 0;
    color: #fff;
}
.content-consulta p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.content-consulta h4 div {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #4d4d4d;
    color:#9fc3d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-consulta h4 div span{
    font-size:24px;
}

.content-consulta h4 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
}
.content-consulta i {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    display: flex;
    justify-content: center;
    
}

h2.titulo-consulta  {
    color:#4d4d4d;
    padding-top:20px;
}

.especialidad {
    background-color: #fff;
    padding-top:20px;
}

.content-fotos {
    display: flex;
    gap:30px;
}

.content-foto-int {
    width: 50%;
}

.content-fotos img {
    width:100%;
}

.especialista-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #42464e;
    margin:20px 0
}

.especialista-text {
    font-size: 22px;
    line-height: 24px;
    color: #42464e;
    margin-bottom: 40px;
    width: 100%;
    background-color: #eef6f9;
    border-radius: 5px;
    padding: 10px;
    line-height: 42px;
}

.content-especialidad-items {
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-around;
}

.content-form {
    width: 100%;
    background-color: #E5E5E5;
    position: relative;
}

.side-icon {
    position: absolute;
    right: 0px;
    bottom: 80px;
    background-repeat: no-repeat;
}

.content-form-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.content-form-int h3 {
    font-size: 30px;
    color: #42464e;
    margin-top: 50px;
}

.content-form-int p {
    font-size: 16px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 40px;
}

.default-form {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.space-right {
    padding-right: 20px;
}

.content-form-int-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

label.control-label {
    font-size: 14px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.default-form .form-group input[type="text"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="email"], .default-form .form-group input[type="number"] .default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 20px;
    color: #222222;
    height: 42px;
    font-size: 13px;
    background: #ffffff;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ccc;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.content-form-int-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.space-right {
    padding-right: 20px;
}
.content-form-int-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.content-form-int-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222222;
    height: 159px;
    background: #ffffff;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    line-height: 20px;
    background: none;
    padding: 15px 25px 15px;
    background-color:#9fc3d1;
    border: none;
    width: 100%;
    transition: 0.4s;
    cursor: pointer;
}

.whatsapp {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.whatsapp i {
    color:#9fc3d1;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.whatsapp {
    font-size: 18px;
    font-weight: 700;
}

.content-tel-w {
    display: flex;
    gap:20px;
    margin-bottom:20px;
    display: flex; 
    flex-direction: column;
    gap:5px;
}

.pre-section {
    height: 78px;
}

.container-sticky {
    width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.header-sticky {
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    z-index:10;
    background-color: #fff;
    
    align-items: center;
    display:none;
    opacity: 1;
		visibility: visible;
		-ms-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-op-animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-ms-animation-duration: 500ms;
		-moz-animation-duration: 500ms;
		-op-animation-duration: 500ms;
		-webkit-animation-duration: 500ms;
		animation-duration: 500ms;
		-ms-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-op-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-ms-animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-op-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
        box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes fadeInDown {
    from {
        
        height: 0;
      }
    
      to {
        
        height: 90px;
      }
    }


@keyframes fadeInDown {
    from {
        
        height: 0;
      }
    
      to {
        
        height: 90px;
      }
}
.mostrar-sticky {
    display: flex;
} 

.content-footer-int {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #ccc;
}

footer {
   
    margin-top:30px;
}

.footer-left {
    color: rgba(0, 0, 0, 0.6);
    font-size:14px;
}

.footer-right {
    color: rgba(0, 0, 0, 0.6);
    font-size:14px;
}

.content-items-tipos {
    border-radius: 6px;
    border:1px solid #ccc;
    display: flex;
    flex-flow: column nowrap;
    width: 30%;
}

.content-items-tipos a {
    padding:10px 20px;
}

.content-tipos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap:20px;
    padding:30px 0 30px 0;
}

.content-items-tipos img {
    border-radius: 6px 6px 0 0;
    object-fit: cover;
    height: 285px;
}

.content-items-tipos h4 {

    font-size: 22px;
    padding:20px;
    color:#9fc3d1;

}

a.ver-mas {

    font-size: 22px;
    padding:20px;
    color: #ccc;

}

 .content-link {

    width:100%;
    text-align: center;
    padding-bottom: 20px;

}



.content-items-tipos p  {

    font-size: 16px;
    padding:0 20px 20px 20px;

}

.img-blog {
    border-radius: 10px;
    object-fit: contain;
    object-fit: cover;
    

}

.content-img-blog {
    width:300px;
    height: 300px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    padding: 20px;
    
}

.blog h1 {

    width: 100%;
    text-align: center;   
    border-top: 1px solid #ccc;
    padding-top:20px;
    margin-top: 20px;
    color: #9fc3d1;
}

.blog p {
        font-size: 19px;
        line-height: 24px;
        margin:0 auto;
        margin-top: 20px;
        width: 60%;
        

}

.content-form p {
font-size: 19px;
        line-height: 24px;
        margin:0 auto;
        margin-top: 20px;
        width: 60%;
        margin-bottom: 60px;
    }
    .content-form h3 {
font-size: 19px;
        line-height: 24px;
        margin:0 auto;
        margin-top: 20px;
        width: 60%;
        
    }

.blog h3 {
    font-size: 19px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 20px;
    width: 60%;
}

.blog ul {
    font-size: 19px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 20px;
    width: 60%;
}

@media only screen and (max-width: 900px) {
    .content-form p {
        width: 100%;
    }

    .content-form h3 {
        width: 100%;
    }
    .blog p {        
        width: 100%;

}
.blog h3 {
    width: 100%;
}

.blog ul {
    width: 100%;
    margin-left: 12px
}
    .button-menu {
        display: block;
    }

    .header-general-right {
        display: none;
    }

    .hero-left {
        width: 100%;
    }

    .hero-right {
        width: 100%;
        margin-top:20px;
    }

    .hero-content {
        flex-flow: column nowrap;
    }

    .content-consultas {
        flex-flow: column nowrap;
    }

    .content-consulta {
        width: 100%;
        margin-top:20px;
    }

    a.icon-decoration-none {
        text-decoration: none;
    }

    .pre-header-int {
        flex-flow: column nowrap;
    }

    .content-fotos {
        flex-flow: column nowrap;
        
    }

    .content-especialidad-items {
        flex-flow: column nowrap;
    }

    .content-foto-int {
        width:100%;
    }

    .especialista-text {
        width:100%;
    }

    .row.clearfix {
        flex-flow: column nowrap;
    }

    .content-form-int-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .img-blog {
        width:100%;
    
    }
    .content-tipos {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        gap: 20px;
        padding: 10px 0 10px 0;
    }
    
    .content-items-tipos {
        border-radius: 6px;
        border: 1px solid #ccc;
        display: flex;
        flex-flow: column nowrap;
        width: 45%;
    }
    .social-icons li > a {
    
    font-size:60px;
}
   
}


@media only screen and (max-width: 600px) {
.content-tipos {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0 10px 0;
}

.content-items-tipos {
    border-radius: 6px;
    border: 1px solid #ccc;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.content-tel-w {
    display: flex;
    gap:20px;
    margin-bottom:20px;
    display: flex; 
    flex-direction: column;
    gap:5px;
}
    .social-icons li > a {
    
    font-size:40px;
}

   .social-icons  {
    
    font-size:40px;
}

.social-icons {
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    justify-content: space-between;
}




}