p {
    line-height: 1.3em;
    font-size: calc(0.em + 0.5vw);
}

.container-full {
    padding: 0;
}

.container-full h2 {
    background: none;
    color: #002F85;
    font-weight: 400;
    font-size: 4rem;
    text-align: center;
}

.container-full h2 strong {
    color: #0074FA;
    font-weight: 900;
}


.representamos {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    align-items: end;
    padding: 2rem 8rem;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.representamos-text {
    width: 40%;
    padding-right: 4rem;
}

.representamos-text h3 {
    color: #004A98;
    font-weight: 200;
    font-size: 4rem;
    margin: 0;
    
}

.representamos-text h3 strong {
    font-weight: 900;
}

.representamos-text p {
    color: #282828;
    margin-top: 50px;
    font-size: 1rem;
    text-align: justify;
}

.representamos-text-lograr{
    text-align: right;
    padding-right: 0 !important;
}

.representamos-img {
    width: 60%;
    
}

.representamos-responsive-img {
    display: none;
}

.acciones-img {
    display: grid;
    grid-template-columns: 1fr;
    width: 55%;
    column-gap: 2rem;
    align-items: end;
    border-radius: 20px;
}

.acciones-img img{
    border-radius: 20px;
}

.acciones-responsive-img {
    display: none;
}
/*Nuestros Valores CSS*/

.valores {
    background: #002F84 url('/wp-content/uploads/2026/04/valores_fondo.svg') no-repeat left bottom;
    padding: 2rem 8rem;
    display: flex;
    align-items: center;
}

.valores-text {
    width: 40%;
}

.valores-text h3 {
    color: white;
    font-weight: 200;
    font-size: 4rem;
    margin-bottom: -10px;
}

.valores-text h3 strong {
    color: #3EC3FF;
    font-weight: 900;
    line-height: 1.2;
}

.valores-text p {
    color: white;
    font-size: calc(0.5rem + 0.5vw);
    text-align: justify;
}

.valores-list {
    width: 60%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.valor-card {
    transform-style: preserve-3d;
    transition: all 0.5s ease-in;
    height: 150px;
    border-radius: 10px;
}

.valor-card:hover {
    transform: rotateY(180deg);
}

.valor-item {
    border: 3px solid #3EC2FF;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 150px;
    backface-visibility: hidden;
    align-items: center;
    height: 100%;
    padding: 0;
}

.valor-item img {
    padding: 0;
    width: 50px;
    margin: 0;
}

.valor-item h3 {
    font-weight: 900;
    color: #0FC217;
    
}

.valor-item p {
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
}

.valor-info {
    backface-visibility: hidden;
    background: white;
    transform: rotateY(180deg);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 10px;
    text-align: center;
    padding: 0;
    border: 3px solid #3EC2FF;
}

.valor-info h4 {
    color: #0055B8;
    font-size: 1.1em;
    line-height: 1;
    padding: 10px;
    margin: 15px auto 0;
}

.valor-info p {
    color: #002F84;
    font-size: 0.7em;
    line-height: 1;
    
    margin: 0;
}

/* mandamientos */

.mandamientos {
    background:url('/wp-content/uploads/2026/04/mandamientos_fondo.svg') no-repeat left bottom;
    padding: 4rem 8rem;
    display: flex;
}

.mandamientos-text {
    width: 50%;
    padding-right: 50px;
}

.mandamientos-text h3 {
    color: #0055B8;
    font-size: 4rem;
    font-weight: 200;
}

.mandamientos-text h3 strong {
    font-weight: 900;
    line-height: 1.2;
}

.mandamientos-text p {
    color: #282828;
    font-size: calc(0.5rem + 0.5vw);
}

.mandamientos-list {
    width: 50%;
    line-height: 2;
}

.mandamientos-list ul {
    display: block;
}

.mandamientos-list ul li {
    color: #00266C;
    font-size: calc(0.5rem + 0.5vw);
    list-style: decimal;
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.mandamientos-list ul li:before {
    content: "";
    margin: 0 0 0 -30px;
    padding-right: 10px;
    background: url(/wp-content/uploads/2023/02/list-check.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.mandamientos-list ul li:maker {
    color: #00266C;
    font-size: calc(0.5rem + 0.5vw);
    list-style: decimal;
}


/*DESARROLLO*/
.rse-container {
    display: flex;
    flex-wrap: wrap;
}

.rse-intro {
    display: flex;
    align-items: center; 
    background-color: #aeddf5;
    
    margin: 0 auto;
}

.rse-img {
    flex: 0 0 50%; 
    display: flex;
}

.rse-text {
    flex: 0 0 50%; 
    padding: 40px 6%; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rse-text h3 {
    text-align: end;
    font-size: 4.4rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 25px;
    color: #1f7bc8; 
    font-weight: 300;
}

.rse-text h3 strong {
    color: #005af0; 
    font-weight: 800;
    display: block; 
}

.rse-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    text-align: justify;
    margin: 0;
}

.rse-text p strong {
    font-weight: 900;
}

.rse-img {
    width: 50%;
    background: #00266C;
}

.rse-img img {
    display: block;
}

.rse-responsive-img {
    display: none;
}

.rse-list {
    display: flex;
}

.rse-item {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 400px;
    width: 33.33%;
    background-position: center;
}

.rse-superate-bg {
    background-image: url(/wp-content/uploads/2023/02/superate_blue.webp);
}

.rse-superate-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/superate_color.webp);
}

.rse-boot-camp-bg {
    background-image: url(/wp-content/uploads/2023/02/boot_camp_blue.webp);
}

.rse-boot-camp-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/boot_camp_color.webp);
}

.rse-becas-bg {
    background-image: url(/wp-content/uploads/2023/02/ingles_blue.webp);
}

.rse-becas-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/ingles_color.webp);
}

