﻿body{
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

header{
    background: #eeeee5;
    padding-top: 12px;
    padding-bottom: 12px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu{
    color: #7c5a52;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.menu-toggle,
.menu-cerrar{
    display: none;
}


.efecto{
    background: url(../images/efecto.png) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}


.efecto .uno{
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
}
.efecto .dos{
    width: 100%;
    font-size: 33px;
    color: #c7a16a;
    display: inline-block;
    margin-bottom: 12px;
}
.efecto p{
    font-size: 22px;
}

.efecto .botones{
    font-weight: bold;
    margin-top: 30px;
}

.btn-transparente, .btn-transparente:hover{
    font-size: 18px;
    color: white;
}

.sobre{
    background: #fbfaf7;
    padding-top: 44px;
    padding-bottom: 64px;
}

.sobre .container{
    max-width: 1230px;
}

.sobre-imagen{
    padding-left: 0;
}

.sobre-imagen img{
    width: 461px;
    max-width: 100%;
    height: 606px;
    object-fit: cover;
    object-position: center top;
    border-radius: 0 12px 12px 0;
    display: block;
}

.sobre-contenido{
    color: #1d2b49;
}

.sobre-etiqueta{
    color: #c47a2d;
    display: block;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 8px;
    margin-bottom: 28px;
}

.sobre-linea{
    width: 122px;
    height: 2px;
    background: #d9b78f;
    display: block;
    margin-bottom: 58px;
}

.sobre h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 49px;
    font-weight: 500;
    line-height: 1.33;
    margin: 0 0 38px;
}

.sobre p{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.32;
    margin-bottom: 31px;
}

.sobre p:last-child{
    margin-bottom: 0;
}

.sobre strong{
    font-weight: 800;
}

.servicios{
    background: #fbfaf7;
    padding-top: 38px;
    padding-bottom: 40px;
}

.servicios .container{
    max-width: 1230px;
}

.servicios-encabezado{
    text-align: center;
}

.servicios h2{
    color: #082540;
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 18px;
}

.servicios-encabezado img{
    width: 130px;
    height: auto;
    margin-bottom: 35px;
}

.servicios-lista{
    row-gap: 28px;
}

.servicios-lista > div{
    padding-left: 7px;
    padding-right: 7px;
}

.servicio-card{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(8, 37, 64, .08);
}

.servicio-fondo{
    width: 100%;
    display: block;
}

.servicio-info{
    width: 100%;
    height: 146px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #082540;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 17px;
}

.servicio-info img{
    width: auto;
    height: 48px;
    object-fit: contain;
    margin-bottom: 15px;
}

.servicio-info h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.05;
    margin: 0;
}

.servicio-info span{
    width: 52px;
    height: 1px;
    background: #d9aa70;
    display: block;
    margin-top: 14px;
}

.servicios-accion{
    text-align: center;
    padding-top: 45px;
}

.btn-servicios, .btn-servicios:hover{
    background: #082540;
    border: 2px solid #d9aa70;
    border-radius: 7px;
    box-shadow: 0 0 0 3px #082540;
    color: white;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1;
    padding: 13px 34px 12px;
}

.elegir{
    background: #fbfaf7;
    padding-top: 48px;
    padding-bottom: 60px;
}

.elegir .container{
    max-width: 1230px;
}

.elegir-contenido{
    color: #1d2b49;
    padding-left: 60px;
}

.elegir h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px;
}

.elegir-linea{
    width: 215px;
    height: auto;
    margin-bottom: 34px;
}

