@import url('https://fonts.cdnfonts.com/css/nexa-bold?display=swap');
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Nexa', san-serif;
    font-size: 18px;
}
nav a {
    font-weight: 700;
    font-size: 1.5em;
}
.section{
    padding: 0.5em;
    color: #00205C;
}
.contenedor{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
h2, h3{
    font-family: 'nexa', sans-serif;
    text-align: center;
    color: #00205C;
}
#section0{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 90px;
}
#section0 .logo img{
    width: 45%;
}
#section0 .cta{
    text-transform: uppercase;
    text-align: center;
    background-color: #C1272D;
    border-radius: 0.5em;
    padding: 0.3em 0.5em;
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 100;
}
#section0 .cta a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'nexa';
    font-weight: 700;
    font-size: 0.8em;
}
footer{
    background-color: #00205C;
    color: #ffffff;
}
/* Seccion 1 */
section#section1 {
    padding: 0.5em 0;
}
#section1 .column1 img {
    width: 100%;
}
#section1 .column2 {
    background-color: #00205C;
    padding: 0 0.5em;
}
#section1 .titulo{
    color: #ffffff;
    margin: 0;
    font-size: 2.5em;
}
.titulo span {
    font-weight: 700;
}
/* Siguiente */
.pie {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 0.5em;
}
.pie .siguiente {
    width: 45px;
    height: 45px;
    color: #C1272D;
    font-size: 35px;
    text-align: center;
    border: 3px solid #C1272D;
    border-radius: 50%;
}
/* Seccion 2 */
#section2{
    background-color: #f5f5f5;
    padding: 2 0.5em;
}
#section2 .contenedor{
    justify-content: center;
    text-align: center;
    padding: 1em 0;
}
#section2 .contenedor p{
    margin: 0;
}
#section2 .contenedor .titulo{
    margin: 1em 0;
}
#section2 .videoYoutube {
    width: 86%;
    margin: 1em auto 0;
    min-height: 197px;
    box-shadow: 0 10px 25px rgba(0, 32, 92, 0.2);
}
/* Section 3 */
#section3{
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 0.5em;
}
#section3.section {
    padding: 0;
    margin: 0;
}
#section3 .column1,
#section3 .column2{
    padding: 0.5em;
}
#section3 .column1{
    background-color: #CD0025;
    color: #ffffff;
}
#section3 .column1 h2{
    color: #ffffff;
}
#section3 .column1 p {
    text-align: justify;
    letter-spacing: -1px;
}
#section3 .column2{
    padding: 0.5em;
}
#section3 .column2 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item .image-item {
    width: 25%;
}
.item .text-item{
    text-align: center;
}
/* Sección 4 */
#section4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 0.5em;
}
#section4 h2 {
    position: relative;
    text-shadow: 2px 2px 3px rgba(0,32,92,0.41);
    font-size: 1.5em;
}
#section4 h2.frase::after {
    content: '';
    position: absolute;
    background-color: #C1272D;
    width: 75%;
    height: 5px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#section4 h3 {
    margin-top: 1em;
    font-size: 1.5em;
}
.accordion-button {
    font-size: 0.6em;
}
.accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg style='color: red' xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' fill='red'%3E%3C/path%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg style='color: red' xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z' fill='red'%3E%3C/path%3E%3C/svg%3E");
}
.programas {
    display: flex;
    flex-wrap: wrap;
}
.programa {
    flex-basis: 100%;
}
#section4 .cta,
#section5 .cta {
    display: flex;
    justify-content: center;
    padding: 1em;
}
#section4 .cta a,
#section5 .cta a{
    color: #ffffff;
    text-decoration: none;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    background-color: #C1272D;
    border-radius: 0.5em;
    padding: 0.3em 0.5em;
}
/* Seccion 5 */
#section5.section{
    padding: 0;
    margin: 0;
}
#section5 .column1,
#section5 .column2 {
    padding: 1em 0.5em;
}
#section5 .column1 {
    background-color: #00205C;
    color: #ffffff;
}
#section5 h2,
#section5 h3{
    font-weight: 700;
}
#section5 h2{
    color: #ffffff;
}
#section5 .column1 h3{
    color: #ffffff;
}
#section5 .column1 p,
#section5 .column2 p{
    text-align: justify;
    letter-spacing: -1px;
    line-height: 1em;
}
#section5 .column1 p{
    padding: 0 10%;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
