/*Inicializador--------------------------------------------------------------*/

html,
body,
section,
div,
p,
h1,
h2,
h3,
span,
header,
footer,
nav {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 18px;
}

a {
    text-decoration: none;
}

p {
    letter-spacing: 0.9;
}

.d-block {
    display: block !important;
}


/*Clases Generales--------------------------------------------------------------*/

.col20 {
    width: 20%;
}

.col25 {
    width: 25%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.dispFlex-cV {
    display: flex;
    justify-content: center;
}

.robotoCondensed {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.transfUpper {
    text-transform: uppercase;
}

.container {
    padding: 20px 6vw;
}

.bgBlue78 {
    background-color: rgba(18, 19, 31, 0.78);
}

.bgBlue {
    background-color: #12131F;
}

.CTA_cotizar {
    padding: 8px 35px;
    background-color: #3CB4D3;
    border-radius: 200px;
    color: #fff;
}

.textCenter {
    text-align: center;
}


/*HEADER:--------------------------------------------------------------*/

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

header {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    align-items: stretch;
}

header .logo {
    background: none !important;
}

header .logo svg {
    width: 120px;
}


/*header .Contact {}

header .CTA {
    width: 10%;
}*/

.Contact {
    display: flex;
}

.Contact>div {
    margin-right: 20px;
}

.Contact a {
    color: #fff;
    display: flex;
    flex-direction: row;
}

.iconHeader {
    width: 30px;
    margin-right: 15px;
}


/*SECTION 1: BANNER PRINCIPAL--------------------------------------------------------------*/

#section1 {
    background: url(../Assets/bg-S1.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

#section1 .bgBlue78 {
    height: 130px;
    width: 100%;
}

#section1>.col1 {
    background-color: rgba(18, 19, 31, 0.78);
    padding: 200px 0 100px;
}

#section1>.col1 h1 {
    padding: 30px 10%;
    background: rgb(3, 26, 47);
    background: linear-gradient(90deg, rgba(3, 26, 47, 1) 0%, rgba(3, 26, 47, 0.6) 65%, rgba(3, 26, 47, 0) 100%);
}

#section1>.col1 p {
    padding: 30px 10%;
}

#section1>.col1 h1 .robotoCondensed {
    font-size: 1.5em;
}


/*SECTION 2 --------------------------------------------------------------*/

#section2 {
    color: #fff;
    padding: 40px 0;
}

#section2 .container {
    display: flex;
    justify-content: space-between;
}

#section2 .col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#section2 .col1 {
    padding-right: 20px;
}

#section2 .col1 p {
    margin-right: 40%;
    padding: 40px 0;
}

#section2 .col1 .imgDiv {
    margin-left: -6 0px;
    padding: 80px 0 0 140px;
    background-image: url(../Assets/bg_s2_c1.png);
    background-repeat: no-repeat;
}

#section2 .col2 .imgDiv {
    padding: 60px 80px 0px 0px;
    background-image: url(../Assets/bg_s2_c2.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 40px;
}

#section2 .imgDiv img {
    width: 100%;
}

#section2 .col1 p {
    margin: 0;
    margin-bottom: 20px;
}


/*SECTION 3 --------------------------------------------------------------*/

#section3 {
    color: #fff;
    padding-top: 50px;
    background-image: url(../Assets/bg_s3.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#section3 p {
    margin-left: 6vw;
}

#section3 .imgDiv img {
    width: 100%;
}


/*SECTION 4 --------------------------------------------------------------*/

#section4 {
    box-sizing: border-box;
}

#section4 .container {
    box-sizing: border-box;
    display: flex;
    padding-top: 60px;
    color: #12131F;
    justify-content: space-between;
    padding-right: 0;
}

#section4 h2 {
    color: #286499;
}

#section4 ul.level1>li {
    color: #3CB4D3;
    line-height: 1.2;
    list-style: none;
    font-size: 1.6em;
    margin: 10px 0;
}

