
@font-face {
    font-family: 'noto_sansbold';
    src: url('../fonts/notosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/notosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansbold_italic';
    src: url('../fonts/notosans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/notosans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansitalic';
    src: url('../fonts/notosans-italic-webfont.woff2') format('woff2'),
         url('../fonts/notosans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'noto_serifbold';
    src: url('../fonts/notoserif-bold-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_serifbold_italic';
    src: url('../fonts/notoserif-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_serifitalic';
    src: url('../fonts/notoserif-italic-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'noto_serifregular';
    src: url('../fonts/notoserif-regular-webfont.woff2') format('woff2'),
         url('../fonts/notoserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'winter_sundayregular';
    src: url('../fonts/winter_sunday-webfont.woff2') format('woff2'),
         url('../fonts/winter_sunday-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6{

}

p{
    font-size: 14px;
}

a,
button{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  text-decoration: none!important;
}

a:hover,
button:hover{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}


html,
body{
	font-family: 'noto_serifregular';
    font-style: normal;
    color: #000;
    overflow-x: hidden;
}

.logo-img {
    width: 55%;
}

header{
    padding: 0 10px;    
}

.home header{
    background: #859da9;

}

header .nav-link {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    display: flex;            /* Activa flexbox */
    justify-content: center;  /* Centra horizontalmente */
    align-items: center;      /* Centra verticalmente */
    text-align: center;       /* Asegura que el texto se alinee bien */
}


.home header .nav-link{
    color:  #fff;
}

/* Selecciona el enlace de "Quote" sin usar el id */
.navbar-nav .nav-link[href$="/quote/"] ,
.navbar-nav .nav-link[href$="/cotizar/"]{
    border: 1px solid #c6d843;
    border-radius: 4px; /* Opcional */
    padding: 5px;       /* Opcional */
    display: inline-block; /* Asegura que el borde abarque todo el contenido */
}


header .nav-link:hover,
header .navbar-nav .nav-link.active, 
header .navbar-nav .nav-link.show{
    background: #1c414a;
    border-radius: 50%;
    height: 115px;
    width: 115px;
    color: #fff;
}

.menu-item {
    padding: 0 3em;
}


.bg-azul{
    float: left;
    width: 100%;
    background: #859da9;
    padding: 4rem 0 6rem;
}

.bg-azul h1{
    font-family: 'winter_sundayregular';
    color: #fff;
    font-size: 60px;
}

.bg-azul h1 span{
    font-family: 'noto_serifregular';
    color: #fff;
}

.bg-azul img{
    height: 100%;
    object-fit: cover;
}

.bg-azul p{
    color: #1c414a;
    font-size: 14px;
    margin: 3rem 0;
}

.bg-azul a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid;
    width: 100%;
    text-align: center;
    display: block;
    padding: 1rem;
}


.bg-azul a:hover{
    color: #859da9;
    background: #fff;
}

.ideas{
    float: left;
    padding: 6rem 0 8rem;
    width: 100%;
    position: relative;
}

.ideas h2{
    font-family: 'winter_sundayregular';
    font-size: 80px;
    text-align: center;
    color: #1c414a;
}

.ideas h2 span{
    font-family: 'noto_serifregular';
    text-transform: uppercase;
    color: #000;
}

img.cuidan{
    width: 10%;
    left: 10%;
    bottom: 15%;
    position: absolute;
}

.ideas video{
    margin: 3rem 0;
}

.ideas p{
    text-align: center;
    font-size: 14px;
}

.ideas a{
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 4rem 0;
    font-size: 16px;
    justify-content: center;
}

.carousel-principal img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.carousel-principal .flickity-prev-next-button{
    top: -15%;
}

.carousel-principal .flickity-prev-next-button.previous{
    left: 90%;
}

.carousel-principal .flickity-prev-next-button.previous{
    background: url(../img/flecha-blanca.svg)no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 0;
    transform: rotate(270deg);
}

.carousel-principal  .flickity-prev-next-button.next{
    background: url(../img/flecha-blanca.svg)no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 0;
    transform: rotate(90deg);
}

.carousel-principal .carousel-cell{
    width:100%;
}

.proyectos{
    padding: 4rem 0;
}

.proyectos h2{
    font-family: 'noto_serifregular';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6rem;
}

.proyectos .flickity-prev-next-button{
    top: -20%;
}

.proyectos .flickity-prev-next-button.previous{
    left: 90%;
}

.proyectos .carousel{
    padding-bottom: 0;
}

.proyectos .carousel-cell{
    padding: 6rem 2rem 3rem 0;
    width: 40%;
    margin-right: 4rem;
}

.proyectos .carousel-cell.is-selected{

}

.proyectos .carousel-cell a{
    text-align: left;
    width: 100%;
    display: block;
}

.proyectos .carousel-cell img{
    margin-bottom: 2rem;
}

.proyectos .carousel-cell.is-selected img{
    transform: scale(1.15); /* Equal to scaleX(0.7) scaleY(0.7) */
    margin-bottom: 5rem;
}

.proyectos a.contorno{
    border: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    padding: 1rem;
}

.proyectos a.contorno:hover{
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.procesos{
    width: 100%;
    float: left;
    padding: 5rem 0 7rem;
}

.procesos h2{
    font-family: 'noto_serifregular';
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.procesos p{
    font-size: 14px;
}

.procesos .carousel-cell{
    width: 28%;
    padding: 4rem 0;
    font-size: 14px;
}

.procesos .carousel-cell h5{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #1c414a;
    font-size: 15px;
    padding: 1rem 10px;
    margin-bottom: 3rem;
    width: 100%;
    float: left;
}

.procesos .carousel-cell p{
    width: 80%;
}

.procesos .flickity-prev-next-button{
    top: -55%;
}

.procesos .flickity-prev-next-button.previous{
    left: 90%;
}

.bg-claro-oscuro{
    background: linear-gradient(to right, #859da9 50%, #1c414a 50%);
    padding: 10rem 3rem ;
    margin-bottom: 4rem;
}

.bg-claro-oscuro h3{
    font-family: 'noto_serifregular';
    color: #fff;
    font-size: 30px;
}

.bg-claro-oscuro h3 span{
    font-family: 'winter_sundayregular';
    color: #fff;
    font-size: 50px;
}

.bg-claro-oscuro p.oscuro{
    font-size: 20px;
    color: #1c414a;
    padding: 3rem 0 6rem;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto none!important;
}

footer{
    border-top: 1px solid;
    padding: 4rem 0 2rem;
    background: #fff;
    margin: 6rem 0 0;
    width: 100%;
    float: left;
}

footer h4{
    font-family: 'noto_sansregular';
    margin-bottom: 3rem;
    font-weight: normal;
}

footer a,
footer .nav-link{
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'noto_sansregular';
    margin-bottom: 1rem;
}


footer a:hover,
footer .nav-link:hover{
    color: #1c414a;
}

footer .copyright{
    font-family: 'noto_sansregular';
}

footer ul,
footer .menu-item{
    padding: 0;
    margin: 0;
    list-style: none;
}


.redes {
    position: fixed;
    top: 48%;
    right: 2%;
    z-index: 999;
}

.redes ul{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.redes a{
    display: block;
    float: right;
}

.rotar-izquierda{
   transform: rotate(90deg); 
}

a.flecha span{
    margin-left: 1rem;
}

.flickity-prev-next-button .flickity-button-icon{
    display: none;
}

.proyectos .flickity-prev-next-button.previous,
.procesos .flickity-prev-next-button.previous{
    background: url(../img/flecha.svg)no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 0;
    transform: rotate(270deg);
}

.proyectos .flickity-prev-next-button.next,
.procesos .flickity-prev-next-button.next{
    background: url(../img/flecha.svg)no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 0;
    transform: rotate(90deg);
}

.procesos .flecha{
    float: right;
}

.nosotros h1,
.about-us h1{
    font-family: 'noto_serifregular';
    color: #000;
    font-size: 70px;
    text-transform: uppercase;
}

.nosotros p,
.about-us p{
    margin-bottom: 4rem;
}

.nosotros h1 span,
.about-us h1 span{
    font-family: 'winter_sundayregular';
    color: #000;
    font-size: 100px;
    text-align: right;
    display: block;
    line-height: 40px;
    text-transform: lowercase;
    margin-bottom: 3rem;
}


.nosotros h2,
.about-us h2{
    text-transform: uppercase;
    color: #1c414a;

}

.category h1{
    font-size: 50px;
    text-transform: uppercase;
    margin: 8rem 0 2rem;
}

.category p{
    margin-bottom: 6rem;
}

.category a.flecha{
    text-transform: uppercase;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
}

.bg-azulito{
    background: #859da9;
    padding: 8% 0;
    margin-top: 4rem;
}

.category-inspiracion .bg-azulito h2,
.category-inspiration .bg-azulito h2{
    color: #fff;
    text-transform: initial;
    font-family: 'noto_serifregular';
    text-align: center;
    font-size: 30px;
}

.category-inspiracion .bg-azulito h2 span,
.category-inspiration .bg-azulito h2 span{
    font-family: 'winter_sundayregular';
    font-size: 70px;
}



.bg-azulito a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid;
    width: 100%;
    text-align: center;
    display: block;
    padding: 1rem;
    margin: 2rem 0;
}


.bg-white{
    background: #fff;
}

 .nav-tabs a.flecha{
    font-size: 16px;
    border: 0;
    color: #000;
 }

 a.flecha.d-flex.align-items-center.nav-link.active{
    color: #1c414a;
 }

  
.nav-tabs .rotar-abajo {
     width: 12px;
     height: 12px;
     margin: 14px 3rem;
     transform: rotate(0deg);
     transition: transform 0.3s ease;
 }

.nav-tabs .nav-link.active .rotar-abajo {
     display: inline; /* Mostrar solo si la pestaña está activa */
     transform: rotate(180deg); /* Puedes ajustar la rotación si lo prefieres */
 }

 .nav-tabs .nav-link.active .rotar-abajo path{
    fill: #000;
 }

.nav-tabs .nav-link .rotar-abajo {
  /*   display: none; /* Ocultar flecha en pestañas inactivas */
 }

.nav-tabs .nav-link.active .rotar-abajo {
    transform: rotate(180deg);
}



.category-productos .nav-tabs  .nav-link,
.category-products .nav-tabs  .nav-link,
.category h2, 
.category .nav-tabs  .nav-link{
    text-transform: uppercase;
    font-size: 18px;
     color: #000;
    border: 0;
}

.rotar-abajo {
    transform: rotate(180deg);
    width: 50%;
    float: right;
}

.category-productos .nav-tabs,
.category-products .nav-tabs,
.category .nav-tabs {
    margin-bottom: 4rem;
    border: 0;
}

.category-blog h2,
.category-blog-en h2{
    margin-top: 2rem;
}

.category-blog p,
.category-blog-en p {
    margin-bottom: 1rem;
}

.category-blog span,
.category-blog-en span{
    font-size: 14px;
}

.category-blog span img,
.category-blog-en span img{
    margin-left: 1rem;
    width: 20px;
    height: 20px;
}

.category-blog img.w-100.wp-post-image,
.category-blog-en img.w-100.wp-post-image{
    margin-top: 4rem;
}

.page-contacto{
    margin-top: 6rem;
}

.page-contacto h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 4rem;
}

.page-contacto p a{
    font-size: 16px;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

.page-contacto form{
    margin: 8rem 0 4rem;
}

.page-contacto input,
.page-contacto textarea{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    color: #000;
    padding: 10px 0;
}


.page-contacto input.wpcf7-form-control.wpcf7-submit.has-spinner{
    width: auto;
    padding: 1rem 0;
    float: left;
    background: transparent;
    text-align: left;
    border: 0;
    font-family: 'noto_serifbold';
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


.single-post .category-productos h1,
.single-post .category-products h1{
    font-size: 70px;
    text-transform: uppercase;
    margin: 6rem 0;
}

.single-post .category-productos a.d-flex.align-items-center,
.single-post .category-products a.d-flex.align-items-center{
    font-size: 14px;
    margin-bottom: 5rem;
}

.single-post  .category-productos a img.rotar-izquierda,
.single-post  .category-products a img.rotar-izquierda{
    margin-left: 1rem;
    width: 26px;
    height: 26px;
}


.single-post  .category-productos img,
.single-post  .category-products img{
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.single-post .category-productos.category-herrajes img, 
.single-post .category-products.category-ironmongery img{
    height: auto;
    width: auto;
}

.single-post .category-blog h1,
.single-post .category-blog-en h1{
    text-align: center;
    margin: 4rem 0 1rem;
}

.single-post .category-blog .fecha,
.single-post .category-blog-en .fecha{
    text-align: center;    
    font-family: 'noto_serifitalic';
    margin-bottom: 6rem;

}
.category-productos img.w-100.mb-2.wp-post-image,
.category-products img.w-100.mb-2.wp-post-image,
.category-inspiracion img.w-100.wp-post-image,
.category-inspiration img.w-100.wp-post-image,
.category-laminados img.wp-post-image,
.category-laminated img.wp-post-image,
.category img.wp-post-image{
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.single-post .category-inspiracion img.w-100.pb-15,
.single-post .category-inspiration img.w-100.pb-15{
    height: 430px;
    object-fit: cover;
    object-position: center;

}

.proyectos .carousel-cell img,
.projects .carousel-cell img{
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;

}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.girar-lento {
    animation: girar 20s linear infinite;
}

.single-post .category-inspiracion h1,
.single-post .category-inspiration h1{
    font-size: 70px;
    text-transform: uppercase;
    margin: 6rem 0;
}

.single-post .category-inspiracion h2,
.single-post .category-inspiration h2{
    font-size: 50px;
    text-transform: uppercase;
    margin: 4rem 0;
}

.single-post .category-inspiracion p,
.single-post .category-inspiration p{
    margin-bottom: 4rem;
}

.pb-15{
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
}

.pagination .prev-btn img,
.pagination .next-btn img {
    width: 40px;
    height: auto;
    transition: opacity 0.3s ease;
}

.pagination .prev-btn img:hover,
.pagination .next-btn img:hover {
    opacity: 0.7;
}


.single-post .category-blog p,
.single-post .category-blog ol li,
.single-post .category-blog ul li,
.single-post .category-blog-en p,
.single-post .category-blog-en ol li,
.single-post .category-blog-en ul li{
    margin: 1rem 0;
    font-size: 14px;
}

.single-post .category-blog p strong,
.single-post .category-blog ol li strong,
.single-post .category-blog ul li strong,
.single-post .category-blog-en p strong,
.single-post .category-blog-en ol li strong,
.single-post .category-blog-en ul li strong{
    font-size: 14px;
    font-weight: bold;
}

@media (min-width:1909px){

    .logo-img {
        width: 70%;
    }

    img.cuidan {
        width: 10%;
        left: 17%;
        bottom: 15%;
        position: absolute;
    }

}

@media (max-width:1199px){

    html,
    body{
        text-align: center;
        overflow-x: hidden;
    }


    .logo-img {
        width: 35%;
        float: left;
    }

    
    header .nav-link{
        height: auto;
        text-align: center;
        width: 100%;
    }

    button.navbar-toggler {
        margin-top: -130px;
        margin-left: 90%;
    }

    .nosotros button.navbar-toggler ,
    .about-us button.navbar-toggler {
        margin-top: -20rem;
        margin-left: 90%;
    }

    .bg-azul h1 {
        font-size: 50px;
        margin-bottom: 6rem;
    }

    header .nav-link:hover, 
    header .navbar-nav .nav-link.active, 
    header .navbar-nav .nav-link.show{        
        color: #1c414a;
        background: transparent;
        width: 100%;
        height: auto
    }

    .ideas h2 {
        font-size: 60px;
    }

    .proyectos .flickity-prev-next-button.previous,
    .procesos .flickity-prev-next-button.previous,
    .carousel-principal .flickity-prev-next-button.previous{
        left: 75%;
    }
    
    

    .procesos .flickity-prev-next-button {
        top: 0%;
    }

    .proyectos .flickity-prev-next-button {
        top: -5%;
    }

    .procesos .carousel-cell,
    .proyectos .carousel-cell{
        width: 100%;
        text-align: center;
    }

    .procesos .carousel-cell p {
        width: 100%;
    }

    .bg-claro-oscuro{
        background: linear-gradient(to bottom, #859da9 50%, #1c414a 50%);
    }

    .bg-claro-oscuro p.oscuro {
        padding: 3rem 0 2rem;
    }

    .logo-oscuro{
        width: 20%;
        margin: 0 auto 4rem;
        display: block;
    }

    .nosotros .girar,
    .about-us .girar,
    .category-inspiracion .girar,
    .category-inspiration .girar,
    .contacto .girar,
    .contact .girar{
        width: 30% !important;
    }

    .nosotros img,
    .about-us img{
        margin-bottom: 4rem;
    }

    .nosotros h1,
    .about-us h1,
    .category h1{
        font-size: 50px;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nosotros h1 span,
    .about-us h1 span{
        font-size: 70px;
    }
    
    .category h1,
    .category-blog h1,
    .category-blog-en h1{
       font-size: 50px;
        text-align: left;
    }

    .category-blog span,
    .category-blog-en span{
        font-size: 14px;
        width: 100%;
        display: block !important;
    }

    .proyectos .carousel-cell img,
    .projects .carousel-cell img{
        object-fit: cover;
        height: 253px;
        width: 100%;
        object-position: center;
    }
    .nosotros h1, 
    .about-us h1, 
    .category h1,
    .nosotros h1 span, 
    .about-us h1 span, 
    .category h1 span{
        text-align: center;
    }

    .category-productos img.w-100.mb-2.wp-post-image, 
    .category-products img.w-100.mb-2.wp-post-image, 
    .category-inspiracion img.w-100.wp-post-image, 
    .category-inspiration img.w-100.wp-post-image,
    .category img.wp-post-image {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

}


@media (max-width:767px){

    html,
    body{
        text-align: center;
        overflow-x: hidden;
    }


    .logo-img {
        width: 35%;
        float: left;
    }

    
    header .nav-link{
        height: auto;
        text-align: center;
        width: 100%;
    }

    button.navbar-toggler {
        margin-top: -130px;
        margin-left: 90%;
    }

    .nosotros button.navbar-toggler ,
    .about-us button.navbar-toggler {
        margin-top: -20rem;
        margin-left: 90%;
    }

    .bg-azul h1 {
        font-size: 50px;
        margin-bottom: 6rem;
    }

    header .nav-link:hover, 
    header .navbar-nav .nav-link.active, 
    header .navbar-nav .nav-link.show{        
        color: #1c414a;
        background: transparent;
        width: 100%;
        height: auto
    }

    .ideas h2 {
        font-size: 60px;
    }

    .proyectos .flickity-prev-next-button.previous,
    .procesos .flickity-prev-next-button.previous {
        left: 75%;
    }

    .procesos .flickity-prev-next-button {
        top: 0%;
    }

    .proyectos .flickity-prev-next-button{
        top: -5%;
    }
    
    .carousel-principal .flickity-prev-next-button {
        top: -7%;
    }

    .procesos .carousel-cell,
    .proyectos .carousel-cell{
        width: 100%;
        text-align: center;
    }

    .procesos .carousel-cell p {
        width: 100%;
    }

    .bg-claro-oscuro{
        background: linear-gradient(to bottom, #859da9 50%, #1c414a 50%);
    }

    .bg-claro-oscuro p.oscuro {
        padding: 2rem 0 1rem;
        font-size: 18px;

    }

    .logo-oscuro{
        width: 20%;
        margin: 0 auto 4rem;
        display: block;
    }

    .nosotros .girar,
    .about-us .girar,
    .category-inspiracion .girar,
    .category-inspiration .girar,
    .contacto .girar,
    .contact .girar{
        width: 30% !important;
    }

    .nosotros img,
    .about-us img{
        margin-bottom: 4rem;
    }

    .nosotros h1,
    .about-us h1,
    .category h1{
        font-size: 50px;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nosotros h1 span,
    .about-us h1 span{
        font-size: 70px;
    }
    
    .category h1,
    .category-blog h1,
    .category-blog-en h1{
       font-size: 30px;
        text-align: left;
    }

    .category-blog span,
    .category-blog-en span{
        font-size: 14px;
        width: 100%;
        display: block !important;
    }

    .proyectos .carousel-cell img,
    .projects .carousel-cell img{
        object-fit: cover;
        height: 253px;
        width: 100%;
        object-position: center;
    }
    .nosotros h1, 
    .about-us h1, 
    .category h1,
    .nosotros h1 span, 
    .about-us h1 span, 
    .category h1 span{
        text-align: center;
    }

    .category-productos img.w-100.mb-2.wp-post-image, 
    .category-products img.w-100.mb-2.wp-post-image, 
    .category-inspiracion img.w-100.wp-post-image, 
    .category-inspiration img.w-100.wp-post-image,
    .category img.wp-post-image {
        height: 212px;
        object-fit: cover;
        object-position: center;
    }

    .category a.flecha {
        text-transform: uppercase;
        display: block;
        margin: 1rem 0;
        font-size: 15px;
        text-align: left;
        min-height: 42px;
    }

    .category a.flecha span img{
        width: 22px;
        height: 22px;
    }

    .category a h3{
       font-size: 15px; 
    }

    .single-post .category-inspiracion h1, 
    .single-post .category-inspiration h1,
    .single-post .category-productos h1, 
    .single-post .category-products h1{
        font-size: 30px;
    }

    .single-post .category-inspiracion h2, 
    .single-post .category-inspiration h2 {
        font-size: 22px;
    }
    .single-post .category-inspiracion img.w-100.pb-15, 
    .single-post .category-inspiration img.w-100.pb-15{
        height: auto;
    }


    .single-post .category-blog .contenido,
    .single-post .category-blog-en .contenido{
        margin: 0 15px;
    }

    .page-contacto h1 {
        font-size: 30px;
    }

    .page-contacto p a {
        font-size: 14px;
        margin-bottom: 1rem;
        display: block;
        width: 100%;
    }
}

