/* Estilos Base */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #EFF2F7;
    padding-top: 110px;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 110px);
}

select:focus,
button,
input:focus {
    outline: none;
    box-shadow: none;
}

button,
select {
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    color: #0a1f8f !important;
}

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 15px;
    line-height: 20px;
}

p,
a,
li,
span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #848484;
}

.grve-container {
    width: 80% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    z-index: 99;
    position: relative;
}


/* Header */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 7px 6.9px rgba(0, 0, 0, 0.07);
}

.header-container a {
    display: block;
}

.header-container a img {
    width: 340px;
}


/* Contenedor de la miniatura (Lo que se ve al inicio) */
.video-container {
    position: relative;
    width: 100%;
    max-width: 60%;
    cursor: pointer;
    border-radius: 15px;
    margin: 0px auto;
    padding: 60px 0;
    z-index: 99999999;
}
.video-container img {
    transition: transform 0.3s ease;
}


.video-container img, #player {
    width: 100%;
    display: block;
    border-radius: 10px;
    aspect-ratio: 486 / 273;
    object-fit: cover;
}

/* Botón Play central */
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    height: 125px;
    background: rgba(216, 210, 202, 0.6);
    backdrop-filter: blur(1px);
    border: 1px solid #DCCA87;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-overlay svg {
    fill: white;
    width: 60px;
    margin-left: 0px;
}

.video-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex;
    opacity: 1;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.modal-content video {
    width: 100%;
    border-radius: 15px;
    outline: none;
}

/* Botón de cerrar (X) */
.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #0A1F8F;
}




/* Sección Parte Montalvo */
.section-items-parte-montalvo.two .grve-column-wrapper-inner {
    margin-top: 20px;
}

.section-items-parte-montalvo.two .item .grve-counter-title {
    color: #0a1f8f;
}

.section-parte-montalvo h2,
.section-form-parte-montalvo h2 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-transform: uppercase;
}

.section-parte-montalvo h2 strong,
.section-form-parte-montalvo h2 strong {
    color: #0a1f8f;
}

.section-parte-montalvo p {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #848484;
}

.section-items-parte-montalvo .items .grve-column-wrapper {
    display: flex;
    gap: 25px;
}

.section-items-parte-montalvo .items .item::after {
    content: counter(item-counter, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #0A1F8F;
}

.section-items-parte-montalvo .items .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-bg-tcn.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 45px;
    height: 39px;
}

.section-items-parte-montalvo .items .item {
    flex-shrink: 0;
    width: calc((100% - (4 * 25px)) / 5);
    background: #E0E5EF;
    border-radius: 15px;
    aspect-ratio: 297 / 295;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    counter-increment: item-counter;
    overflow: hidden;
}

.section-items-parte-montalvo .items .item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    padding: 0 10%;
    height: 0;
}

.section-items-parte-montalvo .items .item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.section-items-parte-montalvo .items .item h3 {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #0A1F8F;
    text-align: center;
}

.section-items-parte-montalvo .items .item img,
.section-items-parte-montalvo .items .item p {
    transition: all .4s ease;
}

