/**********************************************************************************
*****   Variables   ***************************************************************
**********************************************************************************/
:root {
    --color1: rgb(219, 144, 0.5);
    --color2: rgba(23, 180, 83, 0.877);
    --color3: rgba(11, 194, 211, 0.623);
    --fondo: #F2F2F2;
    --titulos: 33px;
    --subtitulos: 20px;
    --margenes: 20px;
    --espacios: 10px;
    --espacios-contenido: 45px;
}

/**********************************************************************************
***** general *********************************************************************
**********************************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**********************************************************************************
***** body ************************************************************************
**********************************************************************************/
html {
    scroll-behavior: smooth;
}

div[id] {
    scroll-margin-top: 200px;
}

body {
    font-family: 'Quattrocento Sans', sans-serif;
}

/**********************************************************************************
***** header **********************************************************************
**********************************************************************************/
header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1;
    background: #FFFFFF;
}

nav {
    height: 100px;
    width: 90%;
    max-width: 1100px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.logo {
    height: 70px;
}

.logo img {
    width: 50%;
    height: 50%;
    height: inherit;
    vertical-align: top;
    object-fit: cover;
}

.icono {
    color: #000000;
    font-size: 24px;
    padding: 23.5px 20px;
    display: none;
}

.icono:hover {
    cursor: pointer;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 25px;
}

/**********************************************************************************
***** contenido *******************************************************************
**********************************************************************************/
.contenido {
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blq_noticias {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000000;
    padding: 8px 5px 5px 5px;
}

.ttituno,
.ititulo,
.ttitdos {
    width: 33.33%;
    height: auto;
}

.ttituno p,
.ttitdos p {
    font-size: 20px;
    font-weight: 600;
    color: var(--color1);
}

/**********************************************************************************
***** opciones ********************************************************************
**********************************************************************************/
.opciones {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px 5px 5px 5px;
}

.opciones img {
    width: 200px;
    height: 70px;
    margin: 0px 10px 0px 10px;
}

/**********************************************************************************
***** Caracteristicas *************************************************************
**********************************************************************************/
.caract {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caract h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding: 20px 5px 5px 5px;
}

.icaract {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sscaract {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    align-items: center;
}

.spcaract {
    width: 49%;
    height: auto;
    margin: 10px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

.spcaract h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #FF4500;
    margin: 10px 5px 10px 5px;
}

.inicio {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    color: #131A2C;
    margin: 5px 5px 5px 5px;
}

.vineta {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #131A2C;
    margin: 5px 5px 5px 30px;
}

.ipuntos {
    width: 100%;
    height: 250px;
    background-color: #D6D6D6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
}

.ipuntos img {
    width: 200px;
    height: 100px;
}

.tpuntos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.tpuntos h4 {
    font-size: 24px;
    font-weight: 700;
    color: #FF4500;
    margin: 5px 15px 0px 15px;
}

.spcaract:hover {
    background-color: #F2F2F2;
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

/**********************************************************************************
***** Compara *********************************************************************
**********************************************************************************/
.compar {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.compar h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding: 20px 5px 5px 5px;
}

.compar h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.tab_compar {
    width: 60%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #D6D6D6;
}

.cuno {
    width: 23%;
    height: auto;
    font-weight: 600;
    text-align: center;
    margin: 15px 5px 5px 5px;
}

.cdat {
    width: 23%;
    margin: auto;
    text-align: center;
    margin: 15px 5px 5px 5px;
}

/**********************************************************************************
***** Aprendizaje *****************************************************************
**********************************************************************************/
.aprend {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab_aprend {
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.ta_divi {
    width: 40%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #D0D0D0;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    border-radius: 10px 10px 10px 10px;
}

.aprend h2 {
    font-size: 40px;
    font-weight: 600;
    color: #FF4500;
    padding: 20px 5px 5px 5px;
}

.tema {
    font-size: 18px;
    font-weight: 600;
    color: #131A2C;
    padding: 5px 5px 5px 5px;
}

.tvineta {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #131A2C;
    margin: 5px 5px 5px 30px;
}

/**********************************************************************************
***** Boton arriba ****************************************************************
**********************************************************************************/
.botonup {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: -100px;
    cursor: pointer;
    transition: all 1s ease;
}

.botonup:hover {
    transform: scale(1.1);
    transition: all 300ms ease;
}

/*#btnarriba {
    position: fixed;
    bottom: 20px;
    right: -100px;
    width: 50px;
    transition: all 1s ease;
}*/

/**********************************************************************************
***** footer **********************************************************************
**********************************************************************************/
.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    height: 150px;
}

.marca {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: auto;
    margin-bottom: var(--espacios);
}

.marca img {
    height: 100px;
    margin: var(--espacios);
}

.textobotonselec {
    font-size: 16px;
    color: #131A2C;
    font-weight: 900;
    margin: auto;
    text-decoration: none;
}

.marca h2 {
    margin: auto;
}

.iconos {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    align-items: center;
}

.col_texto p {
    font-size: 20px;
    color: #131A2C;
    font-weight: 900;
    margin: auto;
    text-decoration: none;
}

/**********************************************************************************
***** responsive ******************************************************************
**********************************************************************************/
@media screen and (max-width: 640px) {
    .icono {
        display: block;
    }

    .menu {
        position: fixed;
        top: 100px;
        background: #4B6584;
        left: 0px;
        height: 100%;
        transition: 1s;
        width: 0px;
        overflow: hidden;
    }

    .menu a {
        display: inherit;
        background: #778CA3;
        border: 1px solid #FFFFFF;
        text-align: left;
    }
}
