/*Navegador*/
.body {
    zoom: 80%;

}
.navbar{
    position: fixed;
}
.texto_contenido {
    width: 300px;
    text-align: justify;
}

.logo {
    margin-left: 50%;
    padding-left: 0;
    width: 100%;
    height: 9em;
    float: right;
}

.menu {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 4px #019619;
    padding-bottom: 20px;
    width: 50%;
    text-align: right;
}

.telefono_logo {
    display: flex;
    margin-top: 30px;
    justify-content: flex-start;
    width: 60%;
}

.encabezado {
    width: 100%;
    margin: 0;
    padding: 0;
}

.inicio {
    color: #016419 !important;
    font-weight: bold !important;
}

.nav_btn {
    font-weight: bold !important;
    font-size: 17px;
    background: transparent;
    padding: 0.5em 1em;
    border: none;
    color: black !important;
    ;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s ease;
    cursor: pointer;
}

.nav_btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background-color: #019619;
    transition: 0.5s ease;

}

.nav_btn:hover {
    color: #1e1e2b;
    transition-delay: 0.5s;
}

.nav_btn:hover::before {
    width: 100%;
}

.nav_btn::after {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #019619;
    transition: 0.4s ease;
    z-index: -1;
}

.nav_btn:hover::after {
    height: 100%;
    transition-delay: 0.4s;
    color: aliceblue;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.telefono {
    color: #019619 !important;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    padding-left: 30px;
    margin-left: 30px;
    float: left !important;
    align-items: center !important;

}



/*FIN Navegador*/
/*carousel*/
.img_carousel {
    padding-top: 10px;
    max-width: 100%;
    max-height: 600px;
    height: auto;
    object-fit: contain;
    margin: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #019619;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}

#carouselExampleAutoplaying {
    background-color: orange;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

.carousel-caption {
    color: white;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    max-width: calc(30% - 40px);
    text-align: left;
    font-size: 16px;
    padding: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.izquierda {
    display: flex;
    margin-bottom: 50px !important;
}



.text-start {
    text-align: left !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 1;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.texto_carusel_titulo {
    font-size: 70px;
    font-weight: bold;
    padding-left: 30px;
    margin-left: 30px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, );
}

.texto_carusel {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, );
}

.animated-button {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    background-color: rgb(58, 238, 73);
    border-radius: 100px;
    font-weight: 600;
    color: black;
    box-shadow: 2px #ffffff20;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #008000;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
    position: relative;
    z-index: 1;
}

.animated-button:hover {
    box-shadow: 0 0 0 5px #32CD32;
    color: #ffffff;
}

.animated-button:active {
    scale: 0.95;
}

.animated-button:hover span:last-child {
    width: 150px;
    height: 150px;
    opacity: 1;
}

/* Estilos para los elementos .carousel-item */
.carousel-item {
    background: linear-gradient(to bottom, orange, yellow, white);
}

.carousel-item:nth-child(2) {
    background: linear-gradient(to bottom, rgb(0, 183, 255), rgb(0, 255, 191), white);
}

.carousel-item:nth-child(3) {
    background: linear-gradient(to bottom, green, rgb(2, 184, 2), white);

}

/*Fin carrousel*/
/*Relleno*/

.relleno {
    width: 100%;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255))
}


.cuadro_informaciom {

    width: 100%;
    background-color: transparent;
    padding: 50px;

}


.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_relleno {
    /* display: flex; */
	margin-right: 15px !important;
	margin-left: 15px !important;
    justify-content: space-around;

}

.contenido_relleno {
    text-align: center;
    background: linear-gradient(to bottom, rgb(253, 236, 236), rgba(1, 255, 1, 0.692));
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 3px black;
}

