

#formMain{
    background-size: cover; /* Ajusta el tamaño */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */  
    background-attachment: scroll; /* importante para JS */ 
    padding: 30px 30px 60px 30px;

}


.form-container{
	border: 1px #FFF solid;
	border-bottom: none;
	box-shadow: inset 0 -1px 0 #FFF; /* borde inferior interno */
}

#formMain h2{
	color: #FFF;
	font-weight: 400;
	font-size: 40px;
	max-width: 400px;
	padding-bottom: 35px;
}

#formMain .wpFormMain{
    border:1px #FFF solid; 	
   	max-width: 1200px;
    padding: 80px;	
    margin: auto;
    display: flex;
    justify-content: space-between;
    min-height: 600px;
    padding-top: 200px;

}

@media(max-width: 721px){

	#formMain  .wpFormMain{
		padding: 150px 20px 70px 20px;
	}

	#formMain {
		padding: 30px 20px 80px 20px;
	}

	#formMain h2{
		padding-bottom: 50px;
	}
}

@media(max-width: 620px){
	#formMain h2{
		font-size: 30px;
	}
}

@media(max-width: 500px){
	#formMain {
		padding: 30px 10px 80px 10px;
	}	
}

#formMain .wpFormMain > div{
	width: 100%;
	max-width: 640px;
}


/* ---------------------------------------- */


#quienesSomos{
	background-color: #E7DDD3;
	padding: 100px 0px 90px 0px;
	width: 100%;
}

#quienesSomos .wpquienesSomos{
	border:1px #004263 solid;
	margin: 10px;
	display: flex;	
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: auto;
	width: calc(100% - 70px);
	font-size: 18px;
	text-align: justify;
	color: #000000;
}

#quienesSomos .wpquienesSomos > div:nth-child(1){
	width: 40%;
}

#quienesSomos .wpquienesSomos > div:nth-child(2){
	width: 60%;
	padding:60px 25px 60px 0px;
}

#quienesSomos .img{
	position: relative;
}


#quienesSomos .img div{
	height: 390px;
	width: 280px;
	position:absolute; 
	display: block;
	will-change: transform;
	    background-size: cover; /* Ajusta el tamaño */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */  
}

#quienesSomos .img div:nth-child(1){
	top: -310px;
	right: 40px;
}

#quienesSomos .img div:nth-child(2){
	top: -60px;
	right: 200px;
}

@media(max-width: 970px){

	#quienesSomos .wpquienesSomos > div:nth-child(1){
		width: 50%;
	}

	#quienesSomos .wpquienesSomos > div:nth-child(2){
		width: 50%;		
	}
}

@media(max-width: 780px){

	#quienesSomos .img div{
		height: 330px;
		width: 230px;
	}	

	#quienesSomos .img div:nth-child(1){
		top: -80px;
		right: -100px;	
	}

	#quienesSomos .img div:nth-child(2){
		top: 155px;
		right: 55px;
	}	

	#quienesSomos .wpquienesSomos > div:nth-child(1){
		width: 180px;
		height: 410px;
		margin: auto;
	}

	#quienesSomos .wpquienesSomos > div:nth-child(2){
		width: 100%;	
		padding: 50px 30px 50px 30px;	
	}

	#quienesSomos .wpquienesSomos{
		display: block;
		width: calc(100% - 30px);
	}
}

/*------------------------------------------------------------*/

#brands{
	margin: 0px 0px 0px 0px;	
	background-color: #7B8C8C;
	padding: 30px 0px 25px 0px;
	overflow: hidden;
	position: relative;
	pointer-events: none; /* Desactiva la interacción del usuario */
}

#brands h3{
	color: #FFF;	
	position: absolute;
	font-size: 28px;
	font-weight: 400;
	background-color: #7B8C8C;
	top: 8px;
	right: 0;
	left: 0;
	margin: auto;
	width: max-content;
	padding: 0px 20px 0px 20px;

}

#brands img{
	height: 100px;
	padding: 0px 10px;
	display: inline-block;
}

#brands > div{
	max-width: 1400px;
	  border: 1px #2C4451 solid;
	  overflow: hidden;
	  margin: auto;
}

