/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@font-face {
  font-family: "Myriad Pro Regular";
  src: url(../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/MyriadPro-Regular/MyriadPro-Regular.woff) format("woff"),
    url(../fonts/MyriadPro-Regular/MyriadPro-Regular.woff2) format("woff2"),
    url(../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro Bold";
  src: url(../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/MyriadPro-Bold/MyriadPro-Bold.woff) format("woff"),
    url(../fonts/MyriadPro-Bold/MyriadPro-Bold.woff2) format("woff2"),
    url(../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  color: #000000;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
}

@media (min-width: 769px) {
    .banner-content {
        top:28%;
        left: inherit;
        right: 5%;
        text-align: right;
        -webkit-transform: translate(0,-50%);
        transform: translate(100,-50%)
    }

    .banner-content h2 {
        font-size: 44px
    }

    .banner-content p {
        font-size: 18px
    }

    .banner-content--left {
        text-align: left;
        left: 5%
    }
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  padding: 0;
  margin: 0;
  color: #1e1b25;
  font-family: "Myriad Pro Regular";
}
body.website-layout {
  background: #fff;
}
body.not-scroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.columna {
  float: left;
  width: 50%;
  padding-right: 5px;
}

.fila::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-right: -60px;
}

/* ==========================================================================
  header css start
========================================================================== */
header {
  padding: 0px 0;
  z-index: 3;
  width: 100%;
  position: absolute;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.logo-section {
  position: absolute;
  top: 0;
  max-width: 164px;
}
.logo-section img {
  width: 70%;
}
.nav-section {
  padding-left: 180px;
  margin-top: 45px;
  width: 100%;
}
.nav-section nav {
  background-color: rgba(34, 34, 34, 0.7);
  margin: 0 auto;
  width: 100%;
  max-width: 877px;
}
ul.header-nav {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

ul.header-nav li {
  padding: 16px 20px;
}
ul.header-nav li a:hover {
  font-weight: 800;
}

/* ==========================================================================
  Main css start
========================================================================== */

section.hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-form {
  padding-top: 185px;
}

.hero-slider-item img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: top;
}
.hero-slider-wrapper {
  z-index: -1;
}

.input-text input,
.input-select select {
  font-size: 20px;
  padding: 13px 20px;
  border-radius: 13px;
  border: none;
  width: 100%;
  box-shadow: 6px 6px 3px rgb(30 27 37 / 50%);
}
.input-text input:focus,
.input-select select:focus {
  outline: none;
}
.ie-hubs-form {
  max-width: 400px;
  background-color: rgba(96, 96, 96, 0.5);
  margin-left: auto;
  border-radius: 25px;
  padding: 15px 20px;
}

form.hero-form-container {
  max-width: 400px;
  background-color: rgba(96, 96, 96, 0.5);
  margin-left: auto;
  border-radius: 25px;
  padding: 15px 40px;
}

form.hero-form-container h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.input-text,
.input-select {
  max-width: 312px;
  margin: 0 auto 20px;
}
button.ie-btn-form {
  background-color: #840029;
  border: none;
  color: #fff;
  padding: 11px 26px;
  font-size: 20px;
  border-radius: 22px;
  margin-left: auto;
  display: block;
}
button.ie-btn-form {
  background-color: #840029;
  border: none;
  color: #fff;
  padding: 11px 26px;
  font-size: 20px;
  border-radius: 22px;
  margin-left: auto;
  display: block;
  width: 138px;
  height: 45px;
  cursor: pointer;
}

.hero-footer-text p {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  background-color: rgba(96, 96, 96, 0.5);
  padding: 15px 20px;
}

.hero-footer-text p span {
  font-weight: 800;
}

.hero-footer-text {
  max-width: 650px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
}
.input-select {
  position: relative;
}
.input-select::before {
  content: "";
  position: absolute;
  right: 20px;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.input-select select {
  appearance: none;
}
/* hero form css */

.banner-form .form-hero .form-container {
  background: rgba(96, 96, 96, 0.5);
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

/* section two css */
.sub-heading {
  font-size: 56px;
  font-weight: 300;
  color: #606060;
  line-height: 1.2;
  margin-top: 0px;
}

.contamos-section {
  padding-top: 70px;
  padding-bottom: 40px;
}

.ie-product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ie-product-items {
  flex: 0 0 calc(33.33% - 20px);
  text-align: center;
  margin: 0 10px 70px;
}
.ie-product-content a {
font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #808080;
  padding: 5px 5px 5px;
  line-height: 1;
}
.ie-product-content h4 {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 800;
}

.ie-product-content p {
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ie-product-content a span {
  width: 15px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.ie-product-content a span img {
  width: 100%;
  horizontal-align: middle;
}
section.marcas-section {
  background-color: #000000;
  padding-top: 70px;
  padding-bottom: 22px;
}

.parner-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.parner-item {
  flex: 0 0 20%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.parner-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.marcas-section h3.sub-heading {
  text-align: center;
  color: #fff;
}

.marcas-section h3.sub-heading span {
  font-weight: 800;
}
.contry-item {
  position: relative;
  width: 100%;
  flex: 33.3%;
}

.contry-img {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.contry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: top;
  transition: all ease-in-out 0.6s;
  transform: scale(1.02);
}
.contry-item:hover img {
  transform: scale(1.15);
}
.contry-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-image: url("../images/overlay-short.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* opera 11.10+ */
  background: -o-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#606060', GradientType=0 );

  /* ie 10+ */
  background: -ms-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* global 94%+ browsers support */
  background: linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.contry-content {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 1;
}

.contry-content h4 {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.contry-content p {
  font-size: 24px;
  margin: -10px 0px 25px 0px;
}

.contry-content a {
  font-size: 24px;
  background-color: #000000;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 30px;
  width: 49%;
  max-width: 218px;
  margin-bottom: 75px;
  box-shadow: 6px 6px 3px rgb(30 27 37 / 50%);
}
.sedes-section {
  background-color: #ffffff;
}

.sedes-section h3.sub-heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: 60px auto 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.contry-sec {
  display: flex;
  flex-wrap: wrap;
}

.sedes-section h3.sub-heading span {
  font-weight: 800;
}
.parner-sec {
  margin-bottom: 55px;
}
/* call icon css */

.icon.icon-sticky {
  position: fixed;
  z-index: 2;
  bottom: 25px;
  left: 1%;
}
.icon.icon-sticky--right {
  right: 1%;
  left: inherit;
}

/* concina section css */
section.cocina-section,
.banos-section,
.pisos-section {
  max-height: 754px;
  overflow: hidden;
  position: relative;
}
.concina-slider-item {
  position: relative;
}
.cocina-slicer-content {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  max-height: 754px;
  padding-top: 70px;
}
.cocina-slicer-content .sub-heading {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.cocina-slicer-content .sub-heading span {
  font-weight: 800;
}
.concina-slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("../images/overlay.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  /* ff 3.6+ */
  background: -moz-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* safari 5.1+,chrome 10+ */
  background: -webkit-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* opera 11.10+ */
  background: -o-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* ie 6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#606060', GradientType=0 );

  /* ie 10+ */
  background: -ms-linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );

  /* global 94%+ browsers support */
  background: linear-gradient(
    121deg,
    rgba(96, 96, 96, 0.6) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.concina-slider-item img {
  height: 100%;
  min-height: 754px;
  object-fit: cover;
}
.cate-button {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
}

.cate-button a {
  background-color: #000000;
  display: inline-block;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  max-width: 622px;
  margin-bottom: 75px;
  box-shadow: 6px 6px 3px rgb(30 27 37 / 50%);
}
.gmap-sec {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-height: 270px;
  background-color: #000000;
  margin: 0 20px;
  padding: 20px 34px;
  border-radius: 30px;
  box-shadow: 6px 6px 3px rgb(30 27 37 / 50%);
}

.gmap-sec ul {
  margin: 0px;
  color: #fff;
}

.gmap-sec ul a {
  font-size: 18px;
  line-height: 1.7;
}
.gmap-sec ul a span {
  font-weight: 800;
}
.cocina-slider-sec .owl-nav {
  position: absolute;
  top: 500px;
  width: 100%;
}
.cocina-slider-sec .owl-nav .owl-prev {
  float: left;
  margin-left: 20px;
  width: 45px;
}

.cocina-slider-sec .owl-nav .owl-next {
  float: right;
  margin-right: 20px;
  width: 45px;
}

/* concina section css end */
.cocina {
  position: relative;
}
.cocina .sub-heading {
  position: absolute;
  text-align: center;
  color: #fff;
}

.cate-button .sub-heading a {
  color: #fff;
}
/* button hover css */
.cu-btn {
  transition: all ease-in-out 0.6s;
}

.cu-btn:hover {
  opacity: 0.8;
  background-color: #000000;
  color: #fff;
}
.ie-product-content a:hover img {
  filter: saturate(1);
}
.ie-product-img {
  overflow: hidden;
}

.ie-product-items:hover img {
  transform: scale(1.1);
}

.ie-product-img img {
  transition: all ease-in-out 0.6s;
}

/* ==========================================================================
  footer css Start
========================================================================== */

footer {
  background: #000000;
  padding: 50px 0 30px;
  text-align: center;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer img {
  width: 9em;
}

footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-nav .icon {
  margin: 0 0.7em;
}

footer .footer-actions .icon {
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
}

footer p {
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 1.4;
  margin: 20px auto 20px;
}
.icon {
  width: 90px;
  height: 90px;
  background: #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 3px 3px 2px rgba(8, 1, 22);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 70%);
  cursor: pointer;
}
.icon-whatsapp img {
  margin-left: 8%;
}
.icon img {
  width: 56%;
}

/* ==========================================================================
  Media css Start Start
========================================================================== */

@media only screen and (min-width: 768px) {
  h3.sub-heading-mobile {
    display: none;
  }
  section.conoce-todos-mobile {
    display: none;
  }
  footer .footer-actions {
    margin: 0;
  }
  footer .footer-actions .btn {
    margin-top: 0;
    max-width: 400px;
    min-width: 350px;
  }
  footer .footer-nav {
    margin-right: 1em;
  }
  footer img {
    width: 11em;
  }
  footer {
    padding: 50px 0 30px;
  }
  footer p {
    margin: 20px auto 20px;
    font-size: 18px;
    max-width: 620px;
  }
  .icon.icon-sticky.icon-img {
    top: 67%;
  }
  .icon-img {
    width: 165px;
    height: 114px;
  }
  .gmap-sec {
    top: 40%;
  }
  .mobile-nav {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .contry-content a {
    font-size: 20px;
    max-width: 170px;
  }
  .contry-content h4 {
    font-size: 38px;
  }
  .contry-img {
    height: 600px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .hero-footer-text p {
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    margin: 0;
  }
  .contry-img {
    height: 550px;
  }
  .hero-footer-text {
    max-width: 560px;
  }
  section.hero-section {
    min-height: 980px;
    max-height: 1000px;
  }
  .hero-slider-item img {
    min-height: 980px;
  }
}

@media only screen and (max-width: 1024px) {
  .container .sub-heading {
    font-size: 40px;
  }
  .parner-wrap {
    padding: 0px 20px;
  }
  .contry-item {
    flex: 1 0 33.33%;
  }
  ul.header-nav li {
    padding: 16px 18px;
  }
  .hero-form {
    padding-top: 160px;
  }
  .hero-footer-text {
    max-width: 600px;
    padding-bottom: 40px;
    position: inherit;
    bottom: 0;
    padding-top: 10px;
  }
  .hero-footer-text p {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
  }
  .contamos-section {
    padding-top: 70px;
    padding-bottom: 00px;
  }
  .cate-button a {
    margin-bottom: 40px;
    max-width: 450px;
  }
  .concina-slider-item img {
    min-height: 630px;
  }
  .gmap-sec {
    min-height: 230px;
    padding: 20px 26px;
  }
  .cocina-slider-sec .owl-nav {
    position: absolute;
    top: 430px;
    width: 100%;
  }
  section.hero-section {
    min-height: 1000px;
    max-height: 1000px;
  }
  .hero-slider-item img {
    min-height: 1000px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 789px) {
  .ie-product-content a {
    padding: 14px 14px 11px;
  }
}
@media only screen and (max-width: 767px) {
  /* .icon.icon-phone.icon-sticky.icon-sticky--right {
    display: none;
  } */
  h3.sub-heading-mobile {
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  .contry-img {
    height: 440px;
  }
  .hero-slider-wrapper .owl-dots {
    display: none;
  }
  .ie-product-items {
    flex: 0 0 calc(50% - 20px);
    margin: 0 10px 50px;
  }
  .container .sub-heading,
  .sedes-section .sub-heading {
    font-size: 36px;
  }
  .parner-item {
    flex: 0 0 33.33%;
  }

  .contry-item {
    flex: 1 0 50%;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .logo-section {
    max-width: 140px;
  }
  .nav-section {
    margin-top: 30px;
  }
  .hero-footer-text p {
    font-size: 30px;
  }
  .hero-footer-text {
    padding-top: 20px;
  }

  .contamos-section .sub-heading {
    margin-bottom: 40px;
    line-height: 1.4;
    text-align: center;
    font-size: 30px;
    display: none;
  }
  section.marcas-section {
    padding-top: 50px;
  }
  /* menu toggle css start */
  button.menu-toggle {
    border: none;
    background-color: #000;
    padding: 0px;
  }
  .nav-section button.menu-toggle {
    position: relative;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
  .nav-section .menu-toggle span {
    width: 75%;
    height: 5px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
  }

  .nav-section .menu-toggle span:nth-child(3) {
    top: 75%;
  }

  .nav-section .menu-toggle span:nth-child(1) {
    top: 25%;
  }
  .nav-section.toggled .menu-toggle span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-section.toggled .menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .nav-section.toggled .menu-toggle span:nth-child(3) {
    display: none;
  }
  /* toggle menu css end */

  .nav-section .header-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    right: 0;
    padding-top: 70px;
    transition: all ease-in-out 0.6s;
    transform: translateX(115%);
    max-height: 500px;
  }
  .nav-section nav {
    background-color: transparent;
    max-width: 100%;
  }
  .nav-section .mobile-nav {
    text-align: right;
    background-color: #850129;
    position: absolute;
    right: 15px;
  }
  .nav-section.toggled .mobile-nav {
    position: fixed;
  }
  .nav-section.toggled .header-nav {
    transform: translateX(0%);
  }
  ul.header-nav li {
    text-align: center;
  }
  .cocina-slider-sec .owl-nav {
    position: absolute;
    top: 460px;
    width: 100%;
  }
  .cocina-slider-sec .owl-nav .owl-next {
    width: 30px;
  }
  .cocina-slider-sec .owl-nav .owl-prev {
    width: 30px;
  }

  .gmap-sec {
    display: none;
  }
  /* .parner-item:last-child {
    display: none;
  } */

  /* new owl css */

  .ie-product-wrapper {
    position: relative;
  }

  .ie-product-wrapper .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    /* transform: translateY(-50%); */
  }
  .ie-product-wrapper .owl-nav .owl-prev {
    float: left;
    margin-left: 0px;
    width: 30px;
  }

  .ie-product-wrapper .owl-nav .owl-next {
    float: right;
    margin-right: 0px;
    width: 30px;
  }
  .contry-sec {
    position: relative;
  }
  .contry-sec .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    /* transform: translateY(-50%); */
  }
  .contry-sec .owl-nav .owl-prev {
    float: left;
    margin-left: 20px;
    width: 24px;
  }

  .contry-sec .owl-nav .owl-next {
    float: right;
    margin-right: 20px;
    width: 24px;
  }
  .concina-slider-item img {
    min-height: 400px;
  }
  section#pisos {
    display: none;
  }
  section#baños {
    display: none;
  }
  .cocina-slider-sec .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  section.conoce-todos-mobile {
    background-color: #606060;
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .conoce-todos-mobile h3.sub-heading {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
  }
  .conoce-todos-mobile .hero-form {
    padding-top: 0px;
  }
  .ie-hubs-form {
    max-width: 400px;
    background-color: rgba(96, 96, 96, 0.5);
    border-radius: 25px;
    padding: 15px 20px;
    margin: auto;
  }

  #hero .hero-form .ie-hubs-form {
    display: none;
  }

  .hero-footer-text-responsive {
    display: flex;
    justify-content: center;
    position: relative;
    height: inherit;
  }
  /* .hero-footer-text {
    padding: 20px 0px;
    max-width: 440px;
    position: absolute;
    margin: 0 auto !important;
    bottom: 0px;
  } */
  .hero-footer-text {
    padding: 0px 0px 0px;
    max-width: 440px;
    position: absolute;
    margin: 0 auto !important;
    bottom: 20px;
  }
  /* section.hero-section {
    min-height: 500px;
    max-height: 500px;
  } */
  section.hero-section {
    min-height: auto;
    max-height: unset;
  }

  .hero-slider-item img {
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  /* .concina-slider-item::before {
    display: none;
  } */
  .contamos-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .contry-img::before {
    display: none;
  }

  .conoce-todos-mobile h3.sub-heading {
    font-size: 21px;
  }

  .hero-footer-text {
    max-width: 334px;
  }
  .ie-product-items {
    flex: 0 0 calc(100% - 20px);
  }

  .container .sub-heading,
  .sedes-section .sub-heading {
    font-size: 24px;
  }

  .parner-item {
    flex: 25%;
    padding-left: 10px;
    padding-right: 10px;
    
  }
  .parner-wrap {
    padding: 0px 0px;
  }

  .contry-item {
    flex: 1 0 100%;
  }
  .logo-section {
    max-width: 120px;
  }
  .nav-section {
    margin-top: 22px;
  }
  form.hero-form-container {
    padding: 15px 25px;
  }
  .input-text input,
  .input-select select {
    font-size: 14px;
    padding: 12px 20px;
  }
  .hero-footer-text p {
    font-size: 24px;
  }
  .cate-button a {
    margin-bottom: 40px;
    max-width: 290px;
    padding: 12px;
  }
  .banos-section .concina-slider-item img,
  .pisos-section .concina-slider-item img {
    min-height: 400px;
  }
  .cocina-slider-sec .owl-nav .owl-next {
    width: 24px;
  }
  .cocina-slider-sec .owl-nav .owl-prev {
    width: 24px;
  }
  .banos-section .cocina-slider-sec .owl-nav,
  .pisos-section .cocina-slider-sec .owl-nav {
    top: 200px;
  }
  .gmap-sec {
    top: 44%;
  }
  /* section.hero-section {
    min-height: 450px;
    max-height: 450px;
  }
  .hero-slider-item img {
    min-height: 450px;
  } */
  .ie-product-content h4 {
    margin-top: 0px;
  }
  .ie-product-wrapper .owl-nav {
    top: 24%;
  }
  .ie-product-wrapper .owl-nav .owl-prev,
  .ie-product-wrapper .owl-nav .owl-next {
    width: 24px;
  }
  .contry-sec .owl-nav .owl-next {
    margin-right: 10px;
  }
  .contry-sec .owl-nav .owl-prev {
    margin-left: 10px;
  }
  section.conoce-todos-mobile {
    padding-top: 50px;
    padding-bottom: 30 px;
  }
  .contry-content p {
    font-size: 18px;
  }
  .contry-content h4 {
    font-size: 26px;
  }
  .contry-content a {
    font-size: 16px;
    max-width: 150px;
  }
  .contry-sec .owl-nav {
    top: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-footer-text p {
    font-size: 20px;
  }
}