.titulo_relleno {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_relleno p {
    font-size: 20px;
    color: #383838;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.img_relleno {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

/*Fin relleno*/
/*Informacion*/
.servicios {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
}

.titulo_servicios_principio {
    text-align: center;
    font-size: 44px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}


.contenido_servicios {

    text-align: center;
    background: linear-gradient(to bottom, rgb(253, 236, 236), rgba(1, 255, 1, 0.692));
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 3px black;
}

.titulo_servicios {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    text-decoration: underline;
}

.contenido_servicios p {
    font-size: 18px;
    color: #252525;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.espacio {
    height: 20px;
}

.row_servicios {
    /* display: flex; */
	margin-left: 15px !important;
	margin-right: 15px !important;
    justify-content: space-around;

}

/*Fin  informacion*/
/*Footer*/
.container {
    width: 100%;
    padding-top: 30px;
    margin: 0px;
    font-size: 18px;
}

.footer_cotenerdor {
    width: 100%;

}

.servicios-lista {
    list-style-type: disc;
}

.servicios-lista li::before {
    content: "•";
    margin-right: 5px;
}

/*Productos*/
/*Titulo producto*/
.titulo {
    width: 100%;
    background: rgba(1, 255, 1, 0.658);
    padding: 20px;

}

.titulo_interior {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;

}

/*Fin Titulo producto*/
/*Producto*/
.productos {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_productos {
    display: flex;
    justify-content: center;


}

.contenido_productos {
    text-align: center;
    background: linear-gradient(to bottom, rgb(253, 236, 236), rgba(1, 255, 1, 0.836));
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 3px black;
    margin: 20px;

}

.titulo_productos {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_productos p {
    font-size: 20px;
    color: #383838;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.img_productos {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 90%;
    max-height: 180px;
}

.imagen_fondo {
    background-image: url(./Imagenes/retocada.png );
    background-size: cover;
    /* La imagen cubrirá todo el contenedor */
    background-position: center;
    /* Centra la imagen */
    width: 100%;
    /* Asegura que el contenedor ocupe todo el ancho */
    height: 100%;

}

.button {
    all: unset;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding: 0.6em 1.5em;
    border: white solid 0.15em;
    border-radius: 0.25em;
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: border 300ms, color 300ms;
    user-select: none;
}

.boton_producto {
    display: flex;
    justify-content: center;
}

.button p {
    z-index: 1;
}

.button:hover {
    color: #212121;
}

.button:active {
    border-color: white;
}

.button::after,
.button::before {
    content: "";
    position: absolute;
    width: 9em;
    aspect-ratio: 1;
    background: white;
    opacity: 50%;
    border-radius: 50%;
    transition: transform 500ms, background 300ms;
}

.button::before {
    left: 0;
    transform: translateX(-8em);
}

.button::after {
    right: 0;
    transform: translateX(8em);
}

.button:hover:before {
    transform: translateX(-1em);
}

.button:hover:after {
    transform: translateX(1em);
}

.button:active:before,
.button:active:after {
    background: white;
    background-size: cover;

}



/*Fin Producto*/
/*Fin productos*/
/*Persianas*/

.imagen_fondo_persianas {
    background-image: url(./Imagenes/salon.jpeg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.persianas {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
	/*
    align-items: center;
    display: flex;
    justify-content: center;
    */
	padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_persianas {
    display: flex;
    justify-content: space-around;
}

.tipos_persianas {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_persianas_modelo {
    display: flex;
}

.tipos_persianas_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_persianas {
	flex-shrink: unset !important;
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_persinas {
    padding: 0;
    /* Eliminar el relleno predeterminado de la lista */
}

.persiana {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;

}

.aluminio {
    background-color: #1250aa;
    width: 90%;
}

.pvc {
    background-color: #336146;
    width: 85%;
}

.seguridad {
    background-color: #af0819;
    width: 95%;
}

.compactos {
    background-color: #6f4082;
    width: 90%;
}

.cierres {
    background-color: #2e5e76;
    width: 95%;
}

.titulo_persianas {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_persianas p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;

}

.img_persianas {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 90%;
    max-height: 180px;
}

/*Fn ersianas*/
/*Estores*/

.imagen_fondo_estores {
    background-image: url(./Imagenes/salon.jpeg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.estores {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_estores {
    display: flex;
    justify-content: space-around;
}

.tipos_estores {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_estores_modelo {
    display: flex;
    color: black;
}

.tipos_estores_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_estores {
	flex-shrink: unset !important;
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_estores {
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.estor {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.enrrolable {
    background-color: #AD1F00;
    width: 300px;
}

.cajon {
    background-color: #02642E;
    width: 200px;
}

.opaco {
    background-color: #8F4200;
    width: 250px;
}

.escreen {
    background-color: #9b59b6;
    width: 400px;
}

.windroll {
    background-color: #006154;
    width: 300px;
}

.medida {
    background-color: #055C4B;
    width: 300px;
}

.plegable {
    background-color: #A80069;
    width: 200px;
}

.buhardilla {
    background-color: #8513c3;
    width: 80%;
}

.japones {
    background-color: #2c6335;
    width: 95%;
}

.titulo_estores {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_estores p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;

}

.img_estores {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 80%;
    max-height: 250px;
    display: flex;

}

/*Fin estores*/
/*Venecianas*/
.imagen_fondo_venecianas {
    background-image: url(./Imagenes/salon_fondo.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.venecianas {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_venecianas {
    display: flex;
    justify-content: space-around;
}

.tipos_venecianas {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_venecianas_modelo {
    display: flex;
    color: black;
}

.tipos_venecianas_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_venecianas {
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    /* margin: 20px; */
}

.modelos_venecianas {
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.veneciana {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.madera_veneciana {
    background-color: #ff2f00;
    width: 90%;
}

.exterior {
    background-color: #02c554;
    width: 90%;
}

.aluminio_veneciana {
    background-color: #ff9100;
    width: 95%;
}



.titulo_venecianas {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_venecianas p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;


}

.img_venecianas {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 250px;
    max-height: 200px;
    display: flex;

}

/*Fin venecianas*/
/*Toldos*/
.imagen_fondo_toldos {
    background-image: url(./Imagenes/imagen_fondo_toldo.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.toldos {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_toldos {
    display: flex;
    justify-content: space-around;
}

.tipos_toldos {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_toldos_modelo {
    display: flex;
    color: black;
}

.tipos_toldos_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_toldos {
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_toldos {
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.toldo {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.madera_toldo {
    background-color: #ff2f00;
    width: 300px;
}



.titulo_toldos {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;

}

.contenido_toldos p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;


}

.img_toldos {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 300px;
    max-height: 200px;
    display: flex;

}

/*Fin Toldos*/
/* Mamparas */
.imagen_fondo_mamparas {
    background-image: url(./Imagenes/fonfo_baño.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.mamparas {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_mamparas {
    display: flex;
    justify-content: space-around;
}

.tipos_mamparas {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_mamparas_modelo {
    display: flex;
    color: black;
}

.tipos_mamparas_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_mamparas {
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_mamparas{
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.mampara {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.madera_toldo {
    background-color: #ff2f00;
    width: 300px;
}


.titulo_mamparas {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;

}

.contenido_mamparas p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;


}

.img_mamparas {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 300px;
    max-height: 200px;
    display: flex;

}

/* Fin Mamparas */
/*Servicios individuales*/
.imagen_fondo_servicios_individuales {
    background-image: url(./Imagenes/fonfo_baño.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.servicios_individuales {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    /*
	align-items: center;
    display: flex;
    justify-content: center;
    */
	padding-top: 40px;
}

.cuadro_informacion h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}

.row_servicios_individuales {
    /* display: flex; */
	margin-left:5px !important;
	margin-right:15px !important;
	flex-wrap:wrap !important;
    justify-content: space-around;
}

.tipos_servicios_individuales {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_servicios_individuales_modelo {
    display: flex;
    color: black;
}

.tipos_servicios_individuales_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_servicios_individuales {
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_servicios_individuales {
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.servicio_individual {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.madera_toldo {
    background-color: #ff2f00;
    width: 300px;
}

.automatizacion {
    background-color: #02c554;
    width: 85%;
}

.aluminio_veneciana {
    background-color: #ff9100;
    width: 350px;
}

.titulo_servicios_individuales {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.contenido_servicios_individuales p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.img_servicios_individuales {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 300px;
    max-height: 200px;
    display: flex;
}

/*Fin Servicios individuales*/

/*Quienes somos*/
.imagen_fondo_quienes_somos {
    background-image: url(./Imagenes/fonfo_baño.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.quienes_somos {
    width: 90%;
    max-width: 1600px;
    /* Ancho máximo del contenedor */
    margin: auto;
    /* Centrar horizontalmente */
    padding: 0px;
    background-color: transparent;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 40px;


}




.cuadro_informaciom h4 {
    margin-top: 0;
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    justify-content: center;
}



.row_quienes_somos {
    display: flex;
    justify-content: space-around;
}

.tipos_quienes_somos {
    display: flex;
    justify-content: space-around;
    display: flex;
}

.titulo_quienes_somos_modelo {
    display: flex;
    color: black;
}

.tipos_quienes_somos_titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contenido_quienes_somos {
    text-align: start;
    padding: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    margin: 20px;
}

.modelos_quienes_somos{
    padding-top: 30px;
    display: inline-flex;
    flex-direction: column;
}

.quienes_son {
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 2px 4px rgba(0, 00.15em);
}

.madera_toldo {
    background-color: #ff2f00;
    width: 300px;
}


.titulo_modelos_quienes {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;

}

.contenido_quienes_somos p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;


}

.img_modelos_quienes {
    color: black !important;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 300px;
    max-height: 200px;
    display: flex;

}
/*Fin quienes somos*/
/*galeria*/
.item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: 10px;
    border-radius: 10px;
}
.hover-zoom {
    transition: transform 0.9s ease; /* Agrega una transición suave */
}

.hover-zoom:hover {
    transform: scale(2); 
}
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/*Contacto*/
.mapa {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    background-color: #F9F9F9;
}
.todo{
    padding: 40px;
    width: 100%;
    display: flex;
    background-image: url(./Imagenes/salon_fondo.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;

    
}
.mapa_interior {
    width: 50%;
    padding-right: 60px;
    display: flex;
    float: right;
    align-items: center;


}
.corre_interior{
    width: 45%;
    display: flex;
    float: right;
}
.correo {
    width: 100%;
    float: left;
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin: 20px;
}

#contactus {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    background: #F9F9F9;
    padding: 25px;
    margin: 0 auto;
    width: 100%; 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    
}

#contactus h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contactus h4 {
    margin: 5px 0 15px;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: none;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contactus input[type="text"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus input[type="url"],
#contactus textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contactus input[type="text"]:hover,
#contactus input[type="email"]:hover,
#contactus input[type="tel"]:hover,
#contactus input[type="url"]:hover,
#contactus textarea:hover {
    border: 1px solid #aaa;
}

#contactus textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contactus button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: linear-gradient(to bottom, rgb(201, 253, 186), rgba(0, 255, 0, 0.692));
    color: black;
    margin: 0 0 5px;
    padding: 40px;
    font-size: 30px;
    font-weight: bold;
}

#contactus button[type="submit"]:hover {
    background: #50f06b;
}

#contactus button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contactus input:focus,
#contactus textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}
/* Media query para pantallas más pequeñas */
/*politicas*/
.container-lg {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.p-5 {
    padding: 3.5rem !important;
}

.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 6rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-left {
    text-align: left !important;
}

.lh-lg {
    line-height: 1.75 !important;
}

.text-success {
    color: #811515 !important;
}

.h3 {
    font-size: 1.75rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
}

ul {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    list-style-type: none !important;
}

.li_aviso {
    margin-bottom: 1rem !important;
    position: relative;
}

.li_aviso:before{
    content: "\2022";
    color: #811515;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}


.politicas a {
    color: white;
}

.contenedor_footer{
    width: 100%;
}


@media screen and (max-width: 768px) {
    .logo {
        margin-left: 5%;
        width: 50% !important;
        height: 100%;
        display: flex !important;
        justify-content: left !important;
    }

    .telefono_logo {
        width: 65%;
    }

    .menu {
        width: 100%;
    }

    .telefono {
        display: none;
        width: 0%;
    }

    .carousel-caption {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
        color: #fff;
        background-color: 1px 1px 2px rgba(0, 0, 0, );
        ;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, );
    }

    .izquierda {
        display: none;
    }

    .carousel-caption.text-start {
        text-align: center !important;
    }

    .carousel-item img {
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 100%;

    }

    .img_carousel {
        max-width: 100%;
        max-height: 300px;
        height: auto;
        object-fit: contain;
        padding: 0;
        margin-right: 50px;
    }

    .texto_carusel_titulo {
        font-size: 25px;
        font-weight: bold;
        margin-top: 10px;
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, );
    }
    .correo {
        flex-direction: column;
        align-items: center;
    }
    
    .mapa_interior,
    .corre_interior {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        margin: 10px auto;
    }
    
    #contactus {
        width: 90%;
        max-width: 400px;
    }
    
    #contactus input[type="text"],
    #contactus input[type="email"],
    #contactus input[type="tel"],
    #contactus input[type="url"],
    #contactus textarea {
        height: 50px;
        font-size: 16px;
    }
    
    #contactus button[type="submit"] {
        padding: 15px;
        font-size: 20px;
    }

    .texto_carusel {
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, );
    }

    .cuadro_informaciom h4 {
        margin-top: 0;
        font-size: 30px;
        color: black;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        display: flex;
        justify-content: center;
    }

    .contenido_relleno {
        text-align: center;
        background: linear-gradient(to bottom, rgb(253, 236, 236), rgba(1, 255, 1, 0.692));
        padding: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        border-radius: 20px;
        border: solid 1px black !important;
    }
}