@font-face {
    font-family: Gotham;
    src: url('../fonts/GothamBook.ttf');
}
@font-face{
    font-family:Trade-Gothic-Bold-Two;
    src: url('../fonts/trade-gothic-bold-two.ttf');
}
@font-face {
    font-family: Gotham-Bold;
    src: url('../fonts/Gotham-Bold.ttf');
}

@font-face {
    font-family: Gotham-Book;
    src: url('../fonts/Gotham-Book.ttf');
}
@font-face {
    font-family: Gotham-Book-Italic;
    src: url('../fonts/gotham-book-italic.ttf');
}
@font-face {
    font-family: Gotham-Light;
    src: url('../fonts/Gotham-Light.ttf');
}

@font-face {
    font-family: Gotham-Medium;
    src: url('../fonts/Gotham-Medium.ttf');
}
@font-face {
    font-family:Gotham-Medium-Italic;
    src: url('../fonts/Gotham-Medium-Italic.ttf');
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: helvetica-light;
	src: url('../fonts/Helvetica-Light-05.ttf');
}

@font-face{
    font-family: helvetica-bold;
    src: url('../fonts/Helvetica-Bold-02.ttf');
}

@font-face{
    font-family: helvetica-regular;
    src: url('../fonts/Helvetica-01.ttf');
}

@font-face{
    font-family: halohandletter;
    src: url('../fonts/HaloHandletter.ttf');
}
@font-face{
    font-family: MyriadPro-Regular;
    src: url('../fonts/myriad-pro-regular.ttf');
}
@font-face{
    font-family:MyriadPro-Semibold;
    src: url('../fonts/myriadpro-semibold.ttf');
}

