@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Frank+Ruhl+Libre:wght@300..900&family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Marcellus&display=swap');



@keyframes appear
{
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}  


#practices
{
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding: 10% 0;
    /* background-color: aqua; */
}
#practices h2
{
    margin: auto 5%;
    font-weight: bold;
    color: #4B3900;
    /* background-color: rgb(72, 172, 172); */
}
.cont-check
{
    margin:auto 5%;
    /* background-color: blanchedalmond; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.checks
{
    width: 250px;
    margin:3% 1%;
    padding: 10px;
    transition: 500ms;
    /* background-color: chartreuse; */
}
.checks:hover
{
    background-color: #FEEEBC;
    transition: 500ms;
    transform: scale(1.1);
}
.checks-description
{
    /* background-color: blueviolet; */
    height: 100px;
}
.checks-description p
{
    text-align: center;
    font-family: Cormorant Garamond,sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #4B3900;
}
.checks-icon
{
    display: flex;
    justify-content: center;
    /* background-color: brown; */
}
.fa-circle-check
{
    font-size: 4rem;
    color: #997609;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.507));
}
.practices-text
{
    margin: 5% 5%;
    /* background-color:#292105; */
}
.practices-text p
{
    text-align: center;
    font-family: Cormorant Garamond,sans-serif;
    color: #997609;
    font-size: 1.8rem;
}




/* gallery */
.galeria
{
    /* background-color: #997609; */
    display: flex;
    justify-content: center;
}
.imagenes
{
    margin: auto 5%;
    columns: 4 ;
    gap: 20px;
    padding: 20px;
    background-color: #1E1E1E;
}
.galeria img
{
    height: 450px;
    width: 100%;
    animation: appear  linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}

/*  */





/* boxes */
#caracteristica
{
    margin-top: 10%;
    /* background-color: #4B3900; */
    padding: 20px;
}
.cont-boxes
{
    margin:auto 4%;
    /* background-color: #FEEEBC; */
    display: flex;
    justify-content: center;
}
.box1
{
    width: 100%;
    /* background-color:#ffff ; */
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.623);
}
.box1 h2
{
    font-size: 1.5rem;
    font-weight: bold;
    color: #997609;
}
.box1 ul li
{
    font-family: Cormorant Garamond,sans-serif;
    font-weight: 800;
    color: #4B3900;
    font-size: 1.3rem;
}
.box1 ul
{
    list-style-position: inside;
    /* background-color:aquamarine ; */
    margin:4% 8%;
    height: 250px;
    text-align: center;

}
.box1 p
{
    /* background-color: antiquewhite; */
    margin: 4% 8%;
    text-align: center;
    font-size: 1.4rem;
    color: #1E1E1E;
}

/*  */



/* choose */
#choose
{
    background-color: #3C3C3C;
    padding: 5%;
}
#choose h2
{
    margin: auto 5%;
    font-weight: bold;
    color: #EED27D;
    text-align: left;
}
.cont-choose
{
    margin: auto 5%;
    /* background-color: antiquewhite; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choose-card
{
    margin: 1%;
    /* background-color: aqua; */
    width: 250px;
    color: #FEEEBC;
    font-size: 1.5rem;
    font-family:Cormorant Garamond,sans-serif;
}
.choose-card p
{
    height: 80px;
}
.choose-card
{
    text-align: center;
}
.barrita
{
    width: 100%;
    height: 5px;
    background-color: #997609;
    box-shadow: 0px 5px 15px #EED27D;
}
/*  */



.paind-brands
{
    margin: 10% 5%;
    overflow: hidden;
    border-radius: 10px;
    border:#1E1E1E solid 3px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.paind-brands h2
{
    margin: 10px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #997609;
    text-align: center;
}
.brands
{
    margin: 3% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands img
{
    margin: 0 20px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.623));
}

@media (max-width: 576px) {
    .brands
{
    flex-direction: column;
}
.brands h2
{
    font-size: 1.1rem;
}
.brands img
{
    margin: 20px 0;
}
    .imagenes
    {
        columns: 1;
    }
    /* .imagenes img
    {
        height: 200px;
    } */
    #practices h2
    {
        font-size: 1.3rem;
        text-align: justify;
    }
    .practices-text p
    {
        font-size: 1.2rem;
    }
    .checks-description p
    {
        font-size: 1.3rem;
    }
    .fa-circle-check
    {
        font-size: 3rem;
    }
    .checks
    {
        width: 170px;
    }
    .cont-boxes
    {
        flex-wrap: wrap;
    }
    .box1 ul
    {
        text-align: left;
        height:auto;
    }
    .box1 h2
    {
        font-size: 1.3rem;
        margin: 5% auto;
    }
    .box1 p
    {
        margin: 10% 8%;
        font-size: 1.2rem;
        text-align:justify;
    }
    #choose h2
    {
        font-size: 1.3rem;
    }
}


@media (min-width: 576px) {
     
 .imagenes
    {
        columns: 2;
    }
    .box1 ul
    {
        text-align: left;
        height:auto;
    }
    .cont-choose
    {
        display: flex;
        justify-content:flex-start;
    }
    .choose-card
    {
        width: 30%;
    }
    .cont-boxes
    {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px){
.brands
{
    flex-direction: column;
}
.brands h2
{
    font-size: 1.1rem;
}
.brands img
{
    margin: 20px 0;
}
} 
@media (min-width:768px) {


    .imagenes
    {
        columns: 2;
    }
    .box1 ul
    {
        text-align: left;
        height:auto;
    }
    .cont-choose
    {
        display: flex;
        justify-content:flex-start;
    }
    .choose-card
    {
        width: 30%;
    }
}



@media (min-width: 992px) {
    .cont-choose
    {
        display: flex;
        justify-content:center;
    }
    .choose-card
    {
        width: 250px;
    }
    .cont-boxes
    {
        flex-wrap:nowrap;
    }
    .imagenes
    {
        columns: 4;
    }
}