@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}



nav {
  width: 100%;
  max-width: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body{
    font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

/* NAVBAR */
.logo img{
    height:100px;        /* Controla el tamaño del logo */
    width:auto;         /* Mantiene proporción */
    display:block;
	transition:0.5s ease; /* Animación suave */
}
nav{
    position:fixed;
    top:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 50px;
	flex: wrap;

    /* 👇 EFECTO VIDRIO */
 
    backdrop-filter: blur(10px);      /* Difumina lo que está detrás */
    -webkit-backdrop-filter: blur(10px); /* Compatibilidad Safari */

	background:rgba(195,33,39,0.9);
	backdrop-filter: blur(5px);
    border-bottom:1px solid rgba(255,255,255,0.2);
    transition:0.3s ease;
    z-index:1000;
}
h1{
	margin-bottom: 20px;
	font-size: 300%;
	text-align: left;
	Color:#401810;
	width: 50%;

	margin-bottom: 40px;
}
nav h2{
    color:white;
}

nav ul{
    list-style:none;
    display:flex;
    gap:30px;
}

nav a{
    text-decoration:none;
    color:white;
    padding:8px 15px;
    border-radius:6px;
    transition:0.3s ease;
}


.icon-whatsapp i{
	
     align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;

	
}
.icon-whatsapp{
    position: relative;
    top: -6px;
}

nav a:hover{
    background:rgba(255,255,255,0.2);
}
nav.scrolled{
    background:rgba(195,33,39, 0.9);
    backdrop-filter: blur(15px);
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

/* 👇 Cambio de fondo al pasar el mouse */
nav:hover{
		background:rgba(195,33,39, 0.8);
}
nav a:hover{
  	background:#000000;
    color:White;
	border-radius: 20px;
}

/* Link activo */
nav a.active{
    border-bottom:2px solid #fff;
}


/* Botón hamburguesa */
.menu-toggle{
 
    display:none;
    font-size:30px;
    color:white;
    cursor:pointer;
    padding:10px;
}           /* 👈 Color del icono */


.menu-toggle:hover{
    background:#edcbbc;     /* 👈 Color al pasar el mouse */
}
.close-menu{
    position:absolute;
    top:20px;
    right:30px;
    font-size:35px;
    color:white;
    cursor:pointer;
}

.close-menu{
    display: none;
}

nav ul.show .close-menu{
    display: block;
}



.nosotros-banner{
    padding:100px 40px;
    background:#f1f1f1;
}

.nosotros-content{
    max-width:1200px;
    margin:auto;
	display:grid;
    grid-template-columns:1fr; /* ← CAMBIO CLAVE */
    gap:40px;
}


.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

/* IMAGEN */

.nosotros-img{
    display: flex;
    justify-content: center;
    
}

.nosotros-img img{
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
}

/* TEXTO */


.nosotros-info h3{
    font-size:250%;
    margin-bottom:20px;
	color:#401810;
	font-family: "Arial Black", Arial, sans-serif;
}

.nosotros-info p{
    line-height:1.6;
    color:#5F2519;
	font-size:120%;
	
}
	.nosotros-slider{
    position:relative;
    overflow:hidden;
    padding:80px 40px;
    background:#EFCEB6;
    display:flex;
    justify-content:center; /* centra horizontalmente */
}

.cta{
    background:#cc3333 ;
    padding:12px 30px;
    border-radius:30px;
    color:white;
    text-decoration:none;
    display: block;
  	width: fit-content;
  	margin: 20px 0 0 0;
	font-family: "Arial Black"
}

.cta:hover{
    background: rgba(204,51,51,0.83);
	transition:0.4s ease;
}
/* Cada slide */
.slide{
 
    position:absolute;
    width:1200px; /* ← CORREGIDO */
    top:0;
    left:0;
	display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
	opacity:0;

  
}

/*   */


.equipo-servicio{
    width:100%;
    padding:90px 8%;
    background:#f7f7f7;
	align-content: center;
}

.contenido-servicio{
  	align-content: center;
	display:flex;
    align-items:center;
    justify-content:space-around;
    gap:120px;
    flex-wrap:wrap;
}

.texto-servicio{
    flex:1;
    min-width:300px;
}

.subtitulo{
    color:#c59d5f;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:2px;
}

.texto-servicio h2{
   font-size:250%;
    margin-bottom:20px;
	color:#401810;
	font-family: "Arial Black", Arial, sans-serif;
}

.texto-servicio p{
    font-size:1.3rem;
    line-height:1.8;
    color:#401810;
	text-align: justify;
    text-justify: inter-word;
    margin-bottom:30px;
}




.imagen-servicio{
    flex:1;
    min-width:300px;
}

.imagen-servicio img{
	width: 85%;
    object-fit:cover;
    border-radius:20px;
    display:block;
}


/* Slide activo */
.slide.active{
    opacity:1;
    position:relative;
}

/* TEXTO */
.slide-text{
    max-width:500px;
}

.slide-text h2{
    font-size:50px;
    margin-bottom:20px;
    color:#401810;
	font-family: "Arial Black", Arial, sans-serif;
}

.slide-text p{
    line-height:1.6;
	font-family: "Arial", Arial, sans-serif;
	text-align: justify;
	font-size: 18px;
    text-justify: inter-word;
}

/* IMAGEN */
.slide-img{
    display:flex;
    justify-content:center;
}

.slide-img img{
    width:300px;
    height:300px;
    object-fit:cover;
    border-radius:50%;
}


/*Animación*/
.slide-text{
    transform:translateX(-50px);
    opacity:0;
    transition:all 2s ease;
}

.slide.active .slide-text{
    transform:translateX(0);
    opacity:1;
}

.slide-img img{
    transform:scale(0.9);
    transition:2s;
}

.slide.active .slide-img img{
    transform:scale(1);
}

/*Sección 3*/
.banner-3{
    background-image:url("Imagenes/Imagen-mapa.jpg");
 	background-size:cover;
    background-position: center;
    background-repeat:no-repeat;

    height:750px;

    display:flex;
    align-items:center;

    position:relative;

    padding:0 120px;
}

/* Overlay opcional */
.banner-3::before{
    content:"";
    position:absolute;
    inset:0;

}

/* Contenido principal */


	.banner-content{
    width:90%;
    color:#401810;
	position:relative;
    z-index:2;
	

}
.banner-elem{
	max-width: 600px;
	margin-left:auto;
}

/* Texto */
.banner-content h2{
    font-size:50px;
    margin-bottom:20px;
}

.banner-content p{
    line-height:1.6;
	font-size:1.4rem;
}

/* CONTENEDOR DE CONTACTOS */
.contacto-contenedor{
    position:absolute;
	
    bottom:40px;
    left:50%;
    transform:translateX(-50%);

    width:90%;
    max-width:1200px;

    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;

    z-index:2;
}

/* BOTONES */
.contacto-item{
    flex:1 1 250px;
    max-width:350px;
	box-shadow: 2px 2px 8px rgba(64,24,16,0.90);
    background: rgba(255,255,255,1.00);

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);

    padding:25px;

    border:1px solid rgba(255,255,255,0.15);
    border-radius:15px;

    display:flex;
    align-items:center;
	margin: 5px;
    gap:20px;

    text-decoration:none;

    transition:0.3s ease;
}

.contacto-item:hover{
    transform:translateY(-5px);
    border-color:#fff;
}

.contacto-item i{
    font-size:2rem;
    color:rgba(64,24,16,0.90);
}

.contacto-item h3{
    color:rgba(64,24,16,0.90);
    margin-bottom:5px;
    font-size:1.2rem;
}

.contacto-item p{
    color:rgba(64,24,16,0.90);
    font-size:0.98rem;
}

/*             */

.icono-whatsapp{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icono-whatsapp .fa-circle{

    font-size:2.4rem;
}

.icono-whatsapp .whatsapp-logo{
    position:absolute;
    color:white;
    font-size:1.3rem;
}

/*FOOTER*/

.footer {
  color: white;
  padding: 60px 0 20px;
  background: #EFCEB6;
}

.footer-contenedor {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 80px;
}
.footer-contenedor img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 20px;
	color:#401810; 
	
}

.footer-col p,
.footer-col a {
  color:#401810; 
  text-decoration: none;
  line-height: 1.8;
}

.footer-col a:hover {
 color:#401810; 
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 14px;
  color:#401810; 
}


/*   */

.whatsapp-footer{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    
}

.whatsapp-footer .fa-circle{
     transform: translate(-10%, 5%);
    font-size: 22px;
}

.whatsapp-footer .whatsapp-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
    color: white;
    font-size: 12px;
}




/*----------------------------------------------*/


/* IMÁGENES SEGURAS */
img{
  max-width:100%;
  height:auto;
  display:block;
}






@media(max-width:1200px){
	
	.banner-3{
    background-image:url("Imagenes/mapa-responsive.jpg");
 	background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
	}
	
	    .contacto-contenedor{
        position:relative;
        bottom:auto;
        left:auto;
        transform:none;
        margin-top:40px;
    }
	.imagen-servicio img{
		
		width: 90%;
		margin-top: -80px;
	}
	
	
	 .nosotros-banner{
    padding:120px 30px 80px;
  }

  .nosotros-info h3{
    font-size:clamp(2rem,5vw,3rem);
  }

  .nosotros-info p{
    font-size:1rem;
  }

  .nosotros-img img{
    width:100%;
    height:450px;
    object-fit:cover;
  }
	 /* ===== SLIDER ===== */

  .nosotros-slider{
    padding:80px 30px;
  }

  .slide{
    width:100%;
    gap:40px;
    padding:0 20px;
  }

  .slide-text h2{
    font-size:clamp(2rem,5vw,3.5rem);
  }

  .slide-img img{
    width:260px;
    height:260px;
  }

  /* ===== BANNER ===== */

  .banner-content{
    margin-right:80px;
  }

  .banner-content h2{
    font-size:clamp(2rem,5vw,3.5rem);
  }

	
	
/* ---------- HAMBURGUESA ---------- */
	
 
	
  
    .menu-toggle{
        display:block;
    }

    nav ul{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:30px;

        position:fixed;
        top:0;
        right:0;

        width:90%;
        height:100vh;

        background: rgba(53,11,12,0.89);

        /* Oculto fuera de pantalla */
        transform:translateX(100%);

        transition:transform 0.4s ease-in-out;

        z-index:999;
    }

    nav ul.show{
        transform:translateX(0);
    }

 nav ul li{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

nav ul li a{
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: white;
}
	nav ul li a:hover,
nav ul li a:active{
    background: rgba(255,255,255,0.1);
}
	
	
	





  .nosotros-banner{
    padding:120px 20px 60px;
  }

  .nosotros-content{
    gap:30px;
  }

  .nosotros-img img{
    width:100%;
    height:320px;
    object-fit:cover;
    margin-top:40px;
  }

  .nosotros-info h3{
    font-size:clamp(2rem,8vw,3rem);
    line-height:1.1;
  }

  .nosotros-info p{
    font-size:1.3rem;
    line-height:1.8;
  }

  /* ===== SLIDER ===== */

  .nosotros-slider{
    padding:60px 20px;
  }

  .slide{
    grid-template-columns:1fr;
    gap:40px;
    width:100%;
    text-align:left;
  }

  .slide-text{
    max-width:100%;
  }

  .slide-text h2{
    font-size:clamp(2rem,8vw,3rem);
    line-height:1.1;
  }

  .slide-text p{
    font-size:1.3rem;
    line-height:1.8;
  }

  .slide-img{
    justify-content:flex-start;
  }

  .slide-img img{
    width:220px;
    height:220px;
  }

  /* ===== BANNER MAPA ===== */

  .banner-3{
    height:auto;
    min-height:600px;

    justify-content:flex-start;
    align-items:flex-end;

    padding:60px 20px;
    background-position:center;
  }

  .banner-content{
    max-width:100%;
    margin-right:0;
  }

  .banner-content h2{
    font-size:clamp(2rem,8vw,3rem);
    line-height:1.1;
  }

  .banner-content p{
    font-size:1.3rem;
    line-height:1.8;
  }

  /* ===== FOOTER ===== */

   .footer-contenedor {
        width: 92%;
        gap: 30px;
    }




	@media(max-width:780px){
		
			.banner-3{
    background-image:url("Imagenes/mapa-responsive2.jpg");
			background-size:cover;
		}
		    .banner-content{
        width:100%;
        text-align:center;
    }

		    .banner-elem{
        width:100%;
        max-width:100%;
        margin:0 auto;
        text-align:center;
    }

    .banner-content h2{
        width:100%;
        margin:0 auto 20px auto;
      	text-align:left;
    }
		
    .banner-elem{
        width:100%;
        max-width:100%;
        margin:0 auto;
    }

    .banner-content h2{
        width:100%;
        font-size:3rem;
        text-align:center;
    }

    .banner-content p{
        text-align:left;
        max-width:450px;
        margin:0 auto 20px auto;
    }

    .cta{
        display:inline-flex;
        justify-content:center;
        align-items:center;
    }
/*    Botones                   */
	   .banner-3{
        display:block;
        height:auto;
        min-height:auto;
        padding:30px 15px 50px;
    }

    .banner-content{
        width:100%;
        display:block;
    }

    .banner-elem{
        width:100%;
        max-width:100%;
        margin:0;
    }

    .banner-content h2{
        font-size:3rem;
        width:80%;
    }

    .contacto-contenedor{
        position:static;
        width:100%;
        margin-top:25px;
        display:block;
    }

    .contacto-item{
       width:70%;
    max-width:100%;
    margin:0 auto 15px auto;
    }
		
   .footer-contenedor {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 40px;
    row-gap: 30px;
    padding: 0 20px;
  }

  /* Logo y descripción */
  .footer-col:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  /* Contacto */
  .footer-col:nth-child(2) {
    border-right: 3px solid rgba(64, 24, 16, 0.25);
    padding-right: 20px;
  }

  /* Enlaces */
  .footer-col:nth-child(3) {
    padding-left: 5px;
  }
	}
	
/* ---------- MOBILE PEQUEÑO ---------- */
@media (max-width:480px){
	
	
	.whatsapp-footer .fa-circle{
     transform: translate(-15%, 5%);
    font-size: 22px;
}
	
	  .banner-content h2{
        font-size:2rem;
        width:80%;
    }
	
    .banner-content p{
   
        max-width:320px;
        margin:0 auto 20px auto;
    }
	
	.contacto-item p{
    word-break: break-word;
    overflow-wrap: break-word;
}
	

	
	    .cta{
        display:flex;
        justify-content:center;
        align-items:center;
        width:90%;
        max-width:320px;

        margin:20px auto;

        padding:15px 25px;

        gap:10px;
    }
	
	 .logo{
        width: auto;
        height: auto;
    }

    .logo img{
        width: auto;
        max-width: 200px;
        height: auto;
        object-fit: contain;
        display: block;
    }
	
	.logo{
    flex-shrink: 0;
}

  .nosotros-banner{
    padding:110px 15px 50px;
  }

	
	 .nosotros-img img{
        width: 95%;
        max-width: 350px;
        height: auto;
    }


  .nosotros-info h3{
    font-size:2rem;
  }

  .slide{
    gap:30px;
  }

  .slide-img img{
    width:180px;
    height:180px;
  }

  .slide-text h2{
    font-size:2rem;
  }

	
	
  .footer-contenedor {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0;
    padding: 0 20px;
  }

  .footer-col {
    width: 100%;
    max-width: 350px;
    padding: 20px 0;
  }

  /* La primera sección sigue ocupando todo */
  .footer-col:first-child {
    grid-column: auto;
    border-bottom: 1px solid rgba(64, 24, 16, 0.25);
  }

  /* Contacto */
  .footer-col:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid rgba(64, 24, 16, 0.25);
    padding-right: 0;
  }
	
	

  /* Enlaces */
  .footer-col:nth-child(3) {
    padding-left: 0;
  }
}
	
	
	
	