#section4 ul.level2>li {
    color: #12131F;
    line-height: 1;
    font-size: 0.7em;
}

#section4 .container .col2 {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#section4 .imgDiv {
    padding-top: 60px;
    padding-bottom: 50px;
}

#section4 .img1.imgDiv img,
#section4 .img2.imgDiv img {
    overflow: hidden;
    width: 100%;
}

#section4 .img1 {
    background-image: url(../Assets/bg_s4_1.png);
    background-position: top right;
    background-repeat: no-repeat;
}

#section4 .img1>p {
    text-align: right;
    margin-right: 6vw;
}

#section4 .img2 {
    background-image: url(../Assets/bg_s4_2.png);
    background-position: top left;
    background-repeat: no-repeat;
}


/*SECTION 5 --------------------------------------------------------------*/

#section5 .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    margin-top: -20px;
}

#section5 .imgDiv img {
    width: 100%;
}

#section5 .col20 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#section5 .col20 img {
    width: 70%;
    padding: 0 15%;
    margin: auto;
    margin-bottom: 20px;
}

#section5 .CTA {
    display: flex;
    justify-content: center;
}

#section5 .titleSection {
    padding: 20px 0 0 20%;
    margin: 0 6vw;
    display: flex;
    justify-content: space-around;
}

#section5 h2 {
    text-align: center;
    color: #fff;
}

#section5 .lines1 {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 10px;
    padding: 10px;
    width: 30%;
    margin-top: 20px;
    margin-right: 10px;
}

#section5 .lines2 {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 10px;
    padding: 10px;
    width: 30%;
    margin-top: 20px;
    margin-right: 10px;
}

#section5 h2 {
    width: 30%;
}


/*SECTION 6 --------------------------------------------------------------*/

#section6 {
    margin: 30px 0;
}

#section6 .container:first-child {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
}

#section6 h2 {
    color: #286499;
    margin-right: 20px;
}

#section6 .lines {
    border-top: 1px solid #286499;
    border-right: 1px solid #286499;
    height: 10px;
    padding: 10px;
    width: 70%;
    margin-top: 20px;
    margin-right: 10px;
}

.height200 {
    height: 200px;
    display: flex;
    flex-flow: column wrap;
}

#section6 .container {
    display: flex;
    justify-content: space-between;
}

#section6 .col {
    padding: 0 20px;
}

#section6 .container img {
    width: 100% !important;
}

#section6 .col2 img,
#section6 .col1 img {
    width: 100% !important;
}


/*SECTION 7 --------------------------------------------------------------*/

#section7 {
    display: flex;
}

#section7 .col1 {
    padding-right: 40px;
}

#section7 .col2 {
    padding-left: 40px;
}

#section7 .col1 p {
    margin-left: 6vw;
}

#section7 .col2 p {
    text-align: right;
    margin-right: 6vw;
}

#section7 .imgDiv img {
    width: 100%;
}


/*SECTION 8 CONTACTO -------------------------------------------------------------*/

#section8 {
    display: flex;
    margin-top: 60px;
}

#section8 .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section8 .imgDiv img {
    width: 100%;
}

#section8 h2 {
    font-weight: 300;
    font-size: 1.8em;
}

#section8 h3 {
    font-weight: 600;
    font-size: 1.9em;
    color: #286499;
}

#section8 form {
    display: flex;
    flex-direction: column;
    padding: 50px 20%;
    align-items: center;
}

#section8 label {
    font-weight: 300;
    width: 100%;
}

#section8 input {
    margin: 10px 0 !important;
}

#section8 .CTA_cotizar {
    border: none;
    font-size: 1em;
    width: fit-content;
    margin: auto;
}

#section8 .fieldForm {
    font-size: 1.5em;
    line-height: 2;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    margin: 5px;
    width: 100%;
}

.loading,
.error-message,
.sent-message {
    display: none;
}

#section8 form.php-email-form input {
    font-size: 1em !important;
    padding: 8px 15px;
}