@font-face{
    font-family: collegiateinsideflf;
    src: url(../fonts/CollegiateInsideFLF.TTF);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body a {
    text-decoration: none !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body{
    background-color: #fcfdfc !important;
}
/*star header*/
/*star header-top*/
header{
    background: #F2F2F2;
}
.content-networks ul{
    display: flex;
    text-decoration: none;
    list-style: none;
    margin-left: 5%;
    padding: 1% 2% 0% 0vw;
}
.content-networks ul li{
    margin-right: 5%;
}
.content-networks ul a:hover{
    color: #8DB7DE !important; 
}
.content-networks ul a{
    color: #1F2C5B;
    font-family: Gotham-Light;
    font-size: 16px;
}
.content-networks ul .phone-header{
    font-family: Gotham-Bold;
    font-size: 18px;
}
.content-networks ul a img{
    vertical-align: top;
}
.social-networks,.content-networks{
    z-index: 1;
    background-color: #ffffff
}
.social-networks ul {
    padding: 2% 10% 0% 0%;
}

.social-networks ul li {
    display: inline !important;
    text-decoration: none;
}
header .btn-networks a {
    border: 1px solid #8DB7DE;
    color: #8DB7DE;
    background: transparent;
    font-size: 16px;
    font-weight: 200;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-style: normal;
    padding: 0 0 0 0;
}

header .btn-networks a:hover{
    background-color: white;
    color: #1F2C5B;
    border: 1px solid #1F2C5B;
}


.btn-networks-size{
    text-align: right;
}

.logo-home img {
    display: block;
    margin: auto;
    width: 40%;
    padding: 2% 0%;
}

header nav{
    z-index: 5;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 8px 16px -11px;
    background: #1F2C5B;
    padding: 20px;
    -webkit-box-shadow: -1px -2px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -2px 5px -1px rgba(0,0,0,0.75);
    box-shadow: -1px -2px 5px -1px rgba(0,0,0,0.75);

}

/*end header-top*/

.fixed-top{
    background: #1F2C5B;
    justify-content: center!important;
    padding: 10px;
    -webkit-animation-name: fixed-top;
    animation-name: fixed-top;
    padding-top: 2%;
}

@-webkit-keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.scrollToTop {
    display: none;
    padding: 20px;
    background-color: #8DB7DE;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 29px;
    text-align: center;
    z-index: 1005 !important;
}

/*end nav*/
@media (max-width:1100px) {
    .social-networks ul li {
        font-size: 18px;
    }
}

@media (max-width:991px){
    .content-networks ul{
        display: block;
        text-align: center;
        padding: 4% 0% 0% 0%;
    }
    .logo-doctor{
        text-align: center;
    }
    .social-networks ul{
        margin-right: 0%;
        padding: 2% 0% 0% 0%;
    }
    .btn-networks-size {
        text-align: center;
    }
    .logo-home img{
        width: 50%;
    }
}

@media (max-width:790px) {
    .social-networks ul li {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    header nav{
        padding: 0;
    }
    .scrollToTop {
        bottom: 5px;
        right: 5px;
        padding: 15px;
        font-size: 18px;
    }
    .social-networks ul {
        margin-right: 0%;
        margin-bottom: 7%;
    }

    header .btn-networks a {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 29px;
    }
}

@media (max-width:500px){
    .logo-home img{
        width: 250px;
    }
}


@media (max-width:400px) {
    .interline {
        display: block !important;
        white-space: pre-line !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1140px) {
    .dropdown:hover>.dropdown-menu {
        margin-left: -35px;
    }
}

@media screen and (min-width: 1140px) and (max-width: 1405px) {
    .dropdown:hover>.dropdown-menu {
        margin-left: -30px;
    }
}

@media (min-width: 1405px) {
    .dropdown:hover>.dropdown-menu {
        margin-left: -20px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-right: 0vw;
        padding-left: 0vw;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        margin-left: 15px;
    }
}

/*end header*/

/*===============================section hero ==========================================*/
.hero{
    background-color: #f7f3ef;
    /* margin-top: -1.5%; */
}
.hero-carousel .carousel-inner{
    width: 100% !important;
    margin: auto !important;
    background-color: white;
    overflow: visible;
}
.hero-carousel .carousel-inner img{
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 0 0px rgba(0, 0, 0, 0) inset;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 0 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 0 0px rgba(0, 0, 0, 0) inset;
    padding: 0% !important;
}
.text-hero-1{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    line-height: 2px;
}
.text-hero-2{
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
}
.text-hero-1 h1{
    font-size: 2vw;
    font-family: Gotham-Bold;
    color: #1F2C5B;
    border-radius: 0px 18px 18px 0px;
    background-color: rgba(209, 226, 242, 0.411);
    margin-right: 55%;
    padding: .5% 0%;
    padding-left: 9%;
    letter-spacing: 0px;
}
.text-hero-1 h2{
    font-size: 2.65vw;
    font-family: Gotham-Light;
    color: #1F2C5B;
    border-radius: 0px 18px 18px 0px;
    background-color: #ffffff;
    margin-top: 5%;
    margin-right: 48%;
    padding: .5% 0%;
    padding-left: 9%;
    letter-spacing: 0px;

}
.text-hero-2 p{
    color: #1F2C5B;
    font-size: 1.95vw;
    padding-left: 9%;
    font-family: Gotham-Book;
}
.text-hero-2 p span{
    font-family: Gotham-Bold;
}
@media(max-width:576px){

}
@media (max-width:400px) {

}

/*============================end section hero=======================================*/

/* --------------------- services-index START---------------------------*/
/* ====== seccion-1 ======= */
.about-us{
    background-color: #fcfdfc !important;
    box-sizing: border-box;
    padding: 5% 0%;
}
.about-us h1{
    font-family:Trade-Gothic-Bold-Two !important;
    color: #1F2C5B;
    font-size: 3.3vw;
    text-align: center;
    padding: 1% 0%;
}
.about-us p{
    font-family: Gotham-Book;
    color: #8b8b86;
    text-align: center;
    font-size: 2vw;
    line-height:4rem;
    padding: 0% 10%;
}

.about-us p span{
    font-family: Gotham-Medium-Italic;
    color: #1F2C5B;
}
@media (max-width:1200px){
    .about-us p{
        line-height:3rem;
    }
}
@media (max-width:991px){
    .about-us h1{
        font-size: 30px;
        padding: 0% 5%;
    }
    .about-us p{
        font-size: 20px;
        list-style: 2.5rem;
        padding: 0% 5%;
    }
}
@media (max-width:500px){
    .about-us{
        padding: 10% 0%;
    }

    .about-us h1{
        font-size: 22px;
    }
    .about-us p{
        font-size: 18px;
    }
}
/* ====== seccion-index-meet-doctors ======= */
    #meet-doctors{
        margin: 10% 5%;
        background-color: #fcfdfc !important;
    }
    #meet-doctors img{
        width: 45%;
    }
    #meet-doctors h1{
        font-family: Gotham-Bold;
        font-size: 2vw;
        color: #8DB7DE;
        padding-bottom: 10%;
    }
    #meet-doctors h2{
        font-size: 2vw;
        font-family: Gotham-Medium;
        color: #1F2C5B;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    #meet-doctors p{
        font-size: 1.7vw;
        font-family: Gotham-Light;
        color: #606060;
        padding: 0% 8%;
        margin-bottom: 7%;
    }
    /* ------> container <------ */

    /* ------> text <------ */

    /* ------> images <------ */
 
    /* ------> images <------ */
    @media (max-width:991px){
        #meet-doctors img{
            width: 250px;
        }
        #meet-doctors h1{
            font-size: 28px;
        }
        #meet-doctors h2{
            font-size: 26px;
        }
        #meet-doctors p{
            font-size: 21px;
        }
    }
    @media (max-width:500px){
        #meet-doctors img{
            width: 200px;
        }
        #meet-doctors h1{
            font-size: 20px;
        }
        #meet-doctors h2{
            font-size: 18px;
        }
        #meet-doctors p{
            font-size: 16px;
        }
    }
