* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

:root {
    --homeBackground: #00205E;
    --orange: #FF6600;
    --blue: #006299;
    --bgColor: #E6E6E6;
    --darkblue: #002133;
    --titulos: white;
    --bgprimary: #F7F7F7;
    --bgform: #F2F2F2;
    --bgformstroke: #E6E6E6;
    --orangeHover: #de5900;
}

body {
    background-color: white;
    font-family: Rubik;

}

h1 {
    font-weight: 700;
}

.filtro {
    display: none;
}

.imgMobile {
    width: 34vh !important;
    margin: 0vh 0 0vh 0 !important;

}

/* ---- HOME ----*/

#home {
    z-index: -1;
    clip-path: polygon(0 0%, 100% 0%, 100% 81%, 0% 100%);
    z-index: 10;
    position: relative;
    background-color: #00205E;
    color: white;
    padding-bottom: 5em;
}
#backgroundHome{
    position: absolute;
    top: 10%;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -10;
}
#backgroundHomePhone{
    display: none;
    position: absolute;
    width: 100%;
    z-index: -10;
    bottom: 0;
}   

#home h1{
    margin-top: .5em;
    margin-bottom: 1em;
}
#home p{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 2em;
}

@media (max-width: 767px){
    #home h1{
        width: 100%;
    }
}
@media (max-width: 557px){
    #home h1{
        font-size: 48px;
        margin-top: 1em;
    }
}
@media (max-width: 992px) {
    #home{
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    #home #backgroundHome{
        display: none;
    }
    #home #backgroundHomePhone{
        display: block;
        width: 100%;
    } 
    #home h1{
        line-height: 1em;
    }
    #home p{
        margin-bottom: 3em;
    }
}

    /* --------------------Home2-------------------- */

#home2{
    padding-top: 2em;
}
@media(max-width:991px){
    #accordionContentLg{
        padding-bottom: 10em;
    }
}

    /* --------------------Acordeon-------------------- */

#accordionContentLg .accordion-item {
    margin: 0px 0px 11px 0px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border-top: 1px solid #E6E6E6;
}

#accordionContentLg .accordion-button {
    background-color: transparent;
    font-size: 18px;
}

#accordionContentLg p {
    font-weight: 200;
}

/* on Phone */


#accordionContent {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 24px;
    margin-bottom: 2rem;
    margin-bottom: 40vh;
}

#accordionContent_h2 {
    padding: 20px 0px 20px 0px;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #002133;

}

#accordionContent .accordion-item {
    margin: 10px 0px 10px 0px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border-top: 1px solid #E6E6E6;
}


#accordionContent .accordion-button {
    background-color: transparent;
}

#accordionContent p {
    font-weight: 200;
}