body,
button,
input,
select,
optgroup,
textarea {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

p {
  margin: 0;
}

li > ul,
li > ol {
  margin-bottom: 0 !important;
  margin-left: 1.5em;
}

.contenedor {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .site-main {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
  }
}
.entry-content {
  margin: 0 !important;
}

html.activo,
body.activo {
  overflow: hidden !important;
}

.owl-stage {
  display: flex;
}

a {
  text-decoration: none;
}

body {
  margin: 0 !important;
}

.owl-carousel {
  display: block !important;
}

.wpb_text_column {
  margin-bottom: 0 !important;
}

#wpadminbar {
  z-index: 100000000000000000000 !important;
}

/************************** RESET **************************************/
body .page.type-page {
  margin-bottom: 0;
}
body footer {
  display: none;
}

header {
  position: absolute;
  z-index: 9999;
  left: 10%;
  top: 35px;
}
header .whats-fix {
  position: fixed;
  right: 2%;
  z-index: 99999999;
  bottom: 3%;
}

.banner-landing-it {
  background-size: cover;
  padding-top: 150px;
  position: relative;
  overflow: visible !important;
}
.banner-landing-it::before {
  content: "";
  background-image: url(https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-5089-3.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-size: cover;
  z-index: 2;
}
.banner-landing-it::after {
  content: "";
  background-image: url(https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-4546.svg);
  position: absolute;
  left: 45%;
  bottom: -35px;
  height: 360px;
  z-index: 1;
  width: 128px;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-landing-it .vc_row.wpb_row {
  z-index: 3;
  position: relative;
}
.banner-landing-it .info-top h1 {
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 50px;
  line-height: 64px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 40px !important;
}
.banner-landing-it .text-left {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 40px;
}
.banner-landing-it .text-left .wpb_wrapper p:first-child {
  color: #04457d;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.banner-landing-it .text-left .wpb_wrapper p:nth-child(2) {
  color: #b30018;
  font-weight: bold;
  font-size: 16px;
}
.banner-landing-it .text-left .wpb_wrapper p:last-child {
  color: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
.banner-landing-it .text-left .wpb_wrapper ul {
  padding-left: 5%;
  list-style-image: url("https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Trazado-8210.svg");
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.banner-landing-it .text-left .wpb_wrapper ul li {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
.banner-landing-it .container-form {
  margin-top: 55px;
}
.banner-landing-it .container-form .form-landing {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #458dcb;
  border-radius: 18px 18px 0px 0px;
}
.banner-landing-it .container-form .form-landing .fields {
  padding: 20px 40px;
}
.banner-landing-it .container-form .form-landing h3 {
  border-radius: 18px 18px 0px 0px;
  padding: 16px 90px;
  background-color: #458dcb;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.banner-landing-it .container-form .form-landing h3::before {
  content: "";
  background-image: url(https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-4324.svg);
  width: 22px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
}
.banner-landing-it .container-form .form-landing label {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-family: "Lato", sans-serif;
  gap: 7px;
  color: #333333;
}
.banner-landing-it .container-form .form-landing label input,.banner-landing-it .container-form .form-landing label select {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #04457d !important;
  width: 100%;
}
.banner-landing-it .container-form .form-landing label input::-moz-placeholder {
  color: #04457d;
  font-size: 14px;
}
.banner-landing-it .container-form .form-landing label input::placeholder {
  color: #04457d;
  font-size: 14px;
}
.banner-landing-it .container-form .form-landing .accept {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #595959;
}
.banner-landing-it .container-form .form-landing .accept .wpcf7-list-item {
  margin: 0;
}
.banner-landing-it .container-form .form-landing .accept input {
  accent-color: #04457d;
  margin-top: 3px;
}
.banner-landing-it .container-form .form-landing input[type=submit] {
  background: #458dcb 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #04457d;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color 0.3s ease;
}
.banner-landing-it .container-form .form-landing input[type=submit]:hover {
  background-color: #B30018;
}
.banner-landing-it .container-form .form-landing .wpcf7-spinner {
  position: absolute;
}

.productos-soluciones h2 {
  font-size: 45px;
  line-height: 50px;
  color: #04457d;
  padding-left: 25px;
  border-left: 1px solid #b30018;
  margin-bottom: 50px !important;
}
.productos-soluciones .item-prod {
  margin-bottom: 40px !important;
}
.productos-soluciones .item-prod .wpb_wrapper {
  display: flex;
  gap: 15px;
}
.productos-soluciones .item-prod .wpb_wrapper p {
  color: #595959;
  font-size: 14px;
  line-height: 22px;
}
.productos-soluciones .item-prod .wpb_wrapper p strong {
  transition: 0.3s all ease;
  color: #04457d;
  font-size: 19px;
}
.productos-soluciones .item-prod:hover img {
  filter: invert(24%) sepia(96%) saturate(7466%) hue-rotate(0deg) brightness(103%) contrast(119%);
}
.productos-soluciones .item-prod:hover p strong {
  color: #b30018;
}
.productos-soluciones .items-ctas .wpb_wrapper {
  display: flex;
  gap: 27px;
}
.productos-soluciones .items-ctas .wpb_wrapper p a {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border-radius: 33px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 19px;
  padding: 14px 19px;
}
.productos-soluciones .items-ctas .wpb_wrapper p:first-child a {
  background-color: #04457d;
  border: 1px solid #04457d;
}
.productos-soluciones .items-ctas .wpb_wrapper p:last-child a {
  border: 1px solid #138a3f;
  background-color: #138a3f;
}

.porque-elegir-it {
  margin-top: 85px;
  min-height: 820px;
  padding-top: 80px !important;
  position: relative;
  overflow: visible !important;
}
.porque-elegir-it:before {
  content: "";
  background-image: url(https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-5089-2.jpg);
  position: absolute;
  height: 90%;
  width: 100%;
  background-position-x: left;
  background-position-y: top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block !important;
}
.porque-elegir-it::after {
  content: "" !important;
  background-image: url(https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-4546.svg);
  position: absolute;
  right: 0 !important;
  bottom: -20%;
  height: 360px !important;
  z-index: -1;
  width: 128px !important;
  overflow: visible !important;
  visibility: visible !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.porque-elegir-it h2 {
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  padding-left: 25px;
  border-left: 1px solid #ffffff;
  margin-bottom: 60px !important;
}
.porque-elegir-it .row-items-elegir {
  display: flex;
  align-items: center;
}
.porque-elegir-it .row-items-elegir .wpb_column:first-child {
  width: auto;
}
.porque-elegir-it .item-elegir {
  background: rgba(255, 255, 255, 0.22) 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 41px;
  opacity: 1;
  max-width: 225px;
  height: 231px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 35px 27px 50px 27px;
  margin-bottom: 35px !important;
}
.porque-elegir-it .item-elegir p {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
}
.porque-elegir-it .item-elegir.blur {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.section-tratos .info-top {
  margin-bottom: 40px !important;
}
.section-tratos .info-top p {
  color: #04457d;
  font-size: 25px;
  line-height: 38px;
  font-weight: bold;
  padding-left: 25px;
  border-left: 1px solid #04457d;
  font-weight: bold;
}
.section-tratos .item-trato {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #04457d;
  border-radius: 15px;
  padding: 25px;
  height: 165px;
  transition: 0.3s all ease-in-out;
}
.section-tratos .item-trato .wpb_wrapper p {
  font-size: 15px;
  color: #595959;
  line-height: 26px;
  transition: 0.3s all ease-in;
}
.section-tratos .item-trato .wpb_wrapper p strong {
  color: #04457d;
  font-size: 18px;
}
.section-tratos .item-trato .wpb_wrapper p:first-child {
  margin-bottom: 15px;
}
.section-tratos .item-trato .wpb_wrapper p:last-child {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.section-tratos .item-trato:hover {
  height: 300px;
}
.section-tratos .item-trato:hover .wpb_wrapper p:last-child {
  height: auto;
  opacity: 1;
  z-index: 1;
}

.section-nuestras-marcas {
  margin-top: 100px;
}
.section-nuestras-marcas .vc_row.wpb_row:first-child .wpb_column {
  text-align: center;
}
.section-nuestras-marcas h2 {
  color: #04457d;
  font-size: 30px;
  position: relative;
  display: inline;
}
.section-nuestras-marcas h2::after, .section-nuestras-marcas h2::before {
  content: "";
  background-color: #04457d;
  height: 1px;
  position: absolute;
  width: 35px;
  top: 50%;
  display: block !important;
}
.section-nuestras-marcas h2::after {
  right: -10%;
}
.section-nuestras-marcas h2::before {
  left: -10%;
}
.section-nuestras-marcas .owl-carousel {
  display: block !important;
  margin-top: 60px !important;
}
.section-nuestras-marcas .owl-carousel .owl-stage {
  align-items: center;
}
.section-nuestras-marcas .owl-carousel .owl-stage .wpb_single_image {
  text-align: center !important;
}

.section-cotizacion {
  min-height: 550px;
  padding-top: 75px !important;
  background-size: cover;
}
.section-cotizacion .info-left {
  border-left: 1px solid #ffffff;
}
.section-cotizacion .info-left h2 {
  font-size: 45px;
  color: #ffffff;
}
.section-cotizacion .info-left p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.section-cotizacion .items-ctas .wpb_wrapper {
  display: flex;
  gap: 27px;
  justify-content: center;
}
.section-cotizacion .items-ctas .wpb_wrapper p a {
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1607843137);
  border-radius: 33px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 19px;
  padding: 14px 19px;
}
.section-cotizacion .items-ctas .wpb_wrapper p:first-child a {
  background-color: #04457d;
  border: 1px solid #04457d;
}
.section-cotizacion .items-ctas .wpb_wrapper p:last-child a {
  border: 1px solid #138a3f;
  background-color: #138a3f;
}
.section-cotizacion .text-bot-cot .wpb_wrapper {
  border: 1px solid #ffffff;
  border-radius: 15px;
  max-width: 680px;
  margin: 45px auto 0 auto;
  padding: 20px;
  position: relative;
}
.section-cotizacion .text-bot-cot .wpb_wrapper::before {
  content: "";
  background-image: url("https://landing.ithouse.com.mx/wp-content/uploads/2024/09/Grupo-5089.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 20%;
}
.section-cotizacion .text-bot-cot p {
  color: #ffffff;
  font-size: 30px;
  font-weight: "Open Sans", sans-serif;
  font-family: bold;
}
.section-cotizacion .footer-lp-it {
  border-top: 1px solid #ffffff;
  position: absolute;
  padding-top: 30px;
  bottom: 40px;
  width: 100%;
  max-width: 1200px;
}
.section-cotizacion .footer-lp-it .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-cotizacion .footer-lp-it .wpb_wrapper .wpb_text_column {
  width: 100%;
}
.section-cotizacion .footer-lp-it p {
  color: #ffffff;
  font-size: 14px;
}

.typ-landing {
  min-height: 100vh;
  background-size: cover;
}
.typ-landing .info .wpb_wrapper {
  text-align: center;
}
.typ-landing .info h2 {
  color: #ffffff;
  font-size: 50px;
}
.typ-landing .info h3 {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  display: inline;
}
.typ-landing .info h3::after, .typ-landing .info h3::before {
  content: "";
  background-color: #ffffff;
  height: 1px;
  position: absolute;
  width: 35px;
  top: 50%;
  display: block !important;
}
.typ-landing .info h3::after {
  right: -10%;
}
.typ-landing .info h3::before {
  left: -10%;
}
.typ-landing .info p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 30px;
  line-height: 26px;
}
.typ-landing .info p:has(a) {
  margin-top: 50px;
}
.typ-landing .info a {
  background-color: #ffffff;
  padding: 15px 40px;
  color: #04457d;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
}

@media (max-width: 580px) {
  .banner-landing-it::after, .porque-elegir-it::after {
    display: none !important;
  }
  .banner-landing-it {
    margin-bottom: 40px;
  }
  .porque-elegir-it:before {
    background-position-x: right;
  }
  .section-tratos .item-trato {
    margin-bottom: 20px !important;
    height: auto !important;
  }
  .section-nuestras-marcas h2::after, .section-nuestras-marcas h2::before {
    display: none !important;
  }
  .section-cotizacion .footer-lp-it {
    position: relative;
    bottom: 0;
  }
  .section-cotizacion .text-bot-cot .wpb_wrapper {
    padding: 1rem;
  }
  .section-cotizacion .info-left h2 {
    margin-bottom: 20px !important;
  }
  .section-cotizacion .text-bot-cot p {
    font-size: 18px;
    line-height: 22px;
  }
  .vc_section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .banner-landing-it .text-left .wpb_wrapper ul {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 780px) {
  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .section-cotizacion .items-ctas .wpb_wrapper {
    flex-direction: column;
    margin-top: 45px;
    gap: 45px;
  }
  .section-cotizacion .info-left {
    border: none;
  }
  .banner-landing-it .info-top p {
    font-size: 30px;
    line-height: 32px;
  }
  .section-tratos .item-trato {
    height: auto !important;
  }
  .section-tratos .item-trato .wpb_wrapper p:last-child {
    height: auto;
    opacity: 1;
    z-index: 1;
  }
  .section-tratos .item-trato .wpb_wrapper p strong {
    font-size: 16px;
  }
}/*# sourceMappingURL=ithouse.css.map */