.nav-top{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #cccccc;
}
.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;
}
.logo_menu {
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 94px;
    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/icon_fb.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    margin-right: 2px;
    transition: all ease 0.3s;
}
.container-facebook:hover, .container-twitter:hover{
    opacity: 0.5;
}
.container-twitter{
    position: relative;
    float: left;
    background-image: url("../images/icon_instagram.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    transition: all ease 0.3s;
}
.ocultar_mobile{
    display: none;
}
.ocultar_escritorio{
    display: block;
}
.text_menusup a{
    font-family: Arial;
    font-size: 15px;
    line-height: 1;
    color: #666666;
    transition: all ease 0.3s;
}
.text_menusup a:hover, a.link-switch:hover{
    color: #989898;
    text-decoration: none;
}
.container-tel{
    position: relative;
    float: left;
    width: 140px;
}
.container-social{
    position: relative;
    float: left;
    width: 65px;
    border-right: 1px solid #AAAAAA;
}
.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: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #666666;
    font-size: 15px;
    transition: all ease 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(152,152,152,1);
}
.carousel-caption {
    left: 50%;
    top: 55%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    right: auto;
    bottom: auto;
}
.carousel-caption h1 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    color: white;
    line-height: 0.9;
    margin-bottom: 0;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
}
.carousel-caption h2 {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal;
    font-style: normal;
    font-size: 120px;
    color: white;
    line-height: 0.9;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
}
.btn-slider {
    font-family: 'Nunito';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    background-color: #cccccc;
    border-color: #cccccc;
    padding: 12px 45px 11px 45px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -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: #333333;
    color: #cccccc;
}
.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: 280px;
        height: 59px;
    }
    .navbar-light .navbar-nav .nav-link, a.dropdown-item {
        text-align: center;
    }
}