/* Pagina Técnicos */

/* Divisiones de secciones */

.division {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.division svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 43px;
}

.division .shape-fill {
    fill: #DD8C2F;
}

.custom-shape-divider-bottom-1773422855 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1773422855 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 43px;
}

.custom-shape-divider-bottom-1773422855 .shape-fill {
    fill: #DD8C2F;
}

.custom-shape-divider-bottom-1773423005 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1773423005 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 16px;
}

.custom-shape-divider-bottom-1773423005 .shape-fill {
    fill: #DD8C2F;
}

.custom-shape-divider-bottom-1773423226 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1773423226 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 16px;
}

.custom-shape-divider-bottom-1773423226 .shape-fill {
    fill: #DD8C2F;
}

.custom-shape-divider-bottom-1773423457 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1773423457 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 32px;
}

.custom-shape-divider-bottom-1773423457 .shape-fill {
    fill: #DD8C2F;
}

.custom-shape-divider-bottom-1773423567 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1773423567 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 32px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1773423567 .shape-fill {
    fill: #DD8C2F;
}

/* Fin divisores */


.banner-technical {
    width: 100%;
    display: flex;
    position: relative;
}

.banner-technical-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right,
            rgba(10, 51, 92, 0.2) 0%,
            rgba(10, 51, 92, 0.85) 100%);
}

.banner-technical-box {
    display: flex;
    justify-content: center;
    padding: 20px;
    text-align: left;
    margin-bottom: 12px;
}


.banner-technical-title {
    font-size: 50px;
    color: var(--primary);
    margin: 26px 90px 0px;
    text-align: center;
}


.banner-box {
    display: flex;
}

.banner-description {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.banner-technical-subtitle {
    color: var(--primary);
    margin: 80px 80px 40px 90px;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.banner-button-container {
    display: flex;
    justify-content: center;
}

.button-information-technical {
    padding: 15px;
    font-weight: 500;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: var(--radius-button);
    box-shadow: var(--shadow-button);
    transition: transform 0.3s ease;
}

.button-information-technical:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.banner-img-container-technical {
    flex: 1;
    aspect-ratio: 1 / 1;
    max-width: 310px;
    margin: 10px 60px 30px 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 20px 2px #468dd5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img-technical {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.early-childhood {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/back-early.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    position: relative;
}

.technical-box{
    display: flex;
}

.technical-container {
    margin: 20px auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 40px;
}

.technical-img-container {
    flex: 1;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 1px 1px 20px 2px #468dd5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technical-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technical-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.technical-description {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.technical-title {
    color: var(--secundary);
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    margin: 30px 20px 0px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.technical-box-description{
    display: flex;
}

.technical-subtitle {
    color: var(--primary);
    margin: 20px;
    text-align: center;
}

.technical-desc-subtitle {
    color: var(--primary);
    margin: 10px 30px;
}

.accounting {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/accounting.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    position: relative;
}

.sports {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/ent-deportivo.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    position: relative;
}

.ocupacional {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/ocupacional.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    overflow: hidden;
    position: relative;
}

.nursing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/back-nursing.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    overflow: hidden;
    position: relative;
}

.english {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/back-english.png);
    background-size: cover;
    border-top: 8px solid var(--secundary);
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .banner-box{
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .banner-description, .technical-text {
        flex: inherit;
    }

    .banner-img-container-technical, .technical-img-container {
        margin: 30px 10px 10px;
    }

    .banner-technical-container, .technical-container {
        padding-bottom: 50px;
    }

    .banner-technical-subtitle{
        margin: 50px 80px 40px 90px;
    }

    .technical-box-description{
        flex-wrap: wrap;
        justify-content: center;
    }

    .technical-box-description-mod{
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .technical-container{
        gap: 20px;
    }

    .technical-title{
        font-size: 35px;
    }
}

@media screen and (max-width: 480px){
    .banner-technical-title{
        margin: 20px 40px 0px;
        font-size: 40px;
    }

    .banner-technical-subtitle{
        margin: 40px;
        font-size: 18px;
    }

    .technical-title{
        margin: 10px;
        font-size: 29px;
    }

    .technical-container{
        width: 90%;
        gap: 10px;
    }

    .technical-subtitle{
        margin: 10px;
    }

    .technical-desc-subtitle{
        margin: 10px 0px;
    }
}

@media screen and (max-width: 320px){
    .banner-technical-title{
        margin: 20px 15px 0px;
        font-size: 27px;
    }
    .banner-img-container-technical{
        max-width: 220px;
    }

    .banner-technical-subtitle{
        font-size: 16px;
        margin: 20px 30px;
    }

    .button-information-technical{
        padding: 12px;
        font-size: 14px;
    }

    .technical-title{
        margin: 0px;
        font-size: 25px;
    }
    .technical-subtitle{
        margin: 10px 0px;
        font-size: 15px;
    }

    .technical-desc-subtitle{
        font-size: 15px;
    }
}