@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    font-family: 'Poppins',sans-serif;
}
/*
CONTAINER MAIN
*/
.container{
    max-width: 1200px;
    position: relative;
}

/*
CARGA INICIAL
*/
.loader{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
.loader.disabled{
    display: none;
}
.container__all{
    position: relative;
    right: 0;
    transition: all 300ms;
}

header{
    width: 100%;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 300ms;
    
}



.move_content{
    right: 180px;
    
}

.container__header{
    position: relative;
    height: 100%;  
    display: flex;
    justify-content: space-between; 
    margin: auto;
    padding: 0px 20px;
}

header .logo{
    margin-top: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.logo video{
   position: absolute;
   /* top: 2%;
   left: 0%;
   width: 100%;
   height: 100%;
   margin-right: 40px; */
   float: left;
   top: 0;
   bottom: 0;
   left: -70%;
   right: 230px;
   width: 100%;
   height: 100%;
   margin: auto;
   
}

video::-webkit-media-controls {
    display: none;
}

.container__nav{
    position: relative;
    height: 100%;
}

nav{
    height: 100%;
    
}

nav ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

nav ul li{
    margin: 0px 20px;
    list-style: none;
    
}
nav ul li a:hover{
    /* color: #FEBA0B; */
     background: #eeba2b; /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #eeba2b, #feba0b); /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #eeba2b, #feba0b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 1px 1px 10px 0px #00000010;
    transition: all 300ms ease;
    
    
}

#zoom:hover {
  -ms-transform: scale(1.115); /* IE 9 */
  -webkit-transform: scale(1.115); /* Safari 3-8 */
  transform: scale(1.135); 
  cursor: pointer;
  transition: all 330ms ease;
  
}

nav ul li a{
    color: #373737;
    font-size: 14px;
    transition: all 0.3s ease;
}

.select{
    background: #359EF9;
    padding: 10px 30px;
    color: white;
    border-radius: 20px;
}

.nav_mod{
    height: 70px;
    box-shadow: 1px 1px 10px 0px #00000010;
    background: rgba(255, 255, 255, 1);
}

.navbar__toggle .bar{
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background: #373737;
}

/*COVER*/

.cover{
    width: 100%;
    padding-bottom: 60px;
    font-family: 'Poppins', sans-serif;
    margin-top: 100px;
}

.container__cover{
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;

    background-image: url(../images/background-cover.svg);
    background-size: cover;
    background-position: bottom;
}

.cover .container__info{
    max-width: 400px;
    margin-top: 40px;
    z-index: 2;
}

.cover h1{
    max-width: 400px;
    font-size: 60px;
    font-weight: 900;
    color: #373737;
}

.cover h2{
    font-size: 60px;
    font-weight: 900;
    color: #FEBA0B;
    margin-top: -30px;
   
}

.cover p{
    margin-top: 10px;
    color: #373737;
    margin-bottom: 30px;
}

#cover_H2{
   text-align: center !important;
   text-shadow: 2px 2px 5px #5b5959;
}
.btn{
    padding: 7px 32px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    border-radius: 10px;
    color: #fff;
}
.btn__nosotros{
    background: #242424;
}
.btn__nosotros:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background: #373737;
    color: #eeba2b;
    transform: scale(1.10023);
    transition: all 0.3s ease;
}
/* .cover input[type="button"]{
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: white;
    background: #FEBA0B;
    border-radius: 20px;
    box-shadow: 1px 1px 30px -5px #20202049;
    cursor: pointer;
    transition: box-shadow 500ms;
}

.cover input[type="button"]:hover{
    box-shadow: 1px 1px 30px -5px #20202085;
} */

.container__info p{
    text-align: justify;
}
.container__vector{
    position: relative;
}

.container__vector img{
    position: absolute;
    top: 5px;
    bottom: 10px;
    right: 22px;
    width: 570px;
    animation: move_vector 6s ease-in-out infinite;
    box-shadow: 1px 1px 30px -5px #20202085;
    transition: all 300ms;
}

