/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Sock Data
 Author URI:     https://sockdata.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.form-group{
	padding:0.5em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea
{
    background-color: #fff;
   border:none;
	color: #000;
    width: 100%;
	padding:1.5em;
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size:16px;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder
{
   	color: #000;
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size:16px;
}

	

.prote1, .prote2{
	color: #000;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size:16px;
	font-style: italic;
}
.prote1 a{
	color: #fff;
}
.prote1 a:hover{
	color: #000;
}
.prote2 a{
	color: #7275F7;
}
.prote2 a:hover{
	color: #000;
}

.wpcf7 input[type="submit"]{
	color: #2B51C0 !important;
	border-color: #fff !important;
	border-radius: 0px !important;
	font-size: 22px !important;
	font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
	background-color: #fff !important;
	width:100% !important;
	max-width:300px !important;
	display:block !important;
	margin-left:auto !important;
	margin-right:auto !important;
	border-width: 0px;
	padding:10px 30px 10px 30px !important;
	margin-top: 30px;
}
.wpcf7 input[type="submit"]:hover{
	border-color: #D689F1 !important;
	background-color: #D689F1 !important;
	color:#fff !important;
	cursor:pointer !important;
}

#contacto .wpcf7 input[type="submit"]{
	background-color: #2B51C0 !important;
	border-color: #2B51C0 !important;
	color: #fff !important;
}
#contacto .wpcf7 input[type="submit"]:hover{
	border-color: #D689F1 !important;
	background-color: #D689F1 !important;
	color:#fff !important;
	cursor:pointer !important;
}

.wpcf7 textarea{
	height:67.2px;
}
.wpcf7-form-control.wpcf7-acceptance{
	display: block;
  text-align: center;
	margin-top:20px;
}

/* 3 COL 2% Margen */
.galeria-3col-2 .et_pb_gallery_item{
		margin-bottom:2% !important;
	margin-right:2% !important;
}
 
@media(min-width:767px){
.galeria-3col-2 .et_pb_gallery_item{
	width:32% !important;
}
}
	
 
@media(min-width:768px){
.galeria-3col-2 .et_pb_gallery_item:nth-child(3n){
	margin-right:0px !important;
}
}
 
@media(max-width:767px) and (min-width:479px){
.galeria-3col-2 .et_pb_gallery_item{
	width:49% !important;
}
 
.galeria-3col-2 .et_pb_gallery_item:nth-child(2n){
	margin-right:0px !important;
}
}
 
@media(max-width:479px){
	.galeria-3col-2 .et_pb_gallery_item{
		margin-bottom:20px;
	}
}
.opi-01 .et_pb_module_header, .opi-01 .et_pb_blurb_description{
	margin-left:30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color:#000 !important;
}
.gt_switcher.notranslate {
  margin-top: -10px !important;
}

@media(max-width:767px){
	#mobile_menu1 .menu-item.menu-item-gtranslate.menu-item-has-children.notranslate{
	display:none;
}
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}