* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.principal {
    width: 100%;
    /*height: 100vh;*/
    font-family: "Montserrat", sans-serif;
}

/*inicio seccion 1*/

.s1 {
    width: 100%;
    margin: 0.6em 0;
}

.cont-1 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin: 0 auto;
}

.cont-1 .cont-img {
    width: 48%;
    padding: 20px;
    margin: 0 20px;
}

.cont-1 .cont-img iframe {
    border-radius: 10px;
    width: 100%;

}

.cont-1 .cont-text {
    width: 48%;
    padding: 20px;
    margin: 0 20px;
}

.cont-1 .cont-text h1{

    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin-bottom: 16px;

}


.cont-1 .cont-text p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    color: #333333;
    margin-bottom: 32px;
    line-height: 24px;
}

.btn-sd {
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(230, 63, 12, 1) 100%);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
}

.btn-sd:hover {
    background: linear-gradient(180deg, rgba(230, 63, 12, 1) 0%, rgba(255, 102, 0, 1) 100%);
    color: #ffffff;
}

.btn-sd:visited {
    color: #ffffff;
}

/*final seccion 1*/

/*inicio seccion 2*/

.s2 {
    width: 100%;
    /*background-color: #f5f5f5;*/
    margin: 0.6em 0;
    padding: 1.5em 0;
}

.title-s2 h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 36px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: bold;
}

.cards-s2 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin: 0 auto;
}

.card-cont-s2 {
    width: 48%;
    height: 580px;
    background: #ffffff;
    margin: 0 20px;
    border-radius: 10px;
    box-shadow: 2px 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.card-cont-s2-img {
    height: 285px;
    /*border-bottom: #ff6600 solid 5px;*/
}

.card-cont-s2-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.card-cont-s2-text {
    padding: 20px 30px;

}

.card-cont-s2-text h3 {
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: bold;
}

.card-cont-s2-text p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif !important;
    color: #333333;
    margin-bottom: 32px;
    line-height: 24px;

}

.card-cont-s2-btn {
    padding: 0 30px;
}

/*final seccion 2*/

/*inicio seccion 3*/

.s3 {
    width: 100%;
    background-color: #f5f5f5;
    margin: 0.6em 0;
    padding: 1.5em 0;
}

.cont-3 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin: 0 auto;
}

.cont-3 .cont-text {
    width: 70%;
    padding: 20px;
    margin: 0 20px;
}

.cont-3 .cont-text p {
    font-size: 32px;
    font-family: "Montserrat", sans-serif !important;
    color: #333333;
    line-height: 36px;
    font-weight: 400;

}

.cont-3 .cont-btn {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 20px;

}

.cont-3 .cont-btn a {

    font-size: 24px;
    font-weight: 500;
    padding: 10px 40px;

}

/*final seccion 3*/

/*inicio seccion 4*/

.s4 {
    width: 100%;
    margin: 0.6em 0;
    padding: 1.5em 0;
}

.title-s4 h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 36px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: bold;
}

.cards-s4 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin: 0 auto;
}

.card-cont-s4 {
    width: 48%;
    display: flex;
    flex-direction: row;
    height: 295px;
    background: #ffffff;
    margin: 0 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.card-cont-s4-img {
    width: 48%;
}

.card-cont-s4-img img {
    width: 100%;
    border-radius: 5px;
}

.card-cont-s4-text {
    width: 48%;
    padding: 0 0 0 20px;
}

.card-cont-s4-text h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 21px;
    color: #111111;
    margin-bottom: 20px;
    font-weight: bold;

}

.card-cont-s4-text p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 20px;


}

/*final seccion 4*/

/*inicio seccion 5*/

.s5 {
    width: 100%;
    background: #ffe5cc;
    margin: 1.6em 0;
    /*padding: 1.5em 0;*/
}

.cont-5 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

.s5 .cont-5 .cont-img {
    width: 66%;
    display: flex;
    align-content: flex-end;
}

.s5 .cont-5 .cont-img img {
    width: 100%;

}

.s5 .cont-5 .cont-text {
    width: 33%;
    padding-left: 20px;
}

.s5 .cont-5 .cont-text h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 28px;
    color: #111111;
    margin-bottom: 16px;
    font-weight: bold;

}

.s5 .cont-5 .cont-text p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 24px;

}

.s5 .cont-5 .cont-text p span {
    font-size: 12px;

}

/*final seccion 5*/

/*inicio seccion 6*/

.s6 {
    width: 100%;
    /*margin: 1.6em 0;
    padding: 1.5em 0;*/
}

.cont-6 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

.s6 .cont-6 .cont-img {
    width: 66%;
    display: flex;
    align-content: flex-end;
}

.s6 .cont-6 .cont-text {
    width: 33%;
    padding-left: 20px;
}

.s6 .cont-6 .cont-text h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 28px;
    color: #111111;
    margin-bottom: 16px;
    font-weight: bold;

}

.s6 .cont-6 .cont-text p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 24px;

}

