/** nav **/


/** fondo gris secciones **/

#contact {
    background-color: #E8E8E8;
}

.bg-opacity {
    background-color: #646464a9;
}

.ico {
    text-align: center;
    margin-top: 8px;
    margin: auto;
    padding: 0;
    list-style-type: none;
}

.ico:hover {
    background: #007EB1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

.ico-select {
    background: #007EB1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

.iconos {
    width: 60%;
    height: 75%;
}

.space {
    margin-top: 1%;
}

.productos {
    background-color: #fff;
    padding: 35px;
    text-align: center;
    border-top: 3px #007EB1 solid;
    border-bottom: 3px #007EB1 solid;
    margin-top: 1%;
    text-align: center;
}

#oportunidad {
    color: white;
    background-color: #3A6783;
}

#opor {
    font-size: 40px;
}

.dos {
    align-content: center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.mon {
    font-size: 50px;
}

.tex {
    font-size: 25px;
}

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

.info {
    max-width: 70px;
    max-height: 80px;
}

.abs {
    position: static;
}

#simu {
    margin-bottom: 5%;
}

#cre {
    /* background-color: gray; */
}

.contiene {
    border-bottom: 1px black solid;
}

.tama {
    width: 100%;
    height: 350px;
}

.preloader {
    width: 100px;
    height: 100px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 10px;
    animation-name: girar;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.requisitos {
    text-transform: uppercase;
}

li.lowercase {
    text-transform: uppercase;
}