@font-face {
    font-family: Poppins;
    font-weight: bold;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Poppins;
}

body {
    display: flex;
    flex-direction: column;
}



.bg-home {
    background-image: url('../images/background-home.png');
    box-shadow: inset 0 -47px 40px -24px #294059;
    background-size: cover;
}
.header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 40px;
}
.container {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #294059;
    display: flex;
    padding-right: 13%;
    padding-left: 13%;
    flex-direction: column;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.p1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
}

.p2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

.p3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}
.p4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    margin-top: 12px;
}

.p5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.p6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #294059;
}
.p7 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
}
.p8 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.p9 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #294059;
}

.button {
    width: 337px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 13px;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #294059;
    margin-top: 128px;
}
.button:active {
    border-top: 2px solid #fff;
}

.why-compliance {
    margin-top: 10%;
    width: 40%;
}

.cmp-items {
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
    flex-wrap: wrap;
}

.cmp-items div {
    width: 15vw;
    min-width: 180px;
    margin-top: 64px;
    margin-right: 20px;
}
.cmp-items div img{
    width: 180px;
    height: 180px;
}

.step-compliance {
    margin-top: 10%;
}

.carrusel {
    position: relative;
    display: flex;
    width: 100%;
}
.card-container {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 250px;
    height: 30vh;
	margin: 0 auto;
    overflow: hidden;
}

.card {
    position: relative;
    padding: 16px;
    min-width: 42%;
    max-width: 42%;
    height: 100%;
    background: #467A81;
    border-radius: 13px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
    background-position-x: 97%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    transition: width 1s;
}

.img-1 {
    background-image: url(../images/1.svg);
}
.img-2 {
    background-image: url(../images/2.svg);
}
.img-3 {
    background-image: url(../images/3.svg);
}
.img-4 {
    background-image: url(../images/4.svg);
}
.img-5 {
    background-image: url(../images/5.svg);
}

.back-card {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 90px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to right,#ffffffff, transparent);
}

.next-card {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 90px;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(to left, #ffffffff, transparent);
}

.next-card:active {
    padding-left: 2px;
}
.back-card:active {
    padding-right: 2px;
}

.container-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 8%;
}

.res-item {
    width: 45%;
    display: flex;
    align-items: center;
    margin: 20px;
}
.res-item > img {
    min-width: 90px;
    width: 90px;
    height: 90px;
    margin-right: 28px;
}

.contact-form {
    margin-top: 6%;
    margin-left: 13%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.contact-form > div {
    margin-top: 30px;
    min-width: 350px;
    width: 40vw;
}
.content-logo {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-logo {
    height: 90px;
    margin-right: 32px;
    margin-bottom: 32px;
}


.form-item {
    border: 1px solid #A9B3BD;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    background-color: transparent;
    padding: 6px;
    width: 100%;
}

.select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background: transparent url('../images/down-select-icon.svg') 95.5% 50% no-repeat;
}

.btn {
    font-weight: bold;
}
.btn:active {
    border-top: 2px solid #A9B3BD;
    font-weight: bold;
}


.address {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    min-height: 50px;
}



@media (max-width: 700px ) {
    .container {
        padding: 20px;
    }
    .container-results {
        justify-content: flex-start;
    }
    .res-item {
        width: 100%;
    }
    .p1 {
        font-size: 23px;
        line-height: 125%;
    }
    .why-compliance {
        width: 100%;
    }
    .p3 {
        line-height: 125%;
    }
    .cmp-items {
        justify-content: center;
    }
    .cmp-items > div {
        margin-left: 30px;
        margin-right: 30px;
    }
    .p4 {
        text-align: center;
    }

    .step-compliance {
        margin-top: 15%;
    }
    .img-logo {
        height: 60px;
    }
    .content-logo {
        justify-content: center;
    }
    .form-contact{
        display: flex;
        justify-content: center;
    }
    .contact-form{
        margin-left: 0px;
    }
}

@media (max-width: 900px ) {
    .card {
        min-width: 70%;
        max-width: 70%;
    }
}