html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;

}

a {
    text-decoration: none !important;
    color: #00a059;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}
.error {
    color: red;
    font-size: 0.9em;
   
  }



.header {
    width: 100%;
    height: 500px;
    --opacidad-negro: 0.1;
    background-image: linear-gradient(rgba(0, 0, 0, var(--opacidad-negro)), rgba(0, 0, 0, var(--opacidad-negro))), url(https://image.s.grunenthal.com/lib/fe4315707564047f7d1570/m/1/0f9810a6-227f-4e02-9b43-bb3d8d333d73.png);
    background-size: cover;

}

.headerMinimalist {

    width: 100%;
    height: 200px;
    background-color: #D9D9D9;
}

.fade-in {
    display: none;
}

.wrapperHeader {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.faldonHeader {
    width: 100%;
    background-color: #373636;
    height: 40px;
    ;
}

.header img {
    width: 23%;
    padding: 20px;
}

.headerMinimalist img {
    width: 23%;
    padding: 20px;
}

.header h1 {
    width: 50%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.title {

    padding: 20px;
}

#mainContent {
    margin: auto;
    max-width: 1400px;
    position: relative;
    padding: 0 30px;  
    display: flex;
    flex-direction: column;
}

.section {
   display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

}

.contarinerOne {
    width: 48%;
    margin-top: 40px;
    min-height: 640px;
}

.contarinerOne h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 26px;


}

.blockOne .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #5B5B5B;
    padding:10px 0px;

}

.blockOne p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0px 15px 0px;
    color: #333333;


}

.blockOne ul {
    font-size: 18px;
    font-weight: 600;
    color: #00a059;
}

.blockOne li {
    padding: 10px;
}

.contarinerOne p {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 20px;

}

.blockOne {
    padding: 30px 0px 0px 0px;

}

.blockTwo {
  
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;

}

.blockTwo p {
    font-size: 16px;
    font-weight: bold;
    ;
    color: #00a059;

}

.topics {
    display: flex;
    width: 40%;
    align-items: center;
    gap: 10px;

}



.icoImg {
    width: 60px;
}




.containerTwo {
  width: 40%;
    background-color: #ffffff;
    padding: 40px;
    margin-top: -60px;
    right: 10px;
    box-shadow: 1px 1px 10px 1px #22222254;
    border-radius: 20px;
}

.containerTwo h3 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 20px 0px 50px 0px;
}

.containerTwo form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
select{
    padding: 10px;
    margin: 10px 5px;
    background-color: #ffffff;
    color: #ababab;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #A8A8A8 solid;

}
.question-wrp{
    display: flex;
    flex-direction: column;}

.containerTwo form input {
    padding:10px;
    margin: 12px 5px;
    background-color: #ffffff;
    color: #ababab;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #A8A8A8 solid;
    color: #00a059;
  

}

.containerTwo form input::placeholder {
    font-size: 16px;
    color: #ababab;
    font-family: Arial, Helvetica, sans-serif !important;
}

.containerTwo form label {
    color: #ababab;
    font-family: Arial, Helvetica, sans-serif !important;
    display: flex;
    align-items: baseline;

}

.containerTwo form input:focus-visible {
    border-bottom: 2px #00a059 solid;
    outline: none;

}

.chk-legal {
    font-size: 12px;
    line-height: 14px;

}

p.chk-legal {
    padding-left: 23px;
    color: #333333;
}
.container-btn{
    margin-top:40px;
}
.container-btn .btn {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px;
    background: #00a059;
    border: 2px solid #00a059;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.2s;
    text-align: center;
    box-shadow: 1px 2px 2px #22222254;
    width: 80%;
    margin: auto;
}

