* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

body {
    overflow-x: hidden;
    max-width: 2000px;
    width: 100%;
    background-color: white;
    background-image: url("./fondo-gris.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    margin: auto !important;
}

.margin-side-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 2rem;
    gap: 30%
}

.menu-mobile-container {
    position: relative;
    display: none;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.header-top {
    background: linear-gradient(to right, #2D629A, #009CFF);
}

.hamburger-menu .bar {
    width: 100%;
    height: 0.3rem;
    background-color: #386399;
    border-radius: 5px;
}

.mobile-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 3rem;
    right: 1rem;
    background-color: #386399;
    border: solid 0.2rem var(--Purple-Light);
    width: 15rem;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 10;
    border-radius: 8px;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    background-color: #386399;
}


.mobile-menu li {
    padding: 2.5rem 0.8rem 0rem 0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    list-style: none;
}

.mobile-menu li:last-child {
    padding-bottom: 2.5rem;
}

.mobile-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
}

.close-menu {
    text-align: right;
    padding: 1rem;
    cursor: pointer;
}
.logo-container-thanks {
    position: relative;
    margin-top: 2rem;
    margin-left: 2rem;
    z-index: 1;
    display: inline-block;
}

.logo-container {
    position: relative;
    margin-top: 2rem;
    margin-left: 2rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.logo-mobile-container {
    position: relative;
    margin-top: 2rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.logo {
    width: 16rem;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
    mix-blend-mode: difference;
}

.logo-thanks {
    width: 20rem;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
    filter: brightness(0%) invert(1);
    mix-blend-mode: difference;
}

.escudo {
    width: 6rem;
    padding: 0.5rem;
    padding-left: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
    mix-blend-mode: difference;
    margin-right: -15px;
}

.menu {
    display: flex;
    gap: 1rem;
    margin-right: 2rem;
}

.menu a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #386399;
    font-size: 16px;
}

.menu a:hover {
    color: #386399;
}


.start-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15rem;
    background-image: url(./foto-1-calidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 15rem;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
}

.start-section {
    color: white;
    background: linear-gradient(to right, #009CFF, #2D629A);
    padding: 0 2rem;
    border-radius: 54px;
    z-index: 2;
}

.header-contact {
    padding: 0.5rem;
}

.start-section-2 {
    color: white;
    background: linear-gradient(to right, #009CFF, #2D629A);
    padding: 0 2rem;
    margin-top: -5px;
    border-radius: 54px;
    z-index: 1;
}

.first {
    font-size: 3rem;
    font-weight: 400;
    margin: 7px
}

.first2 {
    font-size: 3rem;
    font-weight: 400;
    margin: 5px
}

.elegi-isada {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 14rem;
}

.elegi {
    text-align: center;
    color: #2D629A;
    font-size: 2.5rem;
    margin: 0;
}

.finish-sec {
    font-size: 2.5rem;
}

.finish-sec-sub {
    font-size: 2rem;
}

.img-nosotros {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.nosotros-img {
    margin-top: 9rem;
}

.cards-section {
    display: flex;
    justify-content: space-around;
    margin-top: 7rem;
}

.card-isada {
    position: relative;
    width: 25rem;
    height: 27rem;
    border-radius: 20px;
    padding: 40px 20px;
    border-left: 8px solid #009CFF;
    border-right: 8px solid #2D629A;
    background-image: linear-gradient(90deg, #009CFF, #2D629A), linear-gradient(90deg, #009CFF, #2D629A);
    background-size: 100% 8px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.center-card {
    position: relative;
    width: 26rem;
    height: 27rem;
    border-radius: 20px;
    background: linear-gradient(45deg, #009CFF, #2D629A);
}

.card-icon {
    text-align: center;
}

.ext-icon {
    width: 10rem;
    margin-top: 1rem;
}

.center-icon {
    width: 10rem;
    margin-top: 3.5rem;
}

.card-text {
    text-align: center;
    font-size: 1.5rem;
}

.ext-text {
    color: #2D629A;
    margin: 0;
}

.center-text {
    color: white;
    margin: 5px;
}

.insc-img {
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 36rem;
    top: -43px;
    left: -22px;
}

.inscripcion-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.insc-card {
    background: white;
    margin-top: -2rem;
    width: 60%;
    height: 36rem;
    border-radius: 20px;
    padding: 40px 20px;
    background-size: 100% 8px;
    border: 2px solid #a6a6a66b;
}

.formulario-insc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-student {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6rem;
}

.form-student h2 {
    color: #2D629A;
    font-size: 2.5rem;
    font-weight: bold;
    width: 90%;
    margin-bottom: 1%;
}

.form-student p {
    text-align: center;
    color: #2D629A;
    font-size: 1.5rem;
}

.inscripcion {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 10%;
}

.inscripcion input {
    width: 90%;
    font-size: 1.2rem;
    border: 1px solid rgb(161, 160, 160);
    color: rgb(161, 160, 160);
    height: 3rem;
    padding: 0 1rem;
}

.inscripcion button {
    background: #2D629A;
    color: white;
    width: 10rem;
    font-weight: 600;
    border: none;
    height: 3rem;
    margin-top: 1rem;
}

.modalidad-cards {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.mod-card {
    width: 25rem;
    height: 12rem;
    border-radius: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 2rem;
}

#mod-1 {
    background-image: url(./foto-3-calidad.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#mod-2 {
    background-image: url(./foto-4-calidad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mod-card p {
    color: white;
    text-align: center;
    font-size: 2.5rem;
}

.contenedor-carrusel {
    margin-top: 7rem;
    height: 100%;
    padding-bottom: 6rem;
    background: #ECECF4;
}

.carousel-isada {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-left {
    width: 3rem;
    left: 2rem;
    cursor: pointer;
    transform: translateY(-50%);
}

.arrow-right {
    width: 3rem;
    right: 2rem;
    cursor: pointer;
    transform: translateY(-50%);
}

.arrow-next {

}

#carousel-web {
    display: block;
}

#carousel-mobile {
    display: none;
}

.img-fluid {
    width: 40%;
}

.logros-image {
    width: 60%;
}


video {
    height: 49rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comunicate {
    color: #2D629A;
    font-size: 2.5rem;
}

.comunicate-thanks {
    font-size: 2rem;
    color: #2D629A;
    font-size: 2.5rem;
}

.datos {
    color: white;
    font-size: 1rem;
    margin: 0;
}

.datos-thanks {
    color: #2D629A;
    font-size: 1.5rem;
    margin: 0;
}

.foot {
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(45deg, #2D629A, #009CFF);
    padding: 8px;
    gap: 42rem;
    align-items: center;
}

.foot-thanks {
    display: flex;
    justify-content: space-evenly;
}

.foot1 {
    padding-left: 1rem;
    width: 100%;
    display: flex;
    gap: 2rem;
    margin-top: 0.3rem;
}

.foot-thanks1 {
    padding-left: 1rem;
    width: 100%;
}

.redes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;

}

.redes-thanks {
    padding-top: 6rem;
    padding-left: 2rem;
    display: flex;
    justify-content:flex-end;
    align-items: end;
    width: 90%;
}

.icono-redes {
    width: 1.5rem;
    margin-left: 1.5rem;
}

.icono-redes-thanks {
    width: 6rem;
    margin-left: 3rem;
}

.icono-redes-facebook {
    width: 1.7rem;
    margin-left: 1.5rem;
}


.left-side {
    background: linear-gradient(45deg, #2D629A, #009CFF);
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.images-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columnas en escritorio */
    gap: 20px;
    padding: 20px;
}

/* Cada ítem del grid */
.partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.card-title {
    width: 78%;
}


.card-title .list-card {
}

.img-list {
    margin-right: 8px;
    width: 2%;
}

.right-side {
    color: white;
    padding: 0!important;
}

.image-home {
    width: 100%;
    height: 100%;
}

.list-card p {
    font-size: 1.5rem;
}

.left-side button {
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: 1px solid white;
    padding: 17px 28px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
}

.nosotros-text {
    color: #386399;
    font-size: 1.5rem;
}

.why-container {
    background: #E7E7E7;
    padding: 2rem;
}

.why-container h2 {
    color: #386399;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

.why-container h3 {
    color: #379BFF;
    font-weight: bold;
    font-size: 1.4rem;
}

.why-container p {
    color: #386399;
    font-size: 1.2rem;
}

.why-isada {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15%;

}

.section {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.section img {
    width: 8rem;
    height: auto;
    margin-right: 5rem;
}

.text {
    max-width: 75%;
}

.egresados-container {

    margin-bottom: 8rem;
}

.egresados-title {
    color: #386399;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
}

.egresados-subtitle {
    color: #386399;
    margin-bottom: 0;
    text-align: center;
}

.egresados-total {
    color: #386399;
    font-weight: bold;
    font-size: 3rem;
}

#convenios {
    background-image: url('./convenio-background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 52rem;
}

.convenios-img-rigth {
    width: 61%;
    transform: translateY(-19%);
}

.convenio-detalle {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.4;
    color: white;
    position: relative;
    top: -10rem;
}

.convenio-button-cont {
    padding: 1rem;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;
    text-align: center;
    width: 28%;
    border-radius: 6px;
    font-weight: bold;
    position: relative;
    top: -9rem;
}

.convenio-button {
    background-color: transparent;
    color: #fff;
    border: none;
}

.notebook {
    width: 77%;
    position: relative;
    top: -10rem;
}
.convenios-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.images-container {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.testimonios-container {
    background: #ECECF4;
    display: flex;
    justify-content: center;
}

.tesimonios {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.testimonio-title {
    text-align: center;
    font-size: 2.5rem;
    padding-top: 3rem;
    color: #386399;
}

.testimonio-subtitle {
    font-size: 1.8rem;
    color: #386399;
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial {
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 75%;
    height: 89%;
    margin-top: 2rem;
}

.testimonial-img {
    width: 16%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.testimonial-description {
    font-size: 1rem;
    color: #386399;
    margin-bottom: 1rem;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #379BFF;
}

.logros {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.logros-text {
    text-align: center;
    margin: 0 auto;
    width: 91%;
    padding: 1rem;
}

.logros-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #386399;
}

.logros-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #386399;
}

.contactanos-container {
    background: #386399;
}

.form-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.contact-rigth {
    display: flex;
    background-image: url('./contacto-back.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

#contacto-isada-thanks {
    margin-top: 2rem;
}

.back-contact {
    opacity: 0.2;
    width: 78%;
}

.form-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
}

.form-info input {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    background: transparent;
    color: white;
}

.form-info input::placeholder {
    color: #fff;
    font-size: 0.9rem;
    opacity: 1;
}

.form-button {
    margin-top: 1rem;
    padding: 9px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;;
    cursor: pointer;
    text-align: center;
    width: 35%;
    border-radius: 6px;
    font-weight: bold;
}

.arrow-top {
    height: 7%;
    z-index: 999;
    width: 3rem;
    position: relative;
    bottom: 10.5%;
    right: -63%;
}

.contactanos-title {
    color: white;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.3rem;
}

.check-container {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.check {
    margin-right: 10px;
}

.check-text {
    color: white;
    width: 70%;
}

.footer-rigth {
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3rem;
}

.footer-contact {

}

.footer-title {
    color: white;
    font-weight: bold;
}

.footer-subtitle {
    color: #379BFF;
}

.footer-data {
    color: white;
}

.footer-redes-container {
    width: 14rem;
}

.redes-container {
    display: flex;
}

.redes-img {
    align-content: center;
}

.redes-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 8%;
    margin-left: 11%;
}

.redes-title {
    color: white;
    margin-bottom: 0;
}

.redes-detalle {
    color: white;
    font-weight: bold;
}

.footer-img {
    width: 100%;
}

@media (max-width: 1880px) {
    .convenios-img-rigth {
        width: 75%;
    }
}

@media (max-width: 1465px) {
    .foot {
        gap: 0rem;
    }

    .nosotros-img {
        width: 66%;
    }

    .elegi-isada {
        margin-left: 5rem;
    }

    .menu-container {
        gap: 15rem
    }

    .cards-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .insc-card {
        height: 28rem;
    }

    .insc-img {
        height: 28rem;
    }

    .form-student h2 {
        font-size: 1.8rem;
    }

    .card-isada {
        width: 90%;
        height: 35rem;
        margin-bottom: 2rem;
    }

    .center-card {
        width: 90%;
        height: 35rem;
        margin-bottom: 2rem;
    }

    .ext-text {
        font-size: 2rem;
    }

    .center-text {
        font-size: 2rem;
    }

    .ext-icon {
        margin-top: 2rem;
    }

    .card-title {
        width: 91%;
    }

    .finish-sec {
        font-size: 1.6rem;
    }

    .finish-sec-sub {
        font-size: 1.4rem;
    }

    .list-card p {
        font-size: 1rem;
    }
}

@media (max-width: 1266px) {
    .elegi-isada {
        margin-left: 3rem;
    }

    .menu-container {
        display: block;

    }

    .elegi {
        font-size: 1.7rem;
    }

    .nosotros-text {
        font-size: 1.2rem;
    }


    .insc-card {
        margin-top: -1rem;
    }

    .insc-img {
        margin-top: 0;
    }

    .logo-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding-top: 2rem;
    }

    .menu {
        justify-content: center;
    }
}

@media (max-width: 1074px) {

    .header-contact{
        display: none;
    }

    .insc-img {
        display: none;
    }

    .insc-card {
        height: 32rem;
    }

    .form-student {
        margin-top: 0rem;
    }

    .foot {
        flex-direction: column;
        align-items: center;
    }

    .icono-redes {
        margin-left: 0;
    }

    .icono-redes-facebook {
        margin-left: 0;
    }

    .redes {
        width: 95vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-left: 0px;
    }

    .redes-thanks {
        width: 95vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-left: 0px;
        padding-bottom: 2rem;
    }

    .icono-redes-thanks {
        margin-left: 0;
    }

    .logo-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding-top: 2rem;
    }

    .logo-container-thanks {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding-top: 2rem;
    }

    .start-section-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .start-section {
        border-radius: 0px;
        width: 100%;
        text-align: center;
    }

    .testimonio-title {
        font-size: 2rem;
    }

    .testimonio-subtitle {
        font-size: 1.3rem;
    }

    .start-section-2 {
        border-radius: 0px;
        width: 100%;
        text-align: center;
    }

    .elegi {
        font-size: 1.7rem;
    }

    .nosotros-text {
        font-size: 1.1rem;
    }

    .why-isada {
        margin-left: 0;
    }

    .foot-thanks {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .card-title {
        width: 96%;
    }

    .finish-sec {
        font-size: 1.3rem;
    }

    .finish-sec-sub {
        font-size: 1.1rem;
    }

    .left-side button {
        font-size: 15px;
        padding: 10px 11px;
    }

    .why-container h2 {
        font-size: 1.5rem;
    }

    .why-container h3 {
        font-size: 1.2rem;
    }

    .why-container p {
        font-size: 1rem;
    }

    .img-conv {
        display: none;
    }

    .convenio-detalle {
        padding: 2rem
    }

    .left-side {
        padding: 3rem;
    }
}

@media (max-width: 900px) {
    #carousel-web {
        display: none;
    }

    #carousel-mobile {
        display: flex;
        justify-content: center;
        align-items: center
    }

    #carousel-mobile .carousel-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .testimonio-title {
        font-size: 2.1rem;
    }

    .testimonio-subtitle {
        font-size: 1.2rem;
    }


    .testimonial-description {
        font-size: 0.8rem;
    }

    .testimonial-name {
        font-size: 1rem;
    }

    .carousel-item {
        position: relative;
        display: block;
        margin: 1% 2%;
        transition: transform 0.6s ease-in-out;
        text-align: center;
    }

    .testimonial {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: -38%;
    }

    .testimonial-img {
        width: 100%;
        max-width: 169px;
    }

    .testimonial-description {
        margin: 15px 0;
    }

    .testimonial-name {
        margin-top: 20px;
    }

    .contact-rigth  {
        background-image: none;
    }

    .form-student h2 {
        color: #2D629A;
        font-weight: bold;
        width: 90%;
        margin-bottom: 3%;
        margin-top: -5%;
    }
}

@media (max-width: 800px) {
    .elegi {
        font-size: 1.5rem;
    }

    .nosotros-text {
        font-size: 1rem;
    }

    .insc-card {
        width: 87%;
    }

    .image-home{
        display: none;
    }

}

@media (max-width: 767px) {
    .nosotros-img {
        width: 41%;
        margin-left: 7%;
        margin-top: 4rem;
    }
    .elegi-isada {
        margin-left: 1rem;
    }

    .img-fluid {
        width: 40%;
    }

    .logros-image {
        width: 40%;
    }

    .contenedor-carrusel {
        margin-top: 0;
    }

    .images-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en móviles */
    }

    #student-recaptcha, #contact-recaptcha {
        transform: scale(0.8); /* Reduce el tamaño en móviles */
        transform-origin: center center;
        width: 100%;
        display: flex;
        margin-left: -10%;
    }

    .form-student h2 {
        font-size: 1.3rem;
    }

    .inscripcion input {
        font-size: 1rem;
        height: 2rem;
    }

    .inscripcion button {
        height: 2.5rem;
    }

    .insc-card {
        height: 25rem;
    }
}

@media (max-width: 700px) {
    .ext-text {
        font-size: 1.6rem;
    }

    .center-text {
        font-size: 1.6rem;
    }

    .contenedor-carrusel {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .modalidad-cards {
        flex-direction: column;
        align-items: center;
    }

    .mod-card {
        margin: 1rem;
        width: 100%;
    }


    #convenios {
        height: 36rem;
    }

    .notebook {
        width: 54%;
    }

    .convenio-detalle {
        font-size: 1.2rem;
    }

    .convenio-button-cont {
        width: 61%;
    }

    video {
        height: auto;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }


}

@media (max-width: 624px) {

    .convenio-button-cont {
        top: -11rem;
    }

    .icono-redes-thanks {
        width: 4.5rem;
    }
}

@media (max-width: 591px) {
  .menu-container {
    display: none;
  }

  .menu-mobile-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }


}

@media (max-width: 591px) {
    .escudo {
        width: 5rem;
    }

    .logo {
        width: 13rem;
    }

    .logo-thanks {
        width: 13rem;
    }

    .arrow-top {
       display: none;
    }

}

