.bg-light {
    background-color: #ffffff!important;
}
.bg-dark {
    background-color: #000e61 !important;
}

.nav-top{
    position: relative;
    width: 100%;
    height: 50PX;
    background-color: #09cdd6;
    color: #FFFFFF !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'montserratmedium';
    color: rgba(255,255,255,1);
}
/*.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: 400px;
    height: 89px;
    background-size: cover;
}
.nav-top-left{
    position: absolute;
    right: 0;
    width: 500px;
    margin-top: -60px;
}
.container-facebook{
    position: relative;
    float: left;
    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, .container-tiktok: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;
}
.container-tiktok{
    position: relative;
    float: left;
    background-image: url("../images/tiktok.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: 'montserratregular';
    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: right;
    width: 115px;
    /* border-right: 1px solid #AAAAAA; */
    margin-top: -8px;
}
.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: 'antonioregular';
    /*font-weight: bold;*/
    font-style: normal;
    text-transform: uppercase;
    color: #2ABAA1;
    font-size: 18px;
    transition: all ease 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00a0a8;
}
.carousel-caption {
    left: 35%;
    top: 55%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    right: auto;
    bottom: auto;
}
.carousel-caption h1 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    color: #00f6ff;
    line-height: 0.9;
    margin-bottom: 0;
    margin-bottom: 10px;
    text-align: left !important;
    /* text-shadow: 4px 4px 6px rgb(0 0 0 / 70%);*/
}
.carousel-caption h2 {
    font-family: 'cocosharp_triallight';
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 25px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1px;

    /* text-shadow: 4px 4px 6px rgb(0 0 0 / 70%); */
}

.btn-info {
    border-color: #2ABAA1;
}

.btn-slider {
    font-family: 'montserratregular';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #09cdd6;
    border-color: #09cdd6;
    padding: 12px 45px 11px 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-info:focus, .btn-slider:hover, .btn-slider:focus, .btn-slider:not(:disabled):not(.disabled):active, .btn-slider:not(:disabled):not(.disabled):active:focus{
    border-color: #23A5AC;
    background-color: #23A5AC ;
    color: #ffffff;
    box-shadow: none;
}
.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%;
}

@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;
    }
}