.s6 .cont-6 .cont-text p span {
    font-size: 12px;
}

/*final seccion 6*/

/*inicio seccion 7*/


.s7 {
    width: 100%;
    background: #E1F7FE;
    /*margin: 1.6em 0;
    padding: 1.5em 0;*/
}

.cont-7 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
}

.s7 .cont-7 .cont-img {
    width: 66%;
    display: flex;
    align-content: flex-end;
}

.s7 .cont-7 .cont-img img {
    width: 100%;

}

.s7 .cont-7 .cont-text {
    width: 33%;
    padding: 20px;
}

.s7 .cont-7 .cont-text h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 28px;
    color: #111111;
    margin-bottom: 16px;
    font-weight: bold;

}

.s7 .cont-7 .cont-text p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    color: #333333;
    line-height: 18px;


}

.s7 .cont-7 .cont-text p span {
    font-size: 12px;

}

.s7 .cont-7 .cont-text ol {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.s7 .cont-7 .cont-text ol li {
    font-size: 12px;

}


/*final seccion 7*/



/*inicio seccion 8*/



.s8 {
    width: 100%;
    margin: 1.6em 0;
    /*padding: 1.5em 0;*/
}

.cont-8 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
}

.s8 .cont-8 .cont-img {
    width: 44%;
    display: flex;
    align-content: flex-end;
}

.s8 .cont-8 .cont-img img {
    width: 100%;

}

.s8 .cont-8 .cont-text {
    width: 55%;
    padding: 20px;
}

.s8 .cont-8 .cont-text h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 28px;
    color: #111111;
    margin-bottom: 16px;
    font-weight: bold;

}

.s8 .cont-8 .cont-text p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    color: #333333;
    line-height: 26px;


}

.s8 .cont-8 .cont-text p span {
    font-size: 12px;

}

/*final seccion 8*/

/*SECCION DE MEDIA QUERIES PARA RESPONSIVE VERSION*/


