
@font-face {
    font-family: gadugi;
    src: url('./assets/gadugi-normal.ttf');
}

html, textarea {
    font-family: gadugi;
}

html, body {
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    /* border-radius: 15px; */
    background-color: white;
}
::-webkit-scrollbar-thumb {
    /* border-radius: 15px; */
    background-color: #E51A31;
}

.section-main {
    padding-bottom: 17%;
    background: url(./assets/fondo.png) no-repeat center center;
    background-size: cover;
}
.section-main div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 2%;
    margin-bottom: 8%;
}
.section-main div:first-of-type img {
    width: 15%;
    height: 10%;
}
.section-main div:first-of-type a {
    cursor: pointer;
    margin-bottom: 4%;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    transition: .2s ease;
}
.section-main div:first-of-type a:hover {
    transform: scale(1.2);
}
.section-main div:first-of-type a:last-of-type {
    padding: 1% 2%;
    border: 1px solid;
    border-radius: 16px;
    text-decoration: none;
    transition: .2s ease;
}
.section-main div:first-of-type a:last-of-type:hover {
    color: #F02F3C;
    background-color: white;
    border: 1px solid white;
    transform: scale(1);
}

.section-main h3 {
    margin: 0 0 0 6%;
    color: white;
    font-size: 2.5rem;
    font-weight: bolder;
}

.section-main h2 {
    margin: 0 0 0 6%;
    color: white;
    font-size: 4.5rem;
}

.section-main div:last-of-type {
    display: flex;
    align-items: center;
    margin: 2% 0 4% 6%;
}
.section-main div:last-of-type p {
    margin: 0;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
}
.section-main div:last-of-type span {
    width: 2vh;
    height: 2vh;
    margin: 0 1%;
    background-color: white;
    border-radius: 50%;
}

.section-main > a:last-of-type {
    cursor: pointer;
    padding: 0.8% 2%;
    margin: 0 0 0 6%;
    color: #F02F3C;
    background-color: white;
    border-radius: 16px;
    font-size: 1.3rem;
    font-weight: bold;
    transition: .2s ease;
}
.section-main > a:last-of-type:hover {
    color: white;
    background-color: #F02F3C;
}

.section-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3%;
    margin: 0 6%;
}
.section-services article:nth-child(2){
    transform: translateY(20%);
}
.section-services article:nth-child(3){
    transform: translateY(-10%);
}
.section-services article:nth-child(4){
    transform: translateY(20%);
}
.section-services article:nth-child(5){
    transform: translateY(-10%);
}
.section-services article:nth-child(6){
    transform: translateY(20%);
}
.section-services article:nth-child(7){
    transform: translateY(-10%);
}
.section-services article:nth-child(8){
    transform: translateY(20%);
}
.section-services article:nth-child(9){
    transform: translateY(-10%);
}
.section-services article:nth-child(10){
    transform: translateY(20%);
}
.section-services article:nth-child(11){
    transform: translateY(-10%);
}
.section-services article:nth-child(12){
    transform: translateY(20%);
}
.section-services article:nth-child(13){
    transform: translateY(-10%);
}

.section-services div {
    grid-column: 1/5;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}
.section-services div h2 {
    margin: 10% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-services div hr {
    width: 5%;
    margin-right: 100%;
    color: #ACACAC;
    border: 2px solid;
}

.section-services article {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4% 0;
    margin: 5% 0;
    background-color: white;
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.75);
}
.section-services article img {
    width: 15vh;
    height: 13vh;
    margin-bottom: 10%;
}
.section-services article h5 {
    color: #F2353F;
    font-size: 1.5rem;
    margin: 0 0 4% 0;
}
.section-services article b {
    margin: 0 5%;
    color: #ADADAD;
    font-size: 1rem;
}

.section-services a:last-of-type {
    cursor: pointer;
    grid-column: 1/5;
    justify-self: center;
    width: 25%;
    padding: 1% 0;
    margin: 10% 0 5% 0;
    color: white;
    background-color: #E51A31;
    border-radius: 35px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    transition: .2s ease;
}
.section-services a:last-of-type:hover {
    transform: scale(1.1);
}

.section-about {
    position: relative;
    display: flex;
    flex-direction: column;
}

.section-about > img:first-of-type {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-about div {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-bottom: 2%;
}
.section-about div h2 {
    margin: 40% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-about div hr {
    width: 21%;
    color: #ACACAC;
    border: 2px solid;
}

.section-about h5 {
    margin: 0 5% 6% 6%;
    color: #AAAAAA;
    font-size: 1.5rem;
}

.section-about iframe {
    height: 90vh;
}

.section-know {
    display: flex;
    flex-direction: column;
    margin: 0 6%;
}
.section-know div {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom: 2%;
}
.section-know div h2 {
    margin: 40% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-know div hr {
    width: 21%;
    margin-left: 75%;
    color: #ACACAC;
    border: 2px solid;
}

.section-know h5 {
    align-self: flex-end;
    margin: 0 0 10% 0;
    color: #AAAAAA;
    font-size: 1.5rem;
}

.section-know article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-know article img:nth-child(1) {
    width: 52%;
    height: 55vh;
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.75);
}
.section-know article img:nth-child(2) {
    align-self: flex-end;
    width: 40%;
    height: 45vh;
    margin-top: 8%;
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.75);
}
.section-know article img:nth-child(3) {
    width: 40%;
    height: 45vh;
    margin: 3% auto 10% auto;
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.75);
}