.container-btn .btn:hover {
    font-weight: bold;
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

.form-txtLegal {
    font-size: 10px;
    color: #848383;
}
.disclamer{
   width: 100%;
    text-align: left;
    max-width: 1400px;
    margin: auto;
    padding-top: 20px;
  
}
.disclamer p{
font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  
  color:#848383;
line-height:115%;

}


.banner {
    margin: 50px;

    text-align: center;
}

.banner p {
    font-size: 28px;
    font-weight: 500;
    color: #848383;
}


.footer {
    background-color: #373636;

    padding: 40px 30px 10px;
    margin-top: auto;

}

.legalFooter {
    display: flex;
    flex-direction: row;
    background-color: #373636;
    justify-content: center;
    gap: 40px;
    color: #ffffff;
    padding: 20px;
    font-size: 12px;

}



.wapperFotter {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap:25px;
}


.f-Logo {
    border-right: 2px #00a059 solid;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;

}

.f-logo-img {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}


.footer p {

    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;

}

.f-one {
    display: flex;
    width: 33%;
    padding: 0px 10px;
    flex-direction: column;
    line-height: 18px;
}


.f-one p {
    font-family: Arial, Helvetica, sans-serif;
    Color: #ffffff;
    Font-size: 13px;
    Line-height: 20px
}

.socialMedia {
    Display: flex;
    Flex-direction: row;
    Align-items: center;
    Gap: 6px;
    Line-height: 20px;
    Font-size: 13px;
}

.legalFooterDACH {
    display: flex;
    flex-direction: row;
    background-color: #222121;
    justify-content: center;
    color: #ffffff;
    padding: 10px 20px;
    Font-size: 12px;
    Text-align: center;
}





/* landing page typ*/
.section-typ {
    display: flex;
    flex-direction: row;
    min-height: 550px;
}


.containerThree h3 {
    font-size: 40px;
    color: #A8A8A8;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    margin: 0px;
}

.containerThree {
    margin: auto;
    text-align: center;
}

.wrapperResult {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
        gap: 20px;
    align-items: center;
}

.wrapperResult h3 {
    color: #A8A8A8;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.resultSubtitle {
    color: #00a059;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.resultSubtitle span {
    color: #A8A8A8;
    font-weight: 500;
}

img.icoResult {
    width: 80%;
}

@media (max-width: 1200px) {
    .header {
        height: 350px;
    }

    .blockOne {
        padding-right: 30px;
    }

    .header h1 {
        width: 100%;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-size:25px;
        font-weight: 600;
    }

    .banner {
        margin: 50px;

        text-align: center;
    }

    .banner p {
        font-size: 22px;
        font-weight: 500;
        color: #848383;
    }

 

    .blockTwo {
        width: 100%;
    }

    .f-logo-img {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        flex-direction: column;
    }

}

@media (max-width: 950px) {


    .section {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 10px;
    }

    .containerOne {
        width: 40%;

    }

    .containerTwo {
        width: 38%;
        margin-right: 20px;
        padding: 40px 30px;
    }

    .blockTwo {

        margin: 20px 0px;
        display: grid;
        grid-template-columns: repeat(1, minmax(120px, 600px));
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;

    }

    .topics {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;

    }

    .contarinerOne {
        width: 53%;
        margin-top: 40px;
        min-height: 750px;
    }

    .banner {
        margin: 50px;

        text-align: center;
    }

    .banner p {
        font-size: 21px;
        font-weight: 500;
        color: #848383;
    }



   

   


    .header {
        height: 310px;
    }

    .logoHeader {
        width: 80%;
    }

    .headerMinimalist img {
        width: 45%;
        padding: 20px;
    }



    .header h1 {
        width: 100%;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 26px;
    }

    .header img {
        width: 40%;
        padding: 20px;
    }

    .contarinerOne {
     
        width: 100%;
        margin: 0px 10px ;
        min-height: 0px;
    }

#mainContent {

    position:static;
    
}


    .containerTwo {
order: 2;
        position: static;
        margin-top:20px;
        width: 90%;
      
    }
.disclamer{
    order: 3;
    margin: 20px 5px;
        width: 98%;
}

    .blockTwo {
        margin: 20px 0px;
        display: grid;
        grid-template-columns: repeat(2, minmax(120px, 600px));
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;
        width: 90%;

    }

    .blockOne {
        padding: 30px 0px 0px 0px;
    }

    .contarinerOne h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
        font-size: 24px;
        margin-top: 0px;
    }

    .banner {
        margin: 30px 10px;

    }

    .banner p {
        font-size: 18px;
        font-weight: 500;
        color: #848383;
    }

}
@media (max-width: 700px) {

    .footer {
        flex-direction: column;
        padding: 20px;
    }

    .wapperFotter {
        display: flex;
        flex-direction: column;
        max-width: 1400px;
        margin: auto;
        justify-content: flex-start;
    }

    .f-Logo {
        width: 90%;
        border-bottom: 3px #00a059 solid;
        border-right: none;
        padding: 20px 10px
    }

    .f-logo-img {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        flex-direction: row;
    }



    .f-one {
        display: flex;
        width: 100%;
        padding: 20px 10px;
        justify-content: space-evenly;
    }

    .legalFooter {
        display: flex;
        flex-direction: column;
        gap: 20px;

    }


}