@media (min-width:320px) and (max-width:481px) {

    /*inicio seccion 1*/
    .cont-1 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;

    }

    .cont-1 .cont-img {
        width: 100%;
    }

    .cont-1 .cont-text {
        width: 100%;
    }


    /*final seccion 1*/

    /*inicio seccion 2*/
    .title-s2 {
        margin: 20px 0;
    }

    .cards-s2 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;

    }

    .card-cont-s2 {
        width: 100%;
        height: 500px;
        margin-bottom: 20px;
    }

    .card-cont-s2-img {
        height: auto;
    }

    .card-cont-s2-text {
        height: 220px;
    }

    /*final seccion 2*/

    /*inicio seccion 3*/

    .cont-3 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    .cont-3 .cont-text {
        width: 100%;
    }

    .cont-3 .cont-text p {
        text-align: center;
    }

    .cont-3 .cont-btn {
        width: 100%;
    }

    /*final seccion 3*/

    /*inicio seccion 4*/

    .title-s4 {
        margin: 20px 0;
    }

    .cards-s4 {
        width: 100%;
        flex-direction: column;
        padding: 20px;

    }

    .card-cont-s4 {
        width: 100%;
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;

    }

    .card-cont-s4-img {
        width: 100%;
    }

    .card-cont-s4-text {
        width: 100%;
        justify-content: center;
    }

    /*final seccion 4*/

    /*inicio seccion 5*/

    .cont-5 {
        width: 100%;
        flex-direction: column;
        padding: 20px;

    }

    .s5 .cont-5 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s5 .cont-5 .cont-img {
        display: none;
    }

    /*final seccion 5*/

    /*inicio seccion 6*/

    .cont-6 {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .s6 .cont-6 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s6 .cont-6 .cont-img {
        display: none;
    }

    /*final seccion 6*/

    /*inicio seccion 7*/

    .cont-7 {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .s7 .cont-7 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s7 .cont-7 .cont-img {
        display: none;
    }


    /*final seccion 7*/

    /*inicio seccion 8*/

    .cont-8 {
        width: 100%;
        padding: 20px;
        flex-direction: column;
    }

    .s8 .cont-8 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s8 .cont-8 .cont-text p {
        font-size: 16px;
    }

    .s8 .cont-8 .cont-img {
        width: 100%;
        padding: 20px;
    }

    /*final seccion 8*/

}




@media (min-width:481px) and (max-width:768px) {

    /*inicio seccion 1*/
    .cont-1 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;

    }

    .cont-1 .cont-img {
        width: 100%;
    }

    .cont-1 .cont-text {
        width: 100%;
    }


    /*final seccion 1*/

    /*inicio seccion 2*/
    .title-s2 {
        margin: 20px 0;
    }

    .cards-s2 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;

    }

    .card-cont-s2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-cont-s2-img {
        height: auto;
    }

    .card-cont-s2-text {
        height: 130px;
    }

    .card-cont-s2-btn .btn-sd a{
        font-size: 14px;
        text-align: center;
    }

    /*final seccion 2*/

    /*inicio seccion 3*/

    .cont-3 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    .cont-3 .cont-text {
        width: 100%;
    }

    .cont-3 .cont-text p {
        text-align: center;
    }

    .cont-3 .cont-btn {
        width: 100%;
    }

    /*final seccion 3*/

    /*inicio seccion 4*/

    .title-s4 {
        margin: 20px 0;
    }

    .cards-s4 {
        width: 100%;
        flex-direction: column;
        padding: 20px;

    }

    .card-cont-s4 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;

    }

    .card-cont-s4-img {
        width: 33%;
    }

    .card-cont-s4-text {
        width: 66%;
        justify-content: center;
    }

    /*final seccion 4*/

    /*inicio seccion 5*/

    .cont-5 {
        width: 100%;
        flex-direction: column;
        padding: 20px;

    }

    .s5 .cont-5 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s5 .cont-5 .cont-img {
        display: none;
    }

    /*final seccion 5*/

    /*inicio seccion 6*/

    .cont-6 {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .s6 .cont-6 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s6 .cont-6 .cont-img {
        display: none;
    }

    /*final seccion 6*/

    /*inicio seccion 7*/

    .cont-7 {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .s7 .cont-7 .cont-text {
        width: 100%;
        padding: 20px;
    }

    .s7 .cont-7 .cont-img {
        display: none;
    }


    /*final seccion 7*/

    /*inicio seccion 8*/

    .cont-8 {
        width: 100%;
        padding: 20px;
    }

    .s8 .cont-8 .cont-text {
        width: 66%;
        padding: 20px;
    }

    .s8 .cont-8 .cont-text p {
        font-size: 16px;
    }

    .s8 .cont-8 .cont-img {
        width: 33%;
        padding: 20px;
    }

    /*final seccion 8*/

}

@media (min-width:769px) and (max-width:1024px) 
{

    /*inicio seccion 1*/
    .cont-1 {
        width: 100%;
        flex-direction: row;
        padding: 0 20px;

    }

    .cont-1 .cont-img {
        width: 100%;
    }

    .cont-1 .cont-text {
        width: 100%;
    }


    /*final seccion 1*/

    /*inicio seccion 2*/
    .title-s2 {
        margin: 20px 0;
    }

    .cards-s2 {
        width: 100%;
        flex-direction: row;
        padding: 0 20px;

    }

    .card-cont-s2 {
        width: 100%;
        height: 500px;
        margin-bottom: 20px;
    }

    .card-cont-s2-img {
        height: auto;
    }

    .card-cont-s2-text {
        height: auto;
    }

    .card-cont-s2-text p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .card-cont-s2-btn .btn-sd {
        font-size: 14px;
    }

    /*final seccion 2*/

    /*inicio seccion 3*/

    .cont-3 {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    .cont-3 .cont-text {
        width: 100%;
    }

    .cont-3 .cont-text p {
        text-align: center;
    }

    .cont-3 .cont-btn {
        width: 100%;
    }

    /*final seccion 3*/


    /*inicio seccion 4*/

    .title-s4 {
        margin: 20px 0;
    }

    .cards-s4 {
        width: 100%;
        flex-direction: row;
        padding: 20px;

    }

    .card-cont-s4 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;

    }

    .card-cont-s4-img {
        width: 33%;
    }

    .card-cont-s4-text {
        width: 66%;
        justify-content: center;
    }

    /*final seccion 4*/

    /*inicio seccion 5*/

    .cont-5 {
        width: 100%;
        flex-direction: ROW;
        padding: 20px;

    }

    .s5 .cont-5 .cont-text {
        width: 33%;
        padding: 20px;
    }

    .s5 .cont-5 .cont-img {
        width: 66%;
    }

    /*final seccion 5*/

    /*inicio seccion 6*/

    .cont-6 {
        width: 100%;
        flex-direction: row;
        padding: 20px;
    }

    .s6 .cont-6 .cont-text {
        width: 33%;
        padding: 20px;
    }

    .card-cont-s6-btn .btn-sd {
        font-size: 14px;
        text-align: center;
    }

    .s6 .cont-6 .cont-img {
        width: 66%;
    }

    /*final seccion 6*/

    /*inicio seccion 7*/

    .cont-7 {
        width: 100%;
        flex-direction: row;
        padding: 20px;
    }

    .s7 .cont-7 .cont-text {
        width: 33%;
        padding: 20px;
    }

    .s7 .cont-7 .cont-img {
        width: 66%;
    }

    /*final seccion 7*/

    /*inicio seccion 8*/

    .cont-8 {
        width: 100%;
        padding: 20px;
    }

    .s8 .cont-8 .cont-text {
        width: 66%;
        padding: 20px;
    }

    .s8 .cont-8 .cont-text p {
        font-size: 16px;
    }

    .s8 .cont-8 .cont-img {
        width: 33%;
        padding: 20px;
    }

    /*final seccion 8*/
}


