
.icon_map{
    background-image: url(../images/icon_mapa.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-top: 9px;

}


.idioma {
    font-family: 'metropolismedium';
    font-size: 17px;
    line-height: 1;
}

.idioma:hover {
    color: #000080 !important;
}


.contenedor_idioma a {
    font-family: 'metropolismedium';
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    transition: all ease 0.3s;
    width: 44px;
}


.bandera {
    background-image: url(../images/mexico.png);
    width: 41px;
    height: 50px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 3px;
    margin-left: 5px;
    background-position: center;
    margin-top: -11px;   
    /*margin-top: 9px;*/
}


.contenedor_idioma{
    width: 145px;
    height: 50px;
    float: right;
    position: relative;
    background-color: #165AA1;
    margin-left: 3px;
    padding: 5px;
    padding-left: 7px;
}

.contenedor_idioma:hover{

    background-color: #106FB0;
    color: #ffffff;
    text-decoration: none;

}






.bg-light {
    background-color: #ffffff!important;
}
.btn-cita_nav{
    font-family: 'metropolismedium';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    color: #FFFFFF;
    background-position: right;
    background-image: url(../images/icon_calendar.svg);
    background-color: #FF8000;
    background-repeat: no-repeat;
    background-size: 14%;
    background-position-x: 210px;
    /* border-color: #cccccc; */
    padding: 12px 50px 12px 20px;
    border-radius: 37px;
    /* box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%); */
    /* -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%); */
    margin-top:0px;
    float: right;
}

.btn-cita_nav:hover{
    color: #ffffff;
    background-color: #00A3D9;
}
.nav-top{
    position: relative;
    width: 100%;
    height: 38px;

    color: #FFFFFF !important;
    background-image: url(../images/back_navotop.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
/*.nav-top-text{
    font-family: 'Nunito';
    font-weight: bold;
    font-style: normal;
    color: #333333;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding-top: 9px;
}*/

.nav-top-text{
    font-size: 12px;
    line-height: 1;
    text-align: center;
    float: left;
    position: relative;
    padding-top: 23px !important;
    text-align: right;
}

.logo_menu {
    background-image: url(../images/logo_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 207px;
    height: 94px;
    background-size: contain;
}
.nav-top-left{
    position: absolute;
    right: 0;
    width: 500px;
    margin-top: -60px;
}
.container-facebook{
    position: relative;
    float: right;
    background-image: url(../images/facebook.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    margin-right: 2px;
    transition: all ease 0.3s;
    margin-left: 10px;

}
.container-facebook:hover, .container-twitter:hover{
    opacity: 0.5;
}
.container-twitter{
    position: relative;
    float: left;
    background-image: url("../images/instagram.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    transition: all ease 0.3s;
    margin-left: 10px;
}
.ocultar_mobile{
    display: none;
}
.ocultar_escritorio{
    display: block;
}
.text_menusup a{
    font-family: 'metropolismedium';
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    transition: all ease 0.3s;
    width: 300px;

}
.text_menusup a:hover, a.link-switch:hover{
    color: #ffffff;
    text-decoration: none;
}
.container-tel{
    position: relative;
    float: left;
    width: 140px;
}
.contenedor_datos{
    position: relative;
    float: right;
    width: 386px;
}
.container-social{
    position: relative;
    float: left;
    width: 111px;
    margin-top: 0px;
}
.container-switch{
    position: relative;
    float: left;
    width: 65px;
    padding-left: 10px;
}
.container-mail{
    position: relative;
    float: left;
    text-align: right;
    width: 219px;
    margin-right: 8px;
}
a.link-switch{
    font-family: Arial;
    font-size: 15px;
    line-height: 1;
    color: #111111;
    transition: all ease 0.3s;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'metropolismedium';
    /*font-weight: bold;*/
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    transition: all ease 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00A3D8;
}
.carousel-caption {
    left: 33%;
    top: 55%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    right: auto;
    bottom: auto;
}
.carousel-caption h1 {
    font-family: 'proxima_novaregular';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    color: #ffffff;
    line-height: 0.9;
    margin-bottom: 0;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
    text-align: left !important;
    /* text-shadow: 4px 4px 6px rgb(0 0 0 / 70%);*/
}
.carousel-caption h2 {
    font-family: 'proxima_novaregular';
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* text-shadow: 4px 4px 6px rgb(0 0 0 / 70%); */
}

.btn-info {

}

.btn-slider {
    font-family: 'metropolissemi_bold';
    /* font-weight: bold; */
    /* font-style: normal; */
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    background-color: #FF8000;
    border-width: 0px;
    padding: 16px 45px 15px 45px;
    border-radius: 37px;
    /* box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%); */
    /* -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%); */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    margin-top: 15px;
    float: right;
}
.btn-slider:hover, .btn-slider:focus, .btn-slider:not(:disabled):not(.disabled):active{
    /* border-color:#333333;*/
    background-color: #00A3D9;
    color: #ffffff;
}
.btn-slider.width-100{
    width: 100%;
}
.navbar-nav{
    margin-top: 20px;
}
.carousel-control-prev-icon.icon-modern{
    background-image:url("../images/ArrowBackIos.svg");
    width: 85px;
    height: 90px;
}
.carousel-control-next-icon.icon-modern{
    background-image:url("../images/ArrowTopIos.svg");
    width: 85px;
    height: 90px;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.container-social .icon-bg{
    width: 28px;
    height: 28px;
    margin-top: 5px;
}
.container-social .icon-bg .icon-s {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.container-social .icon-bg .icon-f {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.container-social .icon-bg .icon-x {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 7px;
    margin-left: 5px;
}
.text_menusup{
    position: relative;
    float: right;
    width: 227px;
    min-height: 20px;
    height: auto;
    overflow: hidden;
}
.text_menusup .icon_tel {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
}
.text_menusup .link-tel-top{
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
}
.text_menusup .link-tel-top a{
    font-family: 'metropolismedium';
    font-size: 17px;
    line-height: 1;
}
@media (max-width: 768px) {
    .ocultar_mobile{
        display: block;
    }
    .ocultar_escritorio{
        display: none;
    }
    .logo_menu {
        width: 195px;
        height: 75px;
    }
    .navbar-light .navbar-nav .nav-link, a.dropdown-item {
        text-align: center;
    }





}
@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link{
        text-align: center;
    }
    .btn-cita_nav {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 264px !important;
        display: block;
        margin-bottom: 20px;
        background-position-x: 213px !important;
    }

    .logo_menu {
        width: 120px;
        height: 40px;
    }
}