.elegir ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.elegir li{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

.elegir li:last-child{
    margin-bottom: 0;
}

.elegir li span{
    width: 54px;
    height: 54px;
    border: 2px solid #e5bd85;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
}

.elegir li span img{
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.elegir li p{
    color: #1d2b49;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
}

.elegir-imagen img{
    width: 100%;
    height: 436px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.testimonios{
    background: #fbfaf7;
    padding-top: 24px;
    padding-bottom: 25px;
}

.testimonios .container{
    max-width: 1230px;
}

.testimonios-carrusel{
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
}

.testimonios-ventana{
    overflow: hidden;
}

.testimonios-track{
    display: flex;
    column-gap: 28px;
    transition: transform .45s ease;
    will-change: transform;
}

.testimonio-card{
    min-width: calc((100% - 56px) / 3);
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(8, 37, 64, .05);
    color: #1d2b49;
    padding: 22px 20px 20px;
}

.testimonio-comillas{
    color: #d59d4e;
    display: block;
    font-family: Georgia, serif;
    font-size: 58px;
    font-weight: 700;
    line-height: .55;
    margin-bottom: 18px;
}

.testimonio-card p{
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 21px;
}

.testimonio-linea{
    width: 100%;
    height: 1px;
    background: #e0b377;
    display: block;
    margin-bottom: 14px;
}

.testimonio-card h3{
    color: #1d2b49;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 5px;
}

.testimonio-card small{
    color: #c17a2e;
    display: block;
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.testimonio-estrellas{
    color: #d59d4e;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
}

.testimonio-flecha{
    width: 42px;
    height: 42px;
    background: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(8, 37, 64, .12);
    color: #d59d4e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.testimonio-flecha span{
    font-size: 45px;
    font-weight: 200;
    line-height: .5;
    margin-top: -4px;
}

.testimonio-prev{
    left: -18px;
}

.testimonio-next{
    right: -18px;
}

.testimonio-flecha:disabled{
    cursor: default;
    opacity: .45;
}

.testimonios-carrusel.sin-movimiento .testimonio-flecha{
    opacity: 1;
}

.hagamos{
    background: url(../images/fondo-hagamos.png) no-repeat center center;
    background-size: cover;
    color: white;
    min-height: 334px;
    padding-top: 68px;
    padding-bottom: 58px;
}

.hagamos .container{
    max-width: 1230px;
}

.hagamos-contenido{
    padding-left: 75px;
}

.hagamos h2{
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 70px;
}

.btn-hagamos, .btn-hagamos:hover{
    background: #c89043;
    border: 0;
    border-radius: 7px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .6px;
    line-height: 1;
    padding: 18px 31px 17px;
}

.btn-hagamos span{
    display: inline-block;
    font-size: 19px;
    margin-left: 10px;
    vertical-align: -1px;
}

.pie{
    background: #fbfaf7;
    color: #1d2b49;
    padding-top: 70px;
    padding-bottom: 42px;
}

.pie .container{
    max-width: 1110px;
}

.pie-superior{
    padding-bottom: 58px;
}

.pie-contacto{
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.pie-contacto:not(:last-of-type)::after{
    width: 1px;
    height: 76px;
    background: #d8b988;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.pie-icono{
    width: 64px;
    height: 64px;
    border: 2px solid #d9aa70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
}

.pie-icono i{
    color: #1d2b49;
    font-size: 34px;
    line-height: 1;
}

.pie h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 9px;
}

.pie p{
    color: #9c5d23;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.pie-legales{
    padding-left: 80px;
}

.pie-legales a{
    color: #1d2b49;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.35;
    text-decoration: none;
}

.pie-legales span{
    width: 167px;
    height: 1px;
    background: #d8b988;
    display: block;
    margin: 8px 0 13px;
}

.pie-inferior{
    border-top: 1px solid #d8b988;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding-top: 18px;
}

.pie-inferior p{
    color: #1d2b49;
    font-size: 13px;
}

.pie-inferior span{
    width: 7px;
    height: 7px;
    background: #c89445;
    border-radius: 50%;
    display: block;
}

.servicios-pagina{
    background: white;
}

.servicios-hero{
    background: url(../images/servicios/hero.png) no-repeat center center;
    background-size: cover;
    min-height: 238px;
    padding-top: 72px;
}

.servicios-hero .container{
    max-width: 1230px;
}

.servicios-hero-contenido{
    padding-left: 54px;
}

.servicios-hero h1{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-size: 53px;
    font-weight: 700;
    line-height: .95;
    margin: 0;
}

.servicios-hero-contenido span{
    width: 64px;
    height: 1px;
    background: #d8b988;
    display: block;
    margin: 15px 0 13px 49px;
}

.servicios-hero p{
    color: #1d2b49;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding-left: 26px;
}

.servicios-catalogo{
    padding-top: 17px;
    padding-bottom: 56px;
}

.servicios-catalogo .container{
    max-width: 1230px;
}

.servicios-catalogo-lista{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.servicios-catalogo-card{
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(8, 37, 64, .06);
    overflow: hidden;
}

.servicios-catalogo-foto{
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.servicios-catalogo-info{
    min-height: 210px;
    box-sizing: border-box;
    color: #1d2b49;
    text-align: center;
    padding: 32px 13px 42px;
}

.servicios-catalogo-info img{
    width: auto;
    height: 42px;
    object-fit: contain;
    margin-bottom: 20px;
}

.servicios-catalogo-info h2{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 20px;
}

.servicios-catalogo-info p{
    color: #1d2b49;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.servicios-catalogo-accion{
    text-align: center;
    padding-top: 12px;
}

.btn-servicios-pagina,
.btn-servicios-pagina:hover{
    background: #c89043;
    border: 0;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1;
    width: 280px;
    height: 46px;
    padding: 0 8px;
}

.btn-servicios-pagina span{
    font-size: 14px;
    margin-left: 9px;
    vertical-align: -1px;
}

.nosotros-pagina{
    background: white;
    color: #1d2b49;
}

.nosotros-hero{
    background: url(../images/nosotros/hero.png) no-repeat center center;
    background-size: cover;
    min-height: 238px;
    padding-top: 72px;
}

.nosotros-hero .container,
.nosotros-historia .container,
.nosotros-pilares .container,
.nosotros-filosofia .container,
.nosotros-cta .container{
    max-width: 1230px;
}

.nosotros-hero-contenido{
    color: white;
    padding-left: 54px;
}

.nosotros-hero h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.nosotros-hero span{
    width: 65px;
    height: 1px;
    background: #d8b988;
    display: block;
    margin: 17px 0 20px;
}

.nosotros-hero p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42;
    margin: 0;
}

.nosotros-historia{
    padding-top: 37px;
    padding-bottom: 35px;
}

.nosotros-historia-fila{
    max-width: 1230px;
    margin: 0 auto;
}

.nosotros-historia-imagen img{
    width: 100%;
    max-width: 100%;
    height: 288px;
    object-fit: cover;
    border-radius: 7px;
    display: block;
}

.nosotros-historia-texto{
    padding-left: 56px;
}

.nosotros-historia-texto span{
    color: #d39b5f;
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 27px;
}

.nosotros-historia-texto h2,
.nosotros-filosofia h2,
.nosotros-cta h2{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}

.nosotros-historia-texto h2{
    font-size: 39px;
    line-height: 1.05;
    margin: 0 0 54px;
}

.nosotros-historia-texto p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48;
    margin: 0;
    max-width: 520px;
}

.nosotros-pilares{
    padding-top: 3px;
    padding-bottom: 49px;
}

.nosotros-pilares .row{
    max-width: 1230px;
    margin: 0 auto;
}

.nosotros-pilar{
    min-height: 187px;
    text-align: left;
    padding: 21px 45px 0;
}

.nosotros-pilar:not(:last-child){
    border-right: 1px solid #e7d9c5;
}

.nosotros-pilar h2{
    color: #d39b5f;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 28px;
}

.nosotros-pilar p,
.nosotros-pilar li{
    color: #1d2b49;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48;
}

.nosotros-pilar p{
    margin: 0;
}

.nosotros-valores{
    text-align: left;
    padding-left: 72px;
}

.nosotros-valores h2{
    text-align: left;
}

.nosotros-valores ul{
    margin: 0;
    padding-left: 24px;
}

.nosotros-filosofia{
    padding-bottom: 50px;
}

.nosotros-filosofia-contenido{
    max-width: 650px;
    margin: 0 auto;
}

.nosotros-filosofia h2{
    font-size: 36px;
    line-height: 1.08;
    margin: 0 0 25px;
}

.nosotros-filosofia p{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.52;
    margin: 0;
}

.nosotros-cta{
    padding-bottom: 86px;
}

.nosotros-cta-contenido{
    width: 100%;
    max-width: 1230px;
    min-height: 150px;
    background: url(../images/nosotros/fondo.png) no-repeat center center;
    background-size: cover;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 44px 24px 24px;
}

.nosotros-cta h2{
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 17px;
}

.btn-nosotros-cta,
.btn-nosotros-cta:hover{
    background: #c89043;
    border: 0;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 318px;
    min-height: 45px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 28px 12px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.btn-nosotros-cta span{
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 13px;
}

.galeria-pagina{
    background: white;
    color: #1d2b49;
}

.galeria-hero{
    background: url(../images/galeria/hero.webp) no-repeat center center;
    background-size: cover;
    min-height: 238px;
    padding-top: 63px;
}

.galeria-hero .container{
    max-width: 1230px;
}

.galeria-hero-contenido{
    padding-left: 82px;
}

.galeria-hero h1{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: .95;
    margin: 0;
}

.galeria-hero img{
    width: 170px;
    height: auto;
    display: block;
    margin: 12px 0 12px;
}

.galeria-hero p{
    color: #1d2b49;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.galeria-categorias{
    background: white;
    padding-top: 24px;
    padding-bottom: 42px;
}

.galeria-categorias .container{
    max-width: 1230px;
}

.galeria-categorias-encabezado{
    display: grid;
    grid-template-columns: 150px auto 150px;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin-bottom: 22px;
    position: relative;
    text-align: center;
}

.galeria-categorias-encabezado h2{
    color: #c47a2d;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0;
}

.galeria-categorias-linea{
    width: 150px;
    height: 2px;
    background: #d8b988;
}

.galeria-categorias-encabezado img{
    width: 28px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
}

.galeria-categorias-lista{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 18px;
}

.galeria-categoria-card{
    background: white;
    border: 1px solid #eee8df;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(8, 37, 64, .04);
    overflow: hidden;
}

.galeria-categoria-card img{
    width: 100%;
    height: 355px;
    object-fit: cover;
    display: block;
}

.galeria-categoria-info{
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    text-align: center;
}

.galeria-categoria-info h3{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-size: 39px;
    font-weight: 600;
    line-height: .95;
    margin: 0;
}

.galeria-montaje{
    background: url(../images/galeria/hero.webp) no-repeat center center;
    background-size: cover;
    min-height: 220px;
    padding-top: 38px;
    padding-bottom: 24px;
}

.galeria-montaje .container{
    max-width: 1230px;
}

.galeria-montaje-contenido{
    width: 370px;
    max-width: 100%;
    color: #1d2b49;
    text-align: center;
    padding-left: 28px;
}

.galeria-montaje-contenido img{
    width: 132px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.galeria-montaje h2{
    color: #1d2b49;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.05;
    margin: 0 0 13px;
}

.galeria-montaje-contenido > span{
    width: 70px;
    height: 2px;
    background: #d8b988;
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.galeria-montaje-contenido > span::before{
    width: 7px;
    height: 7px;
    background: #c89445;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-galeria-montaje,
.btn-galeria-montaje:hover{
    background: #c89043;
    border: 0;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 318px;
    min-height: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 26px;
    text-decoration: none;
}

.btn-galeria-montaje strong{
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    margin-left: 18px;
}

.contacto-pagina{
    background: #fbfaf7;
    color: #082540;
}

.contacto{
    padding-top: 13px;
    padding-bottom: 0;
}

.contacto-fila{
    column-gap: 88px;
}

.contacto-imagen{
    width: 584px;
    max-width: 100%;
    flex: 0 0 584px;
    padding-left: 0;
    padding-right: 0;
}

.contacto-imagen img{
    width: 100%;
    height: 908px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.contacto-contenido{
    max-width: 890px;
    flex: 1 1 0;
    padding-top: 58px;
    padding-left: 0;
    padding-right: 0;
}

.contacto-linea{
    width: 80px;
    height: 2px;
    background: #d8b988;
    display: block;
    margin: 0 0 35px;
}

.contacto h1{
    color: #082540;
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 34px;
}

.contacto p{
    color: #082540;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.38;
    margin: 0 0 33px;
}

.contacto-formulario{
    width: 100%;
}

.contacto-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 17px;
}

.contacto-formulario input,
.contacto-formulario textarea{
    width: 100%;
    background: white;
    border: 1px solid rgba(232, 221, 207, .46);
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(188, 154, 113, .12);
    color: #082540;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    padding: 0 22px;
}

.contacto-formulario input{
    height: 54px;
}

.contacto-formulario textarea{
    min-height: 128px;
    padding-top: 22px;
    resize: vertical;
}

.contacto-formulario input::placeholder,
.contacto-formulario textarea::placeholder{
    color: #757575;
    opacity: 1;
}

.contacto-campo-completo{
    grid-column: 1 / -1;
}

.contacto-formulario-mensaje{
    min-height: 24px;
    color: #082540;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 14px;
}

.contacto-formulario-mensaje.ok{
    color: #1d6b3a;
}

.contacto-formulario-mensaje.error{
    color: #9d2f2f;
}

.btn-contacto,
.btn-contacto:hover{
    width: 100%;
    height: 58px;
    background: #c89a5c;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 18px;
}

.contacto-info{
    background: #fbfaf7;
    padding-top: 47px;
    padding-bottom: 42px;
}

.contacto-info-tarjetas{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 37px;
    margin: 0 auto 55px;
    max-width: 1450px;
}

.contacto-info-card{
    min-height: 262px;
    background: #fbfaf7;
    border: 2px solid #eee8df;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(188, 154, 113, .12);
    color: #082540;
    text-align: center;
    padding: 29px 24px 18px;
}

.contacto-info-icono{
    width: 92px;
    height: 92px;
    border: 3px solid #e0c69e;
    border-radius: 50%;
    color: #cfa86d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.contacto-info-icono i{
    font-size: 43px;
    line-height: 1;
}

.contacto-info-card h2{
    color: #082540;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1;
    margin: 0 0 18px;
}

.contacto-info-card p{
    color: #082540;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.contacto-info-card:nth-child(2) p,
.contacto-info-card:nth-child(3) p{
    font-size: 21px;
}

.contacto-info-card a,
.contacto-info-card a:hover{
    width: 284px;
    max-width: 100%;
    height: 48px;
    border: 2px solid #e3cfad;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(188, 154, 113, .14);
    color: #bf8950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 17px;
    text-decoration: none;
}

.contacto-beneficios{
    min-height: 152px;
    background: #f5f0ea;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    padding: 33px 95px;
}

.contacto-beneficio{
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    position: relative;
}

.contacto-beneficio:not(:last-child)::after{
    width: 2px;
    height: 70px;
    background: #d8b988;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contacto-beneficio span{
    color: #d4ac73;
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 76px;
    font-weight: 400;
    line-height: .8;
}

.contacto-beneficio:nth-child(2) span{
    font-size: 66px;
}

.contacto-beneficio img{
    width: 78px;
    height: auto;
    display: block;
}

.contacto-beneficio p{
    color: #082540;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.25;
    margin: 0;
}

.contacto-hero-final{
    width: 100%;
    min-height: 292px;
    background: url(../images/fondo-contacto.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.contacto-hero-final h2{
    color: white;
    font-family: "Cormorant Garamond", serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .sobre h2{
        font-size: 44px;
    }

    .sobre p{
        font-size: 22px;
    }

    .elegir-contenido{
        padding-left: 20px;
    }

    .elegir h2{
        font-size: 38px;
    }

    .elegir li p{
        font-size: 20px;
    }

    .hagamos-contenido{
        padding-left: 35px;
    }

    .pie .container{
        max-width: 960px;
    }

    .pie-contacto{
        gap: 16px;
    }

    .pie-legales{
        padding-left: 34px;
    }

    .servicios-hero .container,
    .servicios-catalogo .container,
    .nosotros-hero .container,
    .nosotros-historia .container,
    .nosotros-pilares .container,
    .nosotros-filosofia .container,
    .nosotros-cta .container,
    .galeria-hero .container,
    .galeria-categorias .container,
    .galeria-montaje .container{
        max-width: 960px;
    }

    .nosotros-hero-contenido{
        padding-left: 34px;
    }

    .nosotros-historia-texto{
        padding-left: 36px;
    }

    .nosotros-pilar{
        padding-left: 28px;
        padding-right: 28px;
    }

    .nosotros-valores{
        padding-left: 52px;
    }

    .galeria-hero-contenido{
        padding-left: 36px;
    }

    .galeria-categoria-card img{
        height: 305px;
    }

    .galeria-categoria-info h3{
        font-size: 34px;
    }

    .galeria-montaje{
        background-position: center center;
    }

    .contacto .container{
        max-width: 960px;
    }

    .contacto-fila{
        column-gap: 40px;
    }

    .contacto-imagen{
        width: 390px;
        flex-basis: 390px;
    }

    .contacto-imagen img{
        height: 720px;
    }

    .contacto-contenido{
        max-width: none;
        padding-top: 32px;
    }

    .contacto h1{
        font-size: 42px;
        margin-bottom: 28px;
    }

    .contacto p{
        font-size: 18px;
    }

    .contacto-info .container{
        max-width: 960px;
    }

    .contacto-info-tarjetas{
        gap: 20px;
    }

    .contacto-info-card h2{
        font-size: 20px;
        letter-spacing: 4px;
    }

    .contacto-info-card p{
        font-size: 21px;
    }

    .contacto-info-card:nth-child(2) p,
    .contacto-info-card:nth-child(3) p{
        font-size: 18px;
    }

    .contacto-beneficios{
        padding-left: 35px;
        padding-right: 35px;
    }

    .contacto-beneficio{
        gap: 22px;
    }

    .contacto-hero-final .container{
        max-width: 960px;
    }

    .contacto-hero-final h2{
        font-size: 62px;
    }

}

@media screen and (max-width:992px){
    .sobre{
        padding-top: 38px;
        padding-bottom: 48px;
    }

    .sobre-imagen{
        margin-bottom: 38px;
        padding-left: 12px;
    }

    .sobre-imagen img{
        width: 100%;
        height: 520px;
        border-radius: 12px;
    }

    .sobre-etiqueta{
        font-size: 22px;
        letter-spacing: 6px;
    }

    .sobre-linea{
        margin-bottom: 36px;
    }

    .servicios{
        padding-top: 34px;
    }

    .servicios .container{
        max-width: 720px;
    }

    .servicios-lista > div{
        padding-left: 12px;
        padding-right: 12px;
    }

    .elegir{
        padding-top: 42px;
        padding-bottom: 48px;
    }

    .elegir-contenido{
        padding-left: 12px;
        margin-bottom: 38px;
    }

    .elegir-imagen img{
        height: 380px;
    }

    .testimonios .container{
        max-width: 720px;
    }

    .testimonio-card{
        min-width: calc((100% - 28px) / 2);
    }

    .hagamos{
        min-height: 300px;
        padding-top: 54px;
        padding-bottom: 48px;
    }

    .hagamos h2{
        font-size: 38px;
        margin-bottom: 54px;
    }

    .pie{
        padding-top: 54px;
    }

    .pie-superior{
        row-gap: 34px;
        padding-bottom: 46px;
    }

    .pie-contacto:not(:last-of-type)::after{
        display: none;
    }

    .pie-legales{
        padding-left: 12px;
    }

    .servicios-hero-contenido{
        padding-left: 20px;
    }

    .servicios-catalogo .container{
        max-width: 720px;
    }

    .servicios-catalogo-lista{
        grid-template-columns: repeat(2, 1fr);
    }

    .contacto{
        padding-top: 20px;
        padding-bottom: 48px;
    }

    .contacto-fila{
        row-gap: 38px;
    }

    .contacto-imagen{
        width: 100%;
        flex: 0 0 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .contacto-imagen img{
        height: 520px;
        border-radius: 4px;
    }

    .contacto-contenido{
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0;
    }

    .contacto h1{
        font-size: 40px;
    }

    .contacto p{
        font-size: 18px;
    }

    .contacto-info{
        padding-top: 38px;
    }

    .contacto-info-tarjetas{
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-bottom: 42px;
    }

    .contacto-info-card{
        min-height: auto;
        padding-bottom: 28px;
    }

    .contacto-beneficios{
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .contacto-beneficio{
        justify-content: flex-start;
        padding: 22px 0;
    }

    .contacto-beneficio:not(:last-child)::after{
        width: 100%;
        height: 1px;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
    }

    .contacto-hero-final{
        min-height: 240px;
        background-position: center center;
    }

    .contacto-hero-final h2{
        font-size: 52px;
    }

    .nosotros-historia-fila,
    .nosotros-pilares .row{
        max-width: 720px;
    }

    .nosotros-historia-imagen{
        margin-bottom: 34px;
    }

    .nosotros-historia-imagen img{
        width: 100%;
        height: 330px;
    }

    .nosotros-historia-texto{
        padding-left: 12px;
    }

    .nosotros-historia-texto h2{
        margin-bottom: 30px;
    }

    .nosotros-historia-texto p{
        max-width: 100%;
    }

    .nosotros-pilar{
        min-height: auto;
        padding: 28px 34px;
    }

    .nosotros-pilar:not(:last-child){
        border-right: 0;
        border-bottom: 1px solid #e7d9c5;
    }

    .nosotros-valores{
        text-align: left;
        padding-left: 34px;
    }

    .nosotros-valores ul{
        text-align: left;
    }

    .nosotros-filosofia-contenido{
        max-width: 720px;
    }

}

@media screen and (max-width:768px){
    header{
        padding-top: 9px;
        padding-bottom: 9px;
        position: relative;
        z-index: 20;
    }

    header .row{
        min-height: 104px;
    }

    .logotipo{
        width: 440px;
        max-width: calc(100% - 56px);
        flex: 0 0 auto;
    }

    .menu-toggle{
        width: 42px;
        height: 42px;
        background: transparent;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        padding: 0;
        margin-left: auto;
    }

    .menu-toggle span{
        width: 28px;
        height: 2px;
        background: #7c5a52;
        display: block;
    }

    #menu-principal{
        width: 90%;
        max-width: 90%;
        flex: 0 0 90%;
        height: 100vh;
        background: #eeeee5;
        box-shadow: -10px 0 30px rgba(8, 37, 64, .18);
        display: block;
        padding: 78px 28px 28px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform .28s ease;
    }

    body.menu-abierto #menu-principal{
        transform: translateX(0);
    }

    body.menu-abierto{
        overflow: hidden;
    }

    .menu-cerrar{
        width: 42px;
        height: 42px;
        background: transparent;
        border: 0;
        color: #7c5a52;
        display: block;
        font-size: 42px;
        font-weight: 300;
        line-height: 1;
        padding: 0;
        position: absolute;
        top: 18px;
        right: 22px;
    }

    nav ul{
        margin: 0;
    }

    nav ul li{
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(124, 90, 82, .2);
    }

    nav ul li a{
        display: block;
        padding: 18px 0;
    }

    .menu{
        font-size: 24px;
        text-align: left;
    }

    .efecto{
        background-position: center center;
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .efecto .col-5{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .efecto .uno{
        font-size: 45px;
        line-height: 1.05;
    }

    .efecto .dos{
        font-size: 32px;
        line-height: 1.25;
    }

    .efecto p{
        max-width: 420px;
        font-size: 22px;
        line-height: 1.45;
    }

    .efecto .botones{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .sobre-imagen img{
        height: 440px;
    }

    .sobre h2{
        font-size: 38px;
        line-height: 1.2;
    }

    .sobre p{
        font-size: 20px;
    }

    .servicios h2{
        font-size: 32px;
    }

    .servicios-encabezado img{
        margin-bottom: 28px;
    }

    .elegir h2{
        font-size: 35px;
    }

    .elegir li{
        gap: 18px;
        margin-bottom: 22px;
    }

    .elegir li p{
        font-size: 19px;
    }

    .elegir-imagen img{
        height: 320px;
    }

    .testimonios-carrusel{
        padding-left: 36px;
        padding-right: 36px;
    }

    .testimonio-card{
        min-width: 100%;
    }

    .testimonio-prev{
        left: -4px;
    }

    .testimonio-next{
        right: -4px;
    }

    .hagamos-contenido{
        padding-left: 0;
    }

    .hagamos h2{
        font-size: 34px;
    }

    .pie-contacto{
        justify-content: flex-start;
    }

    .contacto{
        padding-bottom: 42px;
    }

    .contacto-imagen img{
        height: 430px;
    }

    .contacto-linea{
        margin-bottom: 24px;
    }

    .contacto h1{
        font-size: 36px;
        margin-bottom: 22px;
    }

    .contacto p{
        font-size: 17px;
        line-height: 1.45;
    }

    .contacto-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contacto-formulario input{
        height: 52px;
    }

    .contacto-formulario textarea{
        min-height: 122px;
    }

    .btn-contacto,
    .btn-contacto:hover{
        height: 54px;
        font-size: 16px;
        letter-spacing: 3px;
    }

    .servicios-hero{
        min-height: 220px;
        padding-top: 58px;
        background-position: center center;
    }

    .servicios-hero h1{
        font-size: 46px;
    }

    .servicios-hero p{
        font-size: 18px;
        line-height: 1.35;
        padding-left: 0;
    }

    .nosotros-hero{
        min-height: 220px;
        padding-top: 58px;
        background-position: center center;
    }

    .nosotros-hero-contenido{
        padding-left: 0;
    }

    .nosotros-hero h1{
        font-size: 40px;
    }

    .nosotros-hero p{
        font-size: 18px;
        line-height: 1.45;
    }

    .nosotros-historia{
        padding-top: 34px;
    }

    .nosotros-historia-imagen img{
        height: 280px;
    }

    .nosotros-historia-texto span{
        font-size: 17px;
        margin-bottom: 20px;
    }

    .nosotros-historia-texto h2{
        font-size: 34px;
    }

    .nosotros-historia-texto p,
    .nosotros-pilar p,
    .nosotros-pilar li{
        font-size: 17px;
        line-height: 1.5;
    }

    .nosotros-filosofia h2{
        font-size: 33px;
    }

    .nosotros-filosofia p{
        font-size: 18px;
        line-height: 1.55;
    }

    .nosotros-cta h2{
        font-size: 28px;
    }

    .galeria-hero{
        min-height: 220px;
        padding-top: 48px;
        background-position: center center;
    }

    .galeria-hero-contenido{
        padding-left: 0;
    }

    .galeria-hero h1{
        font-size: 54px;
    }

    .galeria-hero img{
        width: 150px;
        margin: 21px 0 22px;
    }

    .galeria-hero p{
        font-size: 18px;
    }

    .galeria-categorias{
        padding-top: 28px;
    }

    .galeria-categorias-encabezado{
        grid-template-columns: 80px auto 80px;
        column-gap: 16px;
        margin-bottom: 26px;
    }

    .galeria-categorias-linea{
        width: 80px;
    }

    .galeria-categorias-encabezado h2{
        font-size: 16px;
        letter-spacing: 3px;
    }

    .galeria-categorias-lista{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .galeria-categoria-card img{
        height: 300px;
    }

    .galeria-categoria-info h3{
        font-size: 36px;
    }

    .galeria-montaje{
        min-height: 260px;
        padding-top: 42px;
        background-position: 58% center;
    }

    .galeria-montaje-contenido{
        width: 340px;
        padding-left: 0;
    }

    .galeria-montaje h2{
        font-size: 30px;
    }

}

@media screen and (max-width:576px){
    .logotipo{
        width: 380px;
        max-width: calc(100% - 56px);
    }

    .efecto{
        min-height: calc(100vh - 60px);
        padding-top: 92px;
        padding-bottom: 58px;
    }

    .efecto .uno{
        font-size: 44px;
    }

    .efecto .dos{
        font-size: 31px;
    }

    .efecto p{
        font-size: 22px;
    }

    .btn-transparente, .btn-transparente:hover{
        font-size: 16px;
        padding-left: 0;
        text-align: left;
    }

    .sobre{
        padding-top: 28px;
        padding-bottom: 38px;
    }

    .sobre-imagen img{
        height: 360px;
    }

    .sobre-etiqueta{
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 20px;
    }

    .sobre-linea{
        width: 96px;
        margin-bottom: 28px;
    }

    .sobre h2{
        font-size: 34px;
        margin-bottom: 24px;
    }

    .sobre p{
        font-size: 18px;
        line-height: 1.38;
        margin-bottom: 22px;
    }

    .servicios{
        padding-top: 30px;
        padding-bottom: 36px;
    }

    .servicios h2{
        font-size: 30px;
    }

    .servicio-card{
        max-width: 260px;
    }

    .servicios-accion{
        padding-top: 34px;
    }

    .btn-servicios, .btn-servicios:hover{
        width: 100%;
        max-width: 280px;
        font-size: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .elegir{
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .elegir h2{
        font-size: 32px;
    }

    .elegir-linea{
        width: 180px;
        margin-bottom: 28px;
    }

    .elegir li span{
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .elegir li span img{
        max-width: 26px;
        max-height: 26px;
    }

    .elegir li p{
        font-size: 18px;
    }

    .elegir-imagen img{
        height: 260px;
    }

    .testimonios{
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .testimonios-carrusel{
        padding-left: 0;
        padding-right: 0;
    }

    .testimonio-card{
        padding: 20px 18px 18px;
    }

    .testimonio-flecha{
        top: auto;
        bottom: -56px;
        transform: none;
    }

    .testimonio-prev{
        left: calc(50% - 52px);
    }

    .testimonio-next{
        right: calc(50% - 52px);
    }

    .testimonios{
        padding-bottom: 86px;
    }

    .hagamos{
        min-height: 280px;
        padding-top: 42px;
        padding-bottom: 42px;
        background-position: center center;
    }

    .hagamos h2{
        font-size: 30px;
        margin-bottom: 42px;
    }

    .btn-hagamos, .btn-hagamos:hover{
        width: 100%;
        max-width: 310px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .pie{
        padding-top: 42px;
        padding-bottom: 34px;
    }

    .pie-superior{
        row-gap: 28px;
    }

    .pie-contacto{
        gap: 18px;
    }

    .pie-icono{
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .pie-icono i{
        font-size: 29px;
    }

    .pie-legales span{
        width: 150px;
    }

    .pie-inferior{
        gap: 10px;
        text-align: center;
    }

    .contacto{
        padding-top: 14px;
        padding-bottom: 34px;
    }

    .contacto-imagen img{
        height: 360px;
    }

    .contacto h1{
        font-size: 30px;
    }

    .contacto p{
        font-size: 16px;
    }

    .contacto-formulario input,
    .contacto-formulario textarea{
        font-size: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .btn-contacto,
    .btn-contacto:hover{
        font-size: 15px;
        letter-spacing: 2px;
    }

    .contacto-info{
        padding-top: 28px;
        padding-bottom: 32px;
    }

    .contacto-info-icono{
        width: 78px;
        height: 78px;
        margin-bottom: 22px;
    }

    .contacto-info-icono i{
        font-size: 35px;
    }

    .contacto-info-card h2{
        font-size: 18px;
        letter-spacing: 3px;
    }

    .contacto-info-card p,
    .contacto-info-card:nth-child(2) p,
    .contacto-info-card:nth-child(3) p{
        font-size: 18px;
    }

    .contacto-info-card a,
    .contacto-info-card a:hover{
        height: 44px;
        font-size: 15px;
        letter-spacing: 3px;
    }

    .contacto-beneficio{
        gap: 18px;
    }

    .contacto-beneficio span{
        font-size: 58px;
    }

    .contacto-beneficio:nth-child(2) span{
        font-size: 52px;
    }

    .contacto-beneficio img{
        width: 58px;
    }

    .contacto-beneficio p{
        font-size: 14px;
        letter-spacing: 2px;
    }

    .contacto-hero-final{
        min-height: 210px;
    }

    .contacto-hero-final h2{
        font-size: 40px;
    }

    .servicios-hero{
        min-height: 210px;
        padding-top: 46px;
    }

    .servicios-hero-contenido{
        padding-left: 0;
    }

    .servicios-catalogo-lista{
        grid-template-columns: 1fr;
    }

    .servicios-catalogo-foto{
        height: 185px;
    }

    .servicios-catalogo-info{
        min-height: 210px;
        padding-top: 32px;
        padding-bottom: 42px;
    }

    .servicios-catalogo-info img{
        height: 42px;
        margin-bottom: 20px;
    }

    .servicios-catalogo-info h2{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .servicios-catalogo-info p{
        font-size: 15px;
        line-height: 1.55;
    }

    .btn-servicios-pagina,
    .btn-servicios-pagina:hover{
        width: 100%;
        max-width: 280px;
        height: 46px;
        font-size: 13px;
    }

    .nosotros-hero{
        min-height: 210px;
        padding-top: 46px;
    }

    .nosotros-hero p{
        font-size: 18px;
    }

    .nosotros-historia-imagen img{
        height: 235px;
    }

    .nosotros-historia-texto h2{
        font-size: 31px;
    }

    .nosotros-historia-texto p,
    .nosotros-pilar p,
    .nosotros-pilar li{
        font-size: 17px;
    }

    .nosotros-pilar{
        padding-left: 16px;
        padding-right: 16px;
    }

    .nosotros-filosofia{
        padding-bottom: 38px;
    }

    .nosotros-filosofia h2{
        font-size: 30px;
    }

    .nosotros-filosofia p{
        font-size: 17px;
    }

    .nosotros-cta{
        padding-bottom: 56px;
    }

    .nosotros-cta-contenido{
        padding: 18px 18px 24px;
    }

    .nosotros-cta h2{
        font-size: 25px;
    }

    .btn-nosotros-cta,
    .btn-nosotros-cta:hover{
        min-width: 0;
        width: 100%;
        max-width: 280px;
    }

    .galeria-hero{
        min-height: 210px;
        padding-top: 42px;
        background-position: 52% center;
    }

    .galeria-hero h1{
        font-size: 48px;
    }

    .galeria-hero img{
        width: 138px;
        margin: 18px 0 20px;
    }

    .galeria-hero p{
        max-width: 280px;
        font-size: 17px;
    }

    .galeria-categorias-encabezado{
        grid-template-columns: 48px auto 48px;
        column-gap: 10px;
    }

    .galeria-categorias-linea{
        width: 48px;
    }

    .galeria-categorias-encabezado h2{
        font-size: 14px;
        letter-spacing: 2px;
    }

    .galeria-categorias-encabezado img{
        top: 24px;
    }

    .galeria-categoria-card img{
        height: 250px;
    }

    .galeria-categoria-info{
        min-height: 86px;
    }

    .galeria-categoria-info h3{
        font-size: 32px;
    }

    .galeria-montaje{
        min-height: 270px;
        background-position: 62% center;
    }

    .galeria-montaje-contenido{
        width: 100%;
    }

    .btn-galeria-montaje,
    .btn-galeria-montaje:hover{
        width: 100%;
        max-width: 310px;
        min-width: 0;
        font-size: 16px;
    }
    
}