/* ====== seccion-index-meet-doctors ======= */
.carousel-index{
    margin: 0 0%;
}
.carousel-index img{
    width: 100%;
}
.carousel-index .carousel-item .text-reviews{
    position: absolute;
    margin-top: -36vw;
    padding: 5vw 14vw;
    left: 1vw;
}
.carousel-index .carousel-indicators{
    bottom: 3vw;
}
.carousel-index .carousel-indicators li{
    width:1vw;
    height:1vw;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
}
.carousel-index .carousel-indicators .active{
    background-color: #FFFFFF;
}
.carousel-index .carousel-item span{
    color: #f8d902;
    font-size: 2.5vw;
    padding-bottom: 5%;
    position: relative;
    top: -5vw;
}
.carousel-index .carousel-item span img{
    width: 4%;
    margin-bottom: 1%;
}
.carousel-index .carousel-item p{
    font-family: Gotham-Book-Italic;
    color: #FFFFFF;
    font-size: 1.70vw;
}
.carousel-index h2{
    font-family: Gotham-Light;
    color: #FFFFFF;
    font-size: 2vw;
    padding-top: 1vw;
}

@media (max-width:991px){
    .carousel-index .carousel-indicators li{
        width:10px;
        height:10px;
    }
}
@media (max-width:768px){
    .carousel-index .carousel-item span {
        font-size: 3.3vw;
        top: -3vw;
    }
    .carousel-index h2{
        font-size: 3vw;
    }
    .carousel-index .carousel-item p{
        font-size: 2.5vw;
        margin-bottom: 2%;
    }
    .carousel-index .carousel-item .text-reviews{
        margin-top: -40vw;
        padding: 4vw 4vw;
    }
    .carousel-index .carousel-indicators{
        bottom: 1vw;
    }

}
@media (max-width:500px){
    .carousel-index .carousel-item span {
        top: -2vw;
    } 
    .carousel-index .carousel-item .text-reviews{
        margin-top: -43vw;
    }
    .carousel-index .carousel-indicators{
        bottom: 0vw;
    }
    .carousel-index .carousel-indicators li{
        width:7px;
        height:7px;

    }
}
/* =========== start section-index-services ============= */
.section-index-services{
    background-color: #fcfdfc;
    margin: 5% 0%;
}
.section-index-services h1{
    color: #1F2C5B;
    font-size: 2vw;
    font-family:Gotham-Light;
    margin-bottom: 2%;
}
.section-index-services h2{
    color: #1F2C5B;
    font-size: 1.50vw;
    font-family:Gotham-Medium;
}
.section-index-services p{
    font-size: 1.50vw;
    font-family: Gotham-Light;
    color: #606060;
    
}
.section-index-services p span{
    font-family: Gotham-Medium-Italic;
    color: #1F2C5B;
}
.section-index-services ul{
    padding-top:1% !important;
    padding: 10% 0%;
    padding-left: 0%;
    list-style: none;
    padding-right: 0;
}
.section-index-services ul li{
    font-size: 1.10vw;
    font-family:Gotham-Light;
    color:#727570;
}
.box,.box-1{
    display: -webkit-box;
    margin-left: 0%;
}
.box{
    padding-left:15%;
}
.box-1{
    padding-left: 45%;
}
.box img{
    width: 12%;
    position: absolute;
    right: 0;
    left: 0;
}
.box-1 img{
    width: 12%;
    position: absolute;
    right: 0%;
    left: 30%;
}
.img-family{
    width: 90%;
    margin: auto;
    display: block;
}
@media (max-width:767px){
    .section-index-services br{
        display: none;
    }
    .section-index-services{
        margin: 10% 5%;
    }
    .box,.box-1{
        padding-left:5%; 
    }
    .box-1 img{
        left: 0%;
    }
    .img-family{
        margin-bottom: 20%;
    }
    .section-index-services ul {
        width: 100%;
        padding-top: 1% !important;
        padding-left: 5%;
        padding-right: 0;
        list-style: none;
    }
    .section-index-services .row{
        background-size: cover cover !important;
        background-position: center;
    }
    .section-index-services h1,.section-index-services h2{
        top: 8vw;
        font-size: 18px;
    }
    .section-index-services ul li, .section-index-services p{
        font-size: 16px
    }
}
@media (max-width:500px){
    .section-index-services h1,.section-index-services h2{
        font-size: 16px;
    }
    .section-index-services ul li, .section-index-services p{
        font-size: 14px;
    }
}
/* =========== start section-index-services ============= */
/*--------------------------------------- carousel-index-End -------------------------------*/
/*--------------------------------------- gallery-index-start -------------------------------*/
#demo {
    height:100%;
    position:relative;
    overflow:hidden;
  }
