
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;500,600,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,900;1,400;1,900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  
  *{
    padding: 0;
    margin: 0;
  }
  body {
    font-family: 'Roboto' ,'Raleway', sans-serif;
    overflow-x: hidden;
    background-color: #f8f9fa;
   
  }





/* ---------------------Menu  2A7BBE 324B77 */
#menu li > a{
    font-size: 18px;
   font-weight: 600;
    color:#2A7BBE;
}
/* --------------------- fin Menu */
#menu {
  padding: 0;
  margin: 0;
  background-color: #f1f1f1 !important;
}

#b_prev {
height: max-content !important;
}


hr.class1 {
  position: relative;
  top: 10px;
  border: none;
  height: 1px;
  background:black;
  margin-bottom: 30px;
  width: 50%;
}

hr.class2{
  position: relative;
  border: none;
  height: 10px;
  background: #324B77;
  margin-bottom: 30px;
  width: 50%;
}
hr.class3{
  position: relative;
  border: none;
  height: 10px;
  background: #2A7BBE;
  width: 50%;
  opacity: .25;
}

#micaption {
  
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 5px;
    background-color: rgba(0,0,0,.5); /* asignar el color y  transparencia */
    position: absolute;
    bottom: 0;
  
}
#micaption h5 {
  font-size: 5em;
}

#footer_bg {
  background-color: #324B77;
}
#carouselExampleFade{
  padding: 0;
}
#iconos  i {
  font-size: 20px;
  padding: 15px 10px 5px 10px;
  color:#f3f3f3;
}
#header_sur {
  background-color: #2A7BBE !important;
  padding: 5px;
}
.footer li {
  text-decoration: none;
  padding: 15px;
}
#copy{
  width: 85%;
  color: rgb(255, 255, 255);
}


/* ==========================formulario de contacto */

/*=========================CONTACTOS BACKGROUND================================*/

#bg-contactos{

  margin-top: 16em;
  position:relative;
  top: -130px;
} 

#bg-contactos2{
  height: 100px;
  position:relative;
  z-index: -4;
} 

#seccion-contacto{
  background-color: #2a7bbe;
  min-height:500px;
  position:relative;
}

.aluminio_imgBG{

  background-image: url('../img/productos/fondo_aluar_modena.png'); /* URL de la imagen de fondo */
      background-size: cover; /* Cubrir todo el contenido */
      background-position: center; /* Posición centrada */
      color: #fff; /* Color de texto */
      padding: 20px; /* Espaciado interno */
      /* text-align: center;  Alineación del texto */
}

.vidrio_imgBG{

  background-image: url('../img/vidrio/vidrio3.jpg'); /* URL de la imagen de fondo */
      background-size:cover; /* Cubrir todo el contenido */
      background-position: center; /* Posición centrada */
      color: #fff; /* Color de texto */
      padding: 0; /* Espaciado interno */
      /* text-align: center;  Alineación del texto */
}

/*  == productos galeria ==*/
.product-description {
  background: #FFF !important;
  margin-bottom: 20px; /* Espaciado inferior para separar de otras secciones */
  align-items: center;
}
/* Estilos para las imágenes del producto */
.product-images img {
  max-width: 100%; /* Imágenes responsivas */
  height: auto;
  margin-bottom: 10px; /* Espaciado inferior entre imágenes */
}
.bg-modena{
  background: #f79d5c !important;
}
.bg-vidrio_gris{
  background: #d8dbda !important;
}

#guarda_vidrio h1{
  position: relative;
  font-size: 3.5em !important;
  margin-left: 10% !important;
}

.bg-a40{
  background: #8587c1 !important;
}
.titulo-producto {
  height: 80px !important;
  
  align-items: center;
  color: #3f3f3f !important;
}


/*=========================CONTACTOS FORMULARIO================================*/

#contenedor-formulario{
  position:absolute;
  top:20%;
  left:50%;
  transform: translate(-50%, -50%);
  background: #fbfafa;
  border-radius:5px;
  
}


#titulo-formulario {
  color: #3f3f3f;
}
#formulario_caja {
  width: 90%;
  border: #2A7BBE solid 1px !important;
  border-radius: 12px !important;
  padding: 15px !important;
}

/* == texto en slider */
.slider-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Color del texto */
}
.slider-text h1 {
  font-size: 4.25rem; /* Tamaño del texto grande */
}
.slider-text p {
  font-size: 1.8rem; /* Tamaño del texto pequeño */
}
/* == fin texto  slider*/



/* ==========================Medias queries */

@media(max-width:768px){
  #intro {
    width: 90% !important;
    
  }
  .seccion_footer{
    width: 90%;
    flex-direction: column;
    margin: auto;
    align-items: center;
    
  }
  .img-footer{
    padding: 2rem 2rem !important;
  }

  #m_hamburguesa{
    margin-right: 1rem;
  }

  #contenedor__card {
    width: 100% !important;

  
  }
  .card_servicios {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #img_logo_menu{
    width: 250px;
  }


    /* == texto en slider */
    .slider-text {
      position: absolute;
      top: 65%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff; /* Color del texto */
    }
    .slider-text h1 {
      font-size: 1.75rem; /* Tamaño del texto grande */
    }
    .slider-text p {
      font-size:0.75rem; /* Tamaño del texto pequeño */
    }
    /* == fin texto  slider*/

   
 

   

     /*  == MAPA ==*/
   