.rse-force-academy-bg {
    background-image: url(/wp-content/uploads/2023/02/force_academy_blue.webp);
}

.rse-force-academy-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/force_academy_color.webp);
}

.rse-trainers-bg {
    background-image: url(/wp-content/uploads/2023/02/trainers_blue.webp);
}

.rse-trainers-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/trainers_color.webp);
}

.rse-certificaciones-bg {
    background-image: url(/wp-content/uploads/2023/02/certificaciones_blue.webp);
}

.rse-certificaciones-bg:hover {
    background-image: url(/wp-content/uploads/2023/02/certificaciones_color.webp);
}



.rse-item img {
    display: block;
}

.rse-item-block {
    background: linear-gradient(0deg, rgb(0, 47, 132) 50%, rgba(0, 47, 132, 0) 100%);
    padding: 50px;
}

.rse-item-block h3 {
    color: white;
    font-size: calc(1rem + 0.5vw);
}

.rse-item-block p {
    color: white;
    font-weight: 400;
    font-size: calc(0.5rem + 0.5vw);
    line-height: 1.5;
}

.rse-item-block p a {
    color: white;
    text-decoration: underline !important;
    font-size: calc(0.8rem + 0.5vw);
}


/*METRICAS*/

.metricas-container {
    text-align: center;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.metricas-container h2 {
    font-size: 3rem;
    color: #173663; 
    font-weight: 500;
    margin-bottom: 60px;
}

.metricas-container h2 strong {
    color: #005af0; 
    font-weight: 800;
}

.metricas-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.metrica-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 320px;
  margin: 40px auto;
}


.metrica-item > img {
    order: 1; 
    max-width: 130px; 
    height: auto;
    margin-bottom: -15px;
    z-index: 1;
}

.metrica-item h3 {
  position: relative;
  font-size: 140px; 
  font-weight: 900;
  color: #0072ce;
  margin: 0;
  line-height: 0.9;
  letter-spacing: -5px;
}

.metrica-item h3 img {
  position: absolute;
    top: 1px;
    left: -16px;
    width: 40px;
  height: auto;
}


.metrica-item > img {
   position: absolute;
   top: 48px;
   right: 75px;
   width: 60px;
   height: auto;
   z-index: 2;
}

