@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v30/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
/*DEFINICION DE VARIABLES*/
.fuente1 {
  font-family: 'Oswald', sans-serif;
}
.fuente2 {
  font-family: 'Roboto', sans-serif;
}
.fuente3 {
  font-family: 'Roboto Condensed', sans-serif;
}
/*ESTILOS GENERALES*/
.display {
  max-width: 1240px!important;
  padding: 0px!important;
}
.site-content {
  background-color: #fff;
}
.col-full {
  max-width: 1280px!important;
}
a {
  outline: none!important;
  text-decoration: none!important;
  list-style: none!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  margin: 0 0 0em;
  color: #131315;
}
/*transitions*/
/*TRANSICIONES*/
/**Caption Large*/
.captionLarge {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px!important;
}
.captionLarge .imgFeature {
  width: calc(25% - 10px);
  height: 360px!important;
  float: left;
  margin: 30px 5px 0px;
}
.captionLarge article {
  width: 100%;
  height: 360px!important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}
.captionLarge article a {
  text-decoration: none;
  list-style: none;
}
.captionLarge article .boxLink {
  width: 90%;
  position: absolute;
  padding-top: 55px;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.captionLarge article .boxLink h2 {
  text-align: left;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  transition: 0.5s;
}
.captionLarge article .boxLink .wysiwyg {
  font-family: 'Oswald', sans-serif;
  text-align: left;
  margin-bottom: 35px;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.captionLarge article .boxLink .btn-banner {
  margin-right: 10px;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  background-color: #ee2761;
  border: 1px solid #ee2761;
  line-height: 42px;
  height: 60px;
  border-radius: 0px;
  padding: 10px 30px 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  transition: 0.2s;
  font-family: 'Oswald', sans-serif;
}
.captionLarge article .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
}
.captionLarge article:hover .boxImg {
  transform: scale(1.07);
}
.captionLarge article:hover .layerFeature {
  background: rgba(5, 5, 7, 0.4);
}
.captionLarge article .layerFeature {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(5, 5, 7, 0.4);
  z-index: 2;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .captionLarge article .boxLink h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
/*PARALLAX PRIMARY*/
.pax_seccion_1 .full {
  width: 100% !important;
  float: left;
  height: auto;
}
.pax_seccion_1 {
  width: 100%;
  margin: 0 auto;
  float: left;
  padding: 0px!important;
}
.pax_seccion_1 .parallax-seccion_1 {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 4;
  padding: 80px 0px 80px;
}
.pax_seccion_1 .parallax-seccion_1 .display {
  position: relative;
  z-index: 5;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption {
  width: 100%;
  border: 2px solid red;
  position: relative;
  padding: 20px 0px 20px;
  float: left;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption h2 {
  position: relative;
  width: 100%;
  float: left;
  margin: 0px 0px 0px;
  padding: 10px 0px 10px;
  font-size: 30px;
  color: #FFF;
  font-weight: 800!important;
  line-height: 35px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .bor_box {
  position: relative;
  width: 100%;
  height: 20px;
  float: left;
  margin-top: 10px;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .bor_box .bor {
  width: 40px;
  height: 5px;
  background-color: #fff;
  border-radius: 3px;
  margin: auto;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .title_Double {
  position: relative;
  width: 100%;
  float: left;
  margin: 10px 0px 20px;
  border: 1px solid #000;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .title_Double .boxLeft {
  position: relative;
  width: 50%;
  float: left;
  border: 1px solid #000;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .title_Double .boxRight {
  position: relative;
  width: 300px;
  float: right;
  border: 1px solid #000;
  padding: 10px;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .title_Double .boxRight a {
  text-decoration: underline;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .subTitle {
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 0px;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 {
  position: relative;
  width: 50%;
  height: 300px;
  border: 1px solid red;
  float: left;
  color: #fff;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 h2 {
  width: 100%;
  float: left;
  text-align: left;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 .details {
  width: 100%;
  float: left;
  text-align: left;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 .details ul {
  margin-left: 20px;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 .details ul li {
  list-style-type: disc;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 .details ul li::marker {
  color: #9acd32;
  font-size: 21px;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_1 .details a {
  color: #9acd32;
}
.pax_seccion_1 .parallax-seccion_1 .display .caption .box_2 {
  width: 50%;
  float: left;
}
.pax_seccion_1 .parallax-seccion_1 .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: rgba(44, 44, 44, 0.75);
}
@media (max-width: 800px) {
  .pax_seccion_1 .parallax-seccion_1 {
    height: auto;
    padding: 0px 20px 50px;
  }
  .pax_seccion_1 .parallax-seccion_1 .title {
    font-size: 22px;
    margin: 20px 0px 10px;
    padding: 20px 20px 20px;
  }
  .pax_seccion_1 .parallax-seccion_1 .contentEleven {
    padding: 0px 0px;
  }
}
.product-new-onsale {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0px 10vh 40px;
}
.product-new-onsale .content-product-onsale {
  padding: 10px 0px 0px;
  position: relative;
}
.product-new-onsale .content-product-onsale .item {
  padding: 7px;
}
.product-new-onsale .content-product-onsale .item .box-prod {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-new-onsale .content-product-onsale .item .box-prod ul {
  text-decoration: none;
  list-style: none;
}
.product-new-onsale .content-product-onsale .item .box-prod li {
  text-decoration: none;
  list-style: none;
}
.product-new-onsale .content-product-onsale .item .box-prod img {
  width: 100%!important;
  border-radius: 0px;
}
.product-new-onsale .owl-theme .owl-nav {
  top: 160px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 0px;
}
.product-new-onsale .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 9px;
  color: #404040;
  margin: 2px;
  padding: 16px;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
}
.product-new-onsale .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: #fff;
}
.product-new-onsale .owl-carousel .owl-nav [class*="owl-"]:focus {
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}
.product-new-onsale .owl-carousel button.owl-dot {
  margin-top: 10px;
}
.product-new-onsale .owl-carousel button.owl-dot:focus {
  outline: none!important;
  border: 2px solid #fff !important;
}
.product-new-onsale .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px !important;
}
.product-new-onsale .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px !important;
}
.product-new-onsale .owl-carousel .owl-nav .fa {
  opacity: 0.6;
  color: #2077C2;
  padding: 10px 10px 8px;
  font-size: 22px;
}
.product-new-onsale .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 4px;
  background: #c2c2c2;
}
.product-new-onsale .owl-theme .owl-dots .owl-dot.active span,
.product-new-onsale .owl-theme .owl-dots .owl-dot:hover span {
  background: #9acd32;
  opacity: 1;
}
.product-new-onsale .owl-carousel .owl-item img {
  display: block;
  width: auto!important;
}
.product-new-onsale .owl-carousel button.owl-dot:focus {
  outline: none!important;
  border: 0px solid #fff !important;
}
@media (max-width: 500px) {
  .product-new-onsale .owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -30px !important;
  }
  .product-new-onsale .owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -30px !important;
  }
  .product-new-onsale .owl-theme .owl-nav {
    display: none!important;
  }
}
.product-First {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 0px 10px 40px;
}
.product-First .display .item {
  width: 100%;
  float: left;
}
.product-First .display .item .box-prod {
  width: calc(20% - 18px);
  float: left;
  margin: 0px 8px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-First .display .item .box-prod:hover {
  -webkit-box-shadow: -1px 2px 16px 0px #dbdbdb;
  -moz-box-shadow: -1px 2px 16px 0px #dbdbdb;
  box-shadow: -1px 2px 16px 0px #dbdbdb;
}
.product-First .display .item .box-prod ul {
  text-decoration: none;
  list-style: none;
}
.product-First .display .item .box-prod li {
  text-decoration: none;
  list-style: none;
}
@media (max-width: 800px) {
  .product-First {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0px 0px 40px;
  }
  .product-First .display .item {
    width: 100%;
    float: left;
  }
  .product-First .display .item .box-prod {
    width: calc(50% - 8px);
    float: left;
    margin: 0px 4px 20px;
    position: relative;
    padding: 8px 8px 22px 8px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
.tapPageProductos {
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 20px 10vh 20px;
}
.tapPageProductos h3 {
  padding: 40px 0px 10px;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-weight: 700!important;
  line-height: 22px;
  color: #3a3a3a;
  font-size: 25px;
  margin-bottom: 20px;
}
.tapPageProductos .display {
  padding: 0px;
}
.tapPageProductos .subtitulomenu {
  width: 100%;
  float: left;
  height: 44px;
  text-align: center;
  margin: auto;
  font-size: 26px;
  font-weight: 700;
  margin: 25px 0px 10px;
  color: #000;
}
.tapPageProductos .texbox {
  width: 100%;
  margin: 0 auto;
}
.tapPageProductos .texbox .vertical-tabs-container {
  float: left;
  width: 100%;
}
.tapPageProductos .texbox .vertical-tabs-container .vertical-tabs {
  float: left;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
}
.tapPageProductos .texbox .vertical-tabs-container .vertical-tab {
  color: #fff;
  width: 170px;
  height: 40px;
  float: left;
  text-align: center;
  padding: 11px 10px 7px;
  display: block;
  background-color: #1d1d1d;
  margin-right: 10px;
  border-radius: 0px;
  font-family: 'Oswald', sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tapPageProductos .texbox .vertical-tabs-container .is-active {
  background-color: #ff9000;
  color: #fff;
}
.tapPageProductos .texbox .vertical-tab-content:not(:first-child) {
  display: none;
}
.tapPageProductos .texbox .vertical-tab-content-container {
  float: left;
  width: 100%;
  padding: 0px 0px 0px;
  color: #000;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas {
  float: left;
  width: 100%;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro {
  width: calc(20% - 14px);
  float: left;
  margin: 10px 7px 10px 5px;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod {
  width: 100%;
  min-height: 370px;
  position: relative;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(107, 100, 100, 0.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod ul {
  text-decoration: none;
  list-style: none;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod li {
  text-decoration: none;
  list-style: none;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod img {
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: 0.2;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod img:hover {
  opacity: 0.9;
  transition: 0.2;
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod:hover {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(155, 155, 155, 0.3);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.52);
}
.tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro .box-prod a {
  text-decoration: none!important;
  list-style: none!important;
}
@media (max-width: 800px) {
  .tapPageProductos {
    width: 100%;
    margin: auto;
    float: left;
    padding: 40px 10px 0px;
  }
  .tapPageProductos .subtitulomenu {
    display: block;
    height: 44px;
    text-align: center;
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0px 10px;
    color: #000;
  }
  .tapPageProductos .texbox {
    width: 100%;
    margin: 0 auto;
  }
  .tapPageProductos .texbox .vertical-tabs-container {
    float: left;
    width: 100%;
  }
  .tapPageProductos .texbox .vertical-tabs-container .vertical-tabs {
    background-color: #000;
    float: left;
    width: 100%;
    padding: 0px 0px;
  }
  .tapPageProductos .texbox .vertical-tabs-container .vertical-tab {
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 11px 10px 7px;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .tapPageProductos .texbox .vertical-tabs-container .is-active {
    background-color: #ff9000;
    color: #fff;
  }
  .tapPageProductos .texbox .vertical-tab-content:not(:first-child) {
    display: none;
  }
  .tapPageProductos .texbox .vertical-tab-content-container {
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 0px;
    color: #000;
    font-size: 22px;
  }
  .tapPageProductos .texbox .vertical-tab-content-container #boxRutas {
    float: left;
    width: 100%;
  }
  .tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0px;
  }
  .tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro {
    height: 380px;
    width: calc(50% - 12px);
    margin-bottom: 17px!important;
  }
  .tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro ul {
    text-decoration: none;
    list-style: none;
  }
  .tapPageProductos .texbox .vertical-tab-content-container #boxRutas .GaleriaProducto .box-carro a {
    text-decoration: none!important;
    list-style: none!important;
  }
}
.bottomAll {
  background-color: #f5f5f5;
  width: 100%;
  float: left;
  padding: 20px 0px 55px;
}
.bottomAll .btn-all {
  width: 200px;
  background-color: #2077C2;
  color: #fff;
  text-align: center;
  padding: 9px 10px 9px;
  margin: auto;
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 30px;
  transition: 0.3s;
}
.bottomAll .btn-all:hover {
  background-color: #ff2c2c;
}
.product-new-1-2 {
  float: left;
  width: 100%;
  padding: 20px 0px 70px;
}
.product-new-1-2 .display .content-product-blog-2 {
  position: relative;
}
.product-new-1-2 .display .content-product-blog-2 .item {
  padding: 0px 0px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod {
  box-sizing: border-box;
  position: relative;
  padding-left: 0px!important;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
  -moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
  box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.23);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article {
  width: calc(100% - 0px);
  height: 390px;
  position: relative;
  float: left;
  overflow: hidden;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article a {
  text-decoration: none;
  list-style: none;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .boxPost {
  float: left;
  width: 100%;
  height: 100px;
  padding: 25px 20px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .boxPost .ico {
  float: left;
  width: 48px;
  height: 48px;
  border: 4px solid #b3afbd;
  background-color: rgba(150, 144, 162, 0.35);
  border-radius: 100%;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .boxPost .textPost {
  float: left;
  width: calc(100% - 60px);
  padding: 10px 10px ;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .boxPost .textPost .tex-1 {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  color: rgba(220, 220, 220, 0.75);
  font-size: 17px;
  line-height: 18px;
  margin-top: -1px;
  letter-spacing: 1px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .boxPost .textPost .tex-2 {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 15px;
  margin-top: -5px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text {
  width: 100%;
  padding: 10px 20px;
  float: left;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text h2 {
  padding-top: 4px;
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 700;
  color: #fff;
  font-size: 23px!important;
  line-height: 27px;
  font-family: 'Oswald', sans-serif !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0 0.3) !important;
  margin-bottom: 0px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text .boxBtn {
  width: 100%;
  float: left;
  margin-top: 13px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text .boxBtn .btn-d {
  width: 130px;
  float: left;
  border: 2px solid #fff;
  padding: 3px 15px 2px;
  color: #fff;
  border-radius: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 17px;
  display: block;
  text-align: center;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text .boxBtn .btn-d .fa {
  margin-right: 6px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxLink .text .boxBtn .btn-d .fa-plus {
  font-size: 11px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .layerFeature {
  z-index: 2;
  transition: all 0.4s;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article h3 {
  z-index: 9;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-left: 20px;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: all 0.6s;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article:hover .boxLink {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article:hover .boxImg {
  transform: scale(1.07);
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article:hover .layerFeature {
  background: rgba(0, 0, 0, 0.6);
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod article .layerFeature {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod .product-name {
  width: 100%;
  padding: 17px 20px;
  float: left;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod .product-name a {
  text-decoration: none;
  list-style: none;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod .product-name a h4 {
  margin-top: 2px;
  height: 45px;
  text-align: left;
  padding-bottom: 10px;
  position: relative;
}
.product-new-1-2 .display .content-product-blog-2 .item .box-prod .product-name .det {
  font-size: 14px;
  color: #4E4E56;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 20px;
  position: relative;
}
.product-new-1-2 .display .owl-theme .owl-nav {
  z-index: -1;
  top: 160px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.product-new-1-2 .display .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 9px;
  color: #404040;
  margin: 2px;
  padding: 16px;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
}
.product-new-1-2 .display .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: #fff;
}
.product-new-1-2 .display .owl-carousel .owl-nav [class*="owl-"]:focus {
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}
.product-new-1-2 .display .owl-carousel button.owl-dot {
  margin-top: 10px;
}
.product-new-1-2 .display .owl-carousel button.owl-dot:focus {
  outline: none!important;
  border: 2px solid #fff !important;
}
.product-new-1-2 .display .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px !important;
}
.product-new-1-2 .display .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px !important;
}
.product-new-1-2 .display .owl-carousel .owl-nav .fa {
  opacity: 0.6;
  color: #2077C2;
  padding: 10px 10px 8px;
  font-size: 22px;
}
.product-new-1-2 .display .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: grey;
}
.product-new-1-2 .display .owl-theme .owl-dots .owl-dot.active span,
.product-new-1-2 .display .owl-theme .owl-dots .owl-dot:hover span {
  background: #2077C2;
  opacity: 1;
}
.product-new-1-2 .display .owl-carousel button.owl-dot:focus {
  outline: none!important;
  border: 0px solid #fff !important;
}
@media (max-width: 800px) {
  .product-new-1-2 {
    padding-top: 10px;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .product-new-1-2 .display {
    padding: 0px 15px!important;
  }
  .product-new-1-2 .display .content-product-blog .box-prod {
    height: 390px!important;
  }
  .product-new-1-2 .display .content-product-blog .product-name {
    padding: 17px 16px!important;
  }
  .product-new-1-2 .display .content-product-blog .product-name h3 {
    height: 105px!important;
    font-size: 16px!important;
  }
  .product-new-1-2 .owl-carousel .owl-nav {
    z-index: 1!important;
  }
  .product-new-1-2 .display .owl-theme .owl-nav {
    display: none!important;
    top: 150px;
  }
  .product-new-1-2 .display .owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 0px!important;
    background-color: #00669E;
  }
  .product-new-1-2 .display .owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 0px !important;
    background-color: #00669E;
  }
  .product-new-1-2 .display .owl-carousel button.owl-dot {
    margin-top: 10px!important;
  }
  .product-new-1-2 .display .owl-carousel .owl-nav .fa {
    opacity: 0.9;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px;
  }
  .product-new-1-2 .display .owl-carousel .owl-nav .fa:hover {
    font-size: 16px;
    color: #fff;
    background-color: #00669E;
  }
}
.product-new-1-3 {
  float: left;
  width: 100%;
  padding: 5px 0px 60px;
  background-color: #FCFCFC;
}
.product-new-1-3 .content-product-blog-3 {
  position: relative;
}
.product-new-1-3 .content-product-blog-3 .item {
  padding-bottom: 10px;
  padding: 5px 10px 10px!important;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod {
  box-sizing: border-box;
  position: relative;
  padding-left: 0px!important;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: -1px 2px 11px 0px rgba(219, 219, 219, 0.3);
  -moz-box-shadow: -1px 2px 11px 0px rgba(219, 219, 219, 0.3);
  box-shadow: -1px 2px 11px 0px rgba(219, 219, 219, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .redes {
  display: block;
  z-index: 999999999;
  width: 37px;
  height: 35px;
  background-color: #1D2D50;
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 0px 0px 2px 2px;
  transition: 0.5s;
  -webkit-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
  -moz-box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
  box-shadow: -1px 2px 16px 0px rgba(219, 219, 219, 0.3);
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .redes img {
  margin: auto;
  display: block;
  width: 23px;
  margin-top: 7px;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .redes:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article {
  width: calc(100% - 0px);
  height: 230px;
  position: relative;
  float: left;
  overflow: hidden;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article a {
  text-decoration: none;
  list-style: none;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .boxLink {
  width: 100%;
  position: absolute;
  padding-top: 25px;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .boxLink .title {
  width: 100%;
  height: 45px;
  position: absolute;
  padding: 4px 16px;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .boxLink .title h3 {
  margin-top: 2px;
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .layerFeature {
  z-index: 2;
  transition: all 0.4s;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .layerFeature2 {
  z-index: 2;
  transition: all 0.4s;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article:hover .boxImg {
  transform: scale(1.07);
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article:hover .layerFeature {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+31,172643+73,172643+100&0+1,0+30,0.81+72,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.02) 31%, rgba(29, 43, 71, 0.81) 72%, rgba(23, 38, 67, 0.82) 73%, #172643 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.02) 31%, rgba(29, 43, 71, 0.81) 72%, rgba(23, 38, 67, 0.82) 73%, #172643 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.02) 31%, rgba(29, 43, 71, 0.81) 72%, rgba(23, 38, 67, 0.82) 73%, #172643 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#172643', GradientType=0);
  /* IE6-9 */
}
.product-new-1-3 .content-product-blog-3 .item .box-prod article .layerFeature {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+27,511a82+99&0+23,1+100 */
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 23%, rgba(125, 185, 232, 0.05) 27%, rgba(81, 26, 130, 0.99) 99%, #511a82 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 23%, rgba(125, 185, 232, 0.05) 27%, rgba(81, 26, 130, 0.99) 99%, #511a82 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 23%, rgba(125, 185, 232, 0.05) 27%, rgba(81, 26, 130, 0.99) 99%, #511a82 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#511a82', GradientType=0);
  /* IE6-9 */
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .product-name {
  width: 100%;
  height: 55px;
  height: 362px;
  padding: 17px 20px;
  float: left;
  color: #727272;
  font-weight: 400!Important;
  text-decoration: none;
  list-style: none;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .product-name .cargo {
  margin-top: -2px;
  margin-bottom: 7px;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  color: #1D2D50;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .product-name h4 {
  margin-top: 2px;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  color: #2077C2;
  font-weight: 700;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .product-name h5 {
  margin-top: 2px;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  color: #2077C2;
  font-weight: 700;
}
.product-new-1-3 .content-product-blog-3 .item .box-prod .product-name p {
  margin-top: 2px;
  font-size: 15px;
  text-align: left;
  line-height: 21px;
  color: #575555;
  font-weight: 500;
}
.product-new-1-3 .owl-theme .owl-nav {
  top: 160px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: -1;
}
.product-new-1-3 .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 9px;
  color: #404040;
  margin: 2px;
  padding: 16px;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
}
.product-new-1-3 .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: #F0FCFF;
}
.product-new-1-3 .owl-carousel .owl-nav [class*="owl-"]:focus {
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}
.product-new-1-3 .owl-carousel button.owl-dot {
  margin-top: 10px;
}
.product-new-1-3 .owl-carousel button.owl-dot:focus {
  outline: none!important;
}
.product-new-1-3 .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px !important;
}
.product-new-1-3 .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px !important;
}
.product-new-1-3 .owl-carousel .owl-nav .fa {
  opacity: 0.6;
  color: #2077C2;
  padding: 10px 10px 8px;
  font-size: 22px;
}
.product-new-1-3 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #003280;
  opacity: 0.4;
}
.product-new-1-3 .owl-theme .owl-dots .owl-dot.active span,
.product-new-1-3 .owl-theme .owl-dots .owl-dot:hover span {
  background: #2077C2;
  opacity: 1;
}
@media (max-width: 800px) {
  .product-new-1-3 {
    padding-right: 0px!important;
  }
  .product-new-1-3 .owl-carousel .owl-nav {
    display: none!important;
  }
}
/******Config carrusel*****/
.product-new-1-4 {
  float: left;
  width: 100%;
  padding: 65px 0px 40px;
  background-color: #292929;
}
.product-new-1-4 .display .content-product-4 {
  position: relative;
}
.product-new-1-4 .display .content-product-4 .item {
  padding: 10px;
  float: left;
}
.product-new-1-4 .display .content-product-4 .item .user-1 {
  background-color: #fff;
  position: relative;
  height: 240px;
  float: left;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0px -1px 5px 1px #9acd32;
  -webkit-box-shadow: 0px -1px 5px 1px #9acd32;
  -moz-box-shadow: 0px -1px 5px 1px #9acd32;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.product-new-1-4 .display .content-product-4 .item .user-1 .img {
  border: 5px solid #2077C2;
  border-radius: 50%;
  float: left;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: top center;
}
.product-new-1-4 .display .content-product-4 .item .user-1 .cont {
  width: calc(100% - 100px);
  float: left;
  padding-left: 15px;
}
.product-new-1-4 .display .content-product-4 .item .user-1 .cont h3 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #2077C2;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.product-new-1-4 .display .content-product-4 .item .user-1 .cont .details {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #2077C2;
  font-weight: normal;
  line-height: 26px;
  text-align: left;
}
.product-new-1-4 .owl-theme .owl-nav {
  top: 40px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: -1;
}
.product-new-1-4 .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 9px;
  color: #404040;
  margin: 2px;
  padding: 16px;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
}
.product-new-1-4 .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: #F0FCFF;
}
.product-new-1-4 .owl-carousel .owl-nav [class*="owl-"]:focus {
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}
.product-new-1-4 .owl-carousel button.owl-dot {
  margin-top: 10px;
}
.product-new-1-4 .owl-carousel button.owl-dot:focus {
  outline: none!important;
}
.product-new-1-4 .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: -50px !important;
}
.product-new-1-4 .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: -50px !important;
}
.product-new-1-4 .owl-carousel .owl-nav .fa {
  opacity: 0.6;
  color: #2077C2;
  padding: 10px 10px 8px;
  font-size: 22px;
}
.product-new-1-4 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #fff;
  opacity: 0.4;
}
.product-new-1-4 .owl-theme .owl-dots .owl-dot.active span,
.product-new-1-4 .owl-theme .owl-dots .owl-dot:hover span {
  background: #2077C2;
  opacity: 1;
}
@media (max-width: 800px) {
  .product-new-1-4 {
    float: left;
    width: 100%;
    padding: 65px 0px 40px!important;
    background-color: #2077C2;
  }
  .product-new-1-4 .display .content-product-4 {
    position: relative;
  }
  .product-new-1-4 .display .content-product-4 .item {
    padding: 10px;
    float: left;
  }
  .product-new-1-4 .owl-theme .owl-nav {
    top: 40px;
    margin-top: 10px;
    width: 100%;
    z-index: 9;
  }
  .product-new-1-4 .owl-carousel button.owl-dot {
    margin-top: 10px;
  }
  .product-new-1-4 .owl-carousel .owl-nav .owl-next {
    margin-right: 0px!important;
  }
  .product-new-1-4 .owl-carousel .owl-nav .owl-prev {
    margin-left: -10px !important;
  }
  .product-new-1-4 .owl-carousel .owl-nav .fa {
    opacity: 0.9;
    color: #2077C2;
    padding: 10px 10px 8px;
    font-size: 18px;
    background-color: #003280;
  }
}
/******Config carrusel*****/
.product-new-1-6 {
  float: left;
  width: 100%;
  padding: 0px 0px 40px;
  background-color: #fff;
}
.product-new-1-6 .display .content-product-6 {
  position: relative;
  width: 100%;
  margin: auto;
}
.product-new-1-6 .display .content-product-6 .item {
  width: 100%;
  padding: 10px 10px 10px 10px;
  float: left;
}
.product-new-1-6 .display .content-product-6 .item .user-1 {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  position: relative;
  width: 100%;
  float: left;
  margin: auto;
  border-radius: 20px;
  padding: 25px 25px;
}
.product-new-1-6 .display .content-product-6 .item .user-1 .img {
  position: relative;
  text-align: center;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: top center;
}
.product-new-1-6 .display .content-product-6 .item .user-1 .cont {
  width: calc(100% - 0px);
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}
.product-new-1-6 .display .content-product-6 .item .user-1 .cont h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #565656;
  margin-top: 10px;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
.product-new-1-6 .display .content-product-6 .item .user-1 .cont .details {
  width: 100%;
  float: left;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  font-weight: #2077C2;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 20px;
}
.product-new-1-6 .owl-theme .owl-nav {
  top: 130px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: -1;
}
.product-new-1-6 .owl-carousel .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 9px;
  color: #404040;
  margin: 2px;
  padding: 16px;
  display: inline-block !important;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
}
.product-new-1-6 .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: #F0FCFF;
}
.product-new-1-6 .owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none!important;
  box-shadow: none!important;
}
.product-new-1-6 .owl-carousel button.owl-dot {
  margin-top: 10px;
}
.product-new-1-6 .owl-carousel button.owl-dot:focus {
  outline: none!important;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-next {
  width: 50px;
  border: 2px solid #2077C2;
  height: 50px;
  float: right;
  margin-right: -70px !important;
  border-radius: 50%;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-next .fa {
  color: #2077C2 !important;
  font-size: 13px;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-next:hover {
  border: 2px solid #2077C2;
  background-color: #f7f1ee;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 2px solid #2077C2;
  height: 50px;
  float: left;
  margin-left: -70px !important;
  border-radius: 50%;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-prev .fa {
  color: #2077C2 !important;
  font-size: 13px;
}
.product-new-1-6 .owl-carousel .owl-nav .owl-prev:hover {
  border: 2px solid #2077C2;
  background-color: #f7f1ee;
}
.product-new-1-6 .owl-carousel .owl-nav .fa {
  opacity: 0.6;
  color: #2077C2;
  padding: 10px 10px 8px;
  font-size: 22px;
}
.product-new-1-6 .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: grey;
  opacity: 0.4;
}
.product-new-1-6 .owl-theme .owl-dots .owl-dot.active span,
.product-new-1-6 .owl-theme .owl-dots .owl-dot:hover span {
  background: #2077C2;
  opacity: 1;
}
@media (max-width: 800px) {
  .product-new-1-6 .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: center!important;
    display: inline-block !important;
    margin: auto!important;
    width: 100%!important;
  }
  .product-new-1-6 {
    float: left;
    width: 100%;
    padding: 20px 0px 20px;
    background-color: #fff;
  }
  .product-new-1-6 .display .content-product-s {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .product-new-1-6 .owl-theme .owl-nav {
    height: 0px;
    z-index: 1;
  }
  .product-new-1-6 .owl-carousel button.owl-dot {
    text-align: center;
    display: inherit;
    margin-top: 10px;
  }
  .product-new-1-6 .owl-carousel button.owl-dot:focus {
    outline: none!important;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-next {
    display: none!important;
    width: 50px;
    border: 2px solid #2077C2;
    height: 50px;
    float: right;
    margin-right: -17px !important;
    border-radius: 50%;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-next .fa {
    color: #2077C2 !important;
    font-size: 13px;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-next:hover {
    border: 2px solid #2077C2;
    background-color: #f7f1ee;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-prev {
    display: none!important;
    width: 50px;
    border: 2px solid #2077C2;
    height: 50px;
    float: left;
    margin-left: -17px !important;
    border-radius: 50%;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-prev .fa {
    color: #2077C2 !important;
    font-size: 13px;
  }
  .product-new-1-6 .owl-carousel .owl-nav .owl-prev:hover {
    border: 2px solid #2077C2;
    background-color: #f7f1ee;
  }
}
/******Config carrusel*****/
.bannerCenter {
  width: 100%;
  float: left;
  background-color: #2077C2;
  padding: 80px 0px 80px;
}
.bannerCenter .display {
  padding: 0px!important;
}
.bannerCenter .display h2 {
  width: 100%;
  float: left;
  color: #d8d8d8;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.bannerCenter .display h2 span {
  color: #9acd32;
}
.bannerCenter .display h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #d8d8d8;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
}
.bannerCenter .display p {
  width: 100%;
  float: left;
  color: #d8d8d8;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.bannerCenter .display p span {
  color: #9acd32;
}
.bannerCenter .display .boxBtnCenter {
  width: 100%;
}
.bannerCenter .display .boxBtnCenter .btn-1 {
  padding: 7px 60px 10px!important;
}
/*PARALLAX PRIMARY*/
.contentServiceThree88 .full {
  width: 100% !important;
  float: left;
  height: auto;
}
.contentServiceThree88 {
  width: 100%;
  margin: 0 auto;
  float: left;
}
.contentServiceThree88 .parallax-ImgT2 {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 7;
  padding: 0px 0px 0px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 {
  float: left;
  z-index: 2;
  position: relative;
  color: #fff;
  padding-bottom: 70px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 h3 {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  font-size: 50px;
  color: #FFF;
  font-family: 'Sansita', sans-serif !important;
  font-weight: 800!important;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.9px;
  text-shadow: 1px 1px 2px rgba(20, 20, 20, 0.3);
  margin-top: 40px;
  margin-bottom: 10px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 h4 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 20vh;
  z-index: 2;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 23px;
  font-size: 16px;
  font-weight: normal;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios {
  margin: 20px 0px 0px;
  width: 100%;
  padding: 0px 0px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios {
  width: 100%;
  height: 400px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide {
  background-color: #fff;
  height: 340px;
  padding: 0px 6px;
  box-shadow: 0px 3px 4px 0px rgba(136, 136, 133, 0.39);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide:hover {
  border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix {
  width: 100%;
  height: 170px;
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 18px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article .boxLink {
  width: 100%;
  position: absolute;
  padding-top: 25px;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article .layerFeature {
  z-index: 2;
  transition: all 0.4s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: all 0.6s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article:hover .boxLink {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article:hover .boxImg {
  transform: scale(1.07);
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article:hover .layerFeature {
  background: rgba(25, 25, 25, 0.1);
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .captionSix article .layerFeature {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(5, 5, 5, 0.25);
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails {
  padding: 0px 0px 10px 0px;
  float: left;
  position: relative;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails h2 {
  width: 100%;
  font-size: 18px;
  text-align: center!Important;
  margin-bottom: 5px;
  float: left;
  line-height: 23px;
  text-shadow: 1px 1px 2px rgba(10, 10, 10, 0.1);
  text-transform: uppercase;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails h2 a {
  text-align: center!Important;
  text-decoration: none;
  list-style: none;
  line-height: 19px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Sansita', sans-serif;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails .wysiwyg {
  text-align: center;
  float: left;
  padding: 5px 7px 6px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 19px;
  font-size: 14px;
  font-weight: normal;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails .btnDes {
  width: 100%;
  background-color: #2a2a2a;
  color: #fff;
  text-align: center;
  padding: 9px 0px 9px;
  float: left;
  margin: auto;
  bottom: 7px;
  font-family: 'Sansita', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails .btnDes a {
  text-decoration: none;
  list-style: none;
  font-family: 'Sansita', sans-serif;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios #sliderZoomServicios .swiper-slide .boxDetails .btnDes:hover {
  background-color: red;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-container-horizontal {
  border: 11px solid yellow;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-prev {
  width: 33px!important;
  height: 43px!important;
  left: 0px!important;
  top: 200px;
  padding: 0px 26px 0px 14px!important;
  background-color: #d9d9d9;
  opacity: 0.9;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-prev .fa {
  width: 30px!important;
  line-height: 44px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-next {
  width: 33px!important;
  height: 43px!important;
  padding: 0px 26px 0px 14px!important;
  background: rgba(55, 55, 55, 0.8) !important;
  opacity: 0.9;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-next .fa {
  color: aliceblue;
  width: 30px!important;
  line-height: 44px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-next,
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-container-rtl .swiper-button-prev {
  color: #fff;
  font-size: 20px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-button-prev,
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-container-rtl .swiper-button-next {
  color: #fff;
  font-size: 20px;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-pagination {
  text-align: left!important;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  bottom: -9px !important;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .sliderZoomServicios .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
  margin: 0 6px!important;
}
.contentServiceThree88 .parallax-ImgT2 .gallery-1 .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 800px) {
  .contentServiceThree88 {
    width: 100%;
  }
  .contentServiceThree88 .parallax-ImgT2 {
    height: auto;
    padding: 60px 20px 40px;
  }
  .contentServiceThree88 .parallax-ImgT2 h3 {
    font-size: 30px;
  }
  .contentServiceThree88 .parallax-ImgT2 h4 {
    padding: 0px 10px;
  }
}
/*PARALLAX PRIMARY*/
.contentContact_01.full {
  width: 100% !important;
  float: left;
}
.contentContact_01 {
  width: 90%;
  margin: 0 auto;
  float: left;
}
.contentContact_01 .parallax-ImgCont {
  width: 100%;
  height: 1200px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px 60px;
  position: relative;
}
.contentContact_01 .parallax-ImgCont .display {
  padding: 0px!important;
}
.contentContact_01 .parallax-ImgCont .display .captioBox {
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .captioTitle {
  z-index: 9;
  float: left;
  width: 100%;
  padding: 20px 24px;
  position: relative;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .captioTitle h2 {
  position: relative;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Oswald', sans-serif;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .captioTitle .details {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details {
  width: 100%;
  float: left;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 0px 0px 60px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm {
  width: calc(45% - 0px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px thin #909090;
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 30px 40px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm h3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 3px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm h3 span {
  color: red;
  font-weight: 500;
  font-size: 18px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .details {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 3px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexFull,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall {
  margin-bottom: 15px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexFull p,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall p {
  margin: 0px!important;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexFull {
  width: 100%;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexFull input {
  width: 100%;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall {
  width: 100%;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexOne {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexOne input {
  width: 100%;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexTwo {
  float: left;
  width: 50%;
  padding-left: 5px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexTwo input {
  width: 100%;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm label {
  color: #000;
  cursor: default;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm textarea,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm select {
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 2px;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input:focus,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm textarea:focus,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm select:focus {
  color: #000;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input {
  padding: 20px 10px 20px 15px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm select {
  height: 38px!important;
  padding: 10px 10px 10px 13px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm select option {
  color: #151515;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm textarea {
  height: 110px;
  padding: 10px 10px 10px 15px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input[type=submit] {
  cursor: pointer;
  margin-top: 11px;
  /****/
  float: right;
  width: 100%!important;
  background: #101010;
  font-size: 18px;
  border: 1px solid #2f2f2f !important;
  line-height: 10px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border-radius: 0px;
  padding: 20px 0px 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input[type=submit]:hover {
  background: #151515;
  border: 1px solid #5CC54C;
  color: #5CC54C;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm input::placeholder,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm textarea::placeholder,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm select::placeholder {
  color: #000 !important;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group {
  margin-bottom: 1em;
  zoom: 1;
  color: #000;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group:before,
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group:after {
  content: "";
  display: table;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group:after {
  clear: both;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group-icon input:focus {
  color: #000;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .webForm .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.1em;
  text-align: center;
  pointer-events: none;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo {
  width: calc(55% - 40px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px thin #909090;
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 40px 40px;
  margin-left: 40px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .effect {
  float: left;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-family: sans-serif;
  line-height: 40px;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .effect .leyend {
  float: left;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  height: 40px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .effect ul {
  float: left;
  margin-left: 0px;
  padding-left: 6px;
  list-style: none;
  font-weight: bold;
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  height: 40px;
  letter-spacing: 0.3px;
  animation: cambiar 8s infinite ;
  animation-delay: 2s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .effect ul span {
  color: red;
}
@keyframes cambiar {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 0;
  }
  25% {
    margin-top: -40px;
  }
  50% {
    margin-top: -40px;
  }
  55% {
    margin-top: -80px;
  }
  80% {
    margin-top: -80px;
  }
  85% {
    margin-top: -40px;
  }
  95% {
    margin-top: -40px;
  }
  100% {
    margin-top: 0px;
  }
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .mapa {
  width: 100%;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .cardBox {
  width: 100%;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-top: 10px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .cardBox .fa {
  color: #9acd32;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .doubleBox {
  width: 100%;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .doubleBox .cardBoxTwo {
  width: 50%;
  float: left;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .doubleBox .cardBoxTwo .fa {
  color: #9acd32;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo {
  width: 100%;
  height: 400px;
  float: left;
  background-color: #2077C2;
  padding: 40px 30px 20px;
  margin-top: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .box {
  background-color: #2077C2;
  width: 100%;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .box .ico {
  width: 30px;
  float: left;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .box .text {
  width: calc(90% - 30px);
  float: left;
  margin-bottom: 25px;
  padding-left: 10px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .box .text h4 {
  width: 100%;
  float: left;
  line-height: 20px;
  text-decoration: none;
  list-style: none;
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .box .text h5 {
  width: 100%;
  float: left;
  text-decoration: none;
  list-style: none;
  color: #fff;
  line-height: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #464646;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .text-r {
  padding-left: 5px;
  width: 117px;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 17px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .facebook {
  float: left;
  width: 18px;
  margin-right: 4px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .facebook:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .instagram {
  float: left;
  width: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .instagram:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .youtube {
  float: left;
  width: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .youtube:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .twitter {
  float: left;
  width: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .twitter:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .linkedin {
  float: left;
  width: 20px;
}
.contentContact_01 .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .infoTwo .red .linkedin:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_01 .parallax-ImgCont .layerParallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
/*PARALLAX PRIMARY*/
.contentContact_page.full {
  width: 100% !important;
  float: left;
}
.contentContact_page {
  width: 90%;
  margin: 100px auto 0px;
  float: left;
}
.contentContact_page .parallax-ImgCont {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px 60px;
  position: relative;
}
.contentContact_page .parallax-ImgCont .display {
  padding: 0px!important;
}
.contentContact_page .parallax-ImgCont .display .captioBox {
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details {
  width: 100%;
  float: left;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 0px 0px 60px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm {
  width: calc(45% - 0px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px thin #909090;
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 30px 40px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm h3 {
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 3px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm h3 span {
  color: red;
  font-weight: 500;
  font-size: 18px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .details {
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 3px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexFull,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall {
  margin-bottom: 15px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexFull p,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall p {
  margin: 0px!important;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexFull {
  width: 100%;
  float: left;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexFull input {
  width: 100%;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall {
  width: 100%;
  float: left;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexOne {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexOne input {
  width: 100%;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexTwo {
  float: left;
  width: 50%;
  padding-left: 5px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .flexHall .flexTwo input {
  width: 100%;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm label {
  color: #000;
  cursor: default;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm textarea,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm select {
  font-size: 13px;
  color: #000;
  line-height: 1.4;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  border-radius: 2px;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input:focus,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm textarea:focus,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm select:focus {
  color: #000;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input {
  width: 100%;
  padding: 13px 10px 13px 15px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm select {
  height: 34px!important;
  padding: 10px 10px 10px 13px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm select option {
  color: #151515;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm textarea {
  height: 110px;
  padding: 10px 10px 10px 15px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input[type=submit] {
  cursor: pointer;
  margin-top: 11px;
  /****/
  float: right;
  width: 100%!important;
  background: #101010;
  font-size: 18px;
  border: 1px solid #2f2f2f !important;
  line-height: 10px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border-radius: 0px;
  padding: 20px 0px 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input[type=submit]:hover {
  background: #151515;
  border: 1px solid #5CC54C;
  color: #5CC54C;
  transition: 1s;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm input::placeholder,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm textarea::placeholder,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm select::placeholder {
  color: #000 !important;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group {
  margin-bottom: 1em;
  zoom: 1;
  color: #000;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group:before,
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group:after {
  content: "";
  display: table;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group:after {
  clear: both;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group-icon input:focus {
  color: #000;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.1em;
  text-align: center;
  pointer-events: none;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .boxInfo {
  width: calc(55% - 40px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px thin #909090;
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 40px 40px 40px;
  margin-left: 40px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .boxInfo .mapa {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .cardBox {
  width: 100%;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-top: 10px;
}
.contentContact_page .parallax-ImgCont .display .captioBox .Details .boxInfo .cardContact .cardBox .fa {
  color: #9acd32;
}
.contentContact_page .parallax-ImgCont .layerParallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-color: #fff;
  background: #fff;
}
@media (max-width: 800px) {
  .contentContact_page .parallax-ImgCont {
    width: 100%;
    padding: 0px 10px;
  }
  .contentContact_page .parallax-ImgCont .display .captioBox .Details .webForm {
    width: 100%;
    padding: 40px 30px 0px;
  }
  .contentContact_page .parallax-ImgCont .display .captioBox .Details .boxInfo {
    width: 100%;
    padding: 20px 20px 40px;
    margin-left: 0px;
  }
}
/*Contact*/
.contentContact_03.full {
  width: 100% !important;
  float: left;
}
.contentContact_03 .display {
  padding: 0px!important;
}
.contentContact_03 {
  width: 90%;
  margin: 0 auto;
  float: left;
  position: relative;
}
.contentContact_03 .parallax-ImgCont {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding: 0px 0px;
  position: relative;
}
.contentContact_03 .parallax-ImgCont .display {
  padding: 0px!important;
  border: 1px solid red!important;
}
.contentContact_03 .parallax-ImgCont .captioBox {
  z-index: 1;
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  padding: 50px 0px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo {
  width: calc(50% - 0px);
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 0px 40px 40px 0px;
  border: 1px solid #fff;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact {
  float: left;
  width: 100%;
  border: 1px solid red;
  padding: 30px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .title {
  float: left;
  width: 100%;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .title h3 {
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 3px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .title .details {
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 3px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .mapa {
  width: 100%;
  float: left;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .cardBox {
  width: 100%;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-top: 10px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .cardBox .fa {
  color: #9acd32;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .doubleBox {
  width: 100%;
  float: left;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .doubleBox .cardBoxTwo {
  width: 50%;
  float: left;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .doubleBox .cardBoxTwo .fa {
  color: #9acd32;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo {
  width: 100%;
  height: 400px;
  float: left;
  background-color: #2077C2;
  padding: 40px 30px 20px;
  margin-top: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .box {
  background-color: #2077C2;
  width: 100%;
  float: left;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .box .ico {
  width: 30px;
  float: left;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .box .text {
  width: calc(90% - 30px);
  float: left;
  margin-bottom: 25px;
  padding-left: 10px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .box .text h4 {
  width: 100%;
  float: left;
  line-height: 20px;
  text-decoration: none;
  list-style: none;
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .box .text h5 {
  width: 100%;
  float: left;
  text-decoration: none;
  list-style: none;
  color: #fff;
  line-height: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #464646;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .text-r {
  padding-left: 5px;
  width: 117px;
  float: left;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 17px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .facebook {
  float: left;
  width: 18px;
  margin-right: 4px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .facebook:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .instagram {
  float: left;
  width: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .instagram:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .youtube {
  float: left;
  width: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .youtube:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .twitter {
  float: left;
  width: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .twitter:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .linkedin {
  float: left;
  width: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .boxInfo .cardContact .infoTwo .red .linkedin:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm {
  width: calc(50% - 0px);
  background-color: #fff;
  position: relative;
  float: left;
  z-index: 1;
  box-sizing: border-box;
  padding: 10px 30px 40px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm .captioTitle {
  z-index: 9;
  float: left;
  width: 100%;
  padding: 20px 24px;
  position: relative;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm .captioTitle h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2077C2;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  padding-top: 20px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm .captioTitle h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  color: fff;
  padding: 0px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm label {
  color: #fff;
  cursor: default;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm label {
  color: #fff;
  cursor: default;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input,
.contentContact_03 .parallax-ImgCont .captioBox .webForm textarea,
.contentContact_03 .parallax-ImgCont .captioBox .webForm select {
  float: left;
  width: 100%!important;
  font-size: 13px;
  color: #9B6470;
  line-height: 1.4;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  border-radius: 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input:focus,
.contentContact_03 .parallax-ImgCont .captioBox .webForm textarea:focus,
.contentContact_03 .parallax-ImgCont .captioBox .webForm select:focus {
  color: #2077C2;
  outline: 0;
  background-color: #fff;
  transition: 0.3s;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input {
  padding: 10px 10px 10px 15px;
  margin-bottom: 14px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm select {
  margin-bottom: 13px;
  height: 38px!important;
  padding: 10px 10px 10px 13px;
  color: #3a3a3a;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm select option {
  color: #3a3a3a;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm textarea {
  height: 110px;
  padding: 10px 10px 10px 15px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input[type=submit] {
  margin-top: 11px;
  float: left;
  width: 50%!important;
  height: 50px;
  background: #9acd32;
  font-family: 'Oswald', sans-serif;
  border-radius: 3px;
  font-size: 18px;
  line-height: 10px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #fff;
  padding: 15px 0px 13px;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input[type=submit]:hover {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.contentContact_03 .parallax-ImgCont .captioBox .webForm input::placeholder,
.contentContact_03 .parallax-ImgCont .captioBox .webForm textarea::placeholder,
.contentContact_03 .parallax-ImgCont .captioBox .webForm select::placeholder {
  color: #3a3a3a !important;
}
.contentContact_03 .parallax-ImgCont .layerParallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background: rgba(0, 49, 105, 0.7);
}
.boxContact5 {
  position: relative;
  width: 100%;
}
.boxContact5 .box-info {
  position: relative;
  width: 50%;
  min-height: 600px;
  float: left;
  background-color: #E9EAEC;
  padding: 25px ;
}
.boxContact5 .box-info .info {
  float: left;
  background-color: #F1F3F8;
  padding-bottom: 50px;
  padding-left: 20px;
  min-height: 400px;
}
.boxContact5 .box-info .info h3 {
  padding: 55px 30px;
  font-size: 24px;
  color: #025C77;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 20px;
  position: relative;
}
.boxContact5 .box-info .info .box {
  padding-left: 35px;
}
.boxContact5 .box-info .info .box .ico {
  width: 30px;
  height: 100%;
  float: left;
}
.boxContact5 .box-info .info .box .ico .fa {
  vertical-align: top;
  font-size: 17px;
}
.boxContact5 .box-info .info .box .ico .fa-check {
  color: #025C77;
}
.boxContact5 .box-info .info .box .text {
  width: calc(100% - 40px);
  height: 100%;
  float: left;
  margin-bottom: 0px;
}
.boxContact5 .box-info .info .box .text p {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.boxContact5 .box-info .info .sub-redes {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.boxContact5 .box-info .info .sub-redes .box {
  width: 50%;
  float: left;
}
.boxContact5 .box-info .info .sub-redes .box li {
  color: #000;
  width: 100%;
  text-decoration: none;
  list-style: none;
  float: left;
  font-weight: 400;
  margin-bottom: 10px;
}
.boxContact5 .box-info .info .sub-redes .box li .fas {
  margin-right: 5px;
}
.boxContact5 .box-info .info .sub-redes .box li a {
  text-decoration: none;
  list-style: none;
  color: #025C77;
}
.boxContact5 .box-info .info .pagar {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 38px;
  padding-bottom: 10px;
  font-size: 21px;
  color: #025C77;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  position: relative;
}
.boxContact5 .box-info .info .pagar-det {
  padding-left: 38px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.boxContact5 .box-contacto {
  position: relative;
  width: 50%;
  min-height: 600px;
  float: left;
  background-position: center center;
  background-size: cover;
}
.boxContact5 .box-contacto .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 92, 119, 0.8);
}
.boxContact5 .box-contacto .layer .webForm {
  width: calc(100% - 0px);
  height: auto;
  border: 1px thin #909090;
  position: relative;
  float: left;
  z-index: 2;
  box-sizing: border-box;
  padding: 50px 40px 40px;
}
.boxContact5 .box-contacto .layer .webForm .title {
  width: 100%;
  height: 60px;
  float: left;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bolder;
  font-size: 26px;
}
.boxContact5 .box-contacto .layer .webForm .line.flex {
  border: 2px solid transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-right: 0px;
}
.boxContact5 .box-contacto .layer .webForm .line .halfLineHalf {
  width: calc(50% - 2px);
  display: inline-block;
}
.boxContact5 .box-contacto .layer .webForm .line .Left {
  padding-left: 1px;
}
.boxContact5 .box-contacto .layer .webForm .line .Right {
  padding-right: 1px;
}
.boxContact5 .box-contacto .layer .webForm .line .halfLineFull {
  width: calc(100% - 0px);
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.boxContact5 .box-contacto .layer .webForm label {
  color: #fff;
  cursor: default;
}
.boxContact5 .box-contacto .layer .webForm input,
.boxContact5 .box-contacto .layer .webForm textarea,
.boxContact5 .box-contacto .layer .webForm select {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.boxContact5 .box-contacto .layer .webForm input:focus,
.boxContact5 .box-contacto .layer .webForm textarea:focus,
.boxContact5 .box-contacto .layer .webForm select:focus {
  color: #fff;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.boxContact5 .box-contacto .layer .webForm input {
  padding: 10px 10px 10px 15px;
  margin-bottom: 14px;
}
.boxContact5 .box-contacto .layer .webForm select {
  margin-bottom: 13px;
  height: 38px!important;
  padding: 10px 10px 10px 13px;
}
.boxContact5 .box-contacto .layer .webForm select option {
  color: #151515;
}
.boxContact5 .box-contacto .layer .webForm textarea {
  height: 110px;
  padding: 10px 10px 10px 15px;
}
.boxContact5 .box-contacto .layer .webForm input[type=submit] {
  cursor: pointer;
  margin-top: 11px;
  /****/
  float: right;
  width: 100%!important;
  background: #101010;
  font-size: 18px;
  border: 1px solid #2f2f2f !important;
  line-height: 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 0px;
  padding: 20px 0px 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.boxContact5 .box-contacto .layer .webForm input[type=submit]:hover {
  background: #151515;
  border: 1px solid #5CC54C;
  color: #5CC54C;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.boxContact5 .box-contacto .layer .webForm input::placeholder,
.boxContact5 .box-contacto .layer .webForm textarea::placeholder,
.boxContact5 .box-contacto .layer .webForm select::placeholder {
  color: #e5e5e5 !important;
}
.ContactSidebar654 {
  width: 100%;
  margin: auto;
  float: left;
  padding: 30px 10vh 30px;
}
.ContactSidebar654 .aside {
  border: 1px solid #cecece;
  width: 35%;
  min-height: 100px;
  padding-left: 30px;
  float: left;
}
.ContactSidebar654 .aside .box3 {
  background-color: #2A2C30;
  border-top: 9px solid #1a1b1d;
  width: 100%;
  min-height: 400px;
  padding: 0px 30px 10px 30px;
  margin-top: 48px;
}
.ContactSidebar654 .aside .box3 h3 {
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  padding-bottom: 10px;
}
.ContactSidebar654 .aside .box3 h4 {
  font-size: 15px;
  font-weight: normal;
  color: #e3e3e3;
  line-height: 18px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.ContactSidebar654 .aside .box3 #contacto {
  width: 100%;
}
.ContactSidebar654 .aside .box3 #contacto .line.flex {
  border: 2px solid transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-right: 0px;
}
.ContactSidebar654 .aside .box3 #contacto .line .halfLineHalf {
  width: calc(50% - 2px);
  display: inline-block;
}
.ContactSidebar654 .aside .box3 #contacto .line .Left {
  padding-left: 1px;
}
.ContactSidebar654 .aside .box3 #contacto .line .Right {
  padding-right: 1px;
}
.ContactSidebar654 .aside .box3 #contacto .line .halfLineFull {
  width: calc(100% - 0px);
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.ContactSidebar654 .aside .box3 #contacto label {
  color: #fff;
  cursor: default;
}
.ContactSidebar654 .aside .box3 #contacto input,
.ContactSidebar654 .aside .box3 #contacto textarea,
.ContactSidebar654 .aside .box3 #contacto select {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid #FFAE1E;
  background-color: transparent;
  border-radius: 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ContactSidebar654 .aside .box3 #contacto input:focus,
.ContactSidebar654 .aside .box3 #contacto textarea:focus,
.ContactSidebar654 .aside .box3 #contacto select:focus {
  color: #fff;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ContactSidebar654 .aside .box3 #contacto input {
  padding: 10px 10px 10px 15px;
  margin-bottom: 8px;
}
.ContactSidebar654 .aside .box3 #contacto select {
  margin-bottom: 8px;
  height: 38px!important;
  padding: 10px 10px 10px 13px;
}
.ContactSidebar654 .aside .box3 #contacto select option {
  color: #151515;
}
.ContactSidebar654 .aside .box3 #contacto textarea {
  height: 110px;
  padding: 10px 10px 10px 15px;
}
.ContactSidebar654 .aside .box3 #contacto input[type=submit] {
  cursor: pointer;
  margin-top: 11px;
  /****/
  float: right;
  width: 100%!important;
  background: #FFAE1E;
  font-size: 18px;
  border: 1px solid #2f2f2f !important;
  line-height: 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 0px;
  padding: 20px 0px 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ContactSidebar654 .aside .box3 #contacto input[type=submit]:hover {
  background: #151515;
  border: 1px solid #5CC54C;
  color: #5CC54C;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ContactSidebar654 .aside .box3 #contacto input::placeholder,
.ContactSidebar654 .aside .box3 #contacto textarea::placeholder,
.ContactSidebar654 .aside .box3 #contacto select::placeholder {
  color: #e5e5e5 !important;
}
.ContactSidebar654 .asideTwo {
  border: 1px solid #cecece;
  width: 35%;
  min-height: 100px;
  padding-left: 30px;
  float: left;
}
.properties {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding: 20px 2px 20px;
  margin-top: -15px;
  background-color: #fff;
}
.properties .display {
  padding: 0px!important;
}
.properties .display .rowProperties {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.properties .display .rowProperties .boxProperties {
  width: 32.13%;
  float: left;
  margin-bottom: 20px;
  min-height: 200px;
  box-shadow: 0px 4px 5px 0px rgba(158, 158, 158, 0.49);
  -webkit-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  align-self: auto;
}
.propertiesCode .boxImage {
  width: calc(100% - 0px);
  height: 250px;
  position: relative;
  float: left;
  overflow: hidden;
}
.propertiesCode .boxImage .tagColor-1 {
  background: rgba(201, 16, 43, 0.88);
}
.propertiesCode .boxImage .tagColor-2 {
  background: rgba(32, 85, 129, 0.88);
}
.propertiesCode .boxImage .tagColor-3 {
  background: rgba(15, 197, 25, 0.88);
}
.propertiesCode .boxImage .tag {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 35px;
  color: #fff;
  z-index: 5;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  padding: 5px 15px 0PX;
}
.propertiesCode .boxImage .boxLink {
  width: 100%;
  position: absolute;
  padding-top: 25px;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.propertiesCode .boxImage .boxLink .text {
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.propertiesCode .boxImage .layerFeature {
  z-index: 2;
  transition: all 0.4s;
}
.propertiesCode .boxImage .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: all 0.6s;
}
.propertiesCode .boxImage:hover .boxLink {
  opacity: 1;
  transition: 1s;
}
.propertiesCode .boxImage:hover .boxImg {
  transform: scale(1.07);
}
.propertiesCode .boxImage:hover .layerFeature {
  background: rgba(10, 10, 10, 0.4);
}
.propertiesCode .boxImage .layerFeature {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(10, 10, 10, 0.08);
}
.propertiesCode .boxTitle {
  width: 100%;
  float: left;
  padding: 15px 15px 10px;
}
.propertiesCode .boxTitle .Uf-Precio {
  width: 100%;
  float: left;
  color: #2077C2;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.propertiesCode .boxTitle .precio {
  width: 100%;
  float: left;
  color: #2077C2;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.propertiesCode .boxTitle .total {
  width: 100%;
  float: left;
  color: #2077C2;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.propertiesCode .boxTitle h2 {
  float: left;
  width: 100%;
  margin: 10px 0px 7px;
}
.propertiesCode .boxTitle h2 a {
  color: #000;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
}
.propertiesCode .boxTitle .category {
  float: left;
  width: 100%;
  color: #2077C2;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.propertiesCode .boxTitle .category a {
  font-weight: 500;
  color: #9acd32;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  list-style: none;
}
.propertiesCode .boxTitle .subBox {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.propertiesCode .boxTitle .subBox .place {
  float: left;
  width: 53%;
}
.propertiesCode .boxTitle .subBox .place .ico {
  float: left;
  width: 12px;
  height: 30px;
}
.propertiesCode .boxTitle .subBox .place .ico img {
  width: 100%;
}
.propertiesCode .boxTitle .subBox .place .text {
  padding-left: 5px;
  width: calc(100% - 13px);
  float: left;
  padding-top: 0px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.propertiesCode .boxTitle .subBox .superficie {
  width: 47%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.propertiesCode .boxTitle .subBox .superficie .ico-2 {
  width: 20px!important;
  height: 30px;
  margin-top: 4px;
  position: relative;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.propertiesCode .boxTitle .subBox .superficie .ico-2 img {
  float: left;
  width: 100%;
}
.propertiesCode .boxTitle .subBox .superficie .text {
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-top: 0px;
  letter-spacing: -0.7px;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.propertiesCode .boxTitle .subBox .superficie .text .break {
  float: left;
  padding-left: 2px;
  text-align: right;
  padding-top: 4px;
  word-break: break-all;
  font-size: 14px;
  font-weight: 500;
}
.propertiesCode .boxTitle .icoService {
  width: 100%;
  float: left;
  position: relative;
  border-top: 2px solid #f0f3f5;
  margin-top: 15px;
  padding-top: 19px;
}
.propertiesCode .boxTitle .icoService .box {
  width: calc(33.33% - 0px);
  float: left;
}
.propertiesCode .boxTitle .icoService .box .boxico {
  width: 33px;
  height: 33px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
  position: relative;
  background-color: #E6FAFF;
}
.propertiesCode .boxTitle .icoService .box .boxico img {
  width: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
}
.propertiesCode .boxTitle .icoService .box .boxtext {
  width: calc(100% - 33px);
  height: 30px;
  float: left;
  z-index: 1;
  position: relative;
  color: #105A9F;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
  padding-top: 6px;
  padding-left: 7px;
}
.propertiesCode .boxTitle .btnBox {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 18px;
}
.propertiesCode .boxTitle .btnBox .btn-1 {
  width: 200px;
  margin: auto;
  position: relative;
}
.propertiesCode .boxTitle .btnBox .btn-1 .fa {
  font-size: 11px;
  margin-right: 3px;
}
.galeriSingleProperties {
  position: relative;
  padding: 140px 0px 80px!important;
}
.galeriSingleProperties .mapa {
  width: 100%;
  margin-top: 20px;
}
.galeriSingleProperties .display {
  padding: 0px;
}
.galeriSingleProperties .display .boxBg {
  position: relative;
  display: flow-root;
  background-color: #fff;
}
.galeriSingleProperties .display .boxBg .galeryProperties {
  width: 70%;
  float: left;
  padding: 15px;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper {
  width: 100%;
  height: 100%;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 500px;
  background-size: cover;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide {
  background-size: cover;
  background-position: center;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide .boxInfo {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide .boxInfo .zoom {
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/lupa2.png) center center no-repeat rgba(25, 25, 25, 0.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide .boxInfo .zoom:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  background: url(../img/lupa.png) center center no-repeat rgba(25, 25, 25, 0.4);
}
.galeriSingleProperties .display .boxBg .galeryProperties .mySwiper2 {
  height: 20%;
  width: 100%;
}
.galeriSingleProperties .display .boxBg .galeryProperties .mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  cursor: pointer;
}
.galeriSingleProperties .display .boxBg .galeryProperties .mySwiper .swiper-slide {
  cursor: pointer;
  width: 25%;
  height: 100%;
  opacity: 0.7;
}
.galeriSingleProperties .display .boxBg .galeryProperties .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galeriSingleProperties .display .boxBg .galeryProperties article {
  width: 100%;
  float: left;
}
.galeriSingleProperties .display .boxBg .galeryProperties article h1 {
  float: left;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .category {
  float: left;
  width: 100%;
  color: #2077C2;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 0px;
  font-family: 'Oswald', sans-serif;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .category a {
  color: #2077C2;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  list-style: none;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .uf {
  margin-top: 10px;
  float: left;
  width: 100%;
  color: #2077C2;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .Uf-Precio {
  width: 100%;
  float: left;
  color: #2077C2;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  padding-right: 10px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .precio {
  width: 100%;
  padding-top: 0px;
  float: left;
  color: #2077C2;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .total {
  width: 100%;
  padding-top: 0px;
  float: left;
  color: #2077C2;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .icoService {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .icoService .box {
  padding-right: 20px;
  float: left;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .icoService .box .boxico {
  width: 33px;
  height: 33px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
  position: relative;
  background-color: #E6FAFF;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .icoService .box .boxico img {
  width: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .icoService .box .boxtext {
  width: calc(100% - 33px);
  height: 30px;
  float: left;
  z-index: 1;
  position: relative;
  color: #105A9F;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
  padding-top: 6px;
  padding-left: 7px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .place {
  float: left;
  margin-right: 10px;
  padding-right: 14px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .place .ico {
  float: left;
  width: 13px;
  height: 30px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .place .ico img {
  width: 100%;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .place .text {
  padding-left: 5px;
  width: calc(100% - 13px);
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .superficie {
  float: left;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .superficie .ico-2 {
  float: left;
  width: 22px;
  height: 30px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .superficie .ico-2 img {
  width: 100%;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .subBox .superficie .text {
  padding-left: 2px;
  text-align: left;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -0.5px;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .codigo {
  margin-top: 10px;
  width: 100%;
  padding-top: 0px;
  float: left;
  color: #9acd32;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.galeriSingleProperties .display .boxBg .galeryProperties article .details {
  text-align: justify;
  float: left;
  width: 100%;
  color: #3a3a3a;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.galeriSingleProperties .display .boxBg sidebar {
  width: 30%;
  float: left;
  padding: 10px;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox h5 {
  font-size: 15px;
  font-weight: 600;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop {
  border: 1px solid #e9e9e9;
  color: #000;
  float: left;
  width: 100%;
  padding: 20px 20px 30px;
  margin: 5px 0px 10px;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop .num {
  width: 20px;
  height: 22px;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: gray;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop .tit {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop a {
  width: 100%;
  float: left;
  border: 1px solid #000;
  text-decoration: none;
  list-style: none;
  color: brown;
  font-size: 15px;
  font-weight: normal;
  color: #3F51B5;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop .boxLast {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop .boxLast .boxImg {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  border: 4px solid #2077C2;
  float: left;
  background-size: cover;
  background-position: center center;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .list_Prop .boxLast .boxDetails {
  width: calc(100% - 60px);
  float: left;
  padding-left: 10px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #2077C2;
  text-align: left;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 5px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  list-style: none;
}
.galeriSingleProperties .display .boxBg sidebar .sideBox .boxSidebar {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .galeriSingleProperties {
    padding: 120px 0px;
  }
  .galeriSingleProperties .display {
    padding: 10px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties {
    width: 100%;
    padding: 0px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties .swiper {
    height: 200px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide {
    height: 220px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties .mySwiper {
    height: 50px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties .mySwiper .swiper-slide {
    width: 25%;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties article h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0px 5px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties article .icoService {
    margin-top: 15px;
    padding-top: 15px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties article .icoService .box {
    padding-right: 12px;
    float: left;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties article .subBox {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .galeriSingleProperties .display .boxBg .galeryProperties article .subBox .place {
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    border-right: 0px solid #ececec;
  }
  .galeriSingleProperties .display .boxBg sidebar {
    width: 100%;
    padding-left: 0px;
  }
}
