@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/HelveticaNowText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.menu-bar {
    background-color: #ffffff;
    z-index: 1;
}

.navbar {
    padding: 0 1rem;
}

.fondo-menu{
    -webkit-box-shadow: 0 8px 6px -6px grey;
    -moz-box-shadow: 0 8px 6px -6px grey;
    box-shadow: 0 8px 6px -6px rgba(68, 68, 68, 0.4);
}

.navbar img {
    width: 160px;
}

.logo {
    overflow: hidden;
    float: left;
    padding-top: 10px;
}

.navbar-nav a {
    padding: 30px 30px;
    display: block;
    font-size: 14px;
    color: #444;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    transition: all 0.4s ease;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav a:hover, .navbar-nav a.active {
    background-color: #E6E7E8;
    color: #004563!important;
}

.navbar-nav a:hover.idiomas {
    background-color: white;
}

.idiomas img {
    width: 40px;
    margin-top: -10px;
}

.parallax-section {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.slider {
    height: 100vh;
    z-index: -1;
    padding: 7%;
    background-position: center 50px;
}

a.idiomas {
    padding-left: 5px;
    padding-right: 5px;
}

.titulo {
    background-color: rgba(1, 1, 1, .7);
    padding: 1.5rem;
    max-width: 1300px;
    width: 73%;
}

.titulo h1 {
    color: #51AFE2;
    font-size: 2.5rem;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 700;
}

.titulo h3 {
    color: #fff;
    font-weight: 300 !important;
}

.gris {
    background-color: #F1F2F2;
}

h2.title {
    text-align: center;
    font-size: 2.5rem;
    font-family: Helvetica;
    font-weight: 700;
    color: #004563;
}

h2.title:after {
    background: url("imagenes/post-title.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: 400px;
    display: block;
    margin: auto;
    top: 10px;
    width: 100%;
    max-width: 400px;
    height: 40px;
    content: '';
    background-position: center;
}

.bg-white h2.title:after {
    background: url("imagenes/post-title-b.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: 400px;
    display: block;
    margin: auto;
    top: 10px;
    width: 100%;
    max-width: 400px;
    height: 40px;
    content: '';
    background-position: center;
}

.texto {
    font-size: 16px;
    color: #636466;
    text-align: center;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.somos-soporte, .hands {
    height: 85vh;
    z-index: -1;
    padding: 7%;
}

.somos-soporte .titulo {
    max-width: 1500px;
    width: 90%;
}

.titulo.soporte h2 {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 300 !important;
    font-size: 2.6rem;
    color: #fff;
}

.info-repre {
    padding-bottom: 80px;
}

.info-repre img {
    float: left;
    height: 60px;
    padding: 10px 20px 5px 0;
}

.info-repre p {
    font-size: 18px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 0;
}

a.mas-info {
    float: right;
    margin-top: 40px;
    text-decoration: none;
    font-weight: 700;
    color: #004563;
    cursor: pointer;
}

.mas-info:before {
    background: url("imagenes/linea-info.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    display: block;
    position: relative;
    right: 0;
    width: 130px;
    height: 4px;
    content: '';
}

.representaciones {
    padding: 0;
}

.representaciones a {
    cursor: pointer;
}

.representaciones a img {
    height: 45px;
    margin: 20px 10px;
}

.nav-link.active {
    border: none;
}

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff;
}

.nav-link:not(.active):hover img {
    opacity: .7;
    filter: grayscale(30%);
}

.nav-link img {
    filter: grayscale(100%) brightness(100%) contrast(0);
    transition: all .3s;
}

.nav-link.active img {
    filter: grayscale(0%);
}

.nav-link {
    cursor: pointer;
}

.btn-form {
    background: #53ADDF;
    border-radius: 0;
    color: #fff;
    margin: auto;
    display: block;
}

input, textarea {
    background-color: #E7E8E9 !important;
    border-radius: 0 !important;
    color: #063342 !important;
}

input {
    height: 60px !important;
}

::placeholder {
    color: #063342 !important;
}

form img {
    margin-right: 5px;
    width: 40px;
}

form a {
    margin-right: 30px;
}

.mail a {
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #063342 !important;
    text-decoration: none;
}

.page-footer {
    background-color: #063342;
}

footer span {
    font-weight: 700;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #51AFE2;
}

footer {
    font-weight: 300;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #fff;
}

#tab-mobile .carousel-inner {
    margin: auto;
    width: 90%;
}

#tab-mobile .carousel-item {
    padding: 30px 0;
}

#tab-mobile .nav-link {
    display: inline-block;
    width: 45%;
    margin: 5px;
    padding: 0 !important;
}

#tab-mobile .nav-link img {
    margin: auto;
    width: 100%;
}

#tab-mobile .carousel-indicators {
    bottom: -40px;
}

#tab-mobile .carousel-indicators li {
    background-color: #004563 !important;
}

.carousel-control-next {
    right: -30px !important;
    filter: brightness(80%);
}

.carousel-control-prev {
    left: -30px !important;
    filter: brightness(80%);
}
.navbar-light a{
    color: #444!important;
}
@media (min-width: 320px) and (max-width: 480px) {
    form a {
        margin-right: 0px;
        text-align: center !important;
        justify-content: center !important;
    }

    form .mail {
        margin-top: 30px !important;
    }

    .bg-white h2.title:after {
        background-size: 300px;
    }

    .info-repre img {
        margin-right: 50%;
        margin-bottom: 20px;
    }

    .info-repre p {
        width: 100%;
    }

    .navbar-nav a {
        padding: 15px;
    }

    .titulo {
        width: unset;
    }

    h2.title {
        font-size: 2rem;
    }
}
@media (max-width: 992px){
    .parallax-section {
        background-position: center top !important;
        background-attachment: scroll !important;
    }

    .navbar-light .navbar-collapse .navbar-nav a, .navbar-nav a.active{
        color: #ffffff;
        background: #1f1f1f;
        border-top: 1px solid #292929 !important;
    }

    .navbar-light .navbar-collapse .navbar-nav a.active{
        color: #51AFE2;
    }
    .fondo-menu{
        height: 94px;
    }
    .navbar-light a{
        color: #fff!important;
    }
    .navbar-nav a:hover, .navbar-nav a.active {
        color: #fafafa !important;
    }
    a.nav-item.nav-link.veb img{
        width: 70%!important;
    }
    a.nav-item.nav-link.robinson img{
        width: 180%!important;
        padding-left:20%;
    }
}