@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Regular.ttf');
}

@font-face {
    font-family: 'Rubik Bold';
    src: url('../fonts/rubik/Rubik-ExtraBold.ttf');
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

body {
    all: unset;
    font-family: 'Rubik';
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

header {
    height: 85px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 400;
    box-shadow: 0 0 15px rgb(255, 255, 255, .4);
}

.header-wrap {
    margin: auto;
    height: 100%;
}

.header-general {
    max-width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}

#header-menu {
    display: none;
}

#header-parte-izquierda,
#header-parte-derecha {
    align-items: center;
    display: flex;
    height: 100%;
}

#header-logo img {
    max-height: 60px;
}

#header-menu,
#header-logo,
#menu-navgacion,
#precisar {
    padding: 0 20px;
}

.btn.btn-circle {
    border-radius: .5rem;
}

.btn {
    font-size: 0.75rem;
    cursor: pointer;
    opacity: 1;
    transition: all .25s linear;
}

.btn-brand {
    color: #000;
    background-color: #09e1cd;
    border-color: #09e1cd;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.1875rem;
}

.btn-brand:hover {
    opacity: .9;
    transition: all .25s linear;
}

ul.menu {
    display: flex;
    list-style-type: none;
    padding: 0;
}

ul.menu li {
    margin: auto 15px;
}

#presentacion {
    position: relative;
    height: 87vh;
    overflow: hidden;
    animation: desvanecer 2s linear 0s infinite;
}

#presentacionTexto {
    max-width: 1100px;
    margin: 5% auto;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1100px;
    /*     margin: auto 0px; */
    width: 100%;
}

#presentacionTexto #titulo {
    width: fit-content;
    height: fit-content;
    font-size: 72px;
    font-weight: 900;
    font-family: 'Rubik Bold';
}

#presentacionTexto .texto {
    width: 60%;
    height: fit-content;
    padding: 10px 0;
    font-size: 20px;
}

#presentacionTexto .btn-brand {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

#presentacionTexto .btn-brand:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

#fondo {
    width: 100vw;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    /* opacity: .5; */
    transition: all .5s;
    filter: brightness(.4);
    scale: 1;
    animation: zoom 4s linear;
}

@keyframes zoom {
    0% {
        scale: 1;
    }

    100% {
        scale: 1.05
    }
}

#contenido {
    margin: 90px auto 0 auto;
}

#bienvenida {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#infoModelo {
    width: 400px;
    margin: auto 0;
}

/* #infoModelo h1 {
    text-align: center;
} */

#infoModelo h4 {
    text-transform: uppercase;
    color: #636365;
}

#infoModelo,
#motivos {
    padding: 0 20px;
}

#motivos {
    width: 600px;
}

#bienvenida .btn-brand {
    color: #636365;
    background-color: transparent;
    border-color: #636365;
    font-size: 15px;
}

#bienvenida .btn-brand:hover {
    color: #fff;
    background-color: #000;
    border-color: #444;
}

.bold {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    font-family: 'Rubik Bold';
}

#motivos .texto {
    font-size: 17px;
    font-weight: 100;
}

.negrita {
    letter-spacing: 0px;
    font-family: 'Rubik Bold';
}

#listaMotivos {
    display: flex;
    justify-content: space-between;
}

.motivo {
    margin: 60px auto;
}

.motivo .icono span {
    font-size: 48px;
}

.detalles h3 {
    font-family: 'Rubik Bold';
    font-size: 20px;
}

#bienvenida,
#destacable {
    max-width: 1100px;
}

.fondo {
    background-color: #000;
    color: #fff;
    padding: 20px 0 80px 0;
    margin: auto;
}

#wave {
    background-color: #000;
}

#destacable {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.izquierda>.arriba,
.izquierda>.abajo {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
}

.izquierda>.arriba>h1 {
    margin: 0;
    margin-bottom: 10px;
    width: 350px;
}

.izquierda>.abajo {
    margin: 60px 0 20px 0;
}

.datos {
    margin: 20px 0;
    /*     padding: 0 20px; */
    width: 150px;
}

.cantidad {
    font-family: 'Rubik Bold';
    font-size: 48px;
}

.izquierda .abajo,
.izquierda .arriba {
    display: flex;
}

.imgContainer {
    width: 50%;
}

.imgContainer img {
    width: 100vw;
    height: 100%;
    max-width: 100%;
    border-radius: 12px;
    object-fit: cover;
    filter: drop-shadow(-2px 2px 15px #fff);
}

#destacable .derecha {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.containerDoble {
    display: flex;
    align-content: center;
    margin: auto;

}

.programas,
.eventos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 50%;
    margin-bottom: 30px;
}

.programas {
    background-image: url('https://imagenes.lainformacion.com/files/twitter_thumbnail/uploads/imagenes/2022/05/10/personas-trabajando-en-una-fabrica.jpeg');
}

.eventos {
    background-image: url('https://img.freepik.com/foto-gratis/grupo-personas-trabajando-plan-negocios-oficina_1303-15861.jpg?w=2000');
}

