/*
Theme Name: Moose Child
Theme URI: http://demo.elated-themes.com/moose
Description: A child theme of Moose Theme
Author: Elated Themes
Author URI: https://elated-themes.com
Version: 1.1
Template: moose
*/

#content_map{-webkit-filter: grayscale(100%); filter: grayscale(100%);}
#head_ini{padding: 20px; height: 450px;}
.vc_text_separator.full .separator_content {
    font-size: 30px;
    line-height: 40px;
    color: #e5735c;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
}

#content_esfera{display: flex; width:100%;}
#esfera50{float: left; width:/*40*/49%; padding: 10px;}



.centro{text-align: center;}
.centroimagen{display:block; margin:auto;}

/* Contact Form 7 Form Background And Border CSS
 -----------------------------------------------*/
 .wpcf7 {
	width: 100%;
    /*padding: 0 15% 0 15% !important;*/
 }

 /*.wpcf7 {
    width: 80%;
    padding-left: 15% !important;
    padding-right: 15% !important;
}*/

/* Contact Form 7 Input CSS 
 ---------------------------*/
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
 .wpcf7-select{
     font-size: 18px;
     rgba(157, 157, 157, 0.3);
     color: #dd8500 !important;
     background-color: white !important; 
     border: white !important;
     border-bottom: 2px solid #dd8500 !important;
     width: 100%;
	 height:50px;
   /*  padding: 2%;*/
 }

.wpcf7 textarea
{
     font-size: 18px;
     background-color: white !important; 
     color: #dd8500 !important;
     border: white !important;
     border-bottom: 2px solid #dd8500 !important;
     width: 100%;
	height: 197px;
     /*padding: 2%;*/
 }


/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
     color: #ffffff !important;
     font-size: 12px;
     font-weight: 600;
     background: #ff900b !important;
     /*padding: 5px 5px 5px 5px;*/
     border: 2px solid #ffffff !important;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 5px;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #c9c9c9;
     transition: all 0.4s ease 0s;
     border: 2px solid #828282 !important;
	 
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
     border: 2px solid #858585 !important;
	 
 }

/* Checkbox CSS
----------------*/
input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;
}

span.wpcf7-list-item {
margin: 0;
padding-bottom: 20px;
}

/**ETIQUETAS ENVIO FORMULARIO**/
.wpcf7 form.sent .wpcf7-response-output {
    border:none;
    color:#12681a;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted {
    border:none;
    color:#ff0000;}

/*hide lapiz*/
span.wpcf7-form-control-wrap::after {
   display:none !important;
}


/*form style*/













@media only screen and (max-width: 1008px){
#content_esfera{display: block; width:90%;}
#esfera50 {float: none; width:90%;}	


}