@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* VARIABLES */

:root {
    --primary-color: #c04ae2;
    --secondary-color: #111111;
    --primary-font: "Montserrat";
    --secondary-font: "Overpass", sans-serif;
}

/*whtasapp*/

a.btn-wsp {
    position: fixed;
    width: 55px;
    margin: 0px -26px;
    height: 55px;
    line-height: 49px;
    bottom: 30px;
    right: 30px;
    background: #1A9A38;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

/* RESET DEFAULT STYLES */

a.a_blue {
    color: #0d467b !important;
    text-decoration: none !important;
    font-weight: 800;
}

a.a_brown {
    color: #8f6447 !important;
    text-decoration: none !important;
}

p {
    margin-top: 0;
    margin-bottom: 2px!important;
}

* {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font);
    margin-bottom: 1rem;
}


/* UTILITY CLASSES */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-primary {
    color: var(--primary-color);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.btn {
    display: inline-block;
    max-width: max-content;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background-color: #a03dd1;
}

.btn-secondary {
    border: 1px solid var(--primary-color);
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.section-subheading {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.section-heading {
    font-size: 3rem;
    max-width: 600px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.section-heading.left {
    margin-right: auto;
}

.section-heading.right {
    margin-left: auto;
}

span.marca {
    color: #004075;
    font-size: 1em;
}


/* GLOBAL STYLES */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--primary-font);
    background-image: url(../img/fondo.png);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    color: var(--secondary-color);
}

section {
    position: relative;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}


/* HEADER */

header {
    padding: 1rem 0;
    width: 100%;
}

.header__logo img {
    width: 80%;
}

.header__menu {
    gap: 1rem;
}

.header__menu li a {
    font-size: 0.8rem;
    font-weight: 600;
    transition: color 0.3s;
}

.header__menu li a:hover {
    color: var(--primary-color);
}

header .right {
    gap: 1rem;
}


/* HERO */

#hero {
    padding: 0% 0% 0% 0% !important;
    padding-top: 0px !important;
}

.hero__content {
    height: 33em;
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container_form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero__content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 35px;
}

.hero__content p {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.hero__img {
    width: 100%;
    margin-top: 80px !important;
    align-items: center;
    display: flex;
}

.hero__img>img {
    width: 90%;
}


/*CSS Formulario*/

.form {
    background-color: white;
    border: solid 4px #004075;
    width: 100%;
    padding: 13% 11% 13% 11%;
    text-align: center;
    border-radius: 12px;
}

button.btn.btn-primary.btn-lg.solicit {
    background-color: #200532;
    border-color: #200532;
    margin: 2% 0% 0% 0%;
    font-size: 0.9em;
    padding: 0% 10% !important;
    letter-spacing: 1px;
    font-weight: 600;
}

button.btn.btn-primary.btn-lg.solicit.custom {
    background-color: #177E9B;
    border-color: #177E9B;
    margin: 2% 0% 0% 0%;
    font-size: 0.9em;
    padding: 0% 2% !important;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact {
    text-decoration: none;
    color: #fff;
}

.contact:hover {
    color: #fff;
}

h2.title {
    margin: 15% 0% 4% 0% !important;
    font-size: 3em;
    color: #013763;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}

.tittle_form {
    color: #013763;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2rem;
    padding-bottom: 5%;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e7e2e2!important;
    background-clip: padding-box;
    border: 1px solid #e7e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
    background-color: #e7e2e2!important;
    color: #2a2a2a;
}

label.form-check-label {
    font-size: 0.875em;
    line-height: 14px;
    text-align: left;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 3% !important;
    margin-top: 7% !important;
}


/*----fin formulario----*/

.preparate_uni {
    background: #f0f5f9;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.texto_intro {
    text-align: center;
    font-size: 1em;
    top: 12px;
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.encabezado {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


/*----accordion------*/

.accordion_container1 {
    background: #f0f5f9;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 0 6em;
}

.accordion-item {
    background-color: transparent!important;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion_container2 {
    text-align: center;
    font-size: 1em;
    top: 12px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.accordion_content1 {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20%;
}

.accordion_content2 {
    width: 100%;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #875839!important;
    background-color: transparent!important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    text-transform: uppercase;
}

.accordion-button {
    font-weight: 600;
    color: #222222;
    background-color: transparent!important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    text-transform: uppercase;
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.accordion-item {
    border: solid rgba(0, 0, 0, .125)!important;
    border: 1px!important;
}


/*------descarga programa-------*/

.container_descarga_content_01 {
    width: 80%;
}

.container_descarga1 {
    background: #fff;
    box-shadow: 0px 0px 8px #9d9d9d;
    border-radius: 5px;
    position: relative;
    display: flex;
    padding: 1em 2em;
}

/*.container_descarga0 {
    margin-top: 10%;
}*/

.container_descarga_content {
    display: flex;
    width: 100%;
    position: relative;
    gap: 10%;
    justify-content: center;
    align-items: center;
}

.container_descarga2 {
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}

.container_descarga_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 10px;
}

.container_descarga_text2 {
    display: flex;
}

.container_descarga_text3 {
    display: flex;
    width: 100%;
    position: relative;
    gap: 15px;
    align-items: center;
    color: #8f6447!important;
    font-weight: 500!important;
}

.icono_d {
    width: 8%;
    height: fit-content;
}

.icono_distancia {
    width: 20%;
    padding: 1%;
    height: fit-content;
}

.m_font {
    font-weight: 500;
}

.s_font {
    font-weight: 500;
    color: #a8a8a8;
}


/*----------*/

.container_button_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box {
    display: flex;
    padding: 3% 3% 3% 3%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.image-box img {
    width: 15%;
    height: auto;
    margin-bottom: 5%;
}

.caption {
    margin-top: 5px;
}

p.caption {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 25px;
}

span.text__small {
    font-size: 0.5em;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif !important;
}

.container__3col {
    display: flex;
    width: 100%;
    padding: 5% 0%;
}

p.captions {
    margin-top: 5%;
    font-size: 1em;
    display: table-caption;
}

p.hoy {
    margin-top: 1%;
    margin-bottom: 8%;
}


/*fotter*/

footer {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 20px;
}

.container_footer_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.info_content {
    display: flex;
    flex-direction: row;
    gap: 7%;
}

.image-container_footer {
    width: 100%;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 80%;
    gap: 10px;
}

.icon {
    width: 67%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #000;
    flex-direction: column;
    line-height: 3px;
}

.franja_azul {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #015593;
}

span.text__big {
    letter-spacing: 3px;
}

.logo_franja_azul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #401D56; 
}

img.logo_franja_azul {
    width: 90%;
}

.img-footer {
    display: flex;
    justify-content: center;
}

img.img-footer {
    width: 80%;
}

.img_100 {
    height: 70%;
}

.video_youtube {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_youtube>iframe {
    border: solid #fff 7px;
    box-shadow: 0px 0px 10px #d4d4d4;
    border-radius: 7px;
}


/*---3 columnas----*/

.container_modalidad {
    width: 100%;
    position: relative;
    padding: 2em 0;
    display: block;
    background: #f0f5f9;
}

.container_modalidad2 {
    width: 80%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.container_m_content {
    display: flex;
    align-items: center;
    width: 100%;
}


/* MEDIA QUERIES */

@media screen and (min-width: 1440px) and (max-width: 1919px) {}

@media screen and (min-width: 1366px) and (max-width: 1439px) {}

@media screen and (min-width: 1280px) and (max-width: 1365px) {}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .hero__content {
        height: 33em;
        width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    button.btn.btn-primary.btn-lg.solicit {
        font-size: 0.6em;
        padding: 0% 10% !important;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .logo_franja_azul>img {
        margin-left: -20%;
    }
    img.logo_franja_azul {
        width: 80%;
    }
    h2.title {
        margin: 20% 0% 4% 0% !important;
        font-size: 3em;
        color: #013763;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
    }
    h2.title {
        margin: 20% 0% 4% 0% !important;
        font-size: 3em;
        color: #013763;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
    }
    .texto_intro {
        text-align: center;
        font-size: 1em;
        top: 12px;
        display: flex;
        width: 85%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .texto_intro {
        text-align: center;
        font-size: 1em;
        top: 12px;
        display: flex;
        width: 85%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .encabezado {
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .video_youtube {
        width: 65%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container__3col {
        display: flex;
        width: 95%;
        padding: 5% 0%;
    }
    .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        width: 95%;
        gap: 10px;
    }
    .icon {
        width: 75%;
        display: flex;
        justify-content: center;
        font-size: 20px;
        color: #000;
        flex-direction: column;
        line-height: 6px;
    }
    .info_content {
        display: flex;
        flex-direction: row;
        gap: 0%;
    }
    .img-footer {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .img_100 {
        height: 65%;
    }
    /*---container_accordion---*/
    .icono_distancia {
        width: 15%;
        padding: 1%;
        height: fit-content;
    }
    .accordion_content1 {
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    .accordion_content2 {
        width: 80%;
    }
    .container_descarga0 {
        margin-top: 5%;
    }
    .container_descarga_content_01 {
        width: 80%;
        margin-top: 10%;
    }
    /*----2 columns tab----*/
    .container_m_content {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    section#hero {
        display: flex;
        position: relative;
        justify-content: center;
        flex-direction: column !important;
    }
    /*----form----*/
    .hero__content {
        height: 33em;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    /*----intro-text-despues-del-form-----*/
    .video_youtube {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .texto_intro {
        text-align: center;
        font-size: 1em;
        top: 12px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .encabezado {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .franja_azul {
        display: none;
    }
    h2.title {
        margin: 45% 0% 4% 0% !important;
        font-size: 2.7em;
        color: #013763;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
    }
    /*-----3------*/
    .image-container {
        background: #f0f5f9;
        width: 100%;
    }
    .container__3col {
        display: flex;
        width: 90%;
        padding: 5% 0%;
        flex-direction: column;
    }
    .icon {
        width: 55%;
        display: flex;
        justify-content: center;
        font-size: 20px;
        color: #000;
        line-height: 3px;
        flex-direction: column;
        margin: 5%;
    }
    .img-footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .info_content {
        display: flex;
        flex-direction: column;
        gap: 7%;
        align-items: center;
    }
    img.img-footer {
        width: 50%;
    }
    .img_100 {
        width: 60% !important;
    }
    /*---container_accordion---*/
    .accordion_content1 {
        width: 80%;
        display: flex;
        flex-direction: column;
    }
    .accordion_content2 {
        width: 80%;
    }
    .container_descarga0 {
        margin-top: 5%;
    }
    .container_descarga_content_01 {
        width: 80%;
        margin-top: 10%;
    }
    /*----2 columns tab----*/
    .container_m_content {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    section#hero {
        display: flex;
        position: relative;
        justify-content: center;
        flex-direction: column !important;
    }
    /*----form----*/
    .hero__content {
        height: 33em;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    /*----intro-text-despues-del-form-----*/
    h2.title {
        margin: 55% 0% 4% 0% !important;
        font-size: 2.7em;
        color: #013763;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
    }
    .video_youtube {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .texto_intro {
        text-align: center;
        font-size: 1em;
        top: 12px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .encabezado {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    /*---3 columnas----*/
    .container__3col {
        display: flex;
        width: 90%;
        padding: 5% 0%;
        flex-direction: column;
    }
    .icon {
        width: 55%;
        display: flex;
        justify-content: center;
        font-size: 20px;
        color: #000;
        line-height: 3px;
        flex-direction: column;
        margin: 5%;
    }
    .img-footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .info_content {
        display: flex;
        flex-direction: column;
        gap: 7%;
        align-items: center;
    }
    img.img-footer {
        width: 50%;
    }
    .img_100 {
        width: 60% !important;
    }
    /*---container_accordion---*/
    .accordion_content1 {
        width: 95%;
        display: flex;
        flex-direction: column;
    }
    .accordion_content2 {
        width: 80%;
    }
    .container_descarga0 {
        margin-top: 5%;
    }
    .container_descarga_content_01 {
        width: 80%;
        margin-top: 10%;
    }
    /*----2 columns tab----*/
    .container_m_content {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    img.image-box_style {
        width: 40%;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    /*-----form------*/
    button.btn.btn-primary.btn-lg.solicit {
        padding: 3% 10% !important;
    }
    /*------*/
    h2.title {
        margin: 55% 0% 4% 0% !important;
        font-size: 2.0em;
        color: #013763;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 600;
    }
    /*----2 columns text- modalidad---*/
    .image-box img {
        width: 24%;
        height: auto;
    }
    img.image-box_style {
        width: 40%;
    }
    .icono_go {
        width: 8%;
        height: auto;
    }
    button.btn.btn-primary.btn-lg.solicit.custom {
        padding: 2% 2% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*--footer---*/
    .icon-container {
        width: 90%;
    }
    .image-container_footer {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .container_descarga_content {
        display: flex;
        width: 100%;
        position: relative;
        gap: 10%;
        justify-content: center;
        align-items: normal;
        flex-direction: column;
    }
    button.btn.btn-primary.btn-lg.solicit.custom {
        padding: 2% 2% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}