.green{
background-color:#6fb936;
}
/* .thumb{
   
} */
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
    width: 100%;
}
.fancybox-inner {
    width: 100% !important;
}
.page-top{
    margin-top:85px;
}

img.zoom {
    width: 100%;
    height: 100%;
    border-radius:0px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border: 1px solid #ffffff;
}

.transition {
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.modal-header {
     
    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
display:none;
}
.box-text1{
    position: absolute;
    background-color: #1F2C5B;
    color: #ffffff;
    padding: 1% 4%;
    padding-bottom: 0;
    right: 0;
    top: 83%;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #ffffff;
}
.box-text2{
    position: absolute;
    background-color: #1F2C5B;
    color: #ffffff;
    padding: 1% 4%;
    padding-bottom: 0;
    left: 0;
    top: 83%;
    border-radius: 0px 5px 5px 0px;
}

.box-text1 p,.box-text2 p,.box-text3 p,.box-text4 p{
    font-size: 1.4vw;
    margin-bottom: 0;
    font-family: Gotham-Book;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .box-text1 p,.box-text2 p,.box-text3 p,.box-text4 p{
        font-size: 18px;
    }
}
/*--------------------------------------- gallery-index-End -------------------------------*/
/*star section-tittle*/
.section-tittle {
    background: #707276;
    display: block;
    padding: 35px 0 25px 0;
    overflow: hidden;
}

.section-tittle h1 {
    color: #E0E9F3;
    font-size: 3.263vw;
    display: block;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: Gotham-Light;
}

@media (max-width: 767px) {
    .section-tittle h1 {
        font-size: 25px;
        padding: 0px 5px 0px 5px;
    }
}

/*end section-tittle*/

/*--------------------------------start footer----------------------*/
footer{
    background-color: #F2F2F2;
    overflow: hidden;
    padding: 0;
    border-top: 10px solid #8DB7DE;
    border-bottom: 30px solid #1F2C5B;
}
footer .btn-networks-size{
    background-color: #F2F2F2;
}
footer .social-networks ul {
    padding: 7% 0% 0% 0%;
}
footer .footer-addres{
    padding-top: 20%;
    padding-bottom: 6%;
}
footer .footer-addres img{
    width: 6%;
}
footer .footer-addres a{
    font-family: Gotham-Bold;
    color: #1F2C5B;
    font-size: 19px;
}
footer .footer-addres a span{
    margin-left: 2vw;
}
footer .footer-addres .address{
    font-family:Gotham-Light;
    font-size: 16px;
}
footer .footer-addres p{
    color: #1F2C5B;
    font-family:Gotham-Light;
    font-size: 14px;
    margin-top: 7%;
    margin-left: 9%;
}
footer .footer-addres a:hover{
    color: #8DB7DE;
}
footer .btn-networks a {
    color:#35a4d0;
    background:  #F2F2F2;
    font-size: 16px;
    font-weight: 200;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-style: normal;
    padding: 0 0 0% 0;
    border: solid 1px #35a4d0;
}
footer .btn-networks a:hover{
    background-color: transparent;
    color: #1F2C5B;
    border: solid 1px #1F2C5B;
}
.logo-footer img{
    padding-top: 15%;
}
footer .img-map img{
    margin: auto!important;
    width: 100% !important;
    height: 100%;
}
@media (min-width:1200px){
    footer .footer-addres a{
        font-size: 1.5vw;
    }
    footer .footer-addres .address{
        font-size: 1.2vw;
    }
    footer .footer-addres p{
        font-size: 1.2vw;
    }
}
@media (max-width:991px){
    footer .footer-addres {
        padding-top: 15%;
    }
    footer .footer-addres{
        width: 65%;
        display: block;
        margin: auto;
    }
}
@media (max-width:767px){
    footer .footer-addres{
        width: 260px;
    }
    .logo-footer img{
        width: 200px;
    }
}
@media (max-width:575px){
    footer .footer-addres {
        padding-top: 5%;
    }
}
/*--------------------------------------end footer----------------------------------------*/

/* ==================== | HEADER | ==================== */



.main-menu-btn {
    position: relative;
    display: block;
    padding: 0.815em 40px;
    height: 50px;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    color: #BBB1A3;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
}


/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 20px;
    height: 2px;
    width: 24px;
    background: #BBB1A3;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

/* close icon */
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-menu-btn-logo {
    font: italic bold 1.111em/10px Verdana, Arial, Helvetica, sans-serif;
    color: #3092C0;
}

.main-menu-btn-logo-separator {
    margin-right: 0.222em;
    border-right: 1px solid #dad3c9;
    padding-right: 0.5em;
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked)~#main-menu {
    display: none;
}