.section-items-parte-montalvo .items .item:hover img {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.section-items-parte-montalvo .items .item:hover p {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

.section-items-parte-montalvo .items .item:hover h3 {
    text-align: left;
    padding-left: 10%;
    margin-bottom: 15px;
}

.section-parte-montalvo.two h2 {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.section-parte-montalvo.two p {
    max-width: 920px;
}

.section-items-parte-montalvo.two .grve-column-inner {
    padding: 0 20%;
}

.section-items-parte-montalvo.two .grve-counter-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.4px;
}

.section-items-parte-montalvo.two .grve-counter .grve-counter-item {
    margin-bottom: 0;
}

.section-items-parte-montalvo.two .grve-counter-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-items-parte-montalvo.two .item.grve-column-inner,
.section-items-parte-montalvo.two .grve-counter-content {
    transition: all .4s ease;
}

.section-items-parte-montalvo.two .item:hover .grve-counter-content {
    margin-bottom: 10px;
}

.section-items-parte-montalvo.two .item:hover .grve-counter-title {
    max-width: 100% !important;
}

.section-items-parte-montalvo.two .item:hover .grve-column-inner {
    padding: 0 12% !important;
}

.section-items-parte-montalvo.two .item:hover .grve-counter-title {
    font-size: 13px;
    line-height: 18px;
    max-width: 100px;
}

.section-items-parte-montalvo.two .items .item p {
    padding: 0 !important;
}


.section-items-parte-montalvo .items .item * {
    transition: all .4s ease;
}

.section-items-parte-montalvo .items .item:hover {
    background: #0A1F8F;
}

.section-items-parte-montalvo.two .item:hover .grve-counter .grve-counter-item span,
.section-items-parte-montalvo.two .item:hover .grve-counter-title {
    color: white;
}

.section-items-parte-montalvo .items .item:hover::before {
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-bg-h-tcn.svg);
    background-size: 100%;
}

@media(max-width: 1250px) {
    .section-items-parte-montalvo .items .item img {
        opacity: 0;
        visibility: hidden;
        height: 0px;
    }
    
    .section-items-parte-montalvo .items .item p {
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
    }
    
    .section-items-parte-montalvo .items .item h3 {
        text-align: left;
        padding-left: 10%;
        margin-bottom: 15px;
    }
    
    .section-items-parte-montalvo.two .item .grve-counter-content {
        margin-bottom: 10px;
    }
    
    .section-items-parte-montalvo.two .item .grve-counter-title {
        max-width: 100% !important;
    }
    
    .section-items-parte-montalvo.two .item .grve-column-inner {
        padding: 0 12% !important;
    }
    
    .section-items-parte-montalvo.two .item .grve-counter-title {
        font-size: 13px;
        line-height: 18px;
        max-width: 100px;
    }
    
    .section-items-parte-montalvo .items .item {
        background: #0A1F8F;
    }
    
    .section-items-parte-montalvo.two .item .grve-counter .grve-counter-item span,
    .section-items-parte-montalvo.two .item .grve-counter-title {
        color: white;
    }
    
    .section-items-parte-montalvo .items .item::before {
        background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-bg-h-tcn.svg);
        background-size: 100%;
    }
    .section-items-parte-montalvo.two .grve-column-wrapper-inner {
        margin-top: 0 !important;
    }
    .section-items-parte-montalvo .items .grve-column-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-items-parte-montalvo .items .item {
        width: 100%;
    }

    .section-items-parte-montalvo .items .grve-column-wrapper {
        display: block !important;
        gap: 0 !important;
    }

    .section-items-parte-montalvo .owl-theme .owl-dots .owl-dot span {
        display: none;
    }

    .section-items-parte-montalvo .items .item::after {
        content: attr(data-index) !important;
        counter-increment: none;
    }
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin: 40px auto 0px auto !important;
}

.owl-dots .owl-dot {
    width: 12px !important;
    height: 12px !important;
    background: linear-gradient(337.65deg, #0A1F8F -16.48%, #E50695 104.24%) !important;
    border: 0 !important;
    border-radius: 100px !important;
    transition: all .4s ease;
    opacity: 1 !important;
    margin: 0 !important;
    opacity: 0.5 !important;
    transition: all .4s ease !important;
}

.owl-dots .owl-dot.active {
    width: 40px !important;
    opacity: 1 !important;
}

.section-items-parte-montalvo.two .grve-counter .grve-counter-item span {
    font-family: "Russo One";
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #0a1f8f;
}

.section-items-parte-montalvo {
    margin-bottom: 40px;
}



.first-content {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease;
    width: 100%;
}

.first-content.slide-out {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    /* CLAVE: Lo volvemos absoluto para que el segundo ocupe su lugar arriba de inmediato */
    position: absolute;
    top: 0;
    /* Asegura que se deslice desde arriba */
    left: 0;
}

.second-conent {
    width: 100%;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease;
    display: none;
}


.section-estudia-fd h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 60px;
    max-width: 450px;
}

.section-estudia-fd img {
    width: 65%;
    margin: 0 !important;
    aspect-ratio: 506 / 669 !important;
    display: block;
}

.section-estudia-fd .form .grve-column-wrapper {
    background: linear-gradient(337.65deg, #0A1F8F -16.48%, #E50695 104.24%);
    box-shadow: 0px 15px 21.3px rgba(61, 61, 61, 0.27);
    border-radius: 15px;
    padding: 40px;
}

.section-estudia-fd .form label,
.sections-slider-home .form label {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: white;
    margin-bottom: 10px;
    display: block;
}

.section-estudia-fd .form input,
.section-estudia-fd .form select,
.sections-slider-home .form input,
.sections-slider-home .form select {
    border-radius: 7.5px !important;
    border: 1px solid transparent !important;
    height: 41px !important;
    min-height: 41px !important;
    font-size: 13px;
    line-height: 13px;
    color: #848484 !important;
    font-weight: 300 !important;
    padding: 0 15px !important;
    background: white !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-bottom: 20px;
    font-family: Inter;
}

.section-estudia-fd .form input::placeholder,
.sections-slider-home .form input::placeholder {
    opacity: 1 !important;
}

.section-estudia-fd .form select,
.sections-slider-home .form select {
    background-image: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-arrow-menu.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) !important;
    background-size: 13px !important;
}