.cert-icon > img {
    position: absolute;
    top: -90px;
    right: 109px;
    width: 125px;
    height: auto;
    z-index: -1;
}

.cert-icon h3{
    font-size: 90px; 
}

.cert-icon h3 img{
    position: absolute;
    top: -9px;
    left: -23px;
    width: 40px;
    height: auto;
}


.cst-members > img {
    position: absolute;
    top: -72px;
    right: 28px;
    width: 130px;
    height: auto;
    z-index: -1;
}

.cst-members h3{
    font-size: 120px; 
    letter-spacing: -13px;
}

.cst-members a{
    font-size: 95px;
}

.cst-members h3 img{
    position: absolute;
    top: -9px;
    left: -23px;
    width: 40px;
    height: auto;
}

.consult-cloud > img{
    position: absolute;
    top: -56px;
    right: -7px;
    width: 130px;
    height: auto;
    z-index: -1;
}

.metrica-item h4 {
  color: #0072ce;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 15px;
  max-width: 90%;
}

.vert-divider {
    width: 1px;
    background-color: #3C11AD;
    height: 200px;
    margin: auto 0;
}



/*GPTW SECTION*/

.gptw-container {
    display: flex;
}

.gptw-img {
    width: 50%;
}

.gptw-img img {
    display: block;

}

.gptw-text {
    width: 50%;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #9FD6EF url('/wp-content/uploads/2026/04/Balloon.svg')no-repeat right top;
}

.gptw-text h2 {
    text-align: left;
    padding: 0;
    line-height: 1.1;
    color: #4B4B4B;
    font-size: 2.5rem;
    margin-bottom: 0px;
}

.gptw-text p {
    color: #282828;
    font-size: calc(0.5rem + 0.5vw);
    padding-right: 60px;
}

