@font-face {
    font-family: 'helveticaTh';
    src: url('../fonts/HelveticaNeueLTStd-Th.otf');
}
@font-face {
    font-family: 'helveticaBd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
    font-family: 'helveticaLt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.otf');
}
.back-lineas {
    background: url('../img/back-lineas.png')no-repeat bottom center;
    background-size: contain;
}
.cont-info-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.info-neografia {
    width: 80%;
    height: auto;
    padding: 15px 0;
    font-family: 'helveticaTh';
    font-size: 1.2em;
    line-height: 1em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.info-neografia strong {
    font-family: 'helveticaBd';
}
.text-ds {
    height: auto;
    font-family: 'helveticaBd';
    font-size: 1.5em;
    line-height: 1.2em;
    color: #00AAD9;
    text-align: left;
    margin-bottom: 15px;
}
.ln-azul {
    width: 40%;
    border-color: #00AAD9;
    border-width: 10px;
    opacity: 1;
}
.tl-emp {
    font-family: 'helveticaTh';
    font-size: 16px;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
.info-empresa {
    min-width: 326px;
    height: 324px;
    background: url('../img/back-info-empresa.png')no-repeat;
    background-size: contain;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-empresa p {
    width: 280px;
    font-family: 'helveticaLt';
    color: #000;
    font-size: 10px;
    line-height: 12px;
}
.info-empresa strong {
    font-family: 'helveticaBd';
}
.cnt-info-emp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-jefes {
    width: 300px;
    display: flex;
    margin-top: 10px;
}
.info-jefes p {
    width: 190px;
    font-family: 'helveticaLt';
    color: #918F91;
    font-size: 10px;
    line-height: 10px;
}
.info-jefes p strong {
    font-family: 'helveticaBd';
    color: #000;
    position: relative;
}
.info-jefes p strong::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../img/icon-whatsapp.png')no-repeat;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: -19px;
}
.info-jefes p a {
    color: #918F91;
    text-decoration: none;
    margin-top: 3px;
    display: block;
}
.info-jefes p span {
    margin: 7px 0px;
    display: inline-block;
}
.cnt-info-neo {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.img-alvg {
    max-width: 282px !important;
}
.text-correo a {
    font-family: 'helveticaLt';
    color: #918F91;
    text-decoration: none;
}
.text-correo a strong {
    font-family: 'helveticaBd';
}
.menu-secciones li {
    margin: 0 5px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #918F91;
    border-left: 1px solid #918F91;
    border-right: 1px solid #918F91;
}
.menu-secciones li p {
    font-family: 'helveticaLt';
    color: #918F91;
    font-size: 1em;
}
.menu-secciones li p:hover {
    font-family: 'helveticaBd';
    color: #00AAD9;
}
.menu-secciones li:hover {
    border-radius: 5px 5px 0 0;
    border-top: 2px solid #00AAD9;
    border-left: 2px solid #00AAD9;
    border-right: 2px solid #00AAD9;
}
#img-2, #img-3, #img-4, #img-5, #img-6 {
    display: none;
}
/* #cont-img {
    width: 100%;
    background-color: red;
    position: relative;
}
.img-tb {
} */
/* .nav-link.active {
   color: #00AAD9 !important;
   font-family: 'helveticaBd' !important;
   border-top: 2px solid #00AAD9 !important;
   border-left: 2px solid #00AAD9 !important;
   border-right: 2px solid #00AAD9 !important;
} */