.barra-social {
  position: fixed;
  left: 0 !important;
  top: 40%;
  z-index: 100;
}

.barra-social ul {
  list-style: none;
  padding: 0;
}

.barra-social ul li a {
  display: inline-block;
  color: #fff;
  background: black;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 21px;
  transition: 500ms ease;
}

.barra-social ul li .icon-facebook {
  background: #3b5998;
}

.barra-social ul li .icon-location {
  background: #d95232;
}

.barra-social ul li .icon-whatsapp {
  background: #25d366;
}

.barra-social ul li a:hover {
  padding: 10px 30px;
  background: black;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.m-c {
  margin: 0;
}

@font-face {
  font-family: "Montserrat Fira Extra Bold";
  src: url("../font-text/FiraSans-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat Fira Light";
  src: url("../font-text/FiraSans-Light.ttf");
}
@font-face {
  font-family: "KeepCalm Medium";
  src: url("../font-text/KeepCalm-Medium.ttf");
}
@font-face {
  font-family: "GOTHIC";
  src: url("../font-text/GOTHIC.TTF");
}
:root {
  --main-color: #CD4800;
  --main-color-dark: #1B3448;
  --main-color-dark-alt: #000;
  --main-color-letter: #8f8f8f;
}

.section-header-main {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 1.5px 6px 10px #c1c1c1;
  margin-bottom: 25px;
}

.child-section-header {
  max-width: 1200px;
  width: 90%;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}

.section-one-header {
  width: 25%;
}

.section-two-header {
  width: 55%;
  display: flex;
  align-items: center;
  font-family: "GOTHIC";
  font-size: 17px;
  justify-content: center;
  color: var(--main-color-dark);
}

.section-four-header {
  width: 20%;
  display: flex;
  align-items: center;
  font-family: "GOTHIC";
  font-size: 17px;
  justify-content: flex-end;
  color: var(--main-color-dark);
}

.image-header {
  width: 60%;
}

.icon-header-color {
  color: var(--main-color);
  font-size: 25px;
}

@media screen and (max-width: 520px) {
  .section-header-main {
    margin-bottom: 20px;
  }

  .child-section-header {
    width: 90%;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-one-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-header {
    width: 55.5%;
    height: auto !important;
    margin-bottom: 5px;
    margin-top: 8px;
  }

  .icon-header-color {
    font-size: 20px;
  }

  .section-two-header {
    width: 100%;
    font-size: 14px;
    margin-top: 2px;
  }

  .section-four-header {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    justify-content: center;
    margin-bottom: 7px;
  }
}
.section-banner-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-banner {
  max-width: 1300px;
  width: 90%;
  margin-top: 33px;
  margin-bottom: 10px;
}

.title-main-banner {
  text-align: center;
  font-family: "KeepCalm Medium";
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 15px;
}

.division-banner-main {
  width: 100%;
  display: flex;
}

.one-division-banner {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-division-banner {
  width: 51%;
}

.three-division-banner {
  width: 24%;
  background: var(--main-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 5px;
}

.sub-title-main-banner {
  font-weight: bold;
  font-family: "KeepCalm Medium";
  font-size: 15px;
  margin-bottom: 15px;
}

.text-single-banner {
  font-size: 15px;
  color: var(--main-color-letter);
  font-family: "GOTHIC";
  line-height: 24px;
  margin-bottom: 30px;
  padding-right: 25px;
}

.container-text-icon-banner {
  display: flex;
  margin-bottom: 4px;
  padding-right: 25px;
}

.color-icon-check-banner {
  color: var(--main-color);
  font-size: 20px;
}

.text-icon-banner {
  font-size: 15px;
  color: var(--main-color-letter);
  font-family: "GOTHIC";
  line-height: 24px;
}

.title-form-banner {
  text-align: center;
  color: white;
  font-family: "KeepCalm Medium";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-banner-contact-0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-form-single-contact-0 {
  width: 90%;
  font-family: "GOTHIC";
  font-size: 15px;
  color: var(--main-color-letter);
  padding: 7px;
  margin-bottom: 15px;
  border: none;
}

.box-form-button-0 {
  width: 90%;
  font-family: "GOTHIC";
  font-size: 17px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--main-color);
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 520px) {
  .child-section-banner {
    margin-top: 28px;
  }

  .division-banner-main {
    flex-wrap: wrap;
  }

  .two-division-banner {
    order: 1;
    width: 100%;
    height: auto;
  }

  .one-division-banner {
    width: 100%;
    order: 2;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .three-division-banner {
    width: 100%;
    order: 3;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .title-main-banner {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .sub-title-main-banner {
    font-weight: bold;
    font-family: "KeepCalm Medium";
    font-size: 14px;
    margin-bottom: 15px;
  }

  .text-single-banner {
    font-size: 13px;
    color: var(--main-color-letter);
    font-family: "GOTHIC";
    line-height: 24px;
    margin-bottom: 30px;
  }

  .text-icon-banner {
    font-size: 14px;
    color: var(--main-color-letter);
    font-family: "GOTHIC";
    line-height: 24px;
  }

  .container-text-icon-banner {
    margin-bottom: 6px;
  }

  .box-form-button-0 {
    margin-bottom: 30px;
  }

  .title-form-banner {
    margin-top: 20px;
  }

  .box-form-single-contact-0 {
    font-size: 14px;
  }
}
.section-modelos-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-modelos {
  max-width: 1300px;
  width: 90%;
  margin-top: 95px;
  margin-bottom: 55px;
}

.container-models-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.model-product-single {
  width: 25%;
  padding: 10px;
  margin-bottom: 30px;
}

.text-box-product-single {
  font-family: "GOTHIC";
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 20px;
}

.img-all-web {
  width: 100%;
  transition: 0.5s ease;
  cursor: pointer;
}

.img-all-web:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 520px) {
  .child-section-modelos {
    margin-top: 38px;
    margin-bottom: 15px;
  }

  .model-product-single {
    width: 100%;
  }

  .text-box-product-single {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 19px;
  }
}
.section-image-big-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-image-big {
  max-width: 1500px;
  width: 100%;
}

.image-big-only {
  width: 100%;
  height: auto;
}

.section-hogar-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-hogar {
  max-width: 1300px;
  width: 90%;
  margin-top: 55px;
  margin-bottom: 70px;
  display: flex;
}

.division-hogar-one {
  width: 25%;
  padding: 5px;
  padding-right: 35px;
  padding-left: 20px;
}

.division-hogar-two {
  width: 25%;
  padding: 7px;
}

.title-main-hogar {
  font-family: "KeepCalm Medium";
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 15px;
  padding-right: 40px;
}

.text-box-product-single-hogar {
  font-family: "GOTHIC";
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 5px;
  color: var(--main-color);
  font-size: 19px;
}

.text-single-hogar {
  font-size: 15px;
  color: var(--main-color-letter);
  font-family: "GOTHIC";
  line-height: 24px;
  margin-bottom: 30px;
  padding-right: 25px;
}

@media screen and (max-width: 520px) {
  .child-section-hogar {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .division-hogar-one {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .title-main-hogar {
    font-size: 25px;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .division-hogar-two {
    width: 100%;
  }

  .text-single-hogar {
    font-size: 13px;
    color: var(--main-color-letter);
    font-family: "GOTHIC";
    line-height: 24px;
    margin-bottom: 12px;
  }

  .text-box-product-single-hogar {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 17px;
    text-align: center;
  }
}
.section-ideas-main {
  width: 100%;
  display: flex;
  justify-content: center;
  background: white;
}

.child-section-ideas {
  max-width: 1300px;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.title-main-ideas {
  font-family: "KeepCalm Medium";
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 15px;
  padding-right: 40px;
}

.text-cocina {
  color: var(--main-color);
}

.box-image-section-ideas {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.box-single-image {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 8px;
  padding-left: 8px;
}

.image-box-ideas {
  width: 100%;
  margin-bottom: 17px;
}

.text-image-box-ideas {
  text-align: center;
  font-family: "GOTHIC";
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color);
}

@media screen and (max-width: 520px) {
  .section-ideas-main {
    background: white;
  }

  .child-section-ideas {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .title-main-ideas {
    font-size: 25px;
    margin-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }

  .box-image-section-ideas {
    flex-wrap: wrap;
  }

  .box-single-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-image-box-ideas {
    text-align: center;
    font-size: 17px;
  }
}
.section-contact-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.child-section-contact {
  max-width: 1300px;
  width: 90%;
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
}

.one-section-contact {
  width: 50%;
  padding-right: 80px;
}

.two-section-contact {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-one-contact {
  color: var(--main-color-dark-alt);
  font-weight: normal;
  font-family: "KeepCalm Medium";
  font-size: 35px;
  margin-bottom: 35px;
  padding-left: 80px;
  text-align: center;
}

.container-items-section-contact {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 10px;
  margin-bottom: 30px;
}

.contact-icons-single {
  color: var(--main-color);
  font-size: 26px;
  padding-right: 10px;
}

.text-single-contact {
  font-family: "GOTHIC";
  font-weight: bold;
  font-size: 18px;
}

.text-colo-letter-c {
  font-family: "GOTHIC";
  font-weight: normal;
  font-size: 16px;
  color: var(--main-color-letter);
}

.title-form {
  margin: 0;
  font-size: 14.5px;
  padding-bottom: 15px;
  font-family: "Montserrat KeepCalm";
  color: var(--main-color-white);
}

.form-banner-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}

.box-form-single-contact {
  padding: 9px 80px 9px 10px;
  font-size: 14px;
  margin-bottom: 17px;
  background-color: transparent;
  border: 2px solid var(--main-color-dark);
  font-family: "GOTHIC";
}

.text-two-contact {
  color: var(--main-color-dark-alt);
  font-weight: normal;
  font-family: "KeepCalm Medium";
  font-size: 35px;
  margin-bottom: 35px;
}

.text-input-contact {
  font-family: "GOTHIC";
  font-size: 15px;
}

.box-form-button {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: white;
  cursor: pointer;
  font-family: "GOTHIC";
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 520px) {
  .child-section-contact {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .one-section-contact {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .two-section-contact {
    width: 100%;
  }

  .text-one-contact {
    font-size: 22px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .form-banner-contact {
    width: 90%;
  }

  .text-two-contact {
    font-size: 22px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.section-footer-main {
  background: var(--main-color-dark);
  display: flex;
  justify-content: center;
}

.text-footer {
  max-width: 1200px;
  font-family: "GOTHIC";
  font-size: 13px;
  text-align: center;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (max-width: 520px) {
  .text-footer {
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.modal {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}

.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.modal__img {
  width: 31%;
}

.modal__boton {
  position: absolute;
  top: 10px;
  color: white;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: 1px solid white;
  font-size: 2em;
  text-align: center;
  border-radius: 50%;
  font-family: "Montserrat Fira Extra Bold";
}

.modal--open {
  display: block;
}

@media screen and (max-width: 520px) {
  .modal__img {
    width: 60%;
  }
}
.btns-mobile {
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
}

.btn-call,
.btn-cotizar {
  color: var(--main-color);
  padding: 1.2rem 0;
  font-size: 1.2rem;
  font-family: "GOTHIC";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: var(--main-color);
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: white;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  top: 50%;
  right: 5px;
  width: 65px;
  height: 65px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.4rem;
  color: white;
}

.btn-whatsapp-mobile i {
  line-height: 0;
}

@media screen and (max-width: 980px) {
  body {
    margin-bottom: 60px;
  }

  .btns-mobile,
.btn-whatsapp-mobile {
    display: flex;
  }
}