.linksGPTW {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.linksGPTW a {
    text-decoration: none;
}
/*GPTW SECTION*/


.moreInformation {
    background: #0074FA;
    color: white;
    padding: 10px 30px;
    font-size: 1em;
    border-radius: 7px;
}

.gptwNote {
    color: #0074FA;
    font-weight: 500;
    text-decoration: underline;
}

/*GPTW SECTION TWO*/

.gptwSection {
    background: #002F86;
    padding: 50px 10%;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    background-image: url(/wp-content/uploads/2023/11/backgroundBalloons.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gptwHeader {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.gptwHeaderText {
    width: 100%;
    text-align: center;
}

.gptwHeaderText h3 {
    color: white;
    font-weight: 400;
    font-size: 2rem;
}

.gptwHeaderText h3 strong {
    color: #56C5FF;
    font-size: 3.5rem;
}

.gptwHeaderBadges {
    width: 50%;
    justify-content: center;
    display: flex;
    gap: 2rem;
}

.gptwHeaderBadges img {
    height: 175px;
}

.gptwBody {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}



.gptwBodyPartCenter {
    max-width: 850px; 
    width: 85%;
    margin: 0 auto 10px auto; 
}

.gptwBodyPartCenter > img {
    width: 100%;
    display: block;
}

.timeline-container {
    position: relative;
    max-width: 1000px; 
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline-line {
    position: absolute;
    top: 22px; 
    left: 0;
    right: 0;
    height: 2px;
    background-color: white;
    z-index: 1;
}

.timeline-line::before,
.timeline-line::after {
    content: '';
    position: absolute;
    top: -5px; 
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
}

.timeline-line::before { left: 0; }
.timeline-line::after { right: 0; }

.timeline-points {
    position: relative;
    z-index: 2;
    max-width: 850px; 
    width: 77%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.point {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px; 
}

.point::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #002F86; 
    border: 2px solid white;
    border-radius: 50%;
    margin-bottom: 15px;
}

.point span {
    color: white;
    font-weight: bold;
    font-size: 24px;
}


.consecutive-years-banner {
  background-color: #002F86;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}


.banner-top-row {
  display: flex;
  align-items: center; /
  justify-content: center;
  gap: 15px; 
  margin-bottom: -10px; 
}

.text-white {
  color: #ffffff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}


.text-blue {
  color: #5bc0ff; 
  font-weight: 900; 
  letter-spacing: -3px; 
}

.text-blue.giant {
  font-size: 160px;
  line-height: 0.8; 
}

.text-blue.large {
  font-size: 95px;
  line-height: 1;
}





/*GPTW Section Two*/


/*  EFY */

.EFYSection {
    display: flex;
}

.EFYLeft {
    background: #9FD6EF;
    width: 50%;
    padding: 50px 10%;
}

.EFYRight {
    width: 50%;
    background: url(/wp-content/uploads/2026/04/efy.svg)no-repeat center;
    background-size: cover;
}

.EFYTextHead h3 {
    color: #0074FA;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.EFYTextHead h2 {
    text-align: left;
    font-size: 2.5em;
    margin: 10px auto;
    color: #4B4B4B;
}

.EFYTextHead p{
    text-align: justify;
}

.EFYBadgesSection {
    background: #002F86;
    padding: 50px 10%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.EFYBadgeItem {
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.EFYBadgeImg {
    width: 300px;
}

.EFYArrow-top {
    width: 200px;
    transform: rotate(45deg);
}

.EFYArrow {
    width: 200px;
    align-self: end;
}

.EFYBadgeText {
    width: 50%;
}

.EFYBadgeText h3 {
    color: #FC81FF;
    font-size: 2.5em;
}

.EFYBadgeText h3 strong {
    color: white;
    font-weight: 400;
}

.EFYBadgeText h4 {
    color: #C781FF;
    font-size: 2.5em;
}

.EFYBadgeText h4 strong {
    color: white;
    font-weight: 400;
}

.gptw-metricas {
    width: 100%;
    padding: 30px 80px;
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.gptw-metrica-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gptw-metrica-item h3 {
    color: #002F85;
    font-weight: 400;
    font-size: calc(1rem + 0.5vw);
}

.gptw-metrica-graph {
    display: block;
}

.circular-bar {
    position: relative;
    height: 200px;
    width: 200px;
    background: #0055DB;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.circular-bar:before {
    content: "";
    position: absolute;
    height: 75%;
    width: 75%;
    background: white;
    border-radius: 50%;
}

.circular-bar:after {
    content: attr(data-text);
    position: relative;
    font-weight: 700;
    color: #0055DB;
    font-size: calc(2rem + 1vw);
}

.ResponsiveEFYBadgeSection {
    display: none;
}

.beneficios-banner {
    background: #1140C2;
    padding: 50px 80px;
    display: flex;
    align-items: center;
}

.beneficios-banner-text {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.beneficios-banner-text h2 {
    color: white;
    font-size: calc(2rem + 1vw);
    font-weight: 400;
    line-height: 1.1;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: left;
}

.beneficios-banner-text h2 b {
    color: #A1D8F1;
    font-size: calc(2rem + 1vw);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
}

.beneficios-banner-text h2 strong {
    color: #66C036;
    font-weight: 900;
}

.beneficios-banner-link {
    width: 100%;
    margin-top: 30px;
}

.beneficios-banner-link a {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid white;
    color: white;
    display: flex;
    font-size: calc(0.8rem + 0.5vw);
}

.beneficios-banner-list {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
}

.beneficios-banner-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.beneficios-banner-item img {
    height: 100px;
    margin-bottom: 20px;
}

.beneficios-banner-item p {
    color: white;
    font-size: calc(0.8rem + 0.5vw);
}

.plan-carrera-banner {
    background-image: url(/wp-content/uploads/2023/02/architect_BG.webp);
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gptw-logo-plan-carrera {
    position: absolute;
    width: 80px;
    right: 40px;
}

.gptw-logo-plan-carrera img {
    display: block;
}

.plan-carrera-banner-text {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 80px;
    margin: 0;
    align-self: center;
}

.plan-carrera-banner-text h2 {
    color: white;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: calc(2rem + 1vw);
}

.plan-carrera-banner-text h2 strong {
    color: white;
    font-weight: 900;
}

.plan-carrera-banner-text h2 em {
    color: #A1D8F1;
    text-decoration: underline;
    font-weight: 400;
    font-style: normal;
}

.plan-carrera-banner-text h2 em a {
    color: #A1D8F1;
}

.plan-carrera-banner-link {
    width: 100%;
    margin: 20px 0;
}

.plan-carrera-banner-link a {
    width: fit-content;
    padding: 5px 20px;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    margin: 0 auto;
    display: block;
    font-size: calc(0.8rem + 0.5vw);
}

.plan-carrera-banner-img {
    padding: 20px 30px 0;
}

.plan-carrera-banner-img img {
    display: block;
}

.novedades-slca {
    padding: 50px 80px;
    display: flex;
    gap: 3rem;
}

.novedades-slca-text {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.novedades-slca-text h2 {
    padding: 0;
    font-size: calc(2rem + 1vw);
}

.novedades-slca-text p {
    color: #282828;
    font-size: calc(0.5rem + 0.5vw);
}

.novedades-slca-link {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}

.novedades-slca-link a {
    background: #0055B8;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}

.novedades-slca-img {
    max-width: 50%;
    border-radius: 20px;
}

.novedades-slca-img img {
    display: block;
}

.novedades-responsive-slca-img {
    display: none;
}

.slide-arrow {
    display: none;
}

@media screen and (min-width: 1600px) {



    .valor-info h4 {
        font-size: 1em;
    }

    .valor-info p {
        font-size: 0.65em;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {

    .container-full {
        padding: 0;
    }

    .container-full h2 {
        margin: 20px auto;
        
        padding: 0;
    }

    .representamos {
        margin-bottom: 0;
        padding: 2rem 5rem;
    }

    .representamos-text {
        padding-right: 0;
    }

    .representamos-text h3 {
        margin-bottom: 10px;
        font-size: 3rem;
    }

    .representamos-text p {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .valores {
        padding: 30px 50px;
        flex-direction: column;
    }

    .valores-text {
        width: 100%;
    }

    .valores-text h3 {
        margin: 0 auto;
        text-align: center;
    }

    .valores-list {
        width: 100%;
        margin-top: 30px;
    }


    .mandamientos{
        padding: 4rem 5rem;
    }
    
    .mandamientos-text h3{
        font-size: 3rem;
    }
    
    .EFYSection {
        flex-direction: column;
        
    }
    
    .EFYLeft {
        width: 100%;
        height: auto;
    }
    
    .EFYRight {
        width: 100%;
        height: 500px;
    }
    
    .linksGPTW{
      margin-bottom: 50px;  
    } 
    
    .rse-text {
        width: 100%;
        padding: 30px 50px;
        flex: 1 1 100%;
    }

    .rse-img {
        display: none;
    }

    .rse-responsive-img {
        display: block;
        margin-bottom: 30px;
    }

    .metricas-list {
        flex-wrap: wrap;
    }

    .gptw-container {
        flex-direction: column-reverse;
        background: #F4F4F4;
        padding: 0;
        margin-top: 50px;
    }

    .gptw-img {
        width: 100%;
    }

    .gptw-img img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .gptw-text {
        width: 100%;
    }
}

@media screen and (max-width: 900px){
    .vert-divider{
        display: none;
    }
}

@media screen and (max-width: 700px) {

    p {
        font-size: 1em;
    }

    .container-full {
        padding: 50px 0 0;
    }

    .container-full h2 {
        display: none;
        font-size: 3em;
    }

    .representamos {
        align-items: normal;
        flex-direction: column;
        padding: 0;
        gap: 25px;
    }

    .representamos-text {
        width: 100%;
        padding: 0;
    }

    .representamos-text h3 {
        text-align: center;
        font-size: 2.5em;
        line-height: 1;
        margin: 0;
    }

    .representamos-text h3 strong {
        margin-left: 0;
    }

    .representamos-text p {
        font-size: 0.9em;
        padding: 20px 50px;
        margin: 0;
    }

    .representamos-img {
        display: none;
    }

    .representamos-responsive-img {
        display: block;
        padding: 0 50px;
        margin-bottom: 40px;
    }

    .acciones-img {
        display: none;
    }

    .acciones-responsive-img {
        display: block;
        padding: 0 50px;
        margin-bottom: 50px;
    }
    
    .acciones-responsive-img img{
        border-radius: 20px;
    }

    .valores {
        padding: 50px;
        flex-direction: column;
    }

    .valores-text {
        width: 100%;
    }

    .valores-text h3 {
        text-align: center;
        font-size: 2em;
        margin: 0;
    }

    .valores-text h3 strong {
        margin-left: 0;
    }

    .valores-text p {
        font-size: 0.9em;
    }

    .valores-list {
        width: 100%;
    }

    .valor-card {
        width: 45%;
    }

    .valor-item {
        width: 97%;
    }

    .valor-item img {
        padding: 0;
        margin-bottom: 0;
    }

    .valor-item h3 {
        font-size: 1.5em;
        margin: 5px;
    }

    .valor-item p {
        font-size: 0.7em;
    }

    .valor-info {
        padding: 0;
    }

    .valor-info h4 {
        font-size: 0.9em;
    }

    .valor-info p {
        padding: 0 10px;
        font-size: 0.7em;
    }

    .mandamientos {
        padding: 30px 50px;
        flex-direction: column;
    }

    .mandamientos-text {
        width: 100%;
        padding-right: 0;
    }

    .mandamientos-text h3 {
        text-align: center;
        font-size: 2em;
        margin: 0;
    }

    .mandamientos-text h3 strong {
        margin-left: 0;
    }

    .mandamientos-text p {
        font-size: 1em;
    }

    .mandamientos-list {
        width: 100%;
        line-height: normal;
    }

    .mandamientos-list ul li {
        font-size: 1em;
        margin: 20px 0;
    }

    .mandamientos-list ul li::before {
        margin: 0 0 0 -30px;
        padding-right: 25px;
    }

    .rse-text h3 {
        font-size: 2em;
        text-align: center;
        margin-top: 0;
    }

    .rse-text p {
        font-size: 1em;
    }

    .container-rse-list {
        width: 100%;
        overflow: scroll;
    }

    .rse-list {
        width: 300%;
    }

    .rse-item {
        padding-top: 300px;
        width: 100%;
    }

    .rse-item-block h3 {
        font-size: 1.1em;
    }

    .rse-item-block p {
        font-size: 0.8em;
    }

    .rse-superate-bg {
        background-image: url(/wp-content/uploads/2023/02/superate_color.webp);
    }

    .rse-boot-camp-bg {
        background-image: url(/wp-content/uploads/2023/01/boot_camp_color.webp);
    }

    .rse-becas-bg {
        background-image: url(/wp-content/uploads/2023/01/ingles_color.webp);
    }

    .rse-force-academy-bg {
        background-image: url(/wp-content/uploads/2023/02/force_academy_color.webp);
    }

    .rse-trainers-bg {
        background-image: url(/wp-content/uploads/2023/01/trainers_color.webp);
    }

    .rse-certificaciones-bg {
        background-image: url(/wp-content/uploads/2023/01/certificaciones_color.webp);
    }

    .metricas-container {
        padding: 30px 0 0;
    }

    .metricas-container h2 {
        margin-top: 0;
        display: block !important;
        line-height: 1.2;
    }

    .metricas-list {
        flex-direction: column;
        padding: 0 50px;
    }
    
    .metrica-item {
        transform: scale(0.8); 
        margin: 10px auto;
        border-right: none !important;
    }

    .metrica-item h3 {
        white-space: nowrap;
    }

    .metrica-item h3 img {
        width: 40px;
        margin-top: 0px;
        margin-left: -15px;
    }

    .metrica-item img {
        padding: 0;
        margin-top: 0;
    }

    .metrica-item h4 {
        font-size: 20px;
        width: 100%;
    }
    

    .gptw-text {
        padding: 50px 10%;
        text-align: center;
    }

    .gptw-text h2 {
        font-size: 2em;
        text-align: center;
        display: block;
        padding: 0;
    }

    .gptw-text p {
        padding: 0;
        font-size: 1em;
    }

    .gptw-text a {
        margin: 20px auto 30px;
        width: 60%;
    }

    .linksGPTW {
        flex-direction: column-reverse;
        gap: initial;
    }

    .gptw-metricas {
        display: none;
    }

    .gptwSection {
        text-align: center;
        padding: 30px 10%;
    }

    .gptwHeader {
        flex-direction: column;
        gap: 1.5rem;
    }

    .gptwHeaderText {
        width: 100%;
    }

    .gptwHeaderText h3 {
        font-size: 1.2em;
        margin: 0;
    }
    
    .gptwHeaderText h3 strong{
        font-size: 1.5rem;
    }
    
    .consecutive-years-banner {
        margin-top: -40px;
    }
    .point span { 
        font-size: 16px; 
    }
    .gptwBodyPartCenter, .timeline-points { 
        width: 92%; 
    }


    .banner-top-row {
    gap: 10px;
    margin-bottom: 0;
  }
  
  .text-white {
    font-size: 28px;
  }
  
  .text-blue.giant {
    font-size: 90px;
    letter-spacing: -1px;
  }
  
  .text-blue.large {
    font-size: 52px;
    letter-spacing: -1px;
  }
    .gptwHeaderBadges {
        width: 100%;
    }

    .gptwHeaderBadges img {
        width: 31%;
        height: auto;
    }

    .gptwBody {
        width: 100%;
    }

    .gptwBodyPartLeft {
        width: 25%;
    }

    .gptwBodyPartLeft img {
        width: 50%;
    }

    .gptwBodyPartLeft h4 {
        width: 100%;
        font-size: 0.9em;
    }

    .gptwBodyPartCenter {
        width: 100%;
    }

    .gptwBodyPartRight {
        width: 25%;
    }

    .gptwBodyPartRight img {
        width: 30%;
    }

    .gptwBodyPartRight h4 {
        width: 100%;
        font-size: 0.9em;
    }

    .EFYSection {
        flex-direction: column;
    }

    .EFYLeft {
        width: 100%;
        height: auto;
    }

    .EFYTextHead h2 {
        display: initial;
        font-size: 2em;
    }

    .EFYRight {
        width: 100%;
        height: 300px;
    }

    .EFYBadgesSection {
        display: none;
    }

    .ResponsiveEFYBadgeSection {
        background: #002F86;
        padding: 50px 10%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .EFYBadgeText h3 {
        color: #FC81FF;
        font-size: 1.5em;
    }

    .EFYBadgesResponsive {
        display: flex;
        gap: 2rem;
        width: 100%;
        justify-content: center;
    }

    .EFYBadgesResponsive img {
        width: auto;
        height: 125px;
    }

    .EFYBadgeText {
        width: 100%;
    }

    .EFYBadgeText h4 {
        margin: 0;
        font-size: 1.5em;
    }

    .beneficios-banner {
        padding: 50px 30px;
    }

    .beneficios-banner-text {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .beneficios-banner-text h2 {
        display: block !important;
        text-align: center;
        font-size: 2em;
    }

    .beneficios-banner-text h3 {
        text-align: center;
        font-size: 2em;
    }

    .beneficios-banner-list {
        display: none;
    }

    .plan-carrera-banner {
        display: none;
    }

    .novedades-slca {
        padding: 50px;
        flex-direction: column;
        display: none;
    }

    .novedades-slca-text {
        max-width: 100%;
    }

    .novedades-slca-text h2 {
        font-size: 2vw;
        display: block !important;
        text-align: center;
    }

    .novedades-slca-img {
        display: none;
    }

    .novedades-responsive-slca-img {
        display: block;
        margin-bottom: 30px;
    }

    .slide-arrow {
        color: white;
        padding: 10px;
        border-bottom: 1px solid;
        width: fit-content;
        margin: 0 auto;
        font-size: 0.8em;
        letter-spacing: 0.3em;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .metrica-item {
        transform: scale(0.65);
    }
}