/*
==============================
Feature: Forms
Section: Inputs
==============================
*/

div.wpcf7 .ajax-loader {
  position: absolute;
}
.form-control {
  border-color: transparent;
}
span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-submit {
  width: auto;
  float: none;
  background-color: #F04442;
  border: 1.5px solid #F04442;
  color: #ffff;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0 1rem;
  text-transform: uppercase;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
  float: left;
}
@media (min-width: 1200px) {
  .wpcf7-form-control.wpcf7-submit {
    width: auto;
    float: none;
    background-color: #F04442;
    border: 1.5px solid #F04442;
    color: #ffff;
    font-family: 'Poppins';
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 0 2rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    cursor: pointer;
    float: right;
  }

}

.form-control::placeholder {
  color: #222;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
::placeholder {
  color: #c6c6c6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
:-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
form.wpcf7-form div.container-fluid div.row + p {
  display: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
  padding-left: 0.25em;
  color: #4a4a4a;
  font-family:'Poppins';
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: #000;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.51px;
  line-height: 19px;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
  border-color: inherit;
  color: #c6c6c6;
}
input[type="search"] {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000;
  border-radius: 0 !important;
  padding: 5px 0px !important;
  font-family: 'Poppins';
  font-size: 10px;
  letter-spacing: 0.54px;
  line-height: 17px;
  font-weight: 500;
}
.search.search-no-results #search-main input[type="search"],
.search.search-results #search-main input[type="search"] {
  padding: 6px 15px !important;
}
.form-control {
  background-color: #ffffff;
}
  
/* custom forms */
input[type="text"]::placeholder {
  color: rgb(0, 0, 0) !important;
}
input[type="email"]::placeholder {
  color: rgb(0, 0, 0) !important;
}
input[type="tel"]::placeholder {
  color: rgb(0, 0, 0) !important;
}
textarea::placeholder {
  color: rgb(0, 0, 0) !important;
} 
.page-template-template-contact input[type="text"],
.page-template-template-contact input[type="email"],
.page-template-template-contact input[type="url"],
.page-template-template-contact input[type="password"],
.page-template-template-contact input[type="number"],
.page-template-template-contact input[type="tel"],
.page-template-template-contact input[type="range"],
.page-template-template-contact input[type="date"],
.page-template-template-contact input[type="month"],
.page-template-template-contact input[type="week"],
.page-template-template-contact input[type="time"],
.page-template-template-contact input[type="datetime"],
.page-template-template-contact input[type="datetime-local"],
.page-template-template-contact input[type="color"],
.page-template-template-contact textarea {
  background-color: transparent;
  /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);*/
  color: rgb(0, 0, 0) !important;
  border-bottom: 1px solid #F04442!important;
  border-radius: 0 !important;
  padding: 6px 0px !important;
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 19px;
  width: 100%;  
}
.form-control {
  background-color: transparent;
}
.contact-form .form-group .wpcf7-form-control:focus {
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  border-top-color: transparent!important;
}
@media (min-width: 1200px) {
  .page-template-template-contact input[type="text"],
  .page-template-template-contact input[type="email"],
  .page-template-template-contact input[type="url"],
  .page-template-template-contact input[type="password"],
  .page-template-template-contact input[type="number"],
  .page-template-template-contact input[type="tel"],
  .page-template-template-contact input[type="range"],
  .page-template-template-contact input[type="date"],
  .page-template-template-contact input[type="month"],
  .page-template-template-contact input[type="week"],
  .page-template-template-contact input[type="time"],
  .page-template-template-contact input[type="datetime"],
  .page-template-template-contact input[type="datetime-local"],
  .page-template-template-contact input[type="color"],
  .page-template-template-contact textarea {
    background-color: transparent;    
    color: #000!important;
    border-bottom: 1px solid #F04442!important;
    border-radius: 0 !important;
    padding: 6px 0px !important;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
  }
  .page-template-template-contact input[type="text"]::placeholder,
  .page-template-template-contact input[type="email"]::placeholder,  
  .page-template-template-contact input[type="tel"]::placeholder{
    background-color: transparent;    
    color: #000!important;
    border-bottom: 1px solid #F04442!important;
    border-radius: 0 !important;
    padding: 6px 10px !important;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
  }
  .page-template-template-contact textarea::placeholder{
    background-color: transparent;    
    color: #000!important;
    border-radius: 0 !important;
    padding: 6px 10px !important;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    letter-spacing: 0.59px;
    line-height: 19px;
  }
  .form-control {
    background-color: transparent;
  }
  .page-template-template-contact input[type="text"]:focus,
  .page-template-template-contact .form-group:focus,
  .page-template-template-contact input[type="email"]:focus,
  .page-template-template-contact input[type="tel"]:focus,
  .page-template-template-contact textarea:focus {
    border: none;
    border-color: inherit;
  }
}
  
/*
==============================
Feature: Forms
Section: Checkbox
==============================
*/

input[type="checkbox"] + span.wpcf7-list-item-label:before {
  content: "";
  width: 12px;
  height: 12px;
  float: left;
  margin: 0.5em 0.5em 0 0;
  border: 1px solid #F04442;
  background: #ffffff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
  border-color: #000;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 6px;
  border: 3px solid #000;
  float: left;
  margin-left: -1.55em;
  border-right: 0;
  border-top: 0;
  margin-top: 0.7em;
  transform: rotate(-55deg);
  cursor: pointer;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span.wpcf7-list-item-labell {
  font-weight: bold;
  line-height: 3em;
  color: #4a4a4a;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label {
  color: #4a4a4a;
}
.formulario-pagina-not-found .content-btn-search input[type="search"]::placeholder{
  text-align: left!important;
}