* {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

.container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section-1 {
//margin-top: -30px;
//padding: 50px 0 20px;
    padding: 20px 0;
    background-color: rgb(252, 243, 243);
//clip-path: polygon(0 2%, 25% 0, 33% 2%, 55% 0, 66% 1%, 75% 0, 90% 2%, 100% 2%,
//100% 100%, 92% 98%, 84% 100%, 66% 99%, 45% 100%, 25% 98%, 15% 99%, 0 99%);
}

.section-2 {
    background-color: rgb(252, 243, 243);
}

.section-2 > div {
    min-height: 700px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-header.png);
    background-size: 300px;
//background-position: top 20px right 170px;
    background-position: top 20px right 20px;
}

.section-2 .photo-container {
    min-height: 700px;
    background-repeat: no-repeat;
    background-image: url(../images/foto2.png);
    background-size: 350px;
    background-position: top 120px right 100px;
}

.section-3 {
    background-color: #396e51;
    clip-path: polygon(0 2%, 25% 0, 33% 2%, 55% 0, 66% 1%, 75% 0, 90% 2%, 100% 2%,
    100% 100%, 92% 98%, 84% 100%, 66% 99%, 45% 100%, 25% 98%, 15% 99%, 0 99%);
    background-size: 700px;
    padding-top: 100px;
    background-position: right -120px;
    background-image: url(../images/bg-security-1.png);
    background-repeat: no-repeat;
    color: #fff;
}

.section-3 > div {
    background-image: url(../images/bg-security-2.png);
    padding-bottom: 130px;
    background-size: 600px;
    background-position: center 180%;
    background-repeat: no-repeat;
    min-height: 400px;
}

.header-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 2px;
    padding-left: 0;
}

/*
h2 {
    //padding-right: 20px;
    //padding-left: 10px;
    display: inline-block;
    font-size: 42px;
    color: #1a1a1a;
    font-weight: 700;
}
*/

.section-1 .header-container h2 {
    background-color: rgb(252, 243, 243);
}

.section-2 .header-container h2 {
//background-color: #fff;
}

.section-3 .header-container h2 {
    background-color: #396e51;
}

.section-3 h2 {
    color: #fff;
}
.section-3 a, .section-5 a {
    color: #fff;
    text-decoration: underline;
}
.section-3 a:hover, .section-5 a:hover {
    text-decoration: none;
}

.section h2 small {
    display: block;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.profile-picture {
    background-image: url(../images/foto2.png);
    background-color: #000;
    background-size: 360px;
    background-repeat: no-repeat;
//background-position: top -310px right -65px;
    background-position: top 0 right 0;
    transform: scale(-0.9, 0.9);
    border: 2px solid #000;
    width: 350px;
    height: 480px;
    right: 50px;
    top: 160px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.05);
}
.profile-picture img {
    display: none;
    width: 350px;
}

.section-4 {
//min-height: 300px;
    padding: 100px 0;
    text-align: center;
}


.section-5 {
    clip-path: polygon(0 2%, 25% 0, 33% 2%, 55% 0, 66% 1%, 75% 0, 90% 2%, 100% 2%,
    100% 100%, 0 100%);
    min-height: 300px;
    background-repeat: no-repeat;
    background-color: #2d87a0;
    background-image: url(../images/bg-promo.png);
    background-size: 300px;
    background-position: 100% 0;
    padding: 50px 0;
}

.section-2 {
//padding-top: 50px;
}

.section-2 .container {
//padding: 20px 520px 100px 20px;
    padding: 20px 420px 100px 20px;
}

.section-2 h2 {
    margin-bottom: 30px;
}

p, ul {
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}
ul {
    padding-left: 20px;
}

@media (max-width: 730px) {
    .section-2 .container {
        padding: 25px;
    //padding-top: 220px;
    }
    .section-2 > div {
    //background: none;
        background-position: top 0 right -20px;
        background-size: 200px;
    }
    .profile-picture {
        position: static;
        right: 10px;
        top: 30px;
        width: 220px;
        height: 300px;
        margin: 0 auto;
    //transform: scale(-0.5, 0.5);
    //background-position: top -330px right -60px;
        background-size: 220px;
    }

}

@media (max-width: 545px) {
    .section-4 img {
        width: 80%;
    }
}

@media (max-width: 555px) {
    .section-3 {
        background-position-x: right -100px;
    }
    .section-5 {
        background-position-x: right -40px;
    }
}
@media (max-width: 505px) {
    .section-3 {
        background-position-x: right -140px;
    }
    .section-5 {
        background-position-x: right -80px;
    }
}
@media (max-width: 470px) {
    .section-5 {
        background-position-x: right -120px;
    }
}
@media (max-width: 430px) {
    .section-5 {
        background-position-x: right -160px;
    }
}
@media (max-width: 390px) {
    .section-3 {
        background-position-x: right -180px;
    }
    .section-5 {
        background-position-x: right -200px;
    }
}

.section-5 ul, .section-3 ul {
    padding: 0;
}
.section-5 li, .section-3 li {
    color: #fff;
    list-style: none;
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    background-size: 24px;
}
li.pdf {
    background-image: url(../images/icon-pdf.svg);
}
li.website {
    background-image: url(../images/icon-web.svg);
}
li.phone {
    background-image: url(../images/icon-phone.svg);
}
li.email {
    background-image: url(../images/icon-envelope.svg);
}
li.address {
    background-image: url(../images/icon-location.svg);
}

a span {
    display: none;
}