.section-estudia-fd .checkbox-div label,
.sections-slider-home .checkbox-div label {
    display: flex !important;
    align-items: center;
    gap: 2.5px;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

.section-estudia-fd .checkbox-div label storng,
.sections-slider-home .checkbox-div label strong {
    font-weight: 500 !important;
}

.section-estudia-fd .checkbox-div p,
.sections-slider-home .checkbox-div p {
    color: white !important;
}

.section-estudia-fd .form input[type="checkbox"],
.sections-slider-home .form input[type="checkbox"] {
    margin-top: 5px !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    min-height: 15px !important;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FF8300 !important;
    border: none;
    outline: none;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}

.section-estudia-fd .form input[type="checkbox"]:checked,
.sections-slider-home .form input[type="checkbox"]:checked {
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-f-check-1-1.svg) !important;
    background-size: 100% !important;
}

.section-estudia-fd .form button,
.sections-slider-home .form button {
    font-family: 'Inter' !important;
    text-transform: initial !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 15px !important;
    color: #FFFFFF;
    background: #FF8300 !important;
    border-radius: 13px !important;
    padding: 8px 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: fit-content !important;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}

.section-estudia-fd .form button:after,
.sections-slider-home .form button:after {
    content: "";
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-f-btn.svg) !important;
    background-size: 100% !important;
}

.section-estudia-fd .form .form-crm,
.sections-slider-home .form .form-crm {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 20px;
}

.form-success {
    display: none;
}

/* El último (9°) ocupa las dos columnas */
.section-estudia-fd .form .form-crm>div:nth-child(3),
.sections-slider-home .form .form-crm>div:nth-child(3),
.section-estudia-fd .form .form-crm>div:nth-child(10),
.section-estudia-fd .form .form-crm>div:nth-child(11),
.sections-slider-home .form .form-crm>div:nth-child(10),
.sections-slider-home .form .form-crm>div:nth-child(11) {
    grid-column: 1 / -1 !important;
}

.section-estudia-fd .form h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #FFFFFF !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.section-estudia-fd .grve-row:after,
.section-estudia-fd .grve-row:before {
    content: none;
}

.section-estudia-fd .grve-row {
    display: flex;
    align-items: center;
}

.section-estudia-fd .form .grve-column-wrapper {
    max-width: 90%;
    margin-left: auto;
}

/* Matriculate */
.section-estudia-fd.two .grve-row {
    align-items: flex-start
}

.section-estudia-fd.two h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 490px;
    margin-top: 60px;
}

.section-estudia-fd.two .item {
    background: #0A1F8F;
    border-radius: 25px;
    padding: 30px 40px;
    width: fit-content;
    position: absolute;
    top: 220px;
    margin: auto;
    height: fit-content;
    z-index: 1;
}

.section-estudia-fd.two .item .phone {
    margin-bottom: 5px;
}

.section-estudia-fd.two .item .phone,
.section-estudia-fd.two .item .mail {
    display: flex;
    gap: 10px;
}

.section-estudia-fd.two .item .phone {
    margin-top: 40px;
}

.section-estudia-fd.two .item .phone a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    text-decoration: none;
}

.section-estudia-fd.two .item .phone p {
    margin: 0;
}

.section-estudia-fd.two .item .phone:before {
    flex-shrink: 0;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-tel.svg);
    background-size: 100%;
}

.section-estudia-fd.two .item .mail:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-mail.svg);
    background-size: 100%;
}

.section-estudia-fd.two .item .mail a {
    color: white;
}

.section-estudia-fd.two .grve-counter-item {
    margin-bottom: 0 !important;
}

.section-estudia-fd.two .grve-counter-content span {
    font-family: 'Russo One';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-estudia-fd.two .grve-counter-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    width: 90px;
}