/* Footer */
footer {
    padding: 2em 0.5em;
}
footer .image-block {
    display: flex;
    flex-wrap: wrap;
}
footer h3{
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 1.5em;
}
footer .image-item{
    flex: 50%;
    text-align: center;
    height: 90px;
}
footer .image-item img {
    height: 100%;
}
/* Boton Whatsapp */
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}
.whatsapp-icon {
    margin-top:13px;
}
.aviso{
      display: flex;
    justify-content: center;
      align-items: center;
      color: #00205C;
    }
.aviso p{
    margin-right: 0.5em;
}
@media (min-width: 768px){
    .contenedor{
        /* padding: 0 10%; */
    }
    #section0{
        justify-content: space-between;
    }
    #section0 .cta,
    #section0 .logo {
        flex-basis: 50%;
    }
    #section0 .logo img{
        width: 20%;
        position: absolute;
        top: 1%;
        left: 3.5%;
    }
    #section .cta{
        right: 10px;
        top: 30px;
    }
    #section0 .cta a{
        font-size: 1.2em;
    }
    /* Seccion 1 */
    #section1 .contenedor {
        flex-wrap: wrap;
    }
    #section1 .column1,
    #section1 .column2{
        flex-basis: 50%;
    }
    #section1 .column1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #section1 .column1 img{
        width: 75%;
    }
    /* Seccion 2 */
    #section2 .contenedor p{
        font-size: 1.5em;
        line-height: 1em;
    }
    #section2 .videoYoutube {
        min-height: 362px;
    }
    /*  Seccion 3 */
    #section3 .contenedor{
        flex-direction: row;
        max-width: 100%;
    }
    #section3 .column1,
    #section3 .column2{
        flex: 1;
    }
    #section3 .column1{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section3 .column2 .item {
        flex-direction: row;
    }
    #section3 .column1 h2 {
        color: #ffffff;
        padding: 5% 7% 0;
        font-size: 2em;
    }
    #section3 .column1 p {
        text-align: justify;
        letter-spacing: -1px;
        padding: 0 7%;
        font-size: 1em;
    }
    .item .image-item {
        width: 100px;
    }
    .item .text-item{
        text-align: initial;
        font-size: 1em;
        margin-bottom: 0;
    }
    .programa {
        flex-basis: 50%;
    }
    /* Seccion 4 */
    #section4 h2 {
        font-size: 2em;
    }
    #section4 h3 {
        font-size: 1.8em;
    }
    /* Seccion 5 */
    #section5 .contenedor {
        flex-direction: row;
        max-width: 100%;
    }
    #section5 .column1,
    #section5 .column2{
        flex: 1;
        padding: 2em 0.5em;
    }
    #section5 .column1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #section5 .column1 h2 {
        padding: 5% 7% 0;
        font-size: 2em;
    }
    #section5 .column1 p{
        font-size: 1em;
    }
    #section5 .column2 h3{
        font-size: 1.8em;
    }
    /* Footer */
    footer .image-block {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .image-item {
        flex: 1;
    }
}
@media (min-width: 1024px){
    /* Seccion 0 */
    #section0.section{
        padding: 0;
    }
    #section0 .column1,
    #section0 .column2{
        height: inherit;
        flex-basis: 50%;
    }
    #section0 .column2 {
        background-color: #00205c;
    }
    /* Seccion 1*/
    section#section1 {
        padding: 0;
    }
    #section1 .contenedor {
        flex-direction: row;
        justify-content: center;
    }
    #section1 .column1 img {
        width: 100%;
    }
    /* */
    .programa {
        flex-basis: 33%;
    }
    #section2 .videoYoutube {
        width: 47%;
        min-height: 357px;
    }
    
}
@media (min-width: 1920px) {
    #section1 .column1 img {
        width: 75%;
    }
    #section2 .videoYoutube {
        min-height: 500px;
    }
}