.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 600px;
}

.contacto-body .form-side label {
  margin-bottom: 0px;
}

.contacto-body .form-side p {
  margin-bottom: 0rem;
}

.contacto-body .form-side .wpcf7-submit {
  background-color: #e00f20;
  color: #FFFFFF;
  transition: 0.5s all;
}

.contacto-body .form-side .wpcf7-submit:hover {
  background-color: #f2f2f2;
  color: #333333;
  transition: 0.5s all;
}

.wpcf7-form-control.wpcf7-text {
  width: 600px;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 600px;
}

.contacto-body .form-side input {
  width: 600px;
}

.contacto-body .form-side textarea {
  width: 600px;
}

.contacto-body-cotizador {
  padding: 0px 0 0px;
}

.calc-container.horizontal .calc-list.calc-fields .calc-item-title {
  display: none;
}

.calc-container.horizontal .calc-list:last-child {
  display: none;
}

.calc-container .calc-list {
  min-height: 230px!important;
}

.calc-container .calc-list.loaded {
  background: transparent !important;
}

div.conversor {
  background-color: rgb(240, 240, 240);
  padding: 50px;
  margin-top: -80px;
}

.conversor .convertir {
  float: left;
}

.conversor .unidad {
  color: #e00f20;
  margin: 0px 10px 0px 0px;
}

.conversor input {
  max-width: 100px;
}

.btn-agregar {
  padding: 15px 30px;
  background-color: #e00f20;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  top: 260px;
  left: 44%;
}

.btn-agregar a:hover {
  color: rgba(255,255,255,09);
}

/*HISTORIA*/

.timeline p {
  text-align: left;
  font-size: small;
  padding-bottom: 5px;
}

/*PRODUCTS PICKER*/
#homeProductosPicker li a{
  /* background-color:#CCC; */
  background-color:#4d4d4d;
  color:#fff !important;
  border-radius:5px;
  padding:10px;
}
#homeProductosPicker li a p{
  font-size:14px;
  color: white;
  margin-bottom:0px!important;
}

#homeProductosPicker li a:hover{
  background-color:#e00f20;
}
#homeProductosPicker li a:hover p{
  color: white !important;
}

/*HEADER*/
.logoEnd img{
  width:40px;
}

/*LAYER 500 SERVICIOS*/
#serviciosOver .front-left{
  margin-top:80px;
  opacity:0.9;
}
#serviciosOver .front-left h3{
  font-size:27px;
  margin-top: revert;
}
#layer500 p.banner-historia{
  font-size:18px;
}
#serviciosOver .front-right{
  height:360px;
}
#serviciosOver .front-right h3{
  font-size:45px;
  margin-top:80px;
}
.layer-500 .back-left{
  height: 360px;
}
.layer-500 .back-right{
  height: 360px;
}