* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: "Lato", sans-serif;
    scroll-behavior: smooth;
}

body{
    position: relative;
    background-image: url(/assets/blanco.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header {
    width: 100%;
    background-color: #004ea7;
    display: flex;
    justify-content: space-between;
}

.logo-container {
    margin: 15px 25px;
}

.logo {
    width: 100px;
}

.menu_list {
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.menu_item-container {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
}

.menu_item {
    display: inline-block;
    padding: 15px 20px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
}

.menu_item:hover {
    background-color: #2058a1;
}

.menu_mov-button {
    display: none;
}

.menu_mov-container{
    display: none;
}

.tuition {
    width: 100%;
    display: flex;
    background-image: url(../assets/students2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 1;
}

.tuition_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(137, 155, 181, 0.7);
    z-index: 2;
}

.tuition_container-left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.tuition_text-container {
    width: 85%;
    z-index: 3;
    margin: 26px 0 0 69px;
}

.tuition_text_left {
    width: 100%;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 4px 5px 16px black;
    margin-top: 25px;
}

.tuition_button-container {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    z-index: 4;
}

.tuition_button {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-shadow: 4px 5px 10px black;
    background-color: #c2201f;
    border-radius: 5px;
    padding: 15px 20px;
    text-decoration: none;
    text-align: center;
    border-bottom: 4px solid #771a1a;
}

.tuition_container-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tuition_logo {
    width: 453px;
    margin: 30px 0 0;
    z-index: 5;
}

.tuition_text_right {
    width: 500px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 4px 4px 12px black;
    margin: 30px 0 44px 0;
    z-index: 6;
}

.oferta{
    width: 100%;
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 60%, rgba(0, 212, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.oferta_title{
    color: white;
    font-weight: 700;
    font-size: 25px;
    margin: 50px 0 25px;
    text-shadow: 4px 4px 7px rgb(28, 28, 63)
}

.programs_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.programs_text{
    color: white;
    font-size: 18px;
    padding: 20px 25px;
    margin: 25px 10px;
    cursor: pointer;
    text-decoration: none;
}

.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.glass-card:hover {
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 60px 30px rgba(255, 255, 255, 0.3);
}

.custom-shape-divider-bottom-1758519258 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1758519258 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 40px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1758519258 .shape-fill {
    fill: #100E42;
}

.course{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_container{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
    padding: 20px;
    background-color: #100e42c7;
    border-radius: 15px;
    background-image: url(../assets/denim.webp);
    position: relative;
    overflow: hidden;
}

.course_filter{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #100c66ab;
}

.course_img{
    height: 270px;
    margin-right: 20px;
    align-self: center;
    border-radius: 5px;
    z-index: 1;
}

.course_title{
    font-weight: 700;
    font-size: 35px;
    color: white;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.course_text{
    margin: 20px 0;
    color: white;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.course_button{
    display: inline-block;
    text-decoration: none;
    background-color: #c2201f;
    border-bottom: 4px solid #771a1a;
    color: white;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.course_text_em{
    font-weight: 700;
}

.course_corp{
    font-weight: 700;
    font-size: 18px;
}

.contact_container{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../assets/contacto.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(194, 32, 31, 0.3);
    z-index: 2;
}

.tecnicos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tecnicos_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tecnicos_title{
    color: #020024;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0;
}

.tecnicos_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 20px;
}

.tecnicos_arte{
    position: relative;
    align-self: center;
}

.tecnicos_shape{
    width: 200px;
    height: 200px;
    background-color: #004ea7;
    border-radius: 88% 12% 89% 11% / 14% 84% 16% 86%;
}

.tecnicos_shape_red{
    background-color: #771a1a;
}

.tecnicos_shape_gray{
    background-color: #6e6c89;
}

.tecnicos_shape_orange{
    background-color: #db7b22;
}

.tecnicos_shape_green{
    background-color: #51958b;
}

.tecnicos_shape_img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.emp{
    background-image: url(../assets/capacitacion.jpg);
}

.ing{
    background-image: url(../assets/ing.jpg);
}

.aux{
    background-image: url(../assets/paramedic.jpg);
}

.ofi{
    background-image: url(../assets/ofimatica.jpg);
}

.cpu{
    background-image: url(../assets/mantenimiento.jpg);
}

.redes{
    background-image: url(../assets/redes.jpg);
}

.code{
    background-image: url(../assets/code.jpg);
}

.tecnicos_img {
    width: 310px;
    position: absolute;
    top: 27px;
    left: -14px;
}

.tecnicos_name{
    color: #020024;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
    width: 225px;
}

.tecnicos_button {
    color: white;
    font-size: 16px;
    background-color: #004ea7;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid #01336b;
    padding: 10px 15px;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    width: 100px;
    align-self: center;
    margin-bottom: 20px;
}

.tecnicos_button_red{
    background-color: #771a1a;
}

.tecnicos_button_gray{
    background-color: #6e6c89;
}

.tecnicos_button_orange{
    background-color: #db7b22;
}

.tecnicos_button_green{
    background-color: #51958b;
}

.tecnicos_button:hover{
    background-color: #527fb3;
}

.cursos_shape{
    border-radius: 6% 94% 7% 93% / 92% 7% 93% 8%;
}


.contact_title {
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-shadow: 4px 4px 12px black;
    padding-right: 30px;
    z-index: 3;
}

.contact_numbers {
    font-size: 50px;
    font-weight: 700;
    color: white;
    text-shadow: 3px 3px 10px black;
    position: relative;
    z-index: 4;
}

.footer {
    width: 100%;
    height: 150px;
    background-color: #004ea7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_sedes{
    margin-bottom: 20px;
    text-align: center;
}

.footer_text {
    color: white;
    font-size: 18px;
}

.wsp{
    position: fixed;
    bottom: 40px;
    right: 10px;
    background-color: #64b161;
    border-bottom: 5px solid #3b7838;
    border-radius: 26px;
    z-index: 1;
}

.wsp_link{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: white;
}

.wsp_text {
    font-size: 20px;
    font-weight: 700;
}

.wsp_icon{
    width: 30px;
    margin-left: 10px;
}

.section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title{
    width: 100%;
    color: #020024;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0;
}

.text{
    color: #020024;
    font-size: 18px;
    align-self: flex-start;
    margin: 20px 294px;
    line-height: 30px;
    font-weight: 700;
}

.img_container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.img{
    width: 500px;
    border-radius: 5px;
}

.subtitle{
    font-size: 22px;
    margin: 10px 0;
}

.item{
    font-size: 16px;
    line-height: 35px;
    margin: 0 375px;
}

.action{
    justify-self: center;
}

.button{
    display: flex;
    width: 150px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #c2201f;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px 0 30px;
    justify-self: center;
    border-bottom: 3px solid #771a1a;
}

@media screen and (max-width: 1440px) {
    .tuition_text_left{
        margin-top: 90px;
    }
}

@media screen and (max-width: 1280px) {
    .menu_item {
        text-align: center;
    }

    .tuition_text-container {
        width: 100%;
        margin-left: 0;
    }

    .tuition_container-right {
        width: 50%;
    }

    .tuition_logo {
        width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .tuition_text_left {
        font-size: 35px;
    }

    .contact_title {
        font-size: 55px;
    }

    .contact_numbers {
        font-size: 53px;
    }

    .course_title{
        margin-top: 30px;
    }
}

@media screen and (max-width: 849px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .menu_list {
        display: none;
    }

    .menu_mov-button {
        display: flex;
        margin: 10px 20px 10px;
        border: 1px solid white;
        padding: 10px;
        border-radius: 5px;
    }

    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu_item-container {
        margin: 0;
        border-bottom: 1px solid white;
    }

    .menu_item {
        padding: 31px 40px;
        width: 100%;
        text-align: right;
    }

    .menu_mov-container {
        display: block;
        width: 70vw;
        position: fixed;
        background-color: #004ea7;
        top: 132px;
        right: -100vw;
        z-index: 2;
        transition: .3s;
    }

    .menu_mov-container.is-active {
        right: 0;
    }

    .menu_list-mov {
        list-style-type: none;
        display: flex;
        flex-direction: column;
    }

    .tuition_logo {
        width: 372px;
    }

    .tuition_text_right {
        font-size: 25px;
    }

    .tuition_text_left {
        font-size: 30px;
    }

    .course_img {
        margin-right: 0;
    }

    .text {
        align-self: center;
        margin: 20px 45px;
        text-align: center;
    }

    .item{
        margin: 0 112px;
    }
}

@media screen and (max-width: 768px) {
    .menu_item-container {
        margin: 0 10px;
    }

    .menu_item {
        padding: 15px 15px;
    }

    .tuition {
        flex-wrap: wrap;
        background-image: url(../assets/banner.jpg);
    }

    .tuition_container-left {
        width: 100%;
    }

    .tuition_container-right {
        width: 100%;
    }

    .tuition_button-container {
        margin: 40px 0;
    }

    .wsp_text {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .tuition_text-container {
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .tuition_text_left {
        width: 70%;
        font-size: 34px;
    }

    .tuition_button-container {
        height: 56px;
    }

    .tuition_button {
        font-size: 18px;
    }

    .tuition_text_right {
        font-size: 18px;
        margin: 0px 0 45px 0;
        width: 300px;
    }

    .tuition_logo {
        width: 315px;
        margin-bottom: 33px;
    }

    .contact_container {
        flex-wrap: wrap;
        height: 220px;
    }

    .contact_title {
        width: 100vw;
        text-align: center;
        font-size: 38px;
        margin: 20px 0;
        padding-right: 0px;
    }

    .contact_numbers {
        font-size: 33px;
        margin: 0 0 30px;
    }

    .footer_text {
        font-size: 14px;
    }

    .img {
        width: 350px;
    }

    .item {
        margin: 0 50px;
        text-align: center;
        list-style: none;
    }
}