.section-benefits {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 6% 10% 6%;
}

.section-benefits > img:first-of-type {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-benefits > div:first-of-type {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-self: flex-start;
    margin-bottom: 4%;
}
.section-benefits > div:first-of-type h2 {
    margin: 10% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-benefits > div:first-of-type hr {
    width: 5%;
    margin-right: 95%;
    color: #ACACAC;
    border: 2px solid;
}

.section-benefits h5 {
    align-self: auto;
    width: 40%;
    margin: 2% 0 0 0;
    color: #AAAAAA;
    font-size: 1.5rem;
}

.section-benefits > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 50%;
}
.section-benefits > div div {
    display: flex;
    width: 100%;
    height: 1.5vh;
    margin: 2% 0 4% 0;
    background-color: #ACACAC;
}
.section-benefits span {
    width: 90%;
    height: 100%;
    background-color: #F02F3C;
}

.section-benefits p {
    margin: 0;
    color: #AAAAAA;
    font-size: 1.2rem;
    font-weight: bold;
}

.section-reviews {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 6%;
}

.section-reviews img {
    position: absolute;
    left: 0;
    height: 108%;
    width: 100%;
    z-index: -1;
}

.section-reviews div {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 4%;
}
.section-reviews div h2 {
    margin: 4% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-reviews div hr {
    width: 8%;
    margin-left: 91%;
    color: #ACACAC;
    border: 2px solid;
}

.section-reviews article {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin: 0 auto;
    border: 2px solid #ACACAC;
}
.section-reviews article p:last-of-type {
    margin: auto 0 0 0;
    color: #F02F3C;
}
.section-reviews h6 {
    margin: 0;
    color: #F02F3C;
    font-size: 4rem;
    text-align: center;
}
.section-reviews p {
    margin: 0 0 10% 0;
    color: #757373;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
}

.section-reviews section {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    column-gap: 2%;
    margin: 4% 0;
}

.section-reviews span {
    cursor: pointer;
    width: 2vh;
    height: 2vh;
    background-color: #F02F3C;
    border-radius: 50%;
    transition: .2s ease;
}
.section-reviews span:hover {
    transform: scale(1.2);
}

.section-contact {
    display: flex;
    flex-direction: column;
    margin: 0 6%;
}

.section-contact div:first-of-type {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4%;
}
.section-contact div:first-of-type h2 {
    margin: 10% 0 0% 0;
    color: #F02F3C;
    font-size: 4rem;
}
.section-contact div:first-of-type hr {
    width: 5%;
    margin-right: 94%;
    color: #ACACAC;
    border: 2px solid;
}

.section-contact div:last-of-type {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10%;
}
.section-contact div:last-of-type form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10%;
    width: 100%;
}
.section-contact input {
    width: 45%;
    padding: 1%;
    margin: 1% 0;
    background-color: #F2F2F2;
    border: none;
    font-size: 1rem;
}
.section-contact input:focus, .section-contact textarea:focus {
    outline: none;
}

.section-contact textarea {
    width: 100%;
    height: 30vh;
    padding: 1%;
    margin: 1% 0;
    background-color: #F2F2F2;
    border: none;
    font-size: 1rem;
    resize: none;
}

.section-contact article {
    align-self: center;
    margin: 3% 0;
}

.section-contact a {
    cursor: pointer;
    align-self: center;
    width: 25%;
    padding: 1%;
    color: white;
    background-color: #E51A31;
    border-radius: 35px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    transition: .2s ease;
}
.section-contact a:hover {
    transform: scale(1.1);
}

footer {
    display: flex;
    flex-direction: column;
    padding: 0 6%;
    margin-top: 8%;
    background-color: #C33747;
}

footer > img:first-of-type {
    align-self: center;
    width: 18% !important;
    margin-top: 3%;
}

footer article:first-of-type {
    display: flex;
    justify-content: space-between;
    margin: 4% 0;
}
footer a {
    cursor: pointer;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}

footer small {
    align-self: center;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
}

footer div {
    display: flex;
    align-self: center;
    align-items: center;
    width: 30%;
    margin: 1% 0 3% 0;
    background-color: white;
    border-radius: 16px;
}

footer form {
    width: 100%;
    margin: 0;
}

footer input {
    width: 100%;
    height: 100%;
    padding: 3%;
    border: none;
    background: none;
    font-size: 1rem;
}
footer input:focus {
    outline: none;
}

footer img:last-of-type {
    cursor: pointer;
    width: 6%;
    height: 100%;
    margin-right: 3%;
}

footer section {
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 18%;
    margin-bottom: 2%;
}

footer svg {
    width: 3vh;
    height: 3vh;
}

footer article:last-of-type {
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 100%;
}

footer p {
    align-self: center;
    margin: 2%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;

    overflow: hidden;
    background: linear-gradient(90deg, rgb(139, 130, 130), #fff, rgb(139, 130, 130));
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animate 2s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .1);
}

footer > a:last-of-type {
    align-self: center;
    width: 25%;
    margin: 2% 0;
    text-align: center;
}



@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}



