/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/
.column_container.servicio-img {
  margin-bottom: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

a.catimage .catimage-text {
  text-align: center;
  background-color: none;
}
a.catimage .catimage-text:before {
  content: " ";
  position: absolute;
  background: #be1e2d;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.catimage:hover .catimage-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
a.catimage:hover .catimage-text {
  background-color: rgba(190, 30, 45, 0.9);
}

.wpb_content_element.tit-btn-cotizacion {
  margin-bottom: 15px;
}
.wpb_content_element.tit-btn-cotizacion h4 {
  color: #be1e2d;
}

#fullimagecenter .container .sixteen.columns {
  text-align: left;
}
#fullimagecenter .container .sixteen.columns h1,
#fullimagecenter .container .sixteen.columns .title-h1 {
  margin: 160px 0;
  padding: 5px 15px;
  display: inline-block;
  background-color: rgba(190, 30, 45, 0.6);
}

#clientes .owl-theme .owl-controls .owl-nav .owl-prev,
#clientes .owl-theme .owl-controls .owl-nav .owl-next {
  margin-top: -35px;
}
#clientes .owl-theme .owl-controls .owl-nav .owl-prev:after,
#clientes .owl-theme .owl-controls .owl-nav .owl-next:after {
  color: #be1e2d;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  color: #be1e2d;
  background-color: #ededed;
}
.wpcf7-form input[type=text]:placeholder,
.wpcf7-form input[type=email]:placeholder,
.wpcf7-form input[type=tel]:placeholder,
.wpcf7-form input[type=date]:placeholder,
.wpcf7-form select:placeholder,
.wpcf7-form textarea:placeholder {
  color: rgba(190, 30, 45, 0.8);
}

footer#footer {
  background-color: #262626;
  background: #e81e25;
  /*
  background-image: url('img/bg-footer.png'), linear-gradient(to bottom,  $rojo 0%, $rojoOscuro 100%);
  background-repeat: no-repeat;
  background-position: -5% center;
      */
  background-image: url("img/footer.png"), -webkit-gradient(linear, left top, left bottom, from(#e81e25), to(#be1e2d));
  background-image: url("img/footer.png"), linear-gradient(to bottom, #e81e25 0%, #be1e2d 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
footer#footer .widget {
  margin-bottom: 0;
}
footer#footer .widget h3 {
  letter-spacing: 2px;
}
footer#footer .widget ul li {
  border-bottom: none;
  padding: 3px 3px 3px 0;
}
footer#footer .widget ul li:after {
  content: "";
}
footer#footer .widget#media_image-2 {
  text-align: center;
}
footer#footer .widget#text-2 .textwidget p {
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer#footer .widget#text-2 .textwidget p:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  #servicio-intervenciones > .col,
  #servicio-aduana > .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}