﻿body {
  overflow-x: hidden;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

ul {
  list-style: none;
  margin:0;
  padding: 0;
}

#contact_section{
  background-color: #ffffff;
  background-image: url('../../images/contact/sombra.png');
  background-position: top;
  background-repeat: repeat-x;
  overflow: hidden;
  padding-bottom: 45px;
  position: relative;
}
.title{
  font-weight:900;
  color: #8b0000;
  display: block;
  font-size: 26px;
  margin-top: 50px;
}
.wrap_contact{
  margin: 0 0 0 30px;
  width: 800px;
}
/*
|------------------------------------------------------------------------------------
| clases para elementos de formulario
|------------------------------------------------------------------------------------
*/
.content_input{
  position: relative;
}
.content_input.error_form {
  color: #cb2228;
  height: 30px;
}
.content_input.success_form {
    color: green;
    height: 30px;
}
.wrap_contact input{
  background-image: url("../../images/contact/back_input_large.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  border: 0 none;
  color: #ffffff;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 0 0 4%;
  width: 93%;
}
.wrap_contact input[type="submit"]{
  background-color: #cccccc;
  background-image: none;
  color: #323232;
  float: right;
  font-family: "FuturaLTPro-Bold";
  font-size: 15px;
  height: 40px;
  margin-right: 3%;
  padding: 0;
  width: 97px;
}
.wrap_contact input[type="submit"]:hover{
  background-color: #cc2228;
  color: #ffffff;
}
.wrap_contact input.medium{
  float: left;
  width: 45%;
}
.wrap_contact textarea{
  background-image: url("../../images/contact/back_textarea.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  border: 0 none;
  color: #ffffff;
  height: 200px;
  margin-bottom: 10px;
  padding: 11px 0 0 4%;
  width: 93%;
}
#input_value{
  background-color: #292a2c;
  background-image: url("../../images/contact/back_input_file.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  color: #b1b1b1;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 0 0 4%;
  width: 93%;
  cursor: pointer;
}
#attach{
    left: -1000px;
}
/*#input_value:hover{*/
  /*background-image: url("../../images/contact/back_input_file_hover.jpg");*/
/*}*/
.wrap_contact .error_input{
  border: 1px solid #cb2228;
}
.wrap_contact label.mandatory{
  color: #cb2228;
  display: block;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.wrap_contact label.mandatory.captcha{
  left: 0;
  margin: 0 auto;
  right: -4px;
  top: 10px;
}
.realperson-challenge {
  color: #ffffff;
  float: left;
  font-family: "FuturaLTPro-Bold";
  font-size: 15px;
  margin-right: 8%;
  padding-left: 2%;
  width: 38%;
}
.realperson-regen {
  color: #9f9f9f;
  cursor: pointer;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 15px;
  padding-top: 4px;
  text-align: center;
  text-align: left;
  text-decoration: underline;
}
.content_input span{
  color: #b1b1b1;
  display: block;
  font-size: 15px;
  font-style: italic;
  height: 35px;
  width: 100%;
}
.uberselect {
  background: #292a2c url("../../images/contact/back_select1.jpg") repeat scroll right center;
  height: 40px;
  margin-bottom: 10px;
  padding: 0;
  width: 97%;
}
.uberselect:hover {
  background: url("../../images/contact/back_select_hover.jpg") repeat scroll right center rgba(0, 0, 0, 0);
}
.uberselect > div {
  color: #b1b1b1;
  line-height: 40px;
  overflow: hidden;
  padding-left: 17px;
  text-align: left;
  white-space: nowrap;
  width: 120px;
  border-left: 2px solid #1a1a1c;
}

#country option,
#city option,
#state option{
    padding:.3em 0 .3em .5em;
}

/*
|------------------------------------------------------------------------------------
| Columna izquierda del formulario
|------------------------------------------------------------------------------------
*/
.wrap_contact .column1{
  float: left;
  margin-top: 30px;
  width: 50%;
}
/*
|------------------------------------------------------------------------------------
| Columna derecha del formulario
|------------------------------------------------------------------------------------
*/
.wrap_contact .column2{
  float: left;
  margin-top: 30px;
  width: 50%;
}



/*
|------------------------------------------------------------------------------------
| breakpoint 850
|------------------------------------------------------------------------------------
*/

@media (max-width: 850px) { 
  
  /*
  |------------------------------------------------------------------------------------
  | contenedor general
  |------------------------------------------------------------------------------------
  */
  #contact_section {
    padding-bottom: 90px;
  }

  /*
  |------------------------------------------------------------------------------------
  | contenedor del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact {
    margin: 20px auto 2%;
    width: 98%;
  }

}

/*
|------------------------------------------------------------------------------------
| breakpoint 768
|------------------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    #input_value{
        font-size: .8em;
    }


}


/*
|------------------------------------------------------------------------------------
| breakpoint 640
|------------------------------------------------------------------------------------
*/

@media (max-width: 640px) { 
  
  /*
  |------------------------------------------------------------------------------------
  | Columna izquierda del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact .column1{
    width: 100%;
  }
  /*
  |------------------------------------------------------------------------------------
  | Columna derecha del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact .column2{
    margin-top: 0;
    width: 100%;
  }

  /*
  |------------------------------------------------------------------------------------
  | contenedor del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact {
    margin: 20px auto 0;
    width: 77%;
  }
  
  /*
  |------------------------------------------------------------------------------------
  | Inputs del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact input{
    background-image: url("../../images/contact/back_input_movil.jpg");
    height: 58px;
    padding: 0 0 0 4%;
    width: 96%;
  }
  .wrap_contact label.mandatory {
    font-size: 15px;
    top: 17px;
  }
  .wrap_contact label.mandatory.captcha {
    left: 10px;
    margin: 0;
    right: 0;
    top: 75px;
  }
  .wrap_contact textarea{
    background-image: url("../../images/contact/back_textarea_movil.jpg");
    height: 175px;
    padding: 11px 0 0 4%;
    width: 96%;
  }
  .uberselect {
    background: url("../../images/contact/back_select_movil.jpg") repeat scroll right center rgba(0, 0, 0, 0);
    height: 60px;
    padding: 0 0 0 4%;
    width: 96%;
  }
  .uberselect > div {
    line-height: 60px;
  }
  #input_value {
    background-image: url("../../images/contact/back_input_file_movil.jpg");
    color: #272727;
    font-size: 0;
    height: 58px;
    padding: 0 43% 0 4%;
    width: 53%;
  }
  .wrap_contact input.medium {
    float: left;
    margin-top: 10px;
    width: 96%;
  }
  .realperson-challenge {
    margin-right: 0;
    padding-left: 1%;
    width: 99%;
  }

  /*
  |------------------------------------------------------------------------------------
  | Titulo del formulario
  |------------------------------------------------------------------------------------
  */
  .title {
    margin-top: 10px;
  }

  /*
  |------------------------------------------------------------------------------------
  | botón submit
  |------------------------------------------------------------------------------------
  */
  .wrap_contact input[type="submit"] {
    display: block;
    float: none;
    font-size: 1.3em;
    height: 50px;
    margin: 25px auto 0;
  }


}


/*
|------------------------------------------------------------------------------------
| breakpoint 480
|------------------------------------------------------------------------------------
*/

@media (max-width: 480px) {


}


/*
|------------------------------------------------------------------------------------
| breakpoint 320
|------------------------------------------------------------------------------------
*/

@media (max-width: 320px) { 
  
  /*
  |------------------------------------------------------------------------------------
  | Inputs del formulario
  |------------------------------------------------------------------------------------
  */
  .wrap_contact input {
    padding: 0 0 0 7%;
    width: 93%;
  }
  .wrap_contact textarea {
    height: 169px;
    padding: 17px 0 0 8%;
    width: 93%;
  }
  #input_value {
    color: #272727;
    line-height: 0;
    padding: 0 67% 0 4%;
    width: 29%;
  }


}