@media screen and (max-width: 1024px) {
    html {
        font-size: 85%;
    }

    .section-main div:first-of-type {
        flex-direction: column;
        padding: 8% 2%;
    }
    .section-main div:first-of-type img {
        width: 70%;
        margin-bottom: 10%;
    }
    .section-main div:first-of-type a {
        margin-bottom: 8%;
    }
    .section-main div:first-of-type a:last-of-type {
        width: 85%;
        padding: 4%;
        margin-bottom: 8%;
        text-align: center;
    }

    .section-main h3, .section-main h2 {
        text-align: center;
    }

    .section-main div:last-of-type {
        flex-direction: column;
        margin: 10% 0 20% 0%;
    }
    .section-main div:last-of-type span {
        margin: 2%;
    }

    .section-main > a:last-of-type {
        padding: 4% 35%;
    }

    .section-services {
        grid-template-columns: 1fr;
    }

    .section-services div {
        grid-column: 1;
        text-align: center;
    }
    .section-services div hr {
        width: 100%;
    }

    .section-services article {
        transform: translateY(0) !important;
    }

    .section-services a:last-of-type {
        grid-column: 1;
        width: 90%;
        padding: 2%;
    }

    .section-about div {
        margin-bottom: 8%;
        text-align: center;
    }
    .section-about div hr {
        width: 80%;
    }

    .section-about h5 {
        margin: 0 5% 10% 6%;
    }

    .section-about iframe {
        height: 70vh;
    }

    .section-know div {
        align-self: center;
        margin-bottom: 12%;
    }
    .section-know div hr {
        width: 100%;
        margin: 0;
    }

    .section-know h5 {
        margin: 0 0 15% 0;
    }

    .section-know article {
        flex-direction: column;
    }

    .section-know article img:nth-child(1), 
    .section-know article img:nth-child(2){
        width: 100%;
        height: 40vh;
    }

    .section-know article img:nth-child(3){
        width: 100%;
        height: 40vh;
        margin: 10% auto 20% auto;
    }

    .section-benefits {
        flex-direction: column;
    }

    .section-benefits > div:first-of-type {
        align-self: center;
        width: 100%;
        margin-bottom: 10%;
        text-align: center;
    }
    .section-benefits > div:first-of-type h2 {
        margin: 50% 0 0 0;
    }
    .section-benefits > div:first-of-type hr {
        width: 100%;
        margin: 0;
    }

    .section-benefits h5 {
        width: 100%;
    }

    .section-benefits > div {
        width: 100%;
        margin: 20% 0;
    }
    .section-benefits > div div {
        margin: 5% 0 10% 0;
    }

    .section-reviews div {
        margin-bottom: 12%;
        text-align: center;
    }
    .section-reviews div hr {
        width: 100%;
        margin: 0;
    }

    .section-reviews article {
        margin: 5% auto;
    }

    .section-reviews section {
        column-gap: 8%;
        margin: 8% 0;
    }

    .section-contact div:first-of-type {
        text-align: center;
        align-self: center;
    }

    .section-contact div:first-of-type h2 {
        margin: 55% 0 0 0;
    }

    .section-contact div:first-of-type hr {
        width: 100%;
    }

    .section-contact div:last-of-type {
        flex-direction: column;
    }

    .section-contact input {
        width: 100%;
        padding: 4%;
        margin: 3% 0;
    }

    .section-contact textarea {
        padding: 4%;
        margin: 3% 0;
    }

    .section-contact article {
        margin: 15% 0;
    }

    .section-contact a {
        width: 90%;
        padding: 3%;
    }

    footer {
        margin-top: 20%;
    }

    footer > img:first-of-type {
        width: 60% !important;
        margin: 6% 0 0 0;
    }

    footer article:first-of-type {
        flex-direction: column;
        text-align: center;
    }

    footer a {
        margin: 6% 0;
    }

    footer div {
        width: 100%;
        margin: 2% 0 10% 0;
    }
    footer div img {
        width: 6% !important;
        margin: 0 3% 0 0 !important;
    }

    footer input {
        padding: 4%;
    }

    footer section {
        width: 80%;
        margin-bottom: 12%;
    }

    footer p {
        margin: 15% 0;
    }

    footer > a:last-of-type {
        width: 100%;
    }
}
