* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: 'Spartan', sans-serif;
    background-color: #FFF2E6;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: #4f3d631c;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #4f3d6375;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #4F3D63;
}
.imagen {
    height: 40px;
}
.logo {
    padding: 0 80px;
}
nav {
    background: #FFF2E6;
    color: #2F1C25;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
    position: fixed;
    padding: 10px
}
nav .mainmenu {
    display: flex;
    list-style: none;
}
nav .mainmenu li a {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2F1C25;
    font-weight: 500;
}
nav .mainmenu-cta {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
nav .mainmenu-cta i {
    color: #45325a;
    font-weight: 500;
}
nav .mainmenu li a:hover {
    color: #663c94;
}
nav .mainmenu-cta i:hover {
    color: #663c94;
    font-weight: 600;
}
nav .Openmenu {
    font-size: 25px;
    margin: 20px;
    display: none;
    cursor: pointer;
}
nav > .closemenu, .icons i {
    font-size: 25px;
    display: none;
    cursor: pointer;
}
.fa-facebook:hover {
    color: #FFF2E6;
}
.fa-instagram:hover {
    color: #FFF2E6;
}
.estudio {
    margin-bottom: 20px;
    text-align: center;
    color: #1c1422;
    line-height: 30px;
    font-size: 18px;
}
.icono {
    font-size: 40px;
    margin-top: 30px;
    text-align: center;
    color: #FFF2E6;
}
.ico:link {
    color: #FFF2E6;
}
.ico:visited {
    color: #FFF2E6;
}
.ico:hover {
    color: #FFF2E6;
}
.ico:active {
    color: #FFF2E6;
}
.texto-footer {
    display: flex;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 10px;
}
.texto-footer a:link {
    text-decoration: none;
    color: #FFF2E6;
}
.texto-footer a:visited {
    text-decoration: none;
    color: #FFF2E6;
}
.texto-footer a:hover {
    text-decoration: none;
    color: #FFF2E6;
}
.texto-footer a:active {
    text-decoration: none;
    color: #FFF2E6;
}
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@keyframes Opacidad {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.contenedor-equipo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.col {
    width: 100%;
    display: flex;
    justify-content: center;
}
.col_der {
    width: 30%;
    padding: 20px;
    margin-top: 35px;
}
.col_izq {
    width: 30%;
    padding: 20px;
}
.col-equipo1 {
    width: 120%;
}
td {
    vertical-align: top;
    font-size: 15px;
}
.equipo2 {
    padding-left: 15px;
}
.col-contenedora {
    width: 100%;
    height: auto;
}
.col p {
    line-height: 20px;
}
.info-equipo p {
    font-size: small;
    margin-bottom: 20px;
    text-align: left;
}
.info-equipo h3 {
    text-align: left;
}
.quienes {
    text-align: center;
    padding: 40px;
    background-color: #4f3d6336;
    margin: 30px 0 30px 0;

}
.quienes p {
    color: #4F3D63;
}
.faq {
    text-align: left;
}
.faq p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 17px;
}
.boton-inscripcion:hover {
    color: #4F3D63;
    background-color: #FFF2E6;
}
/*Adaptación Mobile Nav*/
@media (max-width: 800px) {
    .logo img {
        width: 100px;
        height: auto;
    }
    nav .mainmenu {
        height: 100vh;
        position: fixed;
        right: 0;
        width: 50%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #FFF2E6;
        /* transition: top 1s ease; */
        top: 0;
        display: none;
    }
    nav .mainmenu-cta i {
        font-size: 25px;
    }
    nav .closemenu {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #2F1C25;
    }
    nav .Openmenu {
        display: block;
    }
    nav .Openmenu.menu-abierto {
        display: none;
    }
    nav .mainmenu.menu-abierto, nav .closemenu.menu-abierto {
        display: block;
    }
    nav .mainmenu li a:hover {
        background: none;
        color: #45325a;
    }
    nav .mainmenu-cta:hover {
        background: none;
        color: #45325a;
    }
    .icons i {
        display: inline-block;
        padding: 12px;
        color: #2F1C25;
    }
}
/*BANNER*/
.hero {
    background-image: url(img/Fondo-web.jpg);
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.textos-hero {
    height: 500px;
    color: #301B21;
    width: 80%;
    padding: 150px 200px;
    animation: Opacidad 1s ease-in;
}
.textos-hero p {
    width: 500px;
}
.intro {
    height: 500px;
    color: #301B21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.textos-hero h1 {
    font-size: 40px;
    color: #45325a
}
.textos-hero h2 {
    font-size: 25px;
    line-height: 36px;
    margin-top: 5px;
    color: #473c53
}
.textos-hero p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}
.textos-hero a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 15px;
    background: #4F3D63;
    border-radius: 20px;
    color: #FFF2E6;
    font-weight: bold;
}
.svg-hero {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.logos-uba {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.section {
    background-color: #FFF2E6;
}
.info-equipo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.contenedora {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
/* Estilos generales */
.contenedor,
.wave-contenedor {
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
    margin: auto;
    padding: 0 0 80px 0;
}
.contenedor {
    padding: 80px 0;
}
.contenedor-footer {
    padding-bottom: 0;
}
.titulo {
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.titulo.left {
    text-align: left;
}

.titulo.right {
    text-align: right;
}
.financiamiento p {
    text-align: center;
    margin-top: 100px;
}
/* Info */
.info {
    background: #FFF2E6;
    color: #4F3D63;
}
.info h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.info p {
    line-height: 30px;
    font-size: 18px;
}
.info li {
    margin-top: 5px;
}
.info-equipo {
    background: #4F3D63;
    color: #FFF2E6;
    text-align: right;
}
/* Cards */
.content-cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;

}
.card {
    width: 23%;
    text-align: center;
}
.card h3 {
    color: #4F3D63;
}
.card p {
    font-size: 15px;
    padding-top: 20px;
    line-height: 20px;
}
.faq p {
    line-height: 25px;
}
/* galeria */
.galeria-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;
}
.galeria-cont>img {
    width: 30%;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
    overflow: hidden;
}
/* info2 */
.last-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
.last-section img {
    width: 48%;
}
.last-section .contenedor-textos-main {
    width: 40%;
}
/* Prensa */
.contenedor-prensa {
    width: 100%;
    background-color: #4f3d6336;
    display: flex;
    align-items: center;
}
.contenedor-prensa__noticia {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.contenedor-prensa__fecha {
    display: block;
    color: #4F3D63;
    font-size: smaller;
    padding-bottom: 5px;
}
.contenedor-prensa__titulo {
    color: #4F3D63;
    padding-bottom: 10px;
}
.contenedor-prensa__post {
    color: #4F3D63;
    padding-bottom: 20px;
}
.contenedor-prensa__cta {
    display: inline-block;
    color: #4F3D63;
    background-color: #FFF1E6;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px;
    font-size: smaller;
}
.contenedor-prensa__cta:hover {
    color: #FFF1E6;
    background-color: #4F3D63;
}
/* footer */
footer {
    background: #4F3D63;
    color: #FFF2E6;
}
footer h4 {
    margin-bottom: 20px;
    line-height: 30px;
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 60px;
}
.input {
    /*background: transparent;
    border: 0;
    color: #FFF2E6;*/
    outline: none;
    border: 1px solid #FFF2E6;
    padding: 20px 10px;
}
.input::placeholder {
    /*color: #FFF2E6;*/
    color: #4F3D63;
}
input[type="text"],
input[type="email"] {
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
}
.form textarea {
    width: 100%;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    color: #FFF2E6;
    background: #4F3D63;
}
input[type="submit"]:hover {
    cursor: pointer;
    /*color: #4F3D63;
    background: #FFF2E6;*/
    background: #663c94;
    font-weight: bolder;
}
@media screen and (max-width:800px) {
    .textos-hero h1 {
        font-size: 40px;
    }
    /* estilos generales */
    .titulo {
        font-size: 35px;
    }
    .textos-hero {
        padding: 200px 50px;
    }
}

@media screen and (max-width:800px) {
    /* section */
    .website {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .website img {
        width: 100%;
    }
    .website .contenedor-textos-main {
        width: 100%;
    }
    /* Cards */
    .card {
        width: 100%;
        margin-bottom: 30px;
    }
    /* galeria */
    .galeria-cont>img {
        width: 48%;
    }
    /* last */
    .last-section img {
        width: 98%;
    }
    .last-section .contenedor-textos-main {
        width: 98%;
        margin-bottom: 20px;
    }
    .contenedor-prensa {
        flex-wrap: wrap;
    }
    .row {
        flex-wrap: wrap;
        padding-top: 30px;
        justify-content: center;
    }
    .col {
        flex-wrap: wrap;
        width: 100%;
    }
    .col_der {
        width: 80%;
    }
    .col_izq {
        width: 80%;
        margin-bottom: -110px;
    }
    .contenedor-equipo {
        flex-wrap: wrap;
    }
    .financiamiento {
        font-size: 20px;
    }
    .col_foto {
        display: none;
    }
    td li {
        padding-bottom: 15px;
    }
    .col-equipo1 .titulo {
        font-size: 35px;
    }
}
@media screen and (max-width:655px) {
    .textos-hero {
        padding: 175px 25px;
    }
    .titulo,
    .textos-hero h1 {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .textos-hero h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .logo {
        padding-left: 10px;
    }
    .logos-uba {
        flex-wrap: wrap;
    }
    .textos-hero {
        padding: 170px 50px;
    }
    .textos-hero p {
        width: 200px;
    }
    .titulo,
    .textos-hero h1 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .textos-hero h2 {
        font-size: 20px;
        line-height: 30px;
        width: 250px;
    }
    .textos-hero p {
        font-size: 20px;
        width: 250px;
    }
    .website .contenedor-textos-main {
        margin-bottom: 30px;
    }
    .galeria-cont>img {
        width: 97%;
    }
    .contenedor-prensa {
        flex-wrap: wrap;
    }
    .row {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .col {
        flex-wrap: wrap;
        width: 100%;

    }
    .col_der {
        width: 80%;
    }
    .col_izq {
        width: 80%;
        margin-bottom: -110px;
    }
    .contenedor-equipo {
        flex-wrap: wrap;
    }
    .financiamiento {
        font-size: 15px;
    }
    .col_foto {
        display: none;
    }
    td li {
        padding-bottom: 15px;
    }
    .col-equipo1 .titulo {
        font-size: 35px;
    }
}
@media screen and (max-width:400px) {
    .logo {
        padding-left: 10px;
    }
    .textos-hero {
        padding: 130px 50px;
        align-items: center;
        width: 320px;
    }
    nav {
        padding: 0px;
    }
    .menu {
        padding: 0;
        text-align: left;
        line-height: 25px;
    }
    .titulo,
    .textos-hero h1 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .textos-hero h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .textos-hero p {
        font-size: 17px;
        width: 200px;
    }
    .website .contenedor-textos-main {
        margin-bottom: 30px;
    }
    .galeria-cont>img {
        width: 97%;
    }
    .contenedor-prensa {
        flex-wrap: wrap;
    }
    .row {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .col {
        flex-wrap: wrap;
        width: 100%;
    }
    .col_der {
        width: 100%;
    }
    .col_izq {
        width: 100%;
        margin-bottom: -110px;
    }
    .col_foto {
        display: none;
    }
    .contenedor-equipo {
        flex-wrap: wrap;
    }
    .financiamiento {
        font-size: 12px;
        align-items: center;
    }
    td li {
        padding-bottom: 15px;
    }
    .col-equipo1 .titulo {
        font-size: 35px;
    }
}
@media screen and (max-width:300px) {
    .textos-hero {
        width: 280px;
    }
    .textos-hero h1 {
        font-size: 17px;
    }
    .textos-hero h2 {
        font-size: 16px;
    }
    .textos-hero p {
        font-size: 13px;
        font-weight: 600;
    }
    .textos-hero {
        padding: 130px 20px;
        align-items: center;
        width: 280px;
    }
}