/*.separacion{
    margin-top: 300px;
    margin-bottom: 100PX;
}*/

.ContenedorFlexQuienesSomos{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.ContenedorInfoQuienesSomos{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ContenedorInfoQuienesSomos h2{
    color: var(--ColorBtn);
    font-size: 40px;
    font-family: var(--font-orbitron);
}

.ContenedorInfoQuienesSomos p {
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0px;
    text-align: justify;
}

.ContenedorInfoQuienesSomos .texto{
    font-family: var(--font-roboto);
}
.ContenedorImgQuienesSomos{
    width: 45%;
}

.ContenedorImgQuienesSomos img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.FlexButton .btnAzul button i{
    padding-left: 10px;
}

.FlexButton .marcoAzul button{
   border:2px solid var(--ColorBtn) ;
}


.bgColorCat{
    background-color:var(--bgColor-claro);
    padding: 60px 0px;
}

.ContenedorFlexCategorias {
    display: flex;
    gap: 30px;
    margin-top: 60px;
    overflow: hidden;   /* necesario para Swiper */
}

.miSwiperWrapperCategorias {
    display: flex;
    transition: transform 0.5s ease; /* efecto slider */
    cursor: pointer;
}

.miSwiperSlideCategorias {
    flex-shrink: 0;
    width: 150px;
    text-align: center;
}

.containerImgcat{
    width: 100%;
    border: 1px solid var(--bordeClaro);
    padding: 30px 20px;
    background-color: var(--ColorWhite);
}

.containerImgcat img{
    width: 100%;
}

.ContainerCat p{
    padding: 15px 0px;
    font-family: Roboto;
    color: var(--parrafo);
}


/* Flechas */
.FlexArrows .cat{
    background-color: var(--ColorBtn);
    color: var(--ColorWhite);
    transition: all ease .3s;
}
#hover button:hover{
    background-color: rgb(9, 65, 121);
    color: var(--ColorWhite);
}
.FlexArrows .cat:hover {
    background-color: #03325c;
    color: var(--ColorWhite);
}


.ContenedorFLexArrowsNuevo .titlecat{
    color: var(--ColorBtn);
}

.ContenedorFLexArrowsNuevo .titlecat span{
    color: var(--ColorBlack);
}

.flexArrowsNuevo .btncat button {
    border: 2px solid var(--ColorBtn);
    color: var(--ColorBtn);
}

.flexArrowsNuevo .btncat button:hover {
    border: 2px solid var(--ColorBtn);
    color: var(--ColorBtn);
}

/*Ahi finalizo Categorias*/

/*BANNER DE NECEISTAS AYUDA*/

.bgColorNecesitasAyuda{
    background-color: var(--ColorBtn);

}

.ContenedorFlexNecesitasAyuda{
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.ContenedorInfoNecesitasAyuda{
    width: 48%;
    line-height: 1.8;
}


.ContenedorInfoNecesitasAyuda h2{
    color: var(--ColorWhite);
    font-size: 30px;
    font-family: var(--font-orbitron);
}
.ContenedorInfoNecesitasAyuda p{
    color: var(--ColorWhite);

    font-family: var(--font-roboto);
}

.FlexBotonesConsulta{
    width: 48%;
}

.FlexBotonesConsulta{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;

}

.btnAyuda{
    width: 40%;


}
.btnAyuda a button{
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.btnAyuda a button i{
    font-size: 24px;
}

.bg-wasap a button{
    background-color: var(--ColorCotizar);
    border: none;
    color: var(--ColorWhite);
    transition: all ease .3s;
}

.bg-wasap a button:hover{
    background-color: var(--ColorCotizar_hover);
}

.bg-email a button{
    background-color: var(--grisTabaco);
    border: none;
    color: var(--ColorWhite);
    transition: all ease .3s;
}

.bg-email a button:hover{
    background-color: var(--grisTabacoHover);
}
/* Finalizo ayudamos*/


/*servicios*/
.FlexContenedorServicios{
    display: flex;
    justify-content: space-around;

    gap: 20px;
    flex-wrap: wrap;



}

.flexServicio{
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--AzulFuerte);
}

.servicio {
    width: 310px;
    position: relative;
    border: 2px solid var(--bordeClaro);
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center; /* centra verticalmente icono y texto */
    background-color: var(--ColorWhite);
    transition: all ease .3s;

}
.flexServicio p{
    font-family: var(--font-roboto);
    color: var(--colorParrafo);
}
.servicio:hover{
    border: 2px solid var(--ColorBtn);
}

.servicio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px; /* grosor del borde */
    background-color: var(--ColorBtn); /* color azul */
}

/*fin de servicios*/

/*Slaider Imagenes*/
/* Slider de marcas */

.bgColorMarcas{
    background-color: var(--bgColor-claro);
    border-bottom: 1px solid #F3F3F3;
}
.swiperMarcas {
  width: 100%;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.wrapperMarcas {
  display: flex;
}

.slideMarca {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.slideMarca img {
   max-width: 250px;  /* ancho máximo */
  max-height: 80px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease; /* si quieres efecto hover */
}

.slideMarca img:hover {
  transform: scale(1.2); /* aumenta 20% */
}

/* Flechas */
.btnPrevMarcas, .btnNextMarcas {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: var(--ColorWhite);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--ColorBtn);
  color: var(--ColorBtn);
  font-size: 18px;
  z-index: 6;
}

.btnPrevMarcas { left: 10px; }
.btnNextMarcas { right: 10px; }


/*Fin slaider imagenes*/


/*De necesitamos Ayuda*/
@media (max-width: 1043px) {
 .ContenedorInfoNecesitasAyuda h2{
    font-size: 22px;
 }
 .ContenedorInfoNecesitasAyuda p{
    font-size: 14px;
 }

 .btnAyuda{
    width: 50%;
 }
}
/**/




@media (max-width:900px ) {
 .ContenedorFlexQuienesSomos{
    flex-direction: column;
    gap: 70px;
 }

 .ContenedorInfoQuienesSomos{
    width: 100%;
    text-align: center;
 }
 .ContenedorImgQuienesSomos{
    width: 80%;
 }

.ContenedorInfoQuienesSomos .texto{
    text-align: justify;
}

.centradoButton{
    justify-content: center;
    flex-direction: row;
}


/*Nesesito aYUDA*/
.ContenedorFlexNecesitasAyuda{
    flex-direction: column;
    gap: 40px;
}
.ContenedorInfoNecesitasAyuda{
    width: 100%;
    text-align: center;
}
.FlexBotonesConsulta{
    width: 100%;
    justify-content: center;
}
.btnAyuda{
    width: 40%;
}



}
@media (max-width: 700px) {
 .servicio{width:100%;}
}

@media (max-width:600px ) {
 .FlexBotonesConsulta{
    flex-direction: column;
    gap: 15px;
 }
 .btnAyuda{
    width: 95%;
 }

 .centradoButton{
    flex-direction: column;
    gap: 15px;
 }
 .FlexButton .widthButton{ /*Le damos el 100% al enlace*/
    width: 100%;
}
.FlexButton .widthButton button{ /*Cubre el 100% el button*/
    width: 100%;
}

}

@media (max-width: 500px) {
   /* .separacion{
        margin-top: 400px;
    }*/
 .centradoButton{
    justify-content: center;
    flex-direction: column;
}
.ContenedorImgQuienesSomos{
    width: 100%;
}
.ContenedorInfoQuienesSomos h2{
    font-size: 35px;
}

.ContenedorInfoQuienesSomos .texto{
    font-size: 16px;
}

.FlexButton .widthButton{ /*Le damos el 100% al enlace*/
    width: 100%;
}
.FlexButton .widthButton button{ /*Cubre el 100% el button*/
    width: 100%;
}


/*Necesitamos Ayuda*/
.FlexBotonesConsulta{
    width: 100%;
    flex-direction: column;
}
.btnAyuda{
    width: 100%;
}
}