/*FOOTER -------------------------------------------------------------*/

footer .row2 .container {
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .row2 {
    display: flex;
    justify-content: center;
    background-color: #E6E6E6;
}

footer .logo img {
    max-height: 80px;
}

footer .logoSVG img {
    height: 80px;
}

footer .Contact {
    display: flex;
    justify-content: center;
    padding: 30px 6vw;
}

@media (max-width:767px) {
    html {
        overflow-x: hidden;
        box-sizing: border-box !important;
    }
    .col,
    img {
        width: 100%;
    }
    section .container {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    /*------------------------------------------------------HEADER*/
    .Contact {
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
    }
    header .container {
        flex-direction: column;
    }
    header {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*------------------------------------------------------SECTION 1*/
    #section1 .bgBlue78 {
        height: 250px;
    }
    #section1 .col1 {
        width: 80%;
        padding: 50px 0;
    }
    #section1>.col1 h1 .robotoCondensed {
        font-size: 1.2em;
    }
    /*------------------------------------------------------SECTION 2*/
    section#section2 {
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
    }
    #section2 .container {
        width: 100%;
    }
    #section2 .col1 .imgDiv,
    #section2 .col2 {
        margin: 0;
        padding: 0;
    }
    #section2 .col2 {
        order: 1;
    }
    #section2 .col1 {
        order: 2;
        margin-top: 30px;
    }
    #section2 p {
        order: 1;
        padding: 10px 0 !important;
    }
    #section2 .CTA {
        order: 2;
        display: flex;
        justify-content: center;
    }
    /*------------------------------------------------------SECTION 4*/
    #section4 {
        box-sizing: border-box;
    }
    #section4 .container {
        box-sizing: border-box;
        flex-direction: column;
        padding: 20px;
    }
    #section4 ul.level1 {
        padding: 0;
        line-height: 1;
    }
    #section4 ul.level1 li {
        line-height: 1.5;
        font-size: 1.2em;
    }
    #section4 ul.level2 li {
        font-size: 0.8em;
    }
    #section4 .img1.imgDiv,
    #section4 .img2.imgDiv {
        margin-bottom: 20px;
        padding: 20px;
        color: #fff;
    }
    #section4 .container .col2 {
        padding-left: 0px;
    }
    /*------------------------------------------------------SECTION 5*/
    #section5 {
        box-sizing: border-box;
    }
    #section5 .titleSection {
        padding: 0;
        margin: 0;
    }
    #section5 .lines1,
    #section5 .lines2 {
        display: none;
    }
    #section5 h2 {
        width: 100%;
        margin: 30px;
    }
    #section5 .col20 .imgDiv {
        display: none;
    }
    #section5 .col20 {
        order: 5;
    }
    #section5 .container {
        box-sizing: border-box;
        flex-direction: column;
        padding: 20px;
    }
    /*------------------------------------------------------SECTION 6*/
    #section6 .container,
    #section6,
    #section6 .col {
        box-sizing: border-box;
    }
    #section6 {
        padding: 20px;
    }
    #section6 .lines {
        display: none;
    }
    #section6 ol.height200 {
        padding-left: 10px;
    }
    #section6 ol.height200 li {
        font-size: 0.8em;
        margin-left: 20px;
    }
    #section6 .height200 {
        height: auto;
    }
    #section6 .height200:first-child {
        height: 160px;
    }
    /*------------------------------------------------------SECTION 7*/
    #section7 {
        flex-direction: column;
    }
    #section7 .col2 {
        padding: 0;
    }
    #section7 p {
        text-align: center;
        margin: 5px 15px 10px;
    }
    /*------------------------------------------------------SECTION 8*/
    #section8 {
        flex-direction: column;
    }
    /*------------------------------------------------------FOOTER*/
    footer .Contact {
        margin: 0;
    }
    footer .row2 .container {
        width: 90%;
    }
    footer .row2 .container .logo {
        padding: 0 20px;
    }
}