#brands .carrete{
  padding: 20px 0px 10px 0px;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  /*animation: scroll-left 30s linear infinite;*/
  will-change: transform;
}

 

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* -------------------------------- */

#wpgallery{
	background-color: #E7DDD3;
	padding-bottom: 80px;
}

#wpgallery .triangle-button{
	position: absolute;
	z-index: 3;
	height: 70px;
	padding: 10px;
  	top: 50%;
  	transform: translateY(-50%); 	
  	cursor: pointer;
}
/*
#wpgallery .triangle-button:hover{
	opacity: 0.8;
}*/

#wpgallery .triangle-button.nextBtn{
	right: 30px;
}

 #wpgallery .triangle-button.prevBtn{
	left: 60px;
	transform: translate(-50%, -50%) rotate(180deg);
}


#wpgallery .wpbrands{
	max-width: 1600px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

 
#wpgallery .gallery{
	scroll-behavior: smooth; /* suaviza el scroll */ 
 	overflow-y: scroll;
 	white-space: nowrap; 
 	width: calc(100% - 40px);
 	margin: auto;
 	position: relative;
 }
 

#wpgallery .gallery .viewPicture{
    background-size: cover; /* Ajusta el tamaño */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */
 
	width: calc(33% - 40px);
	height: 600px;
	margin: 5px;	
	display: inline-block;
}

@media(max-width: 890px){
	#wpgallery .gallery .viewPicture{
		width: calc(50% );
	}

	#wpgallery .triangle-button.nextBtn{
		right: 0px;
	}

	 #wpgallery .triangle-button.prevBtn{
		left: 27px;
 
	}	
}

@media(max-width: 600px){
	#wpgallery .gallery .viewPicture{
		width: calc(100% - 60px);
		height: 400px;
	}
}


#wpgallery .gallery .bgBlack{
	position: relative;
	background-color: rgb(0,0,0,0.6);
	height: 100%;
	width: 100%;
	color: #FFF;
	display: table;
	opacity: 0;
	transition: all 0.5s ease;
	text-align: center; /* Centrado horizontal */
	cursor: pointer;
}

#wpgallery .gallery .bgBlack p{
	display: table-cell;
	vertical-align: middle; /* Centrado vertical */
}


/*#wpgallery .gallery div:hover .bgBlack{
	opacity: 1;
}*/

/*----------------------------*/

#formEmail{
	background-color: #E7DDD3;
}

#formEmail h3{
	font-size: 35px;
	padding-bottom: 10px;
	font-weight: 400;
}

#formEmail .wpformEmail{
	max-width: 1500px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#formEmail .wpformEmail > div{
	width: 50%;
	
}

#formEmail .wpformEmail .parallax{
	height: 500px;
}

#formEmail .wpformEmail > div{
	background-size: cover; /* Ajusta el tamaño */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que se repita */  
    background-attachment: scroll; /* importante para JS */ 
}

#formEmail .form{
	margin: 0px 60px 0px 60px;
}

#formEmail .baytlic-forms{
	border:1px solid #011735;
	border-bottom: none;
}

#formEmail .baytlic-forms input  {
	border-bottom: 1px #011735 solid;

}

#formEmail .baytlic-forms input, #formEmail  .baytlic-forms textarea {
 
	color: #000;
}

#formEmail .baytlic-forms input::placeholder, #formEmail  .baytlic-forms textarea::placeholder {
	color: #515052;
}


@media(max-width: 800px){

	#formEmail .wpformEmail > div:nth-child(1){
		width: 30%;	
	}


	#formEmail .wpformEmail > div:nth-child(2){
		width: 70%;	
	}	

}

@media(max-width: 700px){

	#formEmail .wpformEmail > div:nth-child(1){
		width: 100%;
		height: 250px;	
	}


	#formEmail .wpformEmail > div:nth-child(2){
		width: 100%;	
	}

	#formEmail .wpformEmail{
		display: block;
			
	}

	#formEmail .form{
		margin: 0px 0px 0px 0px;
		padding: 30px 30px 50px 30px;
	}


}