@keyframes move_vector {
    0%{
        transform: translateY(10px);
    }
    25%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(10px);
    }
}
/*Whatsapp icon flotante*/
.whatsapp__circle{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 10px;
    height: 80px;
    width: 80px;
    background-image: url('../images/iconos/whatsapp.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
}
.whatsapp__circle:hover{
    transition: all 0.3s ease-in-out;
    transform: rotate(-15deg) scale(1.1200);
}
/*¡NO TOCAR CODIGO DE AQUÍ DEBAJO!*/


/*MUESTRA*/


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

:root{
    --color-esqueleto:#EFF3F5;
}


.container__article{
    padding: 0px 45px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
}

/*
Card
*/

.container__article .box__article{
    position: relative;
    width: 280px;
    height: auto;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem;
    font-family: 'Poppins',sans-serif;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    
}
.box__article-img{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
}
.box__article-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.box__content{
    position: relative;
    width: 100%;
    padding: 20px 10px;
    display: grid;
    place-items: center;
}
.btn__card{
    display: inline-block;
    background-color: #242424;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.btn__card:hover{
    background-color: #2e2e2e;
    color: #f1f1f1;
}
.box__content-details{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.box__content-details div h3{
    font-size: 19px;
}
.box__price{
    color: #535050;
    font-weight: 700;
    
}
.box__price-descript{
    padding-left: 10px;
}
.box__content h3{
    font-size: 1rem;
}
.box__content-decrip{
    width: 100%;
    position: relative;
}
.box__content-decrip h4{
    font-size: 16px;
    margin-top: 4px;
    color: #373737;
}
.box__content-decrip p{
    font-size: 16px;
    margin: 0;
}
.box__content-colours{
    display: flex;
    flex-wrap: wrap;
}
.box__content-colours .color1{
    display: block;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #13100b;
    border-radius: 50%;
}
.box__content-colours .color2{
    display: block;
    background: #3a2c2f;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0px 2px;
}
.box__content-colours .color3{
    display: block;
    background: #8e9599;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.box__article:hover{
    transition: all 0.3s ease;
    transform: scale(1.103);
}
/*Style section Muebleria*/

#muebleria{
    /* background: #e0dddd; */
    background-image: linear-gradient(135deg, #fdfcfb 10%, #e2d1c3 100%);
    padding-top: 3px;
}
#filtros{
    padding-top: 3px;
    background: #e2d1c3;  /* fallback for old browsers */
    background: linear-gradient(to bottom, rgba(226, 209, 195, 0.5), #ffffff) /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#cortinas-roller{
    background: #f4f4f9;
    padding-top: 3px;
    display: flex;
    justify-content: center;
}

/* Seccion de filtros */
#filtros{
    position: relative;
    display: flex;
    justify-content: center;
}
.descuento__icon{
    display: inline-block;
    position: absolute;
    top: -90px;
    right: 40px;
    text-align: center;
}
.descuento__icon img{
    height: 250px;
}
.descuento__icon h4{
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(#e00024 100%,#fff 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filters-text{
    padding: 25px 20px;
    font-family:'Poppins', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.filters-text h3{
    font-size: 2rem;
}
.filters-text p{
    padding-top: 25px;
    text-align: left;    
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.filters-text ul li{
    padding-bottom: 15px;
    font-family:'Poppins', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;  
    font-size: 17px;
}
.filter__btn{
    padding: 2px 5px;
    background-color: #2472aa;
    font-family: 'Poppins',sans-serif;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9rem;
}
.filter__btn:hover{
    background-color: #105d95;
}
/*STYLE SECTION BANNER FILTROS*/
.filter__banner{
    font-family: 'Poppins', sans-serif;
    height: 400px;
    width: 100%;
    background-image: url('../images/banner/woman-water.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
    border-radius: 5px;
}
.filter__img{
    position: relative;
    width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px -20px rgba(0, 0, 0, 0.1);
}
.filter__img img{
    position: absolute;
    top: 1rem;
    left: 0;
    height: 100%;
    width: 100%;
}

#testimonials{
    padding-top: 3px;
}
/*Style section Testimonials*/
.testimonials{
    padding: 20px 100px;
}
.testimonials h2{
    text-align: center;
}
.testimonials p{
    font-size: 1.1rem;
    text-align: center;  
    margin-bottom: 1rem; 
}
.testimonials__container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
    

.testimonials__card{
    width: 500px;
    height:300px;
    background: #c9d9f2;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 10px 2px #a9a1a1;
    margin: 2rem;
}
.testimonials__card p{
    text-align: left;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.testimonials__card p i{
    font-size: 1.5rem;
    color: #FEBA0B;
}
.testimonials__card h3{
    text-align: left;
}

.testimonials .avatar {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    object-fit: cover;
    object-position: center;   
    box-shadow: 3px 3px 10px 2px #292828;
}

/*AQUI COMIENZA EL FOOTER*/

footer{
    width: 100%;
    padding: 50px 0px;
    font-family: 'Nunito', sans-serif;
    *background-color: var(--color-esqueleto);
    background-image: url("../images/background-footer.svg");
    background-size: cover;

    /*webkit-mask-image: url("../Images/background-footer.svg");
    mask-image: url("../Images/background-footer.svg");
    -webkit-mask-size: cover;
    mask-size: cover;*/
}

.container__footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    padding-top: 100px;
}
.container__footer h3{
    color: #373737;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.box__footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.box__footer .logo{
    position: relative;
    border-radius: 50%;
    width: 220px;
    height: 230px;
    overflow: hidden;
    margin: 15px 40px 0px 40px;
}

.box__footer .logo img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box__footer .terms{
    max-width: auto;
    font-weight: 500;
    color: #7a7a7a;
    font-size: 17px;

}

.footer__bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.footer__bottom a{
    margin-top: 10px;
    color: #7a7a7a;
    font-weight: 600;
    transition: all 0.3s ease;
}
.footer__bottom a i{
    font-size: 40px;
    margin: 10px;
}

.footer__bottom a:hover{
    opacity: 0.8;
    color: #2081e2;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p{
    margin-top: 20px;
    color: #7a7a7a;
}

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #7a7a7a;
}

/*STYLE SECTION CORTINA CARD*/
.cortinas__content{
    padding: 0px 95px;
    display: flex;
    justify-content: center;
}
.cortina__content{
    display: flex;
    justify-content: center;
}
.cortina__card{
    position: relative;
    word-wrap: word-break;
    height: 100%;
    width: 600px;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem;
    font-family: 'Poppins',sans-serif;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    text-align: left;
}
.cortina__icon-uv{
    position: absolute;
    z-index: 99;
    height: 50px;
    width: 50px;
    top: 3px;
    left:3px;
    background-image: url('../images/iconos/proteccion.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.cortina__description{
    padding: 6px 10px;
    width: 400px;
}
.cortina__description h3{
    color: #53565a;
    font-size: 2.3remsss;
}
.cortina__description p{
    margin: 0px;
}
.cortina__colours{
    display: flex;
}
.cortina__colours .color1{
    display: block;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #13100b;
    border-radius: 50%;
    margin: 5px;
}
.cortina__colours .color2{
    display: block;
    background: #a52a2a;
    height: 20px;
    width: 20px;
    border: 1px solid #13100b;
    border-radius: 50%;
    margin: 5px;
}
.cortina__colours .color3{
    display: block;
    background: #53555b;
    height: 20px;
    width: 20px;
    border: 1px solid #13100b;
    border-radius: 50%;
    margin: 5px;
}
.cortina__info{
    font-family: 'Poppins',sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cortina__info h3{
    margin: 1.5rem 0;
    font-size: 1.5rem;
    text-align: center;
}
.cortina__row{
    display: flex;
    padding: 30px;
}

.cortina__col{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cortina__col h4{
    margin: 1rem 0;
    font-size: 1.2rem;
}
.cortina__col ul{
    text-align: left;
}


/*STYLE NEW OF FILTER*/
.filtros__subtitle{
    text-align: center !important;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
    background: -webkit-linear-gradient(#105d95,#e1e1db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: tomato;  
}
.filter__info{
    position: relative;
    height: 100%;
    width: 100%;
}
.filter__info-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.filter__info-img{
    position: relative;
    height: 600px;
    width: 600px;
    background-color: rgba(93, 156, 158, 0.3);
    border-radius: 10px;
}
.filter__info-img img{
    position: absolute;
    top: 1rem;
    left: 0;
    height: 100%;
    width: 100%;
}
/*Efecto hover*/
.filter__info-img:hover{
    height: 700px;
    width: 700px;
}
.filter__info-decript{
    display: none;
}
/*PROYECTOS ESTILOS*/
#proyectos{
    background-color: #fff;
    padding-top: 3px;
}
.proyectos__container{
    padding: 0 95px;
}
.proyectos__title{
    text-align: center;
}
.proyectos__content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.proyectos__card{
    height: 400px;
    width: 520px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 1rem;
}
.proyectos__card img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.proyectos__card-info{
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 12px 20px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.65);
}
.proyectos__card-info h3{
    text-transform: uppercase;
    color: #f1f1f1;
    font-weight: 700;
    font-size: 1.3rem;
}
/*
***************************************************
***************************************************
************Media Query Breakpoints****************
***************************************************
***************************************************
*/
/*SCREEN MOVIL, TABLE, LAPTOP and Desktop*/
@media screen and (max-width: 1200px){
    .container{
        max-width: 1200px;
    }    
}

/*SCREEN MOVIL, TABLE and LAPTOP*/
@media screen and (max-width: 992px){
    .container{
        max-width: 992px;
    }
    .logo video{
        left: -60%;
    }
    /*STYLE DESCUENTO*/
    .descuento__icon{
        top: -90px;
        right: 30px;
    }
    /*STYLE HEADER*/
    .container__cover{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .container__vector img{
        position: relative;
    }
    .container__vector img{
        width: 460px;
    }
    .container__vector img{
        width: 350px;
    }
    /*STYLE SECTION CORTINAS ROLLER*/
    .cortinas__container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cortina__description{
        width: 100%;
        padding: 30px;
    }
    .cortina__row{
        flex-direction: column;
    }
    .cortina__col{
        width: 100%;
    }
    .cortina__col p{
        text-align: left;
    }
    .cortina__col img{
        height: 300px;
    }
    .cortina__col ul{
        margin-left: 25px;
    }
    .cortinas__container{
        padding: 0px 40px;
    }
    .cortina__card{
        flex-direction: column;
        width: 450px;
        height: auto;
    }    
}

/*SCREEN MOVIL and TABLE*/
@media screen and (max-width: 768px){
    .container{
        max-width: 768px;
    }
    /*MENU NAVIGATION LOGO*/
    .logo video{
        right: 130px;
    }
    /*STYLE HEADER*/
    .container__vector{
        position: relative;
    }
    .container__vector img{
        position: absolute;
    }
    /*NEW STYLE MOBILE IPHONE*/
    .container__info h1{
        font-size: 2.8rem;
    }
    .container__info h2{
        font-size: 3.3rem;
    }
    .container__nav{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .navbar__toggle .bar{
        display: block;
    }

    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

    nav{
        height: 100%;
        background: #F1FAFF;
        position: fixed;
        top: 0;
        right: -180px;
        padding: 0 40px;
        transition: all 300ms;
        
    }

    .move_nav{
        right: 0px;
    }

    nav ul{
        flex-direction: column;
    }

    nav ul li{
        margin: 20px 0px;
    }

    .container__vector img{
        transform: scale(0);
        animation: none;
    }
    /*STYLE TARJETA O CARD*/
    .box__content{
        place-items: start;
    }
    .box__article-img{
        height: 280px;
    } 
    
    /*STYLE DESCUENTO*/
    .descuento__icon-container{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .descuento__icon{
        top: -60px;
        left: 0;
        position: relative;
    }
    .descuento__icon img{
        height: 150px;
    }
    /*STYLE SECTION FILTROS*/
    .filters-text ul li{
        margin: 0 15px;
        padding: 0px;
    }
    .filters-text p{
        font-size: 1.1rem;
    }
    .filter__banner{
        justify-content: center;
        align-items: center;
    }
    .filter__info-img{
        height: 300px;
    }
    .filtros__subtitle{
        font-size: 1.4rem;
    }
    /*Efecto hover*/
    .filter__info-img:hover{
        height: 400px;
        width: 400px;
    }
    /*STYLE SECTION TESTIMONIAL*/
    .testimonials{
        padding: 10px 25px;
    }
    .testimonials h2{
        font-size: 3rem;
    }

    .box__article:hover{
    transition:  0.0s ease;
    transform: scale(1);
    }
    
    .container__article .box__article{
    position: relative;
    width: 100%;
    height: 100%;
    }
    /*STYLE SECTION PROYECT*/
    .proyectos__container{
        padding: 0 16px;
    }
    .proyectos__card{
        width: 100%;
    }
    /*STYLE SECTION FOOTER*/
    .container__footer{
        padding-top:50px;
    }
    .container__footer h3{
        margin-top: 15px;
    }
    .box__footer{
        flex-direction: column;
        padding-top: 0px;
    }
    .box__footer .logo{
        margin: 35px 0;
    }
}
/*MOVIL*/
@media screen and (max-width: 576px){
    .container{
        max-width: 576px;
    }
    /*MENU NAVIGATION LOGO*/
    .logo video{
        right: 65px;
    }
    /*STYLE HEADER*/
    .cover{
        padding-bottom: 0px;
    }
    .cover h2 {
        font-size: 3.2rem;
    }
    /*STYLE SECTION CORTINAS*/
    .cortinas__content{
        flex-wrap: wrap;
        padding: 20px;
    }
    /*STYLE SECTION FOOTER*/
    .container__footer{
        padding-top: 0px;
    }
    .box__footer{
        padding: 0px 30px;
        margin-bottom: 25px;
    }
    .box__footer h2{
        margin-bottom: 5px;
    }
    /*STYLE SECTION PROYECT*/
    .proyectos__container{
        flex-direction: column;

    }
    .proyectos__card{
        width: 100%;
    }
    .proyectos__container{
        flex-direction: column;

    }
    .proyectos__card{
        width: 100%;
    }
    /*STYLE SECTION FILTROS*/
    .container__article{
        padding: 0px 10px;
    }    
}