* {
    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{
    clip-path: polygon(0 0%, 100% 0%, 100% 81%, 0% 100%);
    z-index: 10;
    position: relative;
    background-color: #310055;
    color: white;
    padding-bottom: 5em;
    height: max-content;
}
#backgroundHome{
    position: absolute;
    top: 10%;
    right: 0;
    height: 100%;
    width: auto;
    z-index: -10;
}
#backgroundHomePhone{
    display: none;
    width: 100%;
    z-index: -10;
}   

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

@media (max-width: 992px) {
    #home{
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        padding-bottom: 0em;
        height: max-content;
    }
    #home #backgroundHome{
        display: none;
    }
    #home #backgroundHomePhone{
        display: block;
        width: 100%;
    } 
    #home h1{
        line-height: 1em;
        margin-top: 2em;
    }
}

@media (max-width: 767px){
    #home h1{
        width: 100%;
    }
}

@media (max-width: 557px){
    #home h1{
        font-size: 36px;
        margin-bottom: 0em;
        margin-top: 1em;
    }
}

@media(min-width:1400px){
    #backgroundHome{
    top: 15%;
    }
}

    /* --------------------section2-------------------- */

#section2{
    padding-top: 2em;
}
h2{
    font-size: 42px;
    color: #032753;
    width: 100%;
    text-align: center;
}
.center{
    width: 100%;
    display: flex;
    justify-content: center;
}
#title-sub-center{
    margin-bottom: 4em;
}
#title-sub-center h2{
    margin-bottom: .5em;
}
#title-sub-center p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight:300;
    padding: 0 5em;
}

#pet-description{
    align-items: center;
    margin-bottom: 5rem;
}
#pet-description h2{
    text-align: left;
    margin-bottom: .5em;
}
#pet-description img{
    width: 100%;
    height: auto;
    border-radius: .5em;
}
#pet-description p{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 2.5em;
}
#pet-description span{
    background-color: #9bede751;
    padding: 0.8em 1em;
    border-radius: 2em;
    font-size: 14px;
    font-weight: 500;
}
.iconos-pet{
    width: 3.5em;
    height: auto;
    margin-bottom: 1em;
}
.card-pet{
    border: solid 1px rgba(1, 1, 1, 0.1);
    padding: 2em 1em;
    border-radius: .5em;
    margin-top: 1em;
}
#padding-card{
    padding: 0 1em;
}
.card-pet h3{
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.card-pet p{
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.card-little-pet{
    border: solid 1px rgba(1, 1, 1, 0.1);
    padding: 1em 1.5em;
    border-radius: .5em;
    height: 100%;
    position: relative;
}
.card-little-pet strong{
    font-size: 48px;
    color: rgba(162, 181, 222, 0.554);
    font-weight: 400;
}
.card-little-pet h3{
    font-size: 22px;
}
.card-little-pet p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.col-md-3:nth-child(-n+4) .card-little-pet::before {
  content: "";
  position: absolute;
  top: 2em;
  right: 0;
  transform: translateX(50%);
  width: 1.5em;
  height: .1em;
  background: rgba(187, 205, 243, 0.441);
}
#pet-acompañamiento{
    align-items: center;
    margin-bottom: 5rem;
}
#pet-acompañamiento h2{
    text-align: left;
    margin-bottom: .5em;
}
#pet-acompañamiento img{
    width: 80%;
    height: auto;
    margin-left:10%;
    border-radius: .5em;
}
#pet-acompañamiento p{
    font-weight: 300;
    font-size: 16px;
}
#preguntas-frecuentes{
    margin-bottom: 15em;
}
#preguntas-frecuentes p{
    width: 100%;
    text-align: center;
}
/* Acordiones */
#accordionContentLg{
    width: 100%;
}

#accordionContentLg .accordion-item{
    margin:0px 0px .5em 0px ;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    padding: 0 0;
}
#accordionContentLg .accordion-button{
    background-color: transparent;
    width: 100%;
}

#accordionContentLg p{
    font-weight: 200;
}
.accordion-header:focus-visible {
    outline: 2px solid var(--orange);
    border-radius: 6px;
}

@media(max-width:991px){
    h2{
        font-size: 30px;
    }
    #title-sub-center p{
    padding: 0 0;
    }
    #title-sub-center{
    margin-bottom: 1em;
    }
    .col-md-3:nth-child(-n+4) .card-little-pet::before {
    display: none;
    }
    #pet-acompañamiento img{
        width: 100%;
        margin-left:0%;
    }
}