@media (max-width: 550px) {
.section {
   
        width: 97%;
    }
    .headerMinimalist {
        width: 100%;
        height: 150px;
        background-color: #D9D9D9;
    }

    .headerMinimalist img {
        width: 60%;
        padding: 20px;
    }

    .footer {
        flex-direction: column;
        padding: 20px;
    }

    .wapperFotter {
        display: flex;
        flex-direction: column;
        max-width: 1400px;
        margin: auto;
        justify-content: flex-start;
    }

    .f-Logo {
        width: 90%;
        border-bottom: 3px #00a059 solid;
        border-right: none;
        padding: 20px 10px
    }

    .f-logo-img {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        flex-direction: row;
    }



    .f-one {
        display: flex;
        width: 100%;
        padding: 20px 10px;
        justify-content: space-evenly;
    }

    .legalFooter {
        display: flex;
        flex-direction: column;
        gap: 20px;

    }



    .blockTwo {
        margin: 10px 0px;
        display: flex;}


}




@media (max-width: 450px) {
#mainContent {
   
    padding: 0 20px;
   
}
    .header {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }



    .header h1 {
        font-size: 18px;
        width: 100%;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px;
    }

    .header img {
        width: 30%;
        padding: 10px;
    }

    .contarinerOne {
        width: 100%;
    }


    .containerTwo {

        width: 90%;
        padding: 20px 15px;
        margin: auto;
    }

    .blockOne p {
        font-family: Arial, Helvetica, sans-serif;
        color: #333333;
        font-size: 14px;
        line-height: 20px;
    }

    .blockOne {
        padding: 30px 0px 0px 0px;
    }

    .blockTwo {
        margin: 20px 0px;
        display: grid;
        grid-template-columns: repeat(1, minmax(120px, 600px));
        grid-template-rows: repeat(2, 1fr);
        gap: 15px;

    }

    .containerTwo form {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        padding: 10px;
    }

    .containerTwo form input {
        padding: 2px;
        margin: 15px 5px;
        background-color: #ffffff;
        color: #ababab;
        font-family: Arial, Helvetica, sans-serif !important;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px #A8A8A8 solid;
    }


    .containerTwo form input::placeholder {
        font-size: 16px;
        color: #ababab;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .containerTwo form label {
        color: #ababab;
        font-family: Arial, Helvetica, sans-serif !important;
        display: flex;
        align-items: baseline;
        margin-bottom: 30px;
    }

    .container-btn .btn {
        width: 100%;
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        /* padding: 10px 191px; */
        background: #00a059;
        border: 2px solid #00a059;
        border-radius: 50px;
        text-decoration: none;
        transition: 0.2s;
        text-align: center;
        box-shadow: 1px 2px 2px #22222254;
    }
.blockTwo p {
    font-size: 14px;
    font-weight: bold;
    color: #00a059;
}
.icoImg {
    width: 50px;
}
    .banner p {
        font-size: 15px;
        font-weight: 500;
        color: #848383;
    }


    .containerThree h3 {
        font-size: 25px;
        color: #00a059;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        padding: 20px;
        margin: 0px;
    }

    .section-typ {
        display: flex;
        flex-direction: row;
        min-height: 450px;
    }

    .wrapperResult h3 {
        color: #A8A8A8;
        font-family: "Poppins", sans-serif;
        font-size: 25px;
        font-weight: 600;
       padding:10px;
    }

    .resultSubtitle {
        color: #00a059;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
    }

    img.icoResult {
        width: 40%;
    }
.container-btn {
    margin-top: 10px;
}



}