.hero-section{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;padding:15rem 0 0;background-color:var(--bg-blue-color-3)}.hero-section .box{width:90%;max-width:var(--max-width-section);display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem}.hero-section .box .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding-bottom:7rem;z-index:2}.hero-section .box .title-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.hero-section .box .title-box .title-tag{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:var(--accent-color-1);font-weight:600;gap:2rem}.hero-section .box .title-box h1{font-size:var(--title-size-1);font-weight:700;color:var(--main-color)}.hero-section .box .title-box h1 span{color:var(--accent-color-1)}.hero-section .box .picture-box{width:100%;max-width:560px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:0}.hero-section .box .picture-box picture:nth-child(1){z-index:1;max-width:950px}.hero-section .box .picture-box .hero-img-bg-icon{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:0;left:0;position:absolute;z-index:0}.hero-section .box .picture-box .hero-img-bg-icon img{object-position:bottom;object-fit:contain}.hero-section .cloud-bg{width:100%;height:fit-content;bottom:0;left:0;position:absolute;z-index:1}.hero-section .icons-bg-box{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0}.hero-section .icons-bg-box picture{max-width:50px;max-height:50px;z-index:0}@keyframes top-bottom{0%{translate:0 -20%}to{translate:0 50%}}.hero-section .icons-bg-box picture:nth-child(1){top:30%;left:3rem;position:absolute;animation:top-bottom infinite ease-in-out 3s alternate}.hero-section .icons-bg-box picture:nth-child(2){top:30%;left:50%;position:absolute;animation:left-right infinite ease-in-out 3s alternate}.hero-section .icons-bg-box picture:nth-child(3){top:60%;left:50%;animation:z-animation infinite ease-in-out 3s alternate;position:absolute;z-index:0}.hero-section .icons-bg-box picture:nth-child(4){top:30%;right:10%;animation:top-bottom infinite ease-in-out 3s alternate;position:absolute}@media screen and (max-width: 1050px){.hero-section .box{flex-direction:column;align-items:flex-start}.hero-section .icons-bg-box picture:nth-child(1){top:10%;left:3rem}.hero-section .icons-bg-box picture:nth-child(2){top:10%;left:70%}.hero-section .icons-bg-box picture:nth-child(3){top:50%;left:90%}}.nosotros-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:5rem 0;z-index:1}.nosotros-section .box{width:90%;max-width:var(--max-width-section);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}.nosotros-section .box .picture-box{width:100%;height:100%;max-width:590px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.nosotros-section .box .picture-box picture{width:100%;height:100%;display:flex;top:0;left:0;z-index:5}.nosotros-section .box .picture-box picture img{width:100%;height:100%;object-fit:cover}.nosotros-section .box .picture-box picture:nth-child(2){height:100%;max-height:fit-content;width:100%;max-width:250px;position:absolute;bottom:-10rem;right:-2rem;align-self:flex-end;justify-self:flex-end}.nosotros-section .box .picture-box picture:nth-child(2) img{object-fit:contain}.nosotros-section .box .content{width:100%;max-width:700px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;z-index:1}.nosotros-section .box .content .content-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.nosotros-section .box .content .items-box{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,250px));gap:1rem}.nosotros-section .box .content .items-box .item{width:100%;max-width:fit-content;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--bg-white-color-1);box-shadow:var(--box-shadow-1);border-radius:var(--border-radius-3)}.nosotros-section .box .content .items-box .item svg{width:100%;height:100%;max-width:30px;color:var(--accent-color-1);fill:currentColor}.nosotros-section .icons-bg-box{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0}.nosotros-section .icons-bg-box picture{max-width:50px;max-height:50px;z-index:0}@keyframes top-bottom{0%{translate:0 -20%}to{translate:0 30%}}@keyframes left-right{0%{translate:-20% 0}to{translate:50% 0}}@keyframes z-animation{0%{rotate:-10deg}to{rotate:10deg}}.nosotros-section .icons-bg-box picture:nth-child(1){top:20%;left:3rem;position:absolute;animation:left-right infinite ease-in-out 3s alternate}.nosotros-section .icons-bg-box picture:nth-child(2){top:20%;left:45%;position:absolute;animation:z-animation infinite ease-in-out 3s alternate}.nosotros-section .icons-bg-box picture:nth-child(3){top:80%;left:90%;max-width:100px;max-height:100px;position:absolute;z-index:0}@media screen and (max-width: 1050px){.nosotros-section .box{flex-direction:column;align-items:flex-start}.nosotros-section .icons-bg-box picture:nth-child(1){top:10%;left:3rem}.nosotros-section .icons-bg-box picture:nth-child(2){top:10%;left:70%}.nosotros-section .icons-bg-box picture:nth-child(3){top:50%;left:90%}}.equipo-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;background-color:#f4eee5;position:relative}.equipo-section .equipo-cloud-icon{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;rotate:180deg;top:-1%;left:0}.equipo-section .box{width:90%;max-width:var(--max-width-section);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.equipo-section .box .content{width:100%;max-width:100ch;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.equipo-section .box .content .subtitle-box :is(h2,p){text-align:center;align-items:center;justify-content:center}.equipo-section .box .content .content-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.equipo-section .box .cards{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,max-content));align-items:flex-start;gap:2rem}.equipo-section .box .cards .card{width:100%;max-width:350px;display:flex;flex-direction:column;justify-content:center;align-items:center}.equipo-section .box .cards .card .picture-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;aspect-ratio:3/4;box-shadow:var(--box-shadow-2);border-radius:var(--border-radius-2);overflow:hidden}.equipo-section .box .cards .card .picture-box>picture{width:100%;height:100%}.equipo-section .box .cards .card .picture-box>picture img{width:100%;height:100%;object-fit:cover;object-position:center}.equipo-section .box .cards .card .picture-box .teacher-cloud-icon{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;bottom:0;left:0}.equipo-section .box .cards .card .content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;text-align:center;gap:.5rem}.equipo-section .box .cards .card .content .content-text{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
