.contact{
	justify-content: center;
    width: 90%;
    margin: 0 auto;
}


/*<!-- flex-container -->*/

.mail-web{
	display: flex;
    flex-wrap: wrap;
}

.webinfo_text{
	padding: 2em;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    width: 100%;
    border: 1px solid #E6E6E6;
    height: 100%;
}

/*<!-- flex-item -->*/
.contact-item {
	min-height: 100%;
	width: 50%;
	padding: 0 1em;
	margin-bottom: 3em;
	min-width: 300px;
	/*justify-content: center;*/
	text-align: center;
	margin: 1em auto;
}




/* -------------------------------------------------------- */
/* -- Formulario de contacto -- */
/* -------------------------------------------------------- */
/* contact */
.webinfo_mail {
    /*background: #f7f7f7;*/
  /*  background: red;*/
    padding: 2em;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    border: 1px solid #E6E6E6;
}


.webinfo_mail input[type="text"],
.webinfo_mail input[type="email"],
.webinfo_mail input[type="tel"],
.webinfo_mail textarea {
    outline: none;
    padding: 12px;
    font-size: 16px;
    /*color: #555;*/
    width: 100%;
    border: 1px solid #E6E6E6;

}


.webinfo_mail input[type="text"]:hover{
    background: #fff;
}

.webinfo_mail input[type="text"]:hover,
.webinfo_mail input[type="email"]:hover,
.webinfo_mail input[type="tel"]:hover,
.webinfo_mail textarea:hover {
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
}

/*.webinfo_mail textarea:hover {
    color: transparent;
}*/

.webinfo_mail textarea {
    min-height: 180px;
    width: 100% !important;
    resize: none;
}

.wpcf7-submit /*.webinfo_mail button*/ {
    outline: none;
    padding: 11px 0;
    font-size: 16px;
    color: #fff;
/*    background: #111;*/
    background: #2e5077;
    width: 100%;
    border: none;
    letter-spacing: 2px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* ---------------------------------------------- */
/*CF-7*/
/* ---------------------------------------------- */
label {
  display: inline-block;
  margin-bottom: .5rem;
  width: 100%;/*->add*/
}

.webinfo_mail input[type="text"], .webinfo_mail input[type="email"], .webinfo_mail input[type="tel"], .webinfo_mail textarea {
  outline: none;
  padding: 12px;
  font-size: 16px;
  /* color: #555; */
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem; /*->add*/
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /*->add*/
background-color: #fff;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111;
  background-color: #ffffff;
  -webkit-appearance: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /*->add*/
}

.wpcf7-submit {
    width: 100% !important;
    /*max-width: 135px;*/
    max-width: 935px !important;
}

button:hover, a.btn:hover, a.line-btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, a.btn:focus, a.line-btn:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, a.btn:active, a.line-btn:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    /*background-color: #DFB200;*/
    transition: background-color 0.55s ease-in-out
}

 .wpcf7-textarea  {
    max-height: 180px;
    width: 100% !important;
    resize: none;
}

/*Cambia color del paceholder*/

  .wpcf7-form-control::-webkit-input-placeholder { color: #6d6d6d; font-weight :normal; }
  .wpcf7-form-control:-moz-placeholder { color: #6d6d6d; font-weight: normal; }
  .wpcf7-form-control::-moz-placeholder { color: #6d6d6d; font-weight: normal; }
  .wpcf7-form-control:-ms-input-placeholder { color: #6d6d6d; font-weight: normal; }

.wpcf7-form-control {
  height: 50px;
  /*margin-bottom: 15px;*/
  margin-bottom: 0px;
  width: 100%;
}






/* ---------------------------------------------- */
/* -- Informacion de contacto -- */
/* ---------------------------------------------- */
.contact-icon {
    width: 65px;
    height: 65px;
    background: #f7f7f7;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    margin: 0 auto;
}
.contact-icon:hover {
/*box-shadow: 0px 0px 13px 2px #f10900;*/
box-shadow: 0px 0px 13px 2px #DFB200;

}
.contact-left span {
    font-size: 24px;
    color: #f10900;
    line-height: 65px;
}

.contact-left h4 {
    color: #000;
    font-size: 21px;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 600;
}

.contact-left p a {
    color: #8d8d8d;
    font-size: 1.5em;
}

.contact-left p a:hover {
  color: #DF3550;
  font-size: 1.8em;
  transition: all ease-in-out 0.5s;
}

.contact-left h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    /*margin-left: 1em;*/ /*20200525 add*/
}
.contact-text {
  text-align: center;
}
/*.form-group {
  background: #fff;
  margin-bottom: 1rem;
  border: 2px solid yellow;
}*/
/*.form-group:hover {
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
}
*/
.box-info{
  margin-top: 5em;
}

/* //contact */


