body {
    font-family: sans-serif;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header-info {
    background-color: #1e2a66;
    color: white;
    height: 50;
    font-size: 18;
    font-weight: thin;
}

.header-info a {
    color: white;
    text-decoration: none;
}

.header-info a:hover {
    color: #f8a720;
}

.info-display {
    top: 13;
}

.header {
    background-color: white;
    box-shadow: 5px 5px 2.5px #aaaaaa;
}

.logo {
    margin-left: 85px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 150px;
}

.menu {
    margin-top: 10px;
    float: right;
    padding-right: 5%;
}

.menu ul {
    list-style: none;
    overflow: hidden;
    margin-right: 25px;
}

.menu ul li {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    ;
    font-size: 16px;
    height: 50px;
}

.menu ul li:hover {
    border-bottom: 1px solid #e35d10;
}

.menu ul li a {
    display: block;
    padding: 20px;
    color: black;
    text-decoration: none;
}
.menu ul li a:active::before{
    border-bottom: 1px solid #e35d10;

}
.content {
    padding-top: 9.2%;
}

h2 {
    color: #1e2a66;
    font-weight: bolder;

}

h4 {
    color: #e35d10;
    font-weight: bold;
}

p {
    color: #58595b
}

.btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    color: white;
    font-weight: bolder;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 10px;
}

.modal-button {
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 13%;
}

.btn-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    padding-left: 50px;
    color: white;
    font-weight: bolder;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.valores-text {
    color: #1e2a66;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bolder;
}

/* .lista-descripciones{
    list-style-image: url("") ;
} */
.circulo {
    font-size: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.naranja {
    background: #e35d10;
}

.amarillo {
    background: #f8a720;

}

.azul {
    background: #1e2a66 !important;
}

.formulario {
    border: 1px solid #1e2a66;
    border-radius: 2%;
}

.formulario input,
.formulario textarea {
    background-color: #f5f9fc
}

.formulario input {
    height: 50px;
    margin-bottom: 20px;
}

.formulario textarea {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.formulario .Telefono,
.formulario .Email {
    width: 47%;
}

.formulario .Email {
    margin-left: 4%;
}

.formulario .Nombre,
.formulario .Mensaje,
.formulario .Asunto {
    width: 100%;

}

.gray {
    background-color: #f1f2f2;
}

.transparent {
    background-color: transparent;
    border: 1px #e35d10 solid;
}

.formulario .submit:hover,
.btn:hover {
    color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
    transition: 300ms;
}

.formulario .submit,
.btn {
    transition: 300ms;
}

.titulo-encabezado {
    padding-top: 2%;
    padding-bottom: 2%;
}

.carta-vacante {
    border-left: 8px solid #1e2a66;
}

.footer-menu a {
    color: white;

}

img {
    max-width: 100%;
    max-height: 100%;
}

.footer-menu {
    background-image: url("../img/footer.jpg");
}

.footer-menu i {
    background-color: white;
    color: gray;
    padding: 10px;
    border-radius: 100%;

}

.icon {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}



/* Style the hamburger menu */
.topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;


}

.somos {
    margin-top: 75px;
}

@media only screen and (max-width: 600px) {

    /* Style the navigation menu */
    .topnav {
        overflow: hidden;
        position: relative;
        height: 100%;
        transition: 300ms;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    #myLinks {
        height: 1000px;
        transition: 300ms;
    }

    .icon {
        display: block;
        float: right;
        margin-top: 20px;
        margin-right: 25px;
        font-size: 26px;
        color: #e35d10;
    }

    .logo {
        width: 100px;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .footer-menu {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: center;
    }

    .content {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 32%;
    }

    .content .row {
        text-align: center;
    }

    .slider {
        display: none;
    }

    .somos {
        margin-top: 15px;
    }

    .lista-descripciones {
        text-align: center;
        list-style: none;
        margin-left: -9%;
    }
    .valores
    {
        padding-top: 5px !important;
    }
    .valores-text{
        font-size: 12px;
    }

    .footer-menu{
        line-height: 38px;
    }
}
.valores
    {
        padding-top: 20px;
    }