@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

.gray-bg {
    background-color: #dcdcdc
}

body {
    font-family: Raleway, sans-serif
}


.homePageRedesign {
    position: relative
}

.homePageRedesign--banner {
    top: 0;
    left: 0;
    position: relative;
    z-index: 5;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
    background-color: #000e4d
}

@media (min-width:1024px) {
    .homePageRedesign--banner {
        min-height: 960px;
        max-height: 1180px
    }
}

@media (max-width:1024px) {
    .homePageRedesign--banner {
        padding-top: 50px
    }
}

@media (max-width:575px) {
    .homePageRedesign--banner {
        padding-top: 1e+02px !important
    }
}


.homePageRedesign--banner-arts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.homePageRedesign--banner-arts img.imgart {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 0;
    height: auto;
    opacity: 0.025;
    height: 100vh;
    object-fit: cover;
}

.homePageRedesign--banner-bg {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000e4d;
    overflow: hidden
}

.homePageRedesign--banner-bg .bgpic {
    position: absolute;
    z-index: 2;
    width: auto;
    max-width: 100%;
    bottom: -25%;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #01164e), to(transparent));
    -webkit-mask-image: linear-gradient(to top, #01164e 90%, transparent);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #01164e), to(transparent));
    mask-image: linear-gradient(to top, #01164e 90%, transparent)
}

.homePageRedesign--banner-bg .imgs3d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.homePageRedesign--banner-bg .imgs3d img {
    display: block;
    width: 100%;
    max-width: 300px
}

.homePageRedesign--banner-bg .imgs3d img.second {
    margin-bottom: 160px;
    max-width: 350px
}

.homePageRedesign--banner .starfield {
    position: absolute;
    overflow: hidden
}

.homePageRedesign--banner .starfield img {
    position: relative;
    display: block;
    width: 100%;
    top: 15%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #000), color-stop(transparent), color-stop(20%, rgba(0, 0, 0, .05)));
    -webkit-mask-image: linear-gradient(transparent, #000 100%, transparent, rgba(0, 0, 0, .05) 20%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(100%, #000), color-stop(transparent), color-stop(20%, rgba(0, 0, 0, .05)));
    mask-image: linear-gradient(transparent, #000 100%, transparent, rgba(0, 0, 0, .05) 20%)
}

@media (max-width:766px) {
    .homePageRedesign--banner .starfield img {
        width: auto;
        min-height: 100%
    }
}

.homePageRedesign--banner .capacitext {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0;
    padding: 60px 0 20px
}

.homePageRedesign--banner-form {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0 auto
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--banner-form {
        padding: 15px 0 50px
    }
}

@media (max-width:766px) {
    .homePageRedesign--banner-form {
        padding: 0 0 0;
        margin: 20px auto 40px
    }
}

.homePageRedesign--banner-form button,
.homePageRedesign--banner-form input {
    height: 50px;
    border-radius: 0;
    border: 0;
    font-size: 20px
}

.homePageRedesign--banner-form input {
    width: 100%;
    max-width: 480px;
    padding: 0 15px 0;
    font-weight: 500;
    font-size: 15px;
    outline: 0 !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: transparent;
    color: #010d4d
}

@media (max-width:575px) {
    .homePageRedesign--banner-form input {
        font-size: 13px;
        padding-left: 15px
    }

    img.banner-lines {
        position: absolute;
        z-index: 3;
        width: 100vw;
        max-width: 100vw;
        margin: 0 auto 0;
        height: auto;
        /* opacity: 0.5; */
        top: 54%;
        left: -4rem;
        object-fit: fill;
    }

    

}

.homePageRedesign--banner-form input::-webkit-input-placeholder {
    color: #fff
}

.homePageRedesign--banner-form input::-moz-placeholder {
    color: #fff
}

.homePageRedesign--banner-form input:-ms-input-placeholder {
    color: #fff
}

.homePageRedesign--banner-form input::-ms-input-placeholder {
    color: #fff
}

.homePageRedesign--banner-form input::placeholder {
    color: #fff
}

.homePageRedesign--banner-form button {
    width: 100%;
    max-width: 50px;
    text-align: center;
    background-color: #8EA1FF;
    color: #fff;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid #5e96ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: 0 !important
}

@media (max-width:575px) {
    .homePageRedesign--banner-form button {
        max-width: 100px;
        font-size: 14px
    }
}

.homePageRedesign--banner-txt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* position: absolute; */
    /* padding-top: 7%; */
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (max-width:1140px) {
    .homePageRedesign--banner-txt {
        padding: 15px
    }
}

@media (max-width:991px) {
    .homePageRedesign--banner-txt {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px
    }
}

@media (max-width:766px) {
    .homePageRedesign--banner-txt {
        position: relative;
        top: 0;
        left: 0;
        padding: 15px
    }
}

.homePageRedesign--banner-txt .impulsatext {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 15px;
    text-align: center
}

@media (max-width:575px) {
    .homePageRedesign--banner-txt .impulsatext {
        padding-top: 15px;
        font-size: 17px
    }
}

.homePageRedesign--banner-txt .impulsatext span {
    text-decoration: underline
}

.homePageRedesign--banner-txt h1,
.homePageRedesign--banner-txt h2,
.homePageRedesign--banner-txt p {
    color: #fff
}

.homePageRedesign--banner-txt h1 {
    font-size: 65px;
    font-weight: 700;
    max-width: 1150px;
    margin: 0 auto;
    line-height: 1.25;
    position: relative;
}

.homePageRedesign--banner-content-copy{
    width: 100%;
    max-width: 850px;
}
@media (min-width:992px) and (max-width:1200px) {
    .homePageRedesign--banner-txt h1{
        font-size: 45px;
    }
    .homePageRedesign h2{
        font-size: 23px;
    }
    .homePageRedesign--banner-content-copy ul li p{
        font-size: 13px;
    }
}
@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--banner-txt h1 {
        font-size: 40px
    }
}

@media (min-width:575px) and (max-width:766px) {
    .homePageRedesign--banner-txt h1 {
        font-size: 38px
    }
}

@media (max-width:575px) {
    .homePageRedesign--banner-txt h1 {
        font-size: 32px
    }
}

@media (max-width:420px) {
    .homePageRedesign--banner-txt h1 {
        font-size: 28px;
        padding: 0 10px
    }
}

.homePageRedesign--banner-txt h1 span {
    position: relative;
    padding-bottom: 3px;
    display: inline-block
}

@media (max-width:767px) {
    .homePageRedesign--banner-txt h1 span {
        display: unset
    }
}

.homePageRedesign--banner-txt h1 span::before {
    content: "";
    position: absolute;
    bottom: 10px;
    z-index: -1;
    left: 0;
    width: 0;
    height: 7px;
    background: -webkit-gradient(linear, left top, right top, from(#2855a9), height=100%, color-stop(#73a2f9), to(#285fc6));
    background: linear-gradient(to right, #2855a9, #73a2f9, #285fc6);
    -webkit-animation: expandWidth .5s ease-in-out forwards;
    animation: expandWidth .5s ease-in-out forwards
}

@media (max-width:767px) {
    .homePageRedesign--banner-txt h1 span::before {
        display: none
    }
}

.homePageRedesign--banner-txt h1 span:nth-child(1)::before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.homePageRedesign--banner-txt h1 span:nth-child(2)::before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

@-webkit-keyframes expandWidth {
    100% {
        width: 100%
    }
}

@keyframes expandWidth {
    100% {
        width: 100%
    }
}

.homePageRedesign--banner-txt h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 50px 0
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--banner-txt h2 {
        font-size: 30px;
        font-weight: 500;
        padding-bottom: 20px
    }
}

@media (min-width:575px) and (max-width:766px) {
    .homePageRedesign--banner-txt h2 {
        font-size: 28px;
        font-weight: 500
    }
}

@media (max-width:575px) {
    .homePageRedesign--banner-txt h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5;
        padding: 20px 0
    }
}

.homePageRedesign--banner-content-copy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 50px
}

@media (min-width:575px) and (max-width:766px) {
    .homePageRedesign--banner-content-copy ul {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:575px) {
    .homePageRedesign--banner-content-copy ul {
        display: block !important;
        padding: 0;
        max-width: 300px;
        margin: 0 auto 0px!important;
    }
}

.homePageRedesign--banner-content-copy ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--banner-content-copy ul li {
        font-size: 16px
    }
}

@media (min-width:575px) and (max-width:766px) {
    .homePageRedesign--banner-content-copy ul li {
        width: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width:575px) {
    .homePageRedesign--banner-content-copy ul li {
        font-size: 17px;
        margin-bottom: 10px
    }

    .homePageRedesign--banner-content-copy ul li:last-child {
        margin-bottom: 0
    }
}

.homePageRedesign--banner-content-copy ul li i {
    color: #5e96ff !important
}

@media (max-width:575px) {
    .homePageRedesign--banner-content-copy ul li i {
        color: #fff
    }
}

.homePageRedesign--banner-content-copy ul li p {
    margin: 0 0 0 10px
}

.starfield {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.star {
    width: 12px;
    height: 12px;
    position: absolute
}

.star:after,
.star:before {
    content: "";
    display: block;
    width: 20%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.star.alt:after,
.star.alt:before {
    background: #fff
}

.star.alt2:after,
.star.alt2:before {
    background: #fff
}

.star:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.sparkle {
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sparkle.alt {
    background: #fff
}

.sparkle.alt2 {
    background: #fff
}

.sparkle .medium {
    width: 5px;
    height: 5px
}

.small {
    width: 2px;
    height: 2px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    75% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    75% {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite
}

.pulse-1 {
    -webkit-animation: pulse 1.1s .3s linear infinite;
    animation: pulse 1.1s .3s linear infinite
}

.pulse-2 {
    -webkit-animation: pulse .8s .6s linear infinite;
    animation: pulse .8s .6s linear infinite
}

.pulse-3 {
    -webkit-animation: pulse 1.3s .9s linear infinite;
    animation: pulse 1.3s .9s linear infinite
}

/* .homePageRedesign--whiteBlock{
    padding: 50px 0;
} */
.homePageRedesign--whiteBlock-box {
    background-color: #fff;
    width: 100%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    z-index: 2;
    margin: 0 auto 30px;
    min-width: 1080px;
    width: 100%;
    padding: 50px 0;
    /* box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);     */
}


@media (width <=979px) {
    .homePageRedesign--whiteBlock-box {
        max-width: 100% !important
    }
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--whiteBlock-box {
        padding: 20px;
        display: block;
        min-height: 0;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-box {
        padding: 20px;
        display: block;
        min-height: 0
    }
}

.homePageRedesign--whiteBlock-box h3,
.homePageRedesign--whiteBlock-box p {
    color: #073da3
}
.homePageRedesign--whiteBlock-box h2 {
    color: #081155;
    text-align: center;
    font-weight: 600;
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
    font-size: 40px;
    line-height: 1;
    padding-bottom: 80px;
    margin: 0 0 30px;
    font-weight: 700
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--whiteBlock-box h2 {
        font-size: 35px;
        padding-bottom: 20px
    }
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-box h2 {
        font-size: 30px;
        padding-bottom: 30px
    }
}

@media (max-width:575px) {
    .homePageRedesign--whiteBlock-box h2 {
        font-size: 28px;
        padding-bottom: 30px
    }
}

@media (max-width:420px) {
    .homePageRedesign--whiteBlock-box h2 {
        font-size: 24px
    }
}

.homePageRedesign--whiteBlock-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 1%;
    width: 100%;
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-nums {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0;
        gap: 10px
    }
}

.homePageRedesign--whiteBlock-num {
    text-align: center;
    width: 30%
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-num {
        min-width: 45%;
        width: auto
    }
}

.homePageRedesign--whiteBlock-num h3 {
    font-weight: 700;
    font-size: 80px
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--whiteBlock-num h3 {
        font-size: 45px
    }
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-num h3 {
        font-size: 45px
    }
}

@media (max-width:575px) {
    .homePageRedesign--whiteBlock-num h3 {
        font-size: 22px
    }
}

@media (max-width:420px) {
    .homePageRedesign--whiteBlock-num h3 {
        font-size: 30px
    }
}

.homePageRedesign--whiteBlock-num p {
    font-size: 25px;
    margin: 0
}

@media (min-width:766px) and (max-width:991px) {
    .homePageRedesign--whiteBlock-num p {
        font-size: 18px;
        line-height: 1.25
    }
}

@media (max-width:766px) {
    .homePageRedesign--whiteBlock-num p {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .homePageRedesign--whiteBlock-num p {
        font-size: 15px
    }
}

@media (max-width:420px) {
    .homePageRedesign--whiteBlock-num p {
        font-size: 15px
    }
}

.homePageRedesign--modalidadesBlock h2 {
    margin-bottom: 60px
}

@media (max-width:1140px) {
    .homePageRedesign--modalidadesBlock h2 {
        margin-bottom: 20px
    }
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn.btn-primary {
    display: block;
    width: 100%;
    border-radius: 2px;
    background-color: #091955;
    color: #fff;
    border: 1px solid #091955;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 17px;
    padding: 15px;
    text-align: left;
    -webkit-box-shadow: inset 0 5px 6px #6879b6;
    box-shadow: inset 0 5px 6px #6879b6;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn.btn-primary:last-child {
    margin-bottom: 0
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    border: none;
    position: relative;
    background-color: transparent;
    z-index: 0;
    border-radius: 0;
    margin-left: 30px;
}
@media ( max-width: 768px ){
    .homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card{
        margin-left: 0;
    }
}
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card img {
    width: 408px;
    height: 408px;
    border-radius: 16px;
    object-fit: cover;
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card h3 {
    font-weight: 700;
    font-size: 40px
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card p{
    margin-bottom: 0;
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card ul{
    padding-left: 20px;
    margin: 10px 0;
}
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card ul li {
    padding-right: 0px;
    list-style: disc;
}
#homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material-mobile {
    display: none;
}
@media (max-width: 960px) {
    .tabsForDesktop .byeMobile{
        display: none
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material-mobile {
        display: block!important;
    }        
    .tabsForDesktop .bigOnMobile{
        width: 100%!important;
        max-width: 100%!important;
        flex: 1!important;
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card img{
        max-width: 100%;
        height: auto;
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card{
        padding: 20px;
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material:not(.btn-active) {
        background-color: #0811551A!important;
        border-radius: 4px!important;
        margin-bottom: 3px!important;
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card-body{
        padding: 20px;
        margin: 0;
    }
    .homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card img{
        padding: 10px;
    }    
}
@media (max-width:767px) {
    .homePageRedesign--modalidadesBlock{
        padding: 40px 0;
    }
}

.accordionForm {
    display: none
}

@media (max-width:767px) {
    .accordionForm {
        display: block
    }
}

.accordionForm form {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden
}

@media (min-width:1141px) {
    .accordionForm form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1140px) {
    .accordionForm form {
        height: auto
    }
}

.accordionForm input {
    display: none
}

.accordionForm input:checked+label,
.accordionForm label:hover {
    background: #e02560;
    gap: 3rem;
    gap: 1rem;
    border-radius: 16px;
    display: flex;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .65), 0 1px 0 rgba(255, 255, 255, .1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .65), 0 1px 0 rgba(255, 255, 255, .1) inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.accordionForm input:checked+label i, .accordionForm label:hover i{
    color: #fff;
}

.accordionForm label {
    cursor: pointer;
    display: block;
    border: solid 1px transparent;
    text-align: center;
    line-height: 80px;
    float: left;
    width: 80px;
    height: 720px;
    line-height: 720px
}
@media (max-width:1140px) {
    .accordionForm label {
        width: 100%;
        height: 50px;
        padding: 0 !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
        flex-flow: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: auto
    }
}

.accordionForm label:last-child {
    margin-right: 0
}

.accordionForm label {
    background: transparent;
    border: 0;
    color: #073DA3;
    font-weight: 700;
    font-size: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 25px 10px;
    border: 2px solid #fff
}

.accordionForm label span {
    display: block;
    line-height: normal
}

@media (max-width:575px) {
    .accordionForm label span {
        font-size: 20px
    }
}

@media (min-width:1141px) {
    .accordionForm label span.title {
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        bottom: 50px;
        right: 0;
        width: 100%;
        text-align: left
    }
}

@media (max-width:1140px) {
    .accordionForm label span.title {
        margin-left: 15px;
        display: block
    }
}

@media (max-width:575px) {
    .accordionForm label span.title {
        font-size: 17px
    }
}

.accordionForm article {
    background-color: #fff;
    width: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 5px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 5px;
    opacity: 0;
    float: left
}

@media (max-width:1140px) {
    .accordionForm article {
        padding: 20px 20px 40px !important;
        display: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
}

.accordionForm article h3 {
    font-weight: 700;
    margin: 0;
    padding: 0
}

@media (min-width:1140px) {
    .accordionForm article h3 {
        font-size: 37px
    }
}

.accordionForm article p,
.accordionForm article ul li {
    font-size: 15px
}

.accordionForm article p {
    line-height: 1.75;
    margin: 20px 0 40px
}

.accordionForm article ul li {
    margin: 0 0 15px;
    padding: 0
}

.accordionForm article img {
    width: 100%
}

.accordionForm div:last-child article {
    margin-right: 0
}

.accordionForm article p {
    color: #333;
    padding: 5px 10px
}

.accordionForm div>input:checked~article {
    width: 700px;
    opacity: 1;
    padding: 50px 45px
}

@media (min-width:1140px) and (max-width:1440px) {
    .accordionForm div>input:checked~article {
        width: 500px;
        padding: 25px
    }

    .accordionForm div>input:checked~article p {
        font-size: 15px
    }

    .accordionForm div>input:checked~article ul {
        padding-left: 20px
    }

    .accordionForm div>input:checked~article li {
        padding: 0;
        list-style-type: none
    }

    .accordionForm div>input:checked~article li::before {
        content: "• "
    }

    .accordionForm div>input:checked~article li span {
        font-size: 14px
    }
}

@media (max-width:1140px) {
    .accordionForm div>input:checked~article {
        width: 100%
    }
}

.homePageRedesign--programSectionBlock {
    background-color: #080f4b;
    padding: 60px 0;
    position: relative;
    /* background-color: #081155; */
    /* Agregar imagen correcta */
    /* background-image: url(https://learn.maestriasydiplomados.tec.mx/hubfs/vec-files/bannerprogramas.jpg); */
}

.homePageRedesign--programSectionBlock .container-body{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

@media (min-width:1140px) {
    .homePageRedesign--programSectionBlock {
        padding: 80px 0 120px
    }
}



.homePageRedesign--programSectionBlock-txt {
    width: 100%;
    max-width: 750px;
    position: relative;
    z-index: 3;
    color: #fff
}

.homePageRedesign--programSectionBlock-txt p {
    font-size: 18px
}

.homePageRedesign--programSectionBlock-programsgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
    gap: 30px;
}

@media (max-width:575px) {
    .homePageRedesign--programSectionBlock-programsgrid {
        grid-template-columns: 1fr;
        gap: 20px
        
    }
}

.homePageRedesign--programSectionBlock-program {
    width: 100%;
    /* min-height: 160px; */
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    padding: 30px;
    gap: 1rem;
}

@media (max-width:575px) {
    .homePageRedesign--programSectionBlock-program {
        padding: 30px
    }
}

@media (width > 1100px) {
    .homePageRedesign--programSectionBlock-program {
       width: 100%;
       margin: 0 auto;
    }
}


.homePageRedesign--programSectionBlock-program a,
.homePageRedesign--programSectionBlock-program h3 {
    position: relative;
    z-index: 3
}
.homePageRedesign--programSectionBlock-program p {
    color: white;
    margin: 0;
}

@media (min-width:1280px) {
    .homePageRedesign--programSectionBlock-program p {
        font-size: 18px
    }
}

.homePageRedesign--programSectionBlock-program h3 {
    font-weight: 600;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #091955;
    position: relative;
    font-size: 24px
}

@media (max-width:575px) {
    .homePageRedesign--programSectionBlock-program h3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.homePageRedesign--programSectionBlock-program h3 a {
    color: #fff;
    text-decoration: none;
    margin-right: auto;
    width: 100%;
}

.homePageRedesign--programSectionBlock-program span{
    color: #fff;
}

.homePageRedesign--programSectionBlock-program h3 i {
    position: relative;
    z-index: 1;
    font-size: 50px;
    color: #8ea1fd;
    display: block
}

.homePageRedesign--programSectionBlock-program a.lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #8EA1FF;
    margin-top: 8px;
    font-weight: 700;
}

.homePageRedesign--programSectionBlock-program a.lk i {
    line-height: 1;
    display: block;
    margin-left: 15px
}

.homePageRedesign--faqsBlock {
    padding: 80px 0;
    background-color: #fff
}

.homePageRedesign--faqsBlock h2 {
    color: #073da3;
    margin-bottom: 50px
}

.homePageRedesign--faqsBlock #faqAccordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.homePageRedesign--faqsBlock .accordion-button {
    background: 0 0;
    color: #091955;
    font-weight: 700;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.homePageRedesign--faqsBlock .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #091955
}

.homePageRedesign--faqsBlock .accordion-body {
    font-size: 16px;
    color: #333;
    padding: 15px
}

.homePageRedesign--faqsBlock .accordion-item {
    border: none;
    border: 0;
    border-top: 1px solid #8ea1ff;
    border-radius: 0
}

.homePageRedesign--faqsBlock .accordion-item:last-child {
    border-bottom: 1px solid #8ea1ff
}

.homePageRedesign--cta {
  /* padding: 75px 0px 100px; */
  /* background-image: url("https://learn.maestriasydiplomados.tec.mx/hubfs/woman_img_form.png"); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 650px;
}

.homePageRedesign--cta-container{
    display: flex;
    height: 100%;
}

/* .homePageRedesign--cta::before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
} */

.homePageRedesign--cta-box {
  width: 100%;
  /* max-width: 1135px; */
  margin: 0 auto;
  /* border-radius: 15px; */
  background-color: transparent;
  position: relative;
}
/* 
.homePageRedesign--cta-box.blueCta {
  background-color: #073da3
} */

.homePageRedesign--cta-box.imgCta {
    width: 50%;
    background-image: url("https://learn.maestriasydiplomados.tec.mx/hubfs/suscribirse_photo.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.homePageRedesign--cta-box.purpleCta {
  background-color: #081155;
  width: 50%;
  height: 100%;
  margin: 0 0 auto;
  padding: 95px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homePageRedesign--cta-data-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
}

@media (max-width: 990px){
    .homePageRedesign--cta-data-container{
        margin: 0 auto;
    }
}

/* .homePageRedesign--cta-box::before {
  background-image: url(https://learn.maestriasydiplomados.tec.mx/hubfs/vec-files/Layer_1.png);
  background-size: cover;
  background-position: center center;
  opacity: .4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
} */

.homePageRedesign--cta-info {
  width: 100%;
  max-width: 885px;
  /* margin: 0 auto; */
  padding: 50px 0;
  position: relative;
  z-index: 2
}

@media (min-width:766px) and (max-width:1140px) {
  .homePageRedesign--cta-info {
    padding: 20px
  }
}

@media (min-width:760px) and (max-width:990px) {
    .homePageRedesign--cta-box.purpleCta{
        padding: 20px;  
    }

    .homePageRedesign--cta-container{
        background-image: url("https://learn.maestriasydiplomados.tec.mx/hubfs/suscribirse_photo.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        justify-content: center;
    }
    

    .homePageRedesign--cta-box.purpleCta{
        width: 80%;
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
        height: auto;
    }
    .homePageRedesign--cta-box.imgCta{
        display: none;
    }

    .homePageRedesign--cta-data h3{
        font-size: 16px;
        text-align: left;
    }

    .homePageRedesign--cta-data p{
        font-size: 12px;
        text-align: left;
    }
}

@media (min-width:575px) and (max-width:769px) {
  .homePageRedesign--cta-info {
    padding: 20px
  }

    .homePageRedesign--cta-container{
        background-image: url("https://learn.maestriasydiplomados.tec.mx/hubfs/suscribirse_photo.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        justify-content: center;
    }
    

    .homePageRedesign--cta-box.purpleCta{
        width: 80%;
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
        height: auto;
    }
    
    .homePageRedesign--cta-box.imgCta{
        display: none;
    }

    .homePageRedesign--cta-data h3{
        font-size: 16px;
        text-align: left;
    }

    .homePageRedesign--cta-data p{
        font-size: 12px;
        text-align: left;
    }

}

@media (max-width:575px) {
  .homePageRedesign--cta-info {
    padding: 40px 20px 20px
  }
}

.homePageRedesign--cta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  text-align: center;
  border: 5px solid #fff
}

.homePageRedesign--cta-img img {
  width: 100%
}

@media (max-width:575px) {
  .homePageRedesign--cta-img {
    margin: 0 auto 20px
  }
}

.homePageRedesign--cta-data {
  width: 100%;
  max-width: 650px
}

.homePageRedesign--cta-data h3,
.homePageRedesign--cta-data p {
  margin: 0;
  color: #fff
}

@media (max-width:575px) {

  .homePageRedesign--cta-data h3,
  .homePageRedesign--cta-data p {
    text-align: center
  }
}

.homePageRedesign--cta-data h3 {
  padding-bottom: 20px;
  font-weight: 700
}

@media (min-width:1100px) {
  .homePageRedesign--cta-data h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
  }
}

@media (min-width:575px) and (max-width:766px) {
  .homePageRedesign--cta-data h3 {
    padding-bottom: 10px
  }

}

.homePageRedesign--cta-data p {
  font-weight: 300;
  line-height: 1.25
}

@media (min-width:1100px) {
  .homePageRedesign--cta-data p {
    font-size: 18px;
    text-align: left;
  }
}

@media (min-width:575px) and (max-width:766px) {
  .homePageRedesign--cta-data p {
    font-size: 15px
  }
}

.homePageRedesign--cta-form {
  width: 100%;
  max-width: 870px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  position: relative;
  z-index: 2;
  padding: 0 20px;
  padding-bottom: 25px;
}
.homePageRedesign--cta-form .hbspt-form .hs-apellido_materno, 
.homePageRedesign--cta-form .hbspt-form .hs-lastname{
    width: 50%;
}
@media (max-width: 600px){
    .homePageRedesign--cta-form .hbspt-form .hs-apellido_materno, 
    .homePageRedesign--cta-form .hbspt-form .hs-lastname{
        width: 100%;
    }    

    .homePageRedesign--cta{
        height: 550px;
    }

    .homePageRedesign--cta-container{
        background-image: url("https://learn.maestriasydiplomados.tec.mx/hubfs/suscribirse_photo.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        justify-content: center;
    }
    

    .homePageRedesign--cta-box.purpleCta{
        width: 80%;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
        height: auto;
    }

    .homePageRedesign--cta-box.imgCta{
        display: none;
    }

    .homePageRedesign--cta-data h3{
        font-size: 16px;
        text-align: left;
    }

    .homePageRedesign--cta-data p{
        font-size: 12px;
        text-align: left;
    }
}


.homePageRedesign--cta-form .hbspt-form .hs-field-desc{
  margin-top: 5px!important;
  margin-bottom: 10px!important;
  font-size: 12px;
}
.homePageRedesign--cta-form .hbspt-form .hs-form-booleancheckbox label span.hs-form-required{
  display: inline-block;
  color: red;
}
 .homePageRedesign--cta-form .hbspt-form select:focus-visible,
 .homePageRedesign--cta-form .hbspt-form input:focus-visible{
  border-color: var(--borderFormBanner)!important;
  outline: 0!important;
 }
.homePageRedesign--cta-form .hbspt-form select,
.homePageRedesign--cta-form .hbspt-form input {
  background: var(--blancoFormBanner);
  border: 1px solid var(--borderFormBanner);
  border-radius: 8px!important;
  color: var(--textColor-2);
  font-size: 0.875rem;
  margin-bottom: 0;
  min-height: 40px;
  padding: 4px 12px;
  width: 100%!important;
  margin-top: 0;
}
.homePageRedesign--cta-form .hbspt-form select.error,
.homePageRedesign--cta-form .hbspt-form .hs-input.error{
  border-color: var(--errorFormBanner)!important;
}
.homePageRedesign--cta-form .hbspt-form .hs-fieldtype-intl-phone{
  display: flex;
}
.homePageRedesign--cta-form .hbspt-form .hs-fieldtype-intl-phone select {
  max-width: 30%;
  font-size: 11px;
  margin-right: 10px;
}
.homePageRedesign--cta-form .hbspt-form .hs-fieldtype-intl-phone input[type="tel"] {
  max-width: 70%;
  width: 100%!important;
}
.homePageRedesign--cta-form .hbspt-form .hs_recibir_informacion label{
  display: flex!important;
  font-size: 0.8em;
}
.homePageRedesign--cta-form .hbspt-form .hs_recibir_informacion label span{
  display: inline-block;
  padding-left: 5px;
}
.homePageRedesign--cta-form .hbspt-form input[type="checkbox"],
.homePageRedesign--cta-form .hbspt-form input[type="radio"] {
  width: auto!important;
  height: auto;
  min-height: 0;    
}

.homePageRedesign--cta-form .hbspt-form select {
  background: var(--blancoFormBanner)!important;
  border: 1px solid var(--borderFormBanner);
  color: var(--textoFormBanner);
  padding: 4px 12px;
}

.homePageRedesign--cta-form .hbspt-form input[type="submit"],
.homePageRedesign--cta-form .hbspt-form select {
  font-size: 0.875rem;
  margin-bottom: 0;
  min-height: 40px;
  width: 100%!important
}
.homePageRedesign--cta-form .hbspt-form .hs-form-booleancheckbox label {
  color: white;
  display: flex!important;
  align-items: flex-start;
  font-size: 11px;
  margin: 10px 0;
}

.homePageRedesign--cta-form .hbspt-form .hs-fieldtype-booleancheckbox .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.homePageRedesign--cta-form .hbspt-form input[type="checkbox"] {
  border: 1px solid var(--textoFormBanner);
  margin: 0 10px 0 0;
  min-height: unset;
  width: auto;
  position: relative;
  top: 3px;
}

.homePageRedesign--cta-form .hbspt-form input[type="checkbox"],
.homePageRedesign--cta-form .hbspt-form textarea {
  background: var(--blancoFormBanner);
  color: var(--textoFormBanner);
  outline: none
}

.homePageRedesign--cta-form .hbspt-form textarea {
  border: 1px solid var(--borderFormBanner);
  border-radius: 0;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 4px 12px;
  resize: none;
  width: 100%!important
}

.homePageRedesign--cta-form .hbspt-form form a {
  text-decoration: underline;
  color: #E0115F;
}

.homePageRedesign--cta-form .hbspt-form .hs-dependent-field {
  width: 100%;
}
.homePageRedesign--cta-form .hbspt-form .hs-form-field {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0
}

.homePageRedesign--cta-form .hbspt-form .hs-error-msg,
.homePageRedesign--cta-form .hbspt-form .hs-error-msg label,
.homePageRedesign--cta-form .hbspt-form .hs-error-msgs,
.homePageRedesign--cta-form .hbspt-form .hs-error-msgs label {
  color: var(--errorFormBanner);
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: none!important; */
}

.homePageRedesign--cta-form .hbspt-form fieldset {
  max-width: unset!important;
  display: flex;
}
@media ( max-width: 480px ){
    .homePageRedesign--cta-form .hbspt-form fieldset{
        display: block;
    }
}

.homePageRedesign--cta-form .hbspt-form ul.inputs-list {
  overflow: hidden
}

.homePageRedesign--cta-form .hbspt-form .hs-form-field>label {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
  display: none;
}

.homePageRedesign--cta-form .hbspt-form .hs-form-checkbox-display span {
  display: inline-block;
  margin-top: 10px;
  position: relative
}

.homePageRedesign--cta-form .hbspt-form .multi-container {
  list-style: none;
  margin: 0;
  padding: 0
}


.homePageRedesign--cta-form .hbspt-form input[type="checkbox"],
.homePageRedesign--cta-form .hbspt-form input[type="radio"] {
  width: auto!important
}

.homePageRedesign--cta-form .hbspt-form select {
  background: var(--blancoFormBanner);
  border: 1px solid var(--borderFormBanner);
  border-radius: 0;
  color: var(--formBannerColor2);
  padding: 4px 12px
}

.homePageRedesign--cta-form .hbspt-form input[type="submit"],
.homePageRedesign--cta-form .hbspt-form select {
  font-size: 0.875rem;
  margin-bottom: 0;
  min-height: 40px;
  width: 100%!important
}

.homePageRedesign--cta-form .hbspt-form input[type="submit"] {
  display: block;
  margin: 10px auto 0px !important;
  /* text-transform: uppercase; */
  /* max-width: 220px; */
  width: 100% !important;
  font-size: 1rem !important;
  color: white !important;
  background-color: #E0115F!important;
  border-color: #E0115F!important;
  border-radius: 4px!important;
  height: 45px!important;
  font-weight: 600;
}
.homePageRedesign--cta-form .hbspt-form .btn-close{
  outline: 0!important;
}
.homePageRedesign--cta-form .hbspt-form .hs_medio_de_contacto{
  display: none;
}

.homePageRedesign--certifications {
    padding: 50px 0;
    background-color: #fff;
    /* max-height: 800px; */
}

.homePageRedesign--certifications-item {
    display: block;
    width: 100%
}

.homePageRedesign--certifications-item .icologo {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.homePageRedesign--certifications-item .icologo i {
   font-size: 65px;
}

.homePageRedesign--certifications-item h3,
.homePageRedesign--certifications-item p {
    margin: 0;
    color: #081155
}

.homePageRedesign--certifications-item h3 {
    font-weight: 700;
    padding: 20px 0 15px;
    font-size: 22px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto
}

.homePageRedesign--certifications-item p {
    font-style: italic
}

.homePageRedesign--reviews {
    padding: 50px 0;
    background-color: #fff
}

.homePageRedesign--reviews h2 {
    margin: 0;
    padding: 0 0 50px
}

.swiperReviews--navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px
}

@media (max-width:575px) {
    .swiperReviews--navigation .dotsNav {
        width: 100%
    }
}

.swiperReviews--navigation .dotsNav--bullets {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    margin: 0 0
}

.swiperReviews--navigation .dotsNav--bullets .swiper-pagination-bullet-active {
    background: #e0115f
}

.swiperReviews--navigation .navArrows {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 10px
}

.swiperReviews--navigation .navArrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background-image: none;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #081155;
    color: #081155;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    text-align: center
}

.swiperReviews--navigation .navArrow:not(.swiper-button-disabled):hover {
    background-color: #081155
}

.swiperReviews--navigation .navArrow:not(.swiper-button-disabled):hover i {
    color: #fff
}

.swiperReviews--navigation .navArrow i {
    display: block;
    line-height: 1
}

.swiperReviews--navigation .navArrow::after {
    display: none
}

.swiperReviews--item {
    width: 95%;
    max-width: 355px;
    margin: 0 auto;
    border: 2px solid #8ea1ff;
    border-radius: 10px;
    padding: 30px;
    min-height: 453px;
}

@media (max-width:575px) {
    .swiperReviews--item {
        max-width: 95%;
        padding: 20px
    }
}

.swiperReviews--item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3px
}

.swiperReviews--item-rating i {
    color: #8ea1ff;
    font-size: 20px
}

.swiperReviews--item-copy {
    padding: 20px 0 30px
}

.swiperReviews--item-copy p {
    font-weight: 300;
    color: #081155;
    line-height: 1.75;
    margin: 0 0
}

.swiperReviews--item-who {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiperReviews--item-who .pp {
    width: 20%
}

.swiperReviews--item-who .pp img {
    border-radius: 50%;
    margin: 0 auto 0 0;
    background: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 5px 5px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
}

.swiperReviews--item-who .about {
    width: 80%
}

@media (max-width:575px) {
    .swiperReviews--item-who .about {
        padding-left: 15px
    }
}

.swiperReviews--item-who .about h3,
.swiperReviews--item-who .about p {
    margin: 0;
    color: #081155
}

.swiperReviews--item-who .about h3 {
    font-size: 16px;
    font-weight: 600
}

.swiperReviews--item-who .about p {
    font-size: 12px;
    margin-top: 5px
}

.homePageRedesign--oferta {
    padding: 60px 0;
    background-color: #efefef
}
@media (max-width: 420px){
    .homePageRedesign--oferta {
        overflow-x: hidden;
    }
}

.homePageRedesign--oferta a.ver-todo{
    color: #E0115F!important;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    background-color: rgba(224, 17, 95, 0.10)!important;
}

.homePageRedesign--oferta h2 {
    color: #081155;
    margin-bottom: 40px
}

.homePageRedesign--oferta .row {
    gap: 20px 0
}

.homePageRedesign--oferta-programs .newpl {
    -webkit-box-shadow: 0 4px 20px rgba(142, 161, 255, .24);
    box-shadow: 0 4px 20px rgba(142, 161, 255, .24);
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff
}

.homePageRedesign--oferta-programs .newpl .headnewpl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px;
    height: 115px;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.homePageRedesign--oferta-programs .newpl .headnewpl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    z-index: 1
}

.homePageRedesign--oferta-programs .newpl .headnewpl .tiponewpl {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #081155;
    padding: 5px;
    position: relative;
    z-index: 2
}

.homePageRedesign--oferta-programs .newpl .titnewpl {
    padding: 15px
}

@media (min-width:991px) and (max-width:1280px) {
    .homePageRedesign--oferta-programs .newpl .titnewpl {
        padding: 10px
    }
}

.homePageRedesign--oferta-programs .newpl .titnewpl a,
.homePageRedesign--oferta-programs .newpl .titnewpl h3 {
    text-decoration: none;
    font-size: 18px;
    color: #153677;
    font-weight: 600;
    line-height: 1.5
}

@media (min-width:1024px) {
    .homePageRedesign--oferta-programs .newpl .titnewpl h3 {
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
}

.homePageRedesign--oferta-programs .newpl .footnewpl {
    padding: 0 15px
}

@media (min-width:991px) and (max-width:1280px) {
    .homePageRedesign--oferta-programs .newpl .footnewpl {
        padding: 0 10px
    }
}

.homePageRedesign--oferta-programs .newpl .footnewpl .tagfnewpl {
    padding: 5px 5px;
    position: relative;
}

.homePageRedesign--oferta-programs .newpl .bodynewpl {
    padding: 0 15px 0
}

@media (min-width:991px) and (max-width:1280px) {
    .homePageRedesign--oferta-programs .newpl .bodynewpl {
        padding: 0 10px
    }
}

.homePageRedesign--oferta-programs .newpl .bodynewpl.withbtns {
    padding: 0 15px 15px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 2.5%;
    font-size: 14px;
    font-weight: 500
}

.homePageRedesign--oferta-programs .newpl .bodynewpl .otherbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 47%;
    height: 35px;
    background-color: #efefef;
    color: #000;
    text-align: center;
    border: 1px solid transparent;
    color: #081155;
    font-size: 11px
}

.homePageRedesign--oferta-programs .newpl .bodynewpl .otherbtn i {
    display: block;
    margin-right: 5px
}

.homePageRedesign--oferta-programs .newpl .bodynewpl .otherbtn.whitebtn {
    background-color: #fff;
    border-color: #081155
}

.homePageRedesign--oferta-programs .newpl .bodynewpl .newplbutton {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    text-decoration: none;
    background-color: #E0115F;
    color: #fff;
    min-height: 44px;
}

.homePageRedesign--oferta-programs .newpl .bodynewpl .excerptnewpl,
.homePageRedesign--oferta-programs .newpl .bodynewpl .tagfnewpl,
.homePageRedesign--oferta-programs .newpl .footnewpl .excerptnewpl,
.homePageRedesign--oferta-programs .newpl .footnewpl .tagfnewpl {
    font-size: 13px;
    line-height: 1.5;
    color: #153677
}

@media (min-width:1024px) {

    .homePageRedesign--oferta-programs .newpl .bodynewpl .excerptnewpl,
    .homePageRedesign--oferta-programs .newpl .footnewpl .excerptnewpl {
        height: 80px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
}

.homePageRedesign--processBlock {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
    background: linear-gradient(white, #efefef);
    padding: 100px 0 80px;
    position: relative;
    z-index: 6
}

@media (max-width:766px) {
    .homePageRedesign--processBlock {
        padding: 50px 0
    }
}

.homePageRedesign--processBlock-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 50px
}


@media (min-width:575px) and (max-width:991px) {
    .homePageRedesign--processBlock-steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:575px) {
    .homePageRedesign--processBlock-steps {
        display: block;
        padding-top: 0
    }
}

.homePageRedesign--processBlock-step {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    background: green;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative
}

@media (width <=1024px) {
    .homePageRedesign--processBlock-step:last-child::before {
        display: none
    }
}

.homePageRedesign--processBlock-step::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: transparent;
    z-index: 1;
}
.homePageRedesign--processBlock-step-copy{
    position: relative;
    z-index: 2;
}
@media (580px < width <=979px) {
    .homePageRedesign--processBlock-step::before {
        display: none
    }
}

@media (width <=620px) {
    .homePageRedesign--processBlock-step::before {
        top: 100% !important;
        left: 0 !important;
        border-right-width: 5px !important;
        border-right-style: dotted;
        border-radius: 0;
        width: 50%;
        border-top: 0 !important;
        border-bottom: 0 !important
    }
}

@media (min-width:575px) and (max-width:991px) {
    .homePageRedesign--processBlock-step {
        width: 250px;
        height: 250px
    }
}

@media (max-width:575px) {
    .homePageRedesign--processBlock-step {
        margin: 0 auto 15px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .homePageRedesign--processBlock-step:last-child {
        margin-bottom: 0
    }
}

.homePageRedesign--processBlock-step:nth-child(1) {
    background-color: #e02560
}



.homePageRedesign--processBlock-step:nth-child(1) a,
.homePageRedesign--processBlock-step:nth-child(1) h3,
.homePageRedesign--processBlock-step:nth-child(1) p {
    color: #fff
}
.homePageRedesign--processBlock-step:nth-child(1) a:hover{
    color: #e02560;
}

.homePageRedesign--processBlock-step:nth-child(2) {
    background-color: #081155
}
.homePageRedesign--processBlock-step:nth-child(2) a:hover{
    color: #081155;
}

.homePageRedesign--processBlock-step:nth-child(2) a,
.homePageRedesign--processBlock-step:nth-child(2) h3 {
    color: #8ea1fd
}

.homePageRedesign--processBlock-step:nth-child(2) p {
    color: #fff
}

.homePageRedesign--processBlock-step:nth-child(3) {
    background-color: #073da3
}

.homePageRedesign--processBlock-step:nth-child(3) a,
.homePageRedesign--processBlock-step:nth-child(3) h3 {
    color: #8ea1fd
}
.homePageRedesign--processBlock-step:nth-child(3) a:hover{
    color: #8ea1fd;
}
.homePageRedesign--processBlock-step:nth-child(3) p {
    color: #fff
}

.homePageRedesign--processBlock-step h3 {
    font-weight: 600;
    margin: 0
}

.homePageRedesign--processBlock-step p {
    margin: 0;
    padding: 15px 30px;
    font-size: 15px
}

.homePageRedesign--processBlock-step a {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 10px;
    border: 1px solid;
    max-width: 130px;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 8px;
    transition: all ease 0.3s;
    text-decoration: none!important;
}

.homePageRedesign--processBlock-step a:hover {
    background-color: #fff;
}

h2 {
    font-weight: 700;
    padding: 0 0 40px;
    text-align: center
}

@media (min-width:1140px) {
    h2 {
        font-size: 45px
    }
}

@media (width <=1280px) {
    .homePageRedesign .container {
        max-width: 1200px
    }
}

@media (min-width:576px) and (max-width:1280px) {
    .homePageRedesign .container {
        max-width: 90%
    }
}

@media (width <=576px) {
    .homePageRedesign .container {
        max-width: 98%
    }
}

.homePageRedesign--areasBlock {
    background: #efefef;
    padding: 80px 0
}

.homePageRedesign--areasBlock .seeall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 50px auto 0;
    background: #073da3;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
    height: 50px
}

.homePageRedesign--areasBlock-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.homePageRedesign--areasBlock-area {
    display: flex;
    width: 100%;
    max-width: 245px;
    padding: 24px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    transition: all ease 0.3s;
}
@media ( max-width: 600px ){
    .homePageRedesign--areasBlock-grid{
        gap: 10px 3%;
    }
    .homePageRedesign--areasBlock-area{
        width: 47%;
        padding: 15px;
    }
    .homePageRedesign--areasBlock-area h3{
        margin: 0 0 5px!important;
    }
    .homePageRedesign--areasBlock-area h3,
    .homePageRedesign--areasBlock-area h3 a{
        font-size: 17px!important; 
    }
    .homePageRedesign--areasBlock-area a.lk{
        font-size: 14px!important;
    }
}
@media (max-width: 400px){
    .homePageRedesign--areasBlock-area h3,
    .homePageRedesign--areasBlock-area h3 a{
        font-size: 15px!important; 
    }
    .homePageRedesign--areasBlock-area a.lk{
        font-size: 12px!important;
    }    
}
.homePageRedesign--areasBlock-area:hover{
    background: #071255;
}

.homePageRedesign--areasBlock-area:hover h3 a{
    color: #8EA1FF;
}

.homePageRedesign--areasBlock-area:hover a.lk{
    color: #fff !important;
}

@media (width >=1141px) {
    .homePageRedesign--areasBlock-area {
        width: 22%
    }
}

@media (650px < width < 1141px) {
    .homePageRedesign--areasBlock-area {
        width: 45%
    }
}

.homePageRedesign--areasBlock-area .icobg {
    font-size: 40px;
    color: #8ea1fd
}

.homePageRedesign--areasBlock-area a,
.homePageRedesign--areasBlock-area h3 {
    position: relative;
    z-index: 3
}

.homePageRedesign--areasBlock-area h3 {
    font-weight: 700;
    margin: 0 0 20px;
    /* min-height: 70px; */
    font-size: 22px
}

.homePageRedesign--areasBlock-area h3 a {
    color: #073da3;
    text-decoration: none
}

.homePageRedesign--areasBlock-area a.lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: rgba(7, 18, 85, 1) !important;
}

.homePageRedesign--areasBlock-area a.lk i {
    line-height: 1;
    display: block;
    margin-left: 15px
}

.homePageRedesign--modalidadesBlock {
    padding: 80px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    background-position: center center;
    background-size: cover
}

.homePageRedesign--modalidadesBlock h2 {
    color: #081155
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: auto;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
    background-color: transparent;
    transition: all ease 0.3s;
    
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material:hover{
    background: #0811551A;
    border-radius: 4px;
}


.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material:hover::before {
    opacity: .15
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material.btn-active {
    background: #081155;
    border-radius: 4px;
    border-color: rgba(255, 255, 255, .12)
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material.btn-active::before {
    opacity: .75
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material.btn-active span,
.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material.btn-active span i {
    color: #fff
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material span {
    position: relative;
    z-index: 2;
    color: #073DA3
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material span.titlebtn {
    font-size: 1.4em;
    font-weight: 700;
    display: flex !important;
    gap: 1.5rem;

}

.homePageRedesign--modalidadesBlock .tabsForDesktop .btn-material span.descbtn {
    display: block;
    font-size: 1em;
    font-weight: 400;
    display: none
}



.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article {
    position: relative;
    z-index: 3
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article p{
    line-height: 1.25;
}
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article p small{
    font-size: 11px;
    line-height: 1.25;
    display: block;
    margin: 10px 0 0;
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article h4,
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article p,
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article ul,
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article ul li {
    color: #333
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article h3,
.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article h4 {
    color: #081155;
    text-shadow: 0 1px 2px #fff
}

.homePageRedesign--modalidadesBlock .tabsForDesktop .collapse .card article h3 {
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center
}


.ribbonNew {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 80%; */
    z-index: 1;
    text-align: right;
    background-color: #8EA1FF;
    color: #081155 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 12px;
    border-bottom-left-radius: 10px;
}


.homePageRedesign--banner .multiselect-container{
    width: 100%;
    max-height: 180px!important;
    overflow-y: scroll!important;
}
.homePageRedesign--banner .multiselect-filter{
    display: none!important;
}

.homePageRedesign--banner .multiselect-container label{
    padding: 5px 15px;
}