@import url('https://fonts.googleapis.com/css?family=Roboto:300,');
@import url(menu.css);
@import url(banner.css);
@import url(servicios.css);
@import url(bienvenidos.css);
@import url(productos.css);
@import url(ubicacion.css);
@import url(form-registers.css);
@import url(style.css);
@import url(registro.css);
@import url(contacto.css);
@import url(footer.css);
@import url(fontello.css);
@import url(fontello-codes.css);
@import url(fontello-embedded.css);
@import url(fontello-ie7-codes.css);
@import url(fontello-ie7.css);
@import url(galeria.css);
@import url(sugerencias.css);
*{
    margin:0;
    padding:0;
    box-sizing: border-box;

}
body{
    font-family: 'Poppins', sans-serif;

    background-image: url("/img/gan.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

    min-height: 100vh;
    padding-top: 60px;
}


header{
width: 100%;
height: 60px;
background:#1e5da4;
color:rgb(236, 230, 230);
position:fixed;
top:0;
left:0;
z-index: 100; 


}
.contenedor{
    width: 100%;
    margin: 10px;
}
header h1{
    float:left;

}
header .contenedor{
    display:table;
}
section{
	width: 100%;
	margin-top: 25px;
    scroll-margin-top: 70px;
}


/*Escritorio*/
@media(min-width: 1920px){
	.contenedor{
		width: 1400px;
	}

}
body {
    padding-top: 60px;
}
#contacto .telefonos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 70px;
    flex-wrap: wrap;        /* 👈 CLAVE */
    max-width: 100%;        /* 👈 CLAVE */
}
.whatsapp-float{
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 38px;

    box-shadow: 0 0 15px rgba(0,0,0,0.4);

    z-index: 99999;

    transition: transform 0.3s ease;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}
#galeria *,
#servicios *,
#productos *,
#contacto * {
    color: white !important;

}
/* Móvil */

@media (max-width: 768px){

    .whatsapp-float{
        width: 60px;
        height: 60px;
        font-size: 34px;
        bottom: 20px;
        right: 15px;
    }

}
.llamar-float{
    position: fixed;
    bottom: 100px; /* encima del WhatsApp */
    right: 20px;

    width: 65px;
    height: 65px;

    background: #007bff;
    color: white;

    border-radius: 50%;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 32px;

    box-shadow: 0 0 15px rgba(0,0,0,0.4);

    z-index: 99999;

    transition: transform 0.3s ease;
}

.llamar-float:hover{
    transform: scale(1.1);
}

@media (max-width:768px){

    .llamar-float{
        width: 60px;
        height: 60px;
        font-size: 28px;
        bottom: 95px;
        right: 15px;
    }

}
/* ==========================
   BANNER PÁGINAS INTERNAS
========================== */

.banner-servicio{
    width: 100%;
    max-width: 1200px;
    margin: 90px auto 30px auto;
    overflow: hidden;
    border-radius: 20px;
}

.banner-servicio img{
    width: 100%;
    height: auto;
    display: block;

}

@media(max-width:768px){

.banner-servicio img{
    height:220px;
}

}
/* TÍTULO DE PÁGINAS INTERNAS */

.titulo-servicio{
    margin:90px auto 30px;
    max-width:1200px;
    text-align:center;
    padding:30px;
    background:#1e5da4;
    border-radius:20px;
    color:white;
    box-shadow:0 0 15px rgb(15,46,171);
}

.titulo-servicio h1{
    font-size:40px;
    margin-bottom:10px;
}

.titulo-servicio p{
    font-size:20px;
}

@media(max-width:768px){

.titulo-servicio{
    margin-top:80px;
    padding:20px;
}

.titulo-servicio h1{
    font-size:28px;
}

.titulo-servicio p{
    font-size:16px;
}

}
/*=========================
PREGUNTAS FRECUENTES
=========================*/

#faq{
    max-width:1200px;
    margin:40px auto;
    padding:20px;
}

#faq .contenedor{
    background:rgba(30,93,164,.25);
    border-radius:20px;
    padding:30px;
    box-shadow:0 0 15px rgba(0,0,0,.4);
}

#faq h2{
    color:#fff !important;
    text-align:center;
    font-size:34px;
    margin-bottom:30px;
}

#faq h3{
    color:#fff !important;
    font-size:24px;
    margin-top:25px;
}

#faq p{
    color:#fff !important;
    font-size:18px;
    line-height:1.8;
    margin-top:10px;
    margin-bottom:20px;
}

@media(max-width:768px){

#faq .contenedor{
    padding:20px;
}

#faq h2{
    font-size:28px;
}

#faq h3{
    font-size:20px;
}

#faq p{
    font-size:16px;
}

}
/*=================================
OTROS SERVICIOS
==================================*/

.otros-servicios{

    width:90%;
    max-width:1200px;

    margin:40px auto;

    padding:30px;

    background:#1e5da4;

    border-radius:25px;

    box-shadow:
        inset 0 0 12px rgb(22,35,158),
        0 0 18px rgb(15,46,171);

    text-align:center;

}

.otros-servicios h2{

    color:white;

    margin-bottom:25px;

}

.otros-servicios a{

    display:inline-block;

    margin:10px;

    padding:12px 20px;

    background:white;

    color:#1e5da4;

    text-decoration:none;

    border-radius:12px;

    font-weight:bold;

    transition:.3s;

}

.otros-servicios a:hover{

    background:#0b3d91;

    color:white;

}