.fondo2 {
    width: 100%;
    height: 100%;
}

.eventos .fondo2 {
    background-color: rgb(87, 180, 162, .8);
    color: #fff;
}

.programas .fondo2 {
    background-color: rgb(238, 238, 238, .8);
    color: #000;
}

.fondo2 h1 {
    margin: 0 0 10px 0;
    font-family: 'Rubik Bold';
    font-size: 42px;
    letter-spacing: -.5px;
}

.fondo2 .texto {
    width: 80%;
    margin: auto;
}

.fondo2 div {
    font-size: 18px;
    margin-bottom: 10px;
}

.espacio {
    height: 200px;
}

.programas .btn-brand {
    color: #000;
    background-color: transparent;
    border-color: #000;
    font-size: 15px;
}

.programas .btn-brand:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.eventos .btn-brand {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    font-size: 15px;
}

.eventos .btn-brand:hover {
    color: rgb(87, 180, 162);
    background-color: #eee;
    border-color: #eee;
}

#sponsorsBg {
    display: flex;
    flex-direction: row;
    margin: auto;
    max-width: 1100px;
    justify-content: space-evenly;
}

.sponsor {
    padding: 40px 0;
}

.sponsor img {
    height: 50px;
}

#blog {
    max-width: 1100px;
    margin: 40px auto 90px auto;
    padding: 20px;
}

#blog .titulo {
    padding: 30px 0;
}

#blog .bold {
    font-size: 42px;
    margin: 0;
}

#blog .portada {
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 0 25px;
}

#blog .imagenBlog {
    height: 325px;
    width: 325px;
    object-fit: cover;
    transition: .4s all ease;
}

#blog #publicaciones {
    display: flex;
    justify-content: space-between;
}

#blog .publicacion {
    width: 325px;
    cursor: pointer;
}

.publicacion .imagenBlog:hover {
    scale: 1.1;
    border-radius: 7px;
    transition: .4s all ease;
}

.publicacion .tituloBlog {
    font-size: 20px;
    font-family: 'Rubik Bold';
    font-weight: 100;
}

#suscripcion {
    background-color: rgb(87, 180, 162);
    padding: 80px 0;
    color: #fff;
}

#suscripcion .contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1100px;
    padding: 0 20px;
}

#suscripcion .texto {
    width: 50%;
}

#suscripcion form {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

#suscripcion form input {
    width: 60%;
    padding: 0 10px;
    font-family: 'Rubik';
}

#suscripcion form button {
    width: 20%;
    background-color: #636365;
    color: #fff;
    font-family: 'Rubik Bold';
    cursor: pointer;
    transition: all .3s ease;
}

#suscripcion form button:hover {
    background-color: #444;
    transition: all .3s ease;
}

#suscripcion form input,
#suscripcion form button {
    border-radius: 4px;
    border: none;
    outline: none;
    margin: 0 20px;
    height: 30px;

}

footer {
    color: #fff;
    background-color: #000;
}

footer .container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 1100px;
    margin: auto;
}

footer .arriba,
footer .abajo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .arriba {
    padding: 30px 0;
}

footer .logo img {
    width: 250px;
}

footer .redes span {
    padding: 0 12px;
}

footer .arriba .derecha {
    display: flex;
}

footer .arriba .izquierda {
    display: flex;
    flex-direction: column;
}

footer .arriba .izquierda .redes {
    display: flex;
    justify-content: center;
}

footer .contacto,
footer .menu {
    font-size: 25px;
    font-family: 'Rubik Bold';
    padding: 0 20px;
}

footer .contacto ul,
footer .menu ul {
    list-style-type: none;
    padding: 0;
    font-family: 'Rubik';
    margin: 10px auto;
}

footer .contacto ul li,
footer .menu ul li {
    font-size: 18px;
    padding: 5px 0;
}

footer .abajo {
    border-top: .5px solid #636365
}

footer .abajo .creditos,
footer .abajo .legal {
    padding: 20px 0;
}

header {
    transition: all .2s linear;

}

.headerBlog {
    background: transparent;
    box-shadow: none;
}

#imagenPortada {
    position: relative;
    margin-top: -85px;
    border: none;
    overflow: hidden;
    height: 400px;
}

#imagenPortada img {
    filter: brightness(.25);
    width: 100vw;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

#imagenPortada #textoPortada {
    margin: 0 auto 40px auto;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
}

#imagenPortada h1 {
    width: fit-content;
    height: fit-content;
    font-size: 55px;
    font-weight: 900;
    font-family: 'Rubik Bold';
    margin: 25px 0;

}

#imagenPortada div {
    color: #fff;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    margin: 0;
}

#contenidoBlog {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    margin: 20px auto;
    padding: 0 20px;
    max-width: 1100px;
}

#publicacion {
    width: 65%;
}

#contenidoBlog p {
    margin: 2em 0;
}

#contenidoBlog h1 {
    margin: 1em 0 .25em 0;
    font-size: 50px;
}

