*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
            scroll-behavior: smooth;
}
body{
    font-family: 'Orbitron', 'Roboto', sans-serif;
}

/*---UTILIDADES*/
.w100{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0px 10px;
}

section{
    padding: 70px 0px;
}


/* Etiqueta amarilla tipo cinta */
.EtiquetaOferta {
            position: absolute;
            top: 20px;
            left: -35px;
            background: #FFD600;
            color: #333;
            font-weight: 700;
            font-size: 12px;
            padding: 6px 35px;
            transform: rotate(-45deg);
            transform-origin: center;

            font-family: Roboto;
            z-index: 10;
            width: 120px;
            text-align: center;
        }




/*section{
    padding: 60px 0px;
}*/

 .ContainerTextForm{
        text-align: center;
        font-family: Roboto;
        padding: 30px 0px;
        line-height: 2;
    }
    .ContainerTextForm h1{
        font-family: var( --font-orbitron);
        color: var(--ColorBtn);
        font-size: 40px;
    }
 .ContainerTextForm p{
    font-family: var(--font-roboto);
 }

.ContenedorFlexFormulario{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-family: Roboto;
}

.flexCheckbox{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10PX;
}
.contedorInput{
    width: 100%;
    padding: 15px 0px;

}
.contedorInput label{
    color: #544E4C;
    font-size: 18px;
    font-family: Roboto;
}

.contedorInput span{
    color: var(--red);
}
.contedorInput input{
    width: 100%;
    padding: 13px;
    margin-top: 10px;
    border:  1px solid var( --BordeInput);
    outline: none;
}

.contedorInput textarea{
    width: 100%;
    margin-top: 10px;

  min-height: 100px;      /* Altura inicial */
  max-height: 200px;     /* Altura máxima permitida */
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;

  border: 1px solid var( --BordeInput);


  overflow-y: auto;      /* Scroll aparece solo cuando es necesario */
  resize: none;
  outline: none;
}

.wasap{
    width: 48%;
}

.btnForm{
    padding-top: 30px;
}

.btnForm input{
    padding: 14px 60px;
    border: none;
    background-color: var(--ColorBtn);
    border: none;
    color: var(--ColorWhite);
    font-size: 16px;
    cursor: pointer;
}

.flexCheckbox a{
    color: #8B8484;
    font-family: Roboto;
    font-size: 18px;
    cursor: pointer;
}

.flexCheckbox a span{
    text-decoration: underline;
}

/*Ubicacion*/
.flexContenedorUbicacion{
    display: flex;
    justify-content: space-between;

    gap: 20px;
}

.ContenedorContacto{
    width: 48%;
}

.ContenedorContacto h2{
    padding: 14px 0px;
    color: var(--ColorBtn);
    font-size: 30px;
    border-bottom: 2px solid var(--ColorBtn);
    font-family: Orbitron;
    font-weight: 700;

}
.DireccionIcono{
    display: flex;
    align-items: center;

}
.ContenedorContacto p{
    padding: 24px 0px;
    color: #3A3A3A;
    font-family: Roboto;
    font-size: 18px;


}
.DireccionIcono  p i{
    color: var(--red);

}

.maps{
    width: 100%;
    height:260px;
     border: 2px solid var(--bordeClaro);
     padding: 5px;
}
.maps iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.flexContacto{
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.flexIconContacto{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flexContacto i{
    color: var(--ColorBtn);
}

.flexContacto a{
    color: #403F3F;
    font-family: Roboto;
    font-size: 18px;
}

.contacto{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Roboto;
}

.contacto h3{
    color: var(--ColorBtn);
    font-size: 20px;
}
@media (max-width:800px ) {
 .flexContenedorUbicacion{
    flex-direction: column;
    gap: 30px;
 }
 .ContenedorContacto{
    width: 100%;
 }
}
@media (max-width:700px ) {
 .ContenedorFlexFormulario{
    flex-direction: column;
    gap: 10px;
 }
 .wasap{
    width: 100%;
}
.contedorInput{
    padding: 5px 0px;
}
}

/*COTIZAR ININIA*/

/*TERMINA*/






/*LIBRO RECLAMACIONES*/
/**/


/*// PREGUNTAS FRECUENTES//*/

  /*.enlacesRedirecciona .btnCuadro{
    border: none;
    padding: 14px 20px ;
    background-color: var(--ColorBtn);
    color: var(--ColorWhite);
    transition: all ease .3s;

  }

  .enlacesRedirecciona i{
    padding: 0px 10px ;
  }

  .enlacesRedirecciona .btnCuadro:hover{
    background-color: #024E91;
  }
*/
  .ContenedorPreguntas{

    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Roboto;
  }
  .ContenedorPreguntas h1{
    color: var(--ColorBtn);
    font-family: Orbitron;
    font-size: 40px;
    text-align: center;
  }

  .ContenedorPreguntas{
    color: #1E1E1E;
    font-family: Roboto;
  }

  .descDesc{
    text-align:center;
  }


        form .error,.contedorInput .error,.flexCheckbox .error {
            color: red;
            font-size: 12px;
            margin-top: 5px;
    font-family: Roboto;
            display: none;
        }

    .faq-box {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}

/* Item general */
.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 6px;
    overflow: hidden;
}

/* Header */
.faq-header {
    background: #353334; /* azul */
    color: white;
    font-weight: 700;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-header i {
    transition: transform 0.3s ease;
}

/* Contenido (oculto al inicio) */
.faq-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    color: #222;
    padding: 0 14px;
    transition: max-height 0.3s ease;
}

/* Cuando se abre */
.faq-item.open .faq-content {
    padding: 24px;
    width: 100%;
    max-height: 700px; /* puedes aumentar si quieres */
}

.faq-item.open .faq-header i {
    transform: rotate(180deg);
}

/* Cuando el item está abierto, cambiar header a azul */
.faq-item.open .faq-header {
    background: var(--ColorBtn); /* azul */
    border-color: var(--ColorBtn);
    color: #fff;
}

/* Border azul del contenedor */
.faq-item.open {
    border: 1px solid var(--ColorBtn);
}







  /* BTN - WHATSAPP */
  .btnWhatsApp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;height:60px;
    display:flex;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    background-color:#27A11A;
    color:var(--ColorWhite);
    font-size:30px;
    z-index:100;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-decoration:none;
    transition: all ease .3s;
  }

  .btnWhatsApp:hover{
    background-color:#119c01;
  }

  /* BTN - WHASTASPP 2 PER */


