@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
.contenedor-principal{
	margin: 0 2% 0 2%;
	width: 96%;
}
.logo{
	width: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content:center;
	padding: 10px 0 10px 0;	
}

/* B O T O N E R A */

.navbar {
	background-color: #a40025;
	padding: 10px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.menu-toggle span {
 	display: block;
	width: 25px;
	height: 3px;
 	background-color: white;
	margin: 5px 10px;
}
.nav-list a {
	text-decoration: none;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-left: 30px;
	text-transform: uppercase;	
}
.nav-list a:hover {
	text-decoration: none;
	color:#fde907;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.nav-list {
	display: none;
    flex-direction: column;
    text-align: left;
	background-color: #a40025;
    width: 100%;
    top: 133px;
	right: 0px;
	height:auto;
	padding: 15px 0 50px 0;
	position: absolute;
	z-index: 200000;
}
.nav-list.show {
    display: flex;
}
.nav-list li {
	margin:0;
	padding: 13px 0 13px 0;
}
.menu-toggle {
	display: block;
	
}

/* H O M E  P A G E */


.que-hacemos-2-columnas{
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 5% 50px 5%;
}
.que-hacemos-columna-izquierda{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 50px 0;
}
.que-hacemos-columna-derecha{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;	
}
.catalogo{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 0 50px 0;
	background-color: #f4f4f4;
	border-radius: 20px;
} 
.catalogo-columna-izquierda{
	display: flex;
	order:2;
	flex-direction: column;
	width: 90%;
	margin: 0 5% 0 5%;
	text-align: left;	
}
.catalogo-columna-derecha{
	display: flex;
	order:1;
	align-items: center;
	justify-content: center;
	width: 96%;
	margin: 0 2% 0 2%;
}
.productos-destacados{
	width: 90%;
	margin: auto;
	text-align: left;
	padding: 50px 5% 20px 5%;
}
.contenedor-producto-destacado-texto{
	margin: auto;
	width: 100%;
	text-align: left;
}
.contenedor-cuatro-productos{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-between;
	padding-top: 40px;
}
.producto{
	width:46%;
	margin-bottom: 20px;
}
.contenedor-imagen-producto{
	width: 100%;
	height:auto;
	border: 1px solid #a9a9a9;
	border-radius: 20px;
	align-items: center;
	justify-content: center;
}
.contenedor-imagen-producto a{
	width: 100%;
	height:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contenedor-imagen-producto a:hover{
	width: 100%;
	height:auto;
	aborder: 1px solid #a40025;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2);
}

/* F O O T E R */

.footer{
	width: 96%;
	padding: 50px 2% 50px 2%;
	background-color: #000;
}
.contenedor-footer{
	width: 90%;
	margin: 0 5% 0 5%;	
	margin: auto;
	display: flex;
	flex-direction: column;
}
.donde-estamos{
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
.newsletter{
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
.secciones{
	width: 100%;
	text-align: left;
}
.logo-footer{
	text-align: left;
}
.campo-de-texto{
	width: 90%;
	height: 30px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 10px;
}
.campo-de-texto-contacto{
	width: 99%;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 25px;
	margin: 10px 0 0 0;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 1%;
}
.desplegable-contacto{
	width: 100.5%;
	height: 40px;
	border: 1px solid #eee;
	border-radius: 25px;
	margin: 10px 5% 0 0;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 10px;
	appearance:none;
}
.comentario-contacto{
	width: 99%;
	height: 150px;
	border: 1px solid #eee;
	border-radius: 25px;
	margin: 10px 5% 0 0;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 1%;
}


/* D E T A L L E  D E  P R O D U C T O S */

.detalle-productos-2-columnas{
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 5% 0 5%;
}
.detalle-productos-columna-izquierda{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}
.detalle-productos-columna-derecha{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;	
}

/* N U E S T R A  E M P R E S A */

.nuestra-empresa-2-columnas{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	padding: 50px 5% 50px 5%;
} 
.nuestra-empresa-columna-izquierda{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;	
}
.nuestra-empresa-columna-derecha{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

/* C O N T A C T O */

.contacto-2-columnas{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	padding: 50px 5% 50px 5%;
}
.contacto-columna-izquierda{
	text-align: left;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.contacto-columna-derecha{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

/* I M A G E N E S */

img {
  max-width: 100%;
  height: auto;
	display: block;
}

/* L I N K S */

a {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration:none;
}
a:hover{
	color: #ff688a;
	text-decoration:none;	
	
}

/* B U T T O N S */

.button {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    border: none;
    border-radius: 25px;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 25px 0 20px 0;
    transition-duration: 0.4s;
    cursor: pointer;
  	width: 150px;
	
}
.button1 {
  background-color: #a40025; 
  color:#fff; 
}

.button1:hover {
  background-color: #ff688a;
  color: white;
}

/* F O N T S */

h1{
	font-family: 'Lato', sans-serif;
	color: #a40025;
	font-size: 30px;
	font-weight:500;
	margin: 0 0 -10px 0;
}
h2{
	font-family: 'Lato', sans-serif;
	color: #a40025;
	font-size: 19px;
	font-weight:400;
	margin-bottom: -15px;
}
h3{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight:500;
	margin: 0 0 20px 0;
}
h4{
	font-family: 'Lato', sans-serif;
	color: #878686;
	font-size: 35px;
	font-weight:500;
	margin: 20px 0 -10px 0;
}
p {
	font-family: 'Lato', sans-serif;
	color: #878686;
	font-size: 18px;
	font-weight: 200;
	line-height: 28px;
	margin-bottom: 0px;
}
ul{
	margin-left: -20px;
}

li{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
}
.textos-articulo-capacidad{
	font-family: 'Lato', sans-serif;
	color: #878686;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
}
.textos-footer{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	
}
.iconos-textos {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	margin-bottom: 15px;
	column-gap: 20px;
}
.textos-footer-svg{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 10px 0 10px 0;
	
}
.detalle-productos {
	font-size: 16px;
	line-height: 22px;
}
.texto-nuestra-empresa {
	font-family: 'Lato', sans-serif;
	color: #878686;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0px;
}

/* C A R R U S E L */

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	height: auto;
	background-color: aqua;
}

.carousel-wrapper {
    display: flex;
	width: 100%;
	height: auto;
}

.carousel {
    display:flex;
    transition: transform 0.5s ease-in-out;
	width: 100%;
	height: auto;
}
.carousel a {
    flex: 0 0 100%; /* Cada imagen ocupa el 100% del ancho del contenedor */
}

.img-carousel {
    width: 100%;
    height: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

.carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
	z-index: 10;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}