#contenidoBlog h2 {
    margin: 1em 0 .25em 0;
    font-size: 35px;
}

#contenidoBlog img {
    max-width: 100%;
}

#publicacionesAnteriores {
    max-width: 1100px;
    margin: 40px auto 90px auto;
}

#publicacionesAnteriores h2 {
    margin-bottom: 30px;
    font-family: 'Rubik Bold';
}

#publicacionesAnteriores__contenido {
    display: flex;
    justify-content: space-between;
}

#publicacionesAnteriores .cardPublicacion .portada {
    overflow: hidden;
    margin: 0;
}

#publicacionesAnteriores .cardPublicacion .imagenBlog {
    height: 200px;
    width: 350px;
    object-fit: cover;
    transition: .4s all ease;
}

#publicacionesAnteriores .cardPublicacion {
    background: #f4f4f4;
    height: 400px;
    max-width: 350px;
}

#publicacionesAnteriores .cardPublicacion .tituloPublicacion {
    padding: 10px 30px 30px 30px;
    font-size: 22px;
    font-weight: 900;
}

#publicacionesAnteriores .cardPublicacion .fechaPublicacion {
    padding: 20px 30px 0 30px;
}

#publicacionesAnteriores .cardPublicacion {
    cursor: pointer;
}

#publicacionesAnteriores .cardPublicacion:hover>.portada img {
    scale: 1.1
}

#comentarios {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

#fondoComentarios {
    background-color: #eee;
}

#comentarios h1 {
    margin-top: 0;
}

#nuevoComentario .arriba {
    display: flex;
    justify-content: space-between;
}

#nuevoComentario .arriba .izquierda,
#nuevoComentario .arriba .derecha {
    width: 48%;
}

#nuevoComentario .arriba,
#nuevoComentario .medio {
    margin: 30px 0;
}

#nuevoComentario .abajo {
    margin: 30px 0 0 0;
}

#nuevoComentario input[type="text"],
#nuevoComentario input[type="email"],
#nuevoComentario textarea {
    margin: 10px 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 17px;
    font-family: 'Rubik';
    border-radius: 4px;
    border: none;
    background-color: #e1e1e1;
}

#nuevoComentario .abajo textarea {
    height: 160px;
    padding: 10px;
    overflow-y: hidden;
    resize: none;
}

#nuevoComentario input[type="checkbox"],
#nuevoComentario label {
    cursor: pointer;
}

#nuevoComentario .publicacionAnterior {
    display: flex;
    margin: 10px 0;
}

#nuevoComentario .publicacionAnteriorPortada {
    overflow: hidden;
    width: 70px;
    height: 70px;
}

#nuevoComentario .publicacionAnteriorPortada img {
    width: 100vw;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

#nuevoComentario .publicacionAnteriorTexto {
    margin: 0 10px;
}

#nuevoComentario .publicacionAnterior .titulo {
    font-size: 14px;
    font-weight: 900;
}

#nuevoComentario .publicacionAnterior .fecha {
    font-size: 12px;
}

#ultimasPublicaciones {
    max-width: 1100px;
    margin: 40px auto 90px auto;
}

#ultimasPublicaciones h2 {
    margin-bottom: 30px;
    font-family: 'Rubik Bold';
}

#ultimasPublicaciones__contenido {
    display: flex;
    justify-content: space-between;
}

#ultimasPublicaciones .cardPublicacion .portada {
    overflow: hidden;
    margin: 0;
}

#ultimasPublicaciones .cardPublicacion .imagenBlog {
    height: 200px;
    width: 350px;
    object-fit: cover;
    transition: .4s all ease;
}

#ultimasPublicaciones .cardPublicacion {
    background: #f4f4f4;
    height: 400px;
    max-width: 350px;
}

#ultimasPublicaciones .cardPublicacion .tituloPublicacion {
    padding: 10px 30px 30px 30px;
    font-size: 22px;
    font-weight: 900;
}

#ultimasPublicaciones .cardPublicacion .fechaPublicacion {
    padding: 20px 30px 0 30px;
}

#ultimasPublicaciones .cardPublicacion {
    cursor: pointer;
}

#ultimasPublicaciones .cardPublicacion:hover>.portada img {
    scale: 1.1
}

#otrosPosts {
    width: 35%;
    margin-left: 20px;
}

#otrosPosts h3 {
    color: #444
}

#otrosPosts .publicacionAnterior {
    cursor: pointer;
    display: flex;
    margin: 15px 0;
}

#otrosPosts .publicacionAnteriorPortada {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 4px;
}

#otrosPosts .publicacionAnteriorPortada img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

#otrosPosts .publicacionAnteriorTexto {
    margin: 0 10px;
    width: 60%;
}

#otrosPosts .publicacionAnterior .titulo {
    font-size: 14px;
    font-weight: 900;
}

#otrosPosts .publicacionAnterior .fecha {
    font-size: 12px;
}

#contenidoBlog img {
    border-radius: 4px;
}

li a {
    color: #fff;
    text-decoration: none;
}