/* CHAT GEN */

.chatGenButton{
    position: fixed;
    bottom: 25px;
    right:25px;
    width:60px;
    height:60px;
    background-color: var(--ColorWhite);
    border:none;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    border-radius:50%;
    transition: 0.3s;
    z-index:10003;
    overflow: hidden;
    border:3px solid var(--ColorWhite);
}

.chatGenButton .containerImgChat{
    width:100%;height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.chatGenButton .containerImgChat img{
    width:100%;
    height:100%;
    object-fit: contain;
    transition: all ease .3s;
}

.closeChat{
    cursor: pointer;
    padding:0px 5px;
    border-radius:50%;
    transition: all ease .3s;
    font-size:20px;
}



.containerChatGen{
    position: fixed;
    bottom:95px;
    right:25px;
    width:320px;
    height:auto;
    background-color: var(--ColorWhite);
    z-index:1002;
    overflow: hidden;
    font-family: var(--font-roboto);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display:none;
}

.flexCabChat{
    width:100%;
    height:auto;
    display: flex;
    justify-content: space-between;
    align-content:center;
    gap:20px;
    padding:15px;
    background-color: #01BC63;
    color:var(--ColorWhite);
}

.flexCabChat .flexIconTitle{
    font-weight:600;
    font-size:18px;
}



.contactsChat{
    width:100%;
    height:250px;
    overflow-y: auto;
    padding:10px;
}

.flexcontactGenWhatsApp{
    width:100%;
    background-color:#f3f3f3;
    display:flex;
    justify-content: start;
    align-items: center;
    padding:10px;
    gap:10px;
    position:relative;
    margin-bottom:10px;
    text-decoration:none;
    transition: all ease .3s;
}

.containerContactChatIcon{
    width:45px;height:45px;
    background-color: #01BC63;
    border-radius:50%;
    border:1px solid #f3f3f3;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
}

.containerContactChatIcon i{
    text-decoration:none;
    color:var(--ColorWhite);
}


.pointerActive{
    position:absolute;
    width:15px;height:15px;
    border-radius:50%;
    border:4px solid var(--ColorWhite);
    background-color: #01BC63;
    left:43px;
    top:43px;
}

.nombreContactChat{
    color:var(--black);
    font-size:14px;
}


.flexcontactGenWhatsApp:hover{
    width:100%;
    background-color:#ebebeb;
    text-decoration:none;
}


.overlayChat{
    position: fixed;
	top:0px;
	left:0;
	width: 100%;
	height:100%;
	z-index:1001;
	background-color: rgba(0, 0, 0, 0.219);
	display:none;
}

.showBlock{
    display:block;
}

.textDescGen{
    padding:10px;
    padding-bottom:15px;
}

@media(max-width:360px){
    .containerChatGen{width:300px;}
    .flexCabChat .flexIconTitle{font-size:16px;}
}



.flexContCat{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.miCategoria{
    width:250px;
    height:auto;
    display:flex;
    flex-direction: column;
    justify-content:center;
    text-align:center;
        padding: 20px 0px;
        font-family: var(--font-roboto);
}
.contsigcqw{
    width:100%;
    border:1px solid #F0F0F0;
}
.contsigcqw img{
    width:100%;
    display:block;
}

.miCategoria .category-name{
    padding:20px 0px;
    font-size:20px;
}

.btnProdc{
background-color:var(--ColorBtn);
color:var(--ColorWhite);
padding:20px;
transition: all ease .3s;
}

.btnProdc:hover{
background-color:var(--AzulFuerte);
}