.section-estudia-fd.two .grve-counter-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.section-estudia-fd.two .grve-counter-content:before {
    content: "";
    display: block;
    width: 65px;
    height: 68px;
    margin-right: 10px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-edificio-1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section-estudia-fd.two .grve-image {
    width: 60%;
    z-index: 999;
}

.section-estudia-fd.two .grve-image img {
    width: 100%;
}


.section-estudia-fd .content {
    position: relative;
}

.section-estudia-fd .content:before {
    content: "";
    display: block;
    width: 430px;
    height: 223px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-m-n-f.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    top: 330px;
    margin: auto;
    z-index: -1;
    left: 70px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.section-estudia-fd:before {
    content: "";
    display: block;
    width: 320px;
    height: 320px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-fd-form.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.section-estudia-fd:after {
    content: "";
    display: block;
    width: 450px;
    height: 500px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-fd-form-b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.section-estudia-fd.two .content:before {
    content: none !important;
}

.section-estudia-fd.two .item:before {
    content: "";
    display: block;
    width: 187px;
    height: 98px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-m-n-f.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    top: -250px;
    margin: auto;
    z-index: -1;
    right: -50px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.section-estudia-fd.two .item {
    z-index: 9999;
}

.section-estudia-fd.two .item:after {
    content: "";
    display: block;
    position: absolute;
    background: #0A1F8F;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
}

.section-cursos-shorts .form select,
.section-top-curso .form select,
.section-estudia-fd .form select,
.sections-slider-home .form select {
    padding-right: 40px !important;
}

.section-estudia-fd.two .item .grve-column-inner {
    position: relative;
    z-index: 999;
}

.section-estudia-fd.two .grve-image img {
    height: fit-content;
}

.section-estudia-fd .content {
    width: 50%;
    ;
}

.section-estudia-fd .form {
    width: 50%;
}

.section-estudia-fd .form .grve-column-wrapper {
    max-width: 90%;
    margin-left: auto;
}

.section-estudia-fd.two {
    padding: 60px 0 0 0;
}

.section-estudia-fd .checkbox-div p {
    margin: 0 !important;
}

.form-crm .error input,
.form-crm .error select,
body .form .error input[type="checkbox"] {
    border-color: red !important;
}

.first-content {
    position: relative;
}

.first-content:before {
    content: "";
    display: block;
    width: 320px;
    height: 320px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-fd-form.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.first-content:after {
    content: "";
    display: block;
    width: 450px;
    height: 500px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-fd-form-b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.section-items-parte-montalvo .items .grve-column-wrapper {
    padding-bottom: 40px;
}

.section-estudia-fd .form {
    position: relative;
    z-index: 999999;
}

@media(max-width: 1300px) and (min-width: 1000px) {
    .section-estudia-fd .grve-row {
        align-items: flex-end !important;
    }

    .section-estudia-fd .form .grve-column-wrapper {
        margin-bottom: 48px !important;
    }

    .section-estudia-fd .form label,
    .sections-slider-home .form label {
        height: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .checkbox-div label {
        height: auto !important;
        overflow: inherit !important;
    }
}

@media(max-width: 1230px) {
    .grve-container {
        width: 90% !important;
        max-width: 1170px !important;
    }
}

@media(max-width: 1024px) {
    .section-estudia-fd .form .grve-column-wrapper {
        max-width: 100% !important;
    }

    .section-estudia-fd h2 {
        margin-top: 0 !important;
    }

    .section-estudia-fd .grve-row {
        flex-direction: column;
    }

    .section-estudia-fd .grve-image {
        display: none;
    }

    .section-estudia-fd .item {
        position: relative !important;
        top: inherit !important;
        margin: 0 auto !important;
        margin-bottom: 0px !important;
    }

    .section-estudia-fd.two .item {
        margin-bottom: 30px !important;
    }

    .section-estudia-fd .item>div {
        float: none;
    }

    .section-estudia-fd.two .item:before, .video-container:before {
        display: none !important;
    }

    .section-estudia-fd .form .grve-column-wrapper {
        width: 100% !important;
        margin: 0 auto;
    }

    .section-estudia-fd .content,
    .section-estudia-fd .form {
        width: 100%;
    }

    .section-estudia-fd .form {
        margin-bottom: -250px;
    }

    .section-estudia-fd {
        margin-bottom: 270px;
    }

    .section-estudia-fd h2 {
        max-width: 100% !important;
    }
}

@media(max-width: 768px) {

    h2,
    .grve-h2 {
        font-size: 25px !important;
        line-height: 1.14em !important;
    }

    .section-estudia-fd .form .form-crm,
    .sections-slider-home .form .form-crm {
        grid-template-columns: 1fr !important;
    }

    .section-estudia-fd .form .grve-column-wrapper {
        padding: 30px;
    }

    .header-container a img {
        width: 260px;
    }
}

@media(max-width: 680px) {
    .video-container {
        max-width: 90%;
    }

    .play-overlay {
        width: 100px;
        height: 100px;
    }
}

@media(max-width: 470px) {
    .section-estudia-fd.two .item {
        width: 100%;
    }

    .video-container {
        max-width: 90%;
    }

    .play-overlay {
        width: 100px;
        height: 100px;
    }

    .section-estudia-fd.two .item {
        width: 100%;
    }

    .section-estudia-fd.two .item {
        padding: 20px 30px !important;
    }

    .section-estudia-fd.two .item .phone a {
        font-size: 22px;
        line-height: 22px;
    }
}


.form-success {
    color: white;
    margin: 40px 0;
    text-align: center;
    font-family: 'Inter';
}

.form-success strong {
    display: block;
    margin-bottom: 0px;
}


.video-container:before {
    content: "";
    display: block;
    width: 420px;
    height: 219px;
    background: url(https://montalvo.edu.pe/wp-content/uploads/2025/10/montalvo-icon-m-n-f.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 60px;
    margin: auto;
    z-index: -1;
    left: -280px;
    background-repeat: no-repeat;
    opacity: 0.5;
}