.d-none{
	display: none !important;
}

.banner-section-slick{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.banner-section-slick .banner-slick{
	width: 100%;
	height: 100%;
}

.banner-section-slick .banner-slick .banner-slick-item{
	width: 100%;
	height: 100vh;
}





.content-resume {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 5rem;
  font-weight: 100;
  box-shadow: 0px 26px 36px -12px rgba(15, 23, 52, 0.4117647059);
  border-radius: 2rem;
}
@media (max-width: 800px) {
  .content-resume {
    display: flex;
    flex-direction: column;
  }
}
.content-resume .bg-content-resumen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 31%;
     object-position: 0 31%;
}
@media (max-width: 500px) {
  .content-resume .bg-content-resumen {
    -o-object-position: 35% 31%;
       object-position: 35% 31%;
  }
}

.title_main {
  font-size: 2.5rem;
  margin-top: 3rem;
  line-height: 1.1;
}
@media (max-width: 800px) {
  .title_main {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .title_main {
    font-size: 1.8rem;
  }
}

.title_category_product {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .title_category_product {
    font-size: 1.4rem;
  }
}

.content_category_product {
  display: flex;
  background-color: #fafafa;
  border-radius: 1rem;
  position: relative;
  padding: 5rem;
}
@media (max-width: 800px) {
  .content_category_product {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1400px) {
  .content_category_product {
    padding: 3rem 4rem;
  }
}
@media (max-width: 1400px) {
  .content_category_product {
    padding: 1.5rem;
  }
}
.content_category_product .paragraph {
  font-size: 1rem;
  color: var(--secondary);
}
@media (max-width: 1400px) {
  .content_category_product .paragraph {
    font-size: 0.9rem;
  }
}
.content_category_product .content_category_product_inf {
  display: flex;
  flex-direction: column;
  min-width: 28rem;
}
@media (max-width: 500px) {
  .content_category_product .content_category_product_inf {
    width: 100%;
    min-width: 100%;
  }
}
.content_category_product .content-separator {
  width: 100%;
  width: 100%;
  margin: 2rem 0;
}
@media (max-width: 1400px) {
  .content_category_product .content-separator {
    margin: 1.5rem 0;
  }
}
.content_category_product .content-separator .separator-h {
  position: absolute;
  width: 100%;
  left: 0;
}
.content_category_product .content-img {
  width: -webkit-fill-available;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 800px) {
  .content_category_product .content-img {
    margin-bottom: 1.5rem;
  }
}
.content_category_product .content-img img {
  width: -webkit-fill-available;
  transform: translateX(-6rem);
}
@media (max-width: 1400px) {
  .content_category_product .content-img img {
    width: 40rem;
    transform: translateX(-2rem);
  }
}
@media (max-width: 1000px) {
  .content_category_product .content-img img {
    width: 26rem;
    transform: translateX(-3rem);
  }
}
@media (max-width: 800px) {
  .content_category_product .content-img img {
    transform: translateX(0);
  }
}
.content_category_product .content-img-2 {
  width: 28rem;
  margin-right: 6rem;
}
@media (max-width: 800px) {
  .content_category_product .content-img-2 {
    margin: auto;
    margin-bottom: 3rem;
    width: 22rem;
  }
}
@media (max-width: 500px) {
  .content_category_product .content-img-2 {
    width: 70%;
    margin-left: 0;
    margin-bottom: 1.2rem;
  }
}
.content_category_product .content-img-2 img {
  transform: translateX(0rem);
  width: 100%;
}
.content_category_product .list_characteristic {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 500px) {
  .content_category_product .list_characteristic {
    gap: 0.7rem;
    margin-top: 0rem;
  }
}
.content_category_product .list_characteristic .item {
  font-size: 1rem;
  color: var(--primary);
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .content_category_product .list_characteristic .item {
    font-size: 0.9rem;
  }
}
.content_category_product .list_characteristic .item .icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
  margin-left: 1rem;
}
@media (max-width: 800px) {
  .content_category_product.content_category_product-v2 {
    flex-direction: column;
  }
}

.other_categories {
  display: flex;
  background-color: transparent;
  padding: 0;
  gap: 3rem;
}
@media (max-width: 1000px) {
  .other_categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (max-width: 800px) {
  .other_categories {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.other_categories .other_categorie {
  width: 33%;
  border-radius: 0.7rem;
  padding: 2rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .other_categories .other_categorie {
    width: 27rem;
  }
}
@media (max-width: 800px) {
  .other_categories .other_categorie {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 550px) {
  .other_categories .other_categorie {
    width: 100%;
  }
}

.resume {
  padding: 4rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  height: 30rem;
}
@media (max-width: 500px) {
  .resume {
    padding: 2rem;
    height: 25rem;
  }
}
.resume::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1;
}
.resume .content-detail {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  z-index: 2;
}
.resume .content-detail .paragraph {
  display: flex;
  margin: 3rem 0;
  margin-top: 2rem;
  font-size: 1.5rem;
  text-shadow: 0px 0px 7px black;
}
@media (max-width: 500px) {
  .resume .content-detail .paragraph {
    font-size: 1rem;
  }
}
.resume .paragraph,
.resume type,
.resume .title-resume {
  color: white;
}
.resume .title-resume {
  font-size: 2.8rem;
  font-weight: 100;
}
@media (max-width: 500px) {
  .resume .title-resume {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}
.resume.v1 {
  min-width: 55rem;
}
@media (max-width: 1400px) {
  .resume.v1 {
    min-width: 46rem;
  }
}
@media (max-width: 1200px) {
  .resume.v1 {
    min-width: 38rem;
  }
}
@media (max-width: 1000px) {
  .resume.v1 {
    min-width: 30rem;
  }
}
@media (max-width: 800px) {
  .resume.v1 {
    min-width: 100%;
  }
}
.resume.v1 .content-detail {
  width: 69%;
}
.resume.v1:hover .img-laminado {
  transform: translate(-10px, -10px);
}
.resume.v1:hover .img-panel-termico {
  transform: translate(-10px, 0px);
}
.resume.v2 {
  width: 100%;
}
.resume.v2:hover .img-cobertura {
  transform: translateX(-10px);
}
.resume ._link {
  display: flex;
  align-items: center;
  border-radius: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.3411764706);
  width: -moz-max-content;
  width: max-content;
  padding: 0.7rem 1.5rem;
  font-size: 1.3rem;
}
@media (max-width: 500px) {
  .resume ._link {
    font-size: 0.9rem;
  }
}
.resume ._link .mask {
  margin-left: 0.9rem;
  width: 1rem;
  height: 1rem;
  background-color: white;
}
.resume ._link .paragraph {
  font-family: "Poppins-Light";
}
.resume .img-laminado {
  position: absolute;
  width: 20rem;
  top: 5rem;
  right: -6rem;
  transition: 0.5s;
}
.resume .img-panel-termico {
  position: absolute;
  width: 25rem;
  top: -3rem;
  right: -10rem;
  transition: 0.5s;
}
.resume .img-cobertura {
  width: 20rem;
  top: -9rem;
  position: absolute;
  right: -7rem;
  transition: 0.5s;
}

.section-resume-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.section-resume-products .img1,
.section-resume-products .img2,
.section-resume-products .img3,
.section-resume-products .img4 {
  position: absolute;
}
.section-resume-products .img1 {
  width: 5rem;
  top: 4rem;
  right: 0;
  transform: translate(calc(2rem + 100%));
}
.section-resume-products .img2 {
  width: 5rem;
  bottom: 0;
  left: 0;
  transform: translate(calc(-2rem - 100%));
}

._question {
  padding: 4rem 0;
}
@media (max-width: 500px) {
  ._question {
    padding: 2rem 0;
  }
}
._question .text {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 500px) {
  ._question .text {
    font-size: 1.4rem;
  }
}
._question .paragraph {
  font-size: 1.5rem;
  font-family: "Poppins-Light";
  font-weight: 100;
}
@media (max-width: 500px) {
  ._question .paragraph {
    font-size: 1.1rem;
  }
}

.attrs {
  padding: 3rem 0;
  margin-bottom: 4rem;
  gap: 0 6rem;
  justify-content: center;
}
@media (max-width: 1400px) {
  .attrs {
    gap: 0 3rem;
  }
}
@media (max-width: 1000px) {
  .attrs {
    gap: 1.5rem 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .attrs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
    padding: 0 0;
  }
}
.attrs .attr {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .attrs .attr {
    width: calc(50% - 2rem);
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.attrs .attr .content-icon {
  width: 7rem;
  height: 7rem;
  padding: 0.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(5, 115, 173, 0.1215686275);
  box-shadow: 0px 2px 13px -7px rgba(5, 115, 173, 0.631372549);
  margin-right: 2rem;
}
.attrs .attr img {
  width: 100%;
}
.attrs .attr .text {
  font-size: 1.2rem;
  width: 8rem;
  display: flex;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .attrs .attr .text {
    font-size: 1rem;
    text-align: center;
  }
}
.attrs .icon {
  width: 6rem;
}

.slick-slider .content-img {
  width: 100% !important;
  height: 33rem;
}

.content_title_home {
  padding-top: 8rem;
  margin-bottom: 1rem;
}
.content_title_home .paragraph {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-header {
  height: 100vh;
  position: relative;
}
.section-header .header {
  

  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section-header .header h1 {
  font-size: 3rem;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
@media (max-width: 1400px) {
  .section-header .header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .section-header .header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .section-header .header h1 {
    font-size: 1.7rem;
    width: 24rem;
  }
}
.section-header .header .paragraph {
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .section-header .header .paragraph {
    width: 78vw;
  }
}
.section-header .banner-slick-item {
  height: 100%;
}
.section-header .banner-slick-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-header .banner-slick-item picture {
  height: 100%;
}
.section-header .banner-slick-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-header .header {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 9
}

.section-header .btns{
	margin-top: 1rem;
}


.contacto{
	margin-bottom: 5rem
}



.contacto .img_contacto {
  width: 100%;
  height: 33rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .contacto .img_contacto {
    height: 14rem;
  }
}
.contacto .separator_v {
  width: 1px;
  height: 100%;
  background-color: rgba(197, 197, 197, 0.4);
  margin: 0 1.5rem;
}
.contacto .container {
  display: flex;
}
@media (max-width: 1000px) {
  .contacto .container {
    flex-direction: column;
    align-items: center;
  }
}
.contacto .container .title_inf {
  font-family: "Poppins-Light";
  margin-bottom: 2rem;
  display: flex;
  font-size: 1.1rem;
  font-weight: 100;
}
.contacto .container .inf {
  padding: 4rem 5.5rem;
}
@media (max-width: 500px) {
  .contacto .container .inf {
    padding: 4rem 0;
    width: 100%;
  }
}
.contacto .container .inf .icon-inf {
  margin-right: 1.5rem;
  width: 1.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  position: relative;
  top: 4px;
}
.contacto .container .inf .mb-2 {
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .contacto .container .inf .mb-2 {
    margin-bottom: 1.2rem;
  }
}
.contacto .container .inf .row_item_inf {
  display: flex;
}
.contacto .container .inf ._item_inf {
  display: flex;
  flex-direction: row;
}
.contacto .container .inf ._item_inf .content_inf {
  display: flex;
  flex-direction: column;
}
.contacto .container .inf ._item_inf .title_item_inf {
  font-family: "Poppins-Light";
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.contacto .container .inf ._item_inf .text_item_inf {
  font-family: "Poppins-Light";
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.relative_inf {
  width: 42rem;
}
@media (max-width: 650px) {
  .relative_inf {
    width: 100%;
  }
}

.content_formulario {
  background-color: #1679ae;
  padding: 3rem;
  border-radius: 1.3rem;
  
  width: 100%;
  top: 0;
}
@media (max-width: 1000px) {
  .content_formulario {
    position: relative;
  }
}
@media (max-width: 500px) {
  .content_formulario {
    padding: 3rem 2rem;
  }
}
.content_formulario .title_form {
  font-size: 2.8rem;
  color: white;
  width: 26rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .content_formulario .title_form {
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .content_formulario .title_form {
    font-size: 1.4rem;
    display: inline;
  }
}
.content_formulario .paragraph {
  margin-bottom: 1rem;
  display: inline-block;
}
@media (max-width: 600px) {
  .content_formulario .paragraph {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
}
.content_formulario .mb-2 {
  margin-bottom: 1.5rem;
}
.content_formulario .form .mb-2:last-child {
  margin-bottom: 0;
}
.content_formulario .fields_row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 650px) {
  .content_formulario .fields_row {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.content_formulario .fields_row .row {
  width: 50%;
}
@media (max-width: 650px) {
  .content_formulario .fields_row .row {
    width: 100%;
  }
}
.content_formulario .content-input {
  display: flex;
  flex-direction: column;
}
.content_formulario .content-input .title_input {
  color: #f1f1f1;
  font-size: 1rem;
  margin-bottom: 0.1rem;
  font-family: "Poppins-Light";
  letter-spacing: 1px;
  font-weight: 100;
}
@media (max-width: 500px) {
  .content_formulario .content-input .title_input {
    font-size: 0.9rem;
  }
}
.content_formulario .content-input .input {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3960784314);
  padding: 0.5rem 0;
  color: white;
}
@media (max-width: 500px) {
  .content_formulario .content-input .input {
    font-size: 0.9rem;
  }
}
.content_formulario .content-input .input::-moz-placeholder {
  color: #ffffff;
}
.content_formulario .content-input .input::placeholder {
  color: #ffffff;
}
@media (max-width: 500px) {
  .content_formulario .content-input .input::-moz-placeholder {
    font-size: 0.9rem;
  }
  .content_formulario .content-input .input::placeholder {
    font-size: 0.9rem;
  }
}
.content_formulario .terms {
  display: flex;
  padding: 2.5rem 0;
  padding-top: 0.5rem;
  justify-content: center;
}
@media (max-width: 500px) {
  .content_formulario .terms {
    padding: 1.5rem 0;
    padding-top: 0rem;
  }
}
.content_formulario .terms .content_input_checked {
  display: flex;
  margin-right: 1rem;
}
.content_formulario .terms .content_input_checked .input_checked {
  display: none;
}
.content_formulario .terms .paragraph {
  color: white;
  margin: 0;
}
.content_formulario .terms .input-checked {
  width: 16px;
  height: 16px;
  border-color: rgb(187, 187, 187);
  border-width: 1.5px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}
.content_formulario .submit {
  background-color: #0573ad;
  background-color: #1b2234;
  border-radius: 50rem;
  width: 100%;
  height: 3.5rem;
  color: white;
}

.content_category_product-v3{
	display:block
}

@media (max-width: 500px) {
	.content_category_product-v3 .flex{
		flex-direction:column
	}
}


.content_category_product-v3 .content-img img{
	max-width: 40rem;
}

.content_category_product-v3 .paragraph{
	padding-top:30px
}
.content_category_product-v3 .list_characteristic{
	flex-direction:row;
	justify-content: space-around;
}


@media (max-width: 500px) {
	.content_category_product-v3 .list_characteristic{
		flex-direction:column
	}
}

.content_category_product-v3 .list_characteristic a.item{
	flex-direction:column
}

.content_category_product-v4{
	
}

.content_category_product-v4 .list_characteristic-img{
	margin-right: 20px
}

.content_category_product-v4 .content_category_product_inf{
	width: 20rem;
    min-width: 20rem;
    margin-right: 40px;
}

.content_category_product-v4 .content-img {
	width: 20rem;
	align-items: flex-start;
	margin-right: 30px;
}

.content_category_product-v4 .content_category_product_more{
	width: 35%
}

@media (max-width: 500px) {
.content_category_product-v4 .content_category_product_more{
	width: 100%
}
	}
.content_category_product-v4 .list_characteristic{
	flex-direction: row;
	flex-wrap: wrap;
}

.content_category_product-v4 .list_characteristic a.item{
	width: 48%
}

.content_category_product-v4 .list_characteristic a.item .icon{
	min-width: 12px;
	min-height: 12px;
	width: 12px;
	height: 12px;
}


.content-img.content-img-4{
	width: 100px !important;
	margin-bottom: 10px;
}


.content-img.content-img-4 img{
	transform: translateX(0);
	width: 100px;
    height: 100px;
    object-fit: cover;
}











/*# sourceMappingURL=contacto.css.map */

/*# sourceMappingURL=home.css.map */