:root {
    --negro: #000;
}


h1,
h2,
h3,
h4,
a {
    font-family: 'Titillium Web', sans-serif;
}

.redes a {
    color: #62656f;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
}

.carousel .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.carousel h1 {
    font-size: 2.5em;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin-top: 400px;
    padding: 10px;
}

u {
    text-decoration-color: orange;
}

.barra {
    font-weight: 500;
}

.txtplomo {
    color: #929292;
}

.datos h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.datos h4 {
    color: #c3bdbd;
    font-size: 2.3em;
    font-weight: bold;
    padding-top: 10px;
}

.btn-politica {
    color: grey;
    background-color: transparent;
    font-size: 1em;
}

.btn-datos {
    color: white;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 20px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.txtMisiovision {
    color: white;
    background-color: #9b692c;
}

.txtMisiovision2 {
    color: white;
    background-color: #96989a;
    margin-bottom: -1px;
}

.txtMisiovision3 {
    color: white;
    background-color: #313332;
    margin-bottom: -1px;
}

#instalacion ul,
#seguridad ul {
    list-style-image: url('../images/flechaLi2.png');
}

#movimientos ul,
#laboratorio ul,
#gestion ul {
    list-style-image: url('../images/flechaLi.png');
}

.listaServicios {
    font-weight: 700;
}

#laboratorio h4 {
    color: #001962;
}

#respeto {
    background-image: url('../images/gestion/bkgRespeto.png');
}

#accionistas p {
    color: #001962;
}

.proyectos span {
    line-height: 3rem;
}

.proyectos h3 {
    font-weight: 700;
}

.proyectos h3 .subtituloProyectos {
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 700;
}

.proyectos ul {
    list-style: none;
}

.footer {
    padding: 40px;
    background-color: #62656f;
    color: lightgrey;
}

.footer a {
    color: lightgrey;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
}

#logoBlanco {
    margin: 470px 40px 0 0;
    height: 80px;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


@media (min-width: 991px) {
    #logo {
        padding-left: 20px;
    }

    .dropdown-menu {
        background-color: #001962;
        border-radius: 0;
    }

    .dropdown-item {
        color: white;
    }

    .proyectos h3 .subtituloProyectos {
        display: initial;
    }

    .titulo {
        font-size: 2.2em;
    }

    .proyectos {
        margin-left: 40px;
    }

    .proyectos ul {
        margin-top: 40px;
    }

    .carousel h1 {
        padding: 2% 5%;
    }

}

@media (max-width: 991px) {

    .navbar-nav>li>a {
        padding: 5px;
    }

    .carousel h1 {
        font-size: 2em;
        padding: 8%;
    }

    .proyectos h3 .subtituloProyectos {
        display: block;
        padding-top: 30px;
    }

    .titulo {
        font-size: 1.5em;
    }

    .proyectos {
        margin-left: 10px;
    }

}

@media (max-width: 768px) {

    .carousel h1 {
        font-size: 1.9em;
    }

    #txtLogoNaranja {
        text-align: center;
    }

    #logo-naranja {
        text-align: center;
    }

}

/* Nuevo css */
.card-misionvision {
    -webkit-box-shadow: 10px 10px 66px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 10px 10px 66px 0px rgba(219, 219, 219, 1);
    box-shadow: 10px 10px 66px 0px rgba(219, 219, 219, 1);
}

@media (min-width: 768px) {
    .img-logo {
        width: 100%;
    }
}

/* Modal with images */

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 75%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.4)
    }

    to {
        transform: scale(1)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.pdf-container {
    width: 100%;
    height: 100%;
    /* Esto hace que el contenedor ocupe toda la altura visible de la ventana */
}

.text-contact {
    font-size: 16px;
}

/*Borders */


@media (min-width: 991px) {
    .content-ofertas {
        border-left: 2px solid #9b692c;
    }
}

.content-ofertas-text{
    border-bottom: 2px solid #9b692c;
    margin-bottom: 3rem;
}