/* Estilos para el contenedor del mapa */
#map-container iframe {
  margin-top: 2rem;
  padding-bottom: 3rem;
  
  min-height: 500px;
  
 
}


#form_contacto h1 {
  font-size: 3em;
  text-align: center;
}

#bg-contactos2{
  height: 80px;

} 
}

/* Estilos para el contenedor del mapa */
#map-container iframe {
  
  width: 100%;
  height: 100%;
  
 
}
/* Estilos para el mapa dentro del contenedor */
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#img_nosotros img{
  border-radius: 10px !important;

}
/*=========================MEDIA QUERIES PANTALLA EXTRA-SM================================*/

@media (min-width:769px) and (max-width:1200px){
  
/* == texto en slider */
.slider-text {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Color del texto */
}
.slider-text h1 {
  font-size: 2.5rem; /* Tamaño del texto grande */
}
.slider-text p {
  font-size:1.25rem; /* Tamaño del texto pequeño */
}
/* == fin texto  slider*/
}


#contenedor__card {
  padding-top: 20px;
  padding-bottom: 40px;
  margin: auto !important;
  display: flex;
  flex-wrap: wrap;

}


.card_servicios {
  width: 300px;
  margin-bottom: 50px;
}


/*========================= wave onda en moviemiento ================================*/

.bg_wave_color {
  width: 100%;
  height: 70%;
  background-color: #2abe40;
  position: absolute;
  top: 0;

}
.wave {
  width: 600px;
  height: 100%;
  position: absolute;
  top: 150px;
  left: 0%;
  background-image: url(../img/backgrounds/wd1.svg);
  background-position: bottom;
}

.w1 {
  animation: w1 7s linear infinite;
}
@keyframes w1 {
  0% {margin-left: 0;}
  100% {margin-left: -1600px;}
}
/*========================= wave onda en moviemiento ================================*/

/*========================= EFECTO MOVIMIENTO DE CARDS CON SERVICIO  ================================*/
.image-container {
  position: relative;
  width: 300px; /* Ajusta el tamaño según tu imagen */
}

.icon-container {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px;
  transition: bottom 0.6s linear, background-color 1ms linear;
  cursor: pointer;
  display: flex;
 align-content: center;
 flex-wrap: wrap;
 flex-direction: column;
 align-items: center;
}

.icon-container:hover {
  bottom: 0; /* Ajusta la posición del icono al pasar el cursor */
  background-color:rgba(42, 123, 190, 0.5); /* Cambia el color al pasar el cursor */

  width: 100%; /* Ancho del contenedor al pasar el cursor */
  border-bottom-left-radius: 30px; /* Ajusta el radio de los bordes */
  border-bottom-right-radius: 30px; /* Ajusta el radio de los bordes */
  transition: background-color 886ms linear 103ms;
}

.icon-container .text {
  display: none;
  transition: background-color 886ms linear 103ms;
}


.icon-container:hover .text {
  display: block; /* Hace que el texto aparezca al pasar el cursor */
}

.icon__text h5{
  padding: 0.5em 0.5em;
  font-size: 1.75em !important;
}

.text-container{
  font-family: 'roboto';
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  transition: background-color 886ms linear 103ms;
 }

.icon-container2 {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px;
  transition: bottom 0.6s linear, background-color 1ms linear;
  cursor: pointer;
  display: flex;
 align-content: center;
 flex-wrap: wrap;
 flex-direction: column;
 align-items: center;
}

.text-container2{
  font-family: 'roboto';
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  transition: background-color 886ms linear 103ms;
}
.icon-container2:hover {
  bottom: 0; /* Ajusta la posición del icono al pasar el cursor */
  background-color:rgba(42, 123, 190, 0.8); /* Cambia el color al pasar el cursor */
  width: 100%; /* Ancho del contenedor al pasar el cursor */
  border-bottom-left-radius: 30px; /* Ajusta el radio de los bordes */
  border-bottom-right-radius: 30px; /* Ajusta el radio de los bordes */
  transition: background-color 886ms linear 103ms;
}

.icon-container2:hover .text {
  display: block; /* Hace que el texto aparezca al pasar el cursor */
}
.icon-container2 .text {
  display: none;
  transition: background-color 886ms linear 103ms;
}

.text-container h1 {
  font-size: 3em;
}

.h1-hidden {
  opacity: 0;
}


/* ==========================stylos de la fuentes  */
.text_sur_primario{
  color : #2a7bbe !important;


}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left: 25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/* ScrollToTop */
a.back-to-top {
  display:block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0013a2;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