#main-menu-state:checked~#main-menu {
    display: block;
}

@media (min-width: 768px) {
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }

    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }

}

.sm {
    position: relative;
    z-index: 9999;
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sm-blue a,
.sm-blue a:hover,
.sm-blue a:focus,
.sm-blue a:active {
    padding: 8px 14px;
    background: transparent;
    text-transform: uppercase;
    color:#ffffff !important;
    font-family: Gotham-Light !important;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 23px;
    /* letter-spacing: .5px; */
    text-decoration: none;
}
.sm-blue .active,.sm-blue .active a{
    color: #592B5F !important;
}
.sm-blue .active{
    border-bottom: 2px solid #592B5F;
    border-top: 2px solid #592B5F;
}
.sm-blue a.disabled {
    color: #592B5F;
}

.sm-blue a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sm-blue a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}

.sm-blue ul {
    background: white;
}

.sm-blue ul a,
.sm-blue ul a:hover,
.sm-blue ul a:focus,
.sm-blue ul a:active {
    background: transparent;
    color: #592B5F;
    font-size: 14px;
    text-shadow: none;
    border-left: 8px solid transparent;
}
@media only screen and (min-width:768px) and (max-width:991px){
    header nav {
        justify-items: center;
        display: flex;
        justify-content: center!important;
        margin-top: -1.5%!important;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header nav {
        justify-items: center;
        display: flex;
        justify-content: center;
        padding-right: 2.5vw;
        margin-top: -1.5%;
    }
}
@media (min-width: 1200px){
    header nav {
        justify-items: center;
        display: flex;
        justify-content: center;
        padding-right: 3.5vw;
        margin-top: -1.5%;
    }
}
@media only screen and (min-width:768px) and (max-width:964px){
    .sm-blue a, .sm-blue a:hover {
        font-family: gotham-light;
        font-size: 14px;
        padding: 10px 10px;
    }
}

@media (min-width: 768px) {
    .sm-blue ul {
        position: absolute;
        width: 12em;
    }

    .sm-blue li {
        float: left;
    }

    .sm-blue.sm-rtl li {
        float: right;
    }

    .sm-blue ul li,
    .sm-blue.sm-rtl ul li,
    .sm-blue.sm-vertical li {
        float: none;
    }

    .sm-blue a {
        white-space: nowrap;
    }

    .sm-blue ul a,
    .sm-blue.sm-vertical a {
        white-space: normal;
    }

    .sm-blue .sm-nowrap>li>a,
    .sm-blue .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        font-size: 14px;
    }

    .sm-blue .sm-nowrap>li>a:hover {
        background: #592B5F;
        color: #ffffff !important;
    }

    .sm-blue {
        background: transparent;
    }

    .sm-blue a span.sub-arrow {
        /* icon menu movil */
        top: auto;
        margin-top: 0;
        bottom: 13px;
        margin-left: -5px;
        right: 0;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #606060 transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .sm-blue a.highlighted span.sub-arrow:before {
        display: none;
    }
}
