html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body{
	height: 100%;
	width: 100%;
}

body {
	background-color: #37939b;
	background-image: url(../img/logo-fondo.svg);
	background-size: 150%;
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	overflow: auto;
	transition: all .5s;
}

body.redme{
	background-color: #bf4444;
}

body.home{
	min-height: 100%;
	overflow:auto;
}

main{
	height: 100%;
	overflow-x: hidden;
}

.not-small{
	display: none !important;
}

.full-width{
	width: 100%;
	position: relative;
}

.fixed-width{
	width: 90%;
    max-width: 980px;
	margin: 0 auto;
	position: relative;
}

section.head{
	position: fixed;
	padding-top: 30px;
	top: 0px;
	height: 100%;
	left: 0px;
	width: 100%;
}

section.head .columns{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
}

section.head .social-icons a{
	color: #ffffff;
	opacity: .8;
	text-decoration: none;
	transition: all .3s;
}

section.head .social-icons a:hover{
	opacity: 1;
}

.logo-head-int{
	opacity: 1;
	transition: all 1s;
}

.logo-head-int.hovered{
	opacity: 0;
}

.logo-comp{
	max-height: 70px;
	width: auto;
}

section.nav{
	position: fixed;
	top: 0;
	height: 100%;
	left: 0px;
	width: 100%;
	padding-top: 30px;
	background-color: #37939b;
	background-image: url(../img/logo-fondo.svg);
	background-size: 150%;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 300;
	transition: all .5s;
	pointer-events: none;
}

section.nav.active{
	opacity: 1;
	pointer-events: all;
}

.righter{
	float: right;
}

nav{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

nav .nav-links{
	list-style: none;
	padding: 0;
	max-width: calc(100% - 8.3% + 33px + 15px);
    margin-left: calc(8.3% + 33px + 30px);
    font-size: 1.5rem;
}

nav .nav-links .social-icons {
	font-size: 2rem;
	margin-bottom: 30px;
	margin-top: 15px;
}

nav .nav-links .social-icons a{
	color: #ffffff;
	opacity: .8;
	text-decoration: none;
}

nav .nav-links .social-icons a:hover{
	opacity: 1;
}

nav .nav-links li{
	margin-bottom: .5rem;
}

nav .nav-links li a{
	text-decoration: none;
	color: #22595e;
	padding: 5px;
	padding-bottom: 8px;
	transition: all .3s;
}

nav .nav-links li a.highlighted{
	color: #e8d6d4;
}

nav .nav-links li a:hover,
.nav-dropdown:hover a{
	color: #ffffff;
	background-color: #bf4444;
}

nav .nav-links .nav-sub-links{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.2rem !important;
}

section.nav-ui{
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 500;
	left: 15px;
}

section.nav-ui button,
.galoverlay button {
	position: absolute;
	width: 50px;
	height: 50px;
	border: solid 3px #225e64;
	background: #e8d6d4;
	border-radius: 50%;
	box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.50);
	transition: all .3s;
	outline: none;
	cursor: pointer;
	left: 0px;
	padding: 0px;
	transform: scale(1);
}

section.nav-ui button:active,
.galoverlay button:active,
section.nav-ui button.negative-style,
.galoverlay button.negative-style{
	background: #225e64;
	border: solid 3px #e8d6d4;
	
}

section.nav-ui button:active i,
.galoverlay button:active i,
section.nav-ui button.negative-style i,
.galoverlay button.negative-style i{
	color: #e8d6d4;
}

section.nav-ui button:hover,
.galoverlay button:hover{
	transform: scale(1.2);
}

section.nav-ui button:active,
.galoverlay button:active{
	transform: scale(.9);
}

section.nav-ui button i,
.galoverlay button i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #225e64;
	font-size: 24px;
}

button.ui-bars{
	top: 100px;
}

button.ui-whats{
	bottom: 40px;
}

button.ui-mobile{
	bottom: 100px;
}

.swiper-container.carrousel{
	margin-top: 100px;
	height: calc(100% - 120px);
	position: relative;
}

.swiper-slide .slide-content{
	display: grid;
	grid-template-columns: 25% auto;
	grid-template-rows: 100%;
	grid-gap: 15px;
	height: calc(100% - 30px);
	margin-top: 15px;
	position:relative;
	width: 100%;
    max-width: 980px;
}

.swiper-slide .slide-content .slide-info{
	grid-row: 1;
	grid-column: 2;
	align-self: end;
}

.swiper-slide .slide-content .slide-info{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: right;
	margin-right: 8.33%;
	
}

.swiper-slide .slide-content .slide-info h1 span{
	color: white;
	background-color: #bf4444;
	line-height: 1.4;
	font-size: 1.6rem;
}

.swiper-slide .slide-content .slide-info a{
	color: white;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 1.2rem;
	border-bottom: 2px solid;
	border-bottom-color: transparent;
	transition: all .5s;
}

.swiper-slide .slide-content .slide-info a:hover,
.swiper-slide .slide-content .slide-info a:active {
	border-bottom-color: #bf4444;
}

.swiper-slide .slide-content .slide-pic{
	align-self: center;
	justify-self:left;
	height: 80%;
	margin-left: -10vw;
}

.swiper-slide .slide-content .slide-pic img{
	width: auto;
	max-height: 100%;
}

body.int main{
	padding-top: 100px;
}

.int .int-fw, 
.int .fake-int-fw{
	padding-left: calc(16.66% + 15px);
}

.int h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #e8d6d4;
	background-color: #bf4444;
	line-height: 1.4;
	font-size: 1.6rem;
}

.int h1.int-sub span{
	background-color: transparent;
	font-size: 1.4rem;
}

.int h2 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #225e64;
	line-height: 1.4;
	font-size: 1.4rem;
}

.int-cols{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0px;
}

.int-pic{
	height: 200px;
	width: 100%;
	border: solid 2px #bf4444;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.int-pic.half-pic{
	height: 100px;
}

.int-cols.mosaic .int-pic{
	height: 100%;
	min-height: 200px;
}

.int p,
.int ul,
.int ol{
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.4;
}

.int p a,
.int li a{
	color: #bf4444;
	font-weight: 700;
}

.two-col{
	grid-column: 1
}

.int-txt{
	padding: 15px;
}

.int-txt,
.int-subtitle{
	text-align: center;
}

.int-txt h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	padding: 0;
	margin: 0px
}

.sub-section{
	margin-top: 60px;
}

.nosotros-tec{
	background-color: #bf4444;
	color: #e8d6d4;
}

.mosaic img{
	width: calc(100% + 30px);
	height: auto;
	margin-left: -15px;
	margin-bottom: -18px;
}

.tierra{
	background-image: url("../img/nosotros-4.jpg");
	background-repeat: repeat;
	background-position: center center;
	display: grid;
	grid-template-columns: 1fr;
}

.tierra .col-1 h3{
	color: #75a850;	
	text-align: center;
}

.tierra .col-2{
	align-self: end;
	text-align: center;
	margin: 0px;
}


.int-pic.nosotros-1{
	background-image: url("../img/nosotros-1.jpg");
}

.int-pic.nosotros-2{
	background-image: url("../img/nosotros-2.jpg");
}

.int-pic.circec-1{
	background-image: url("../img/economia_circ.jpg");
}

.recicle{
	max-width: 80px;
	height: auto;
	margin-top: 15px;
}

.cust-list{
	background-color: #e8d6d4;
}

.cust-list .cust-logos{
	padding-top:30px;
	padding-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.cust-list .cust-logos img{
	width: 80%;
	height: auto;
	align-self: center;
	display: block;
	margin-bottom: 30px;
}

.quality{
	background-image: url("../img/nosotros-6.jpg");
}

.quality-text{
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.quality-pic{
	max-height: 180px;
}

.fda_badge{
	max-width: 220px;
	height: auto;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.20);
	margin-left: 1rem;
}

.quality-text p{
	align-self: center;
}

.bolsa-template .top-row{
	background-color: #225e64;
}

.bolsa-template .bottom-row{
	background-color: #bf4444;
}

.bolsa-template .bottom-row h2 span{
	font-size: 1.2rem;
	color: #e8d6d4;
}

.int-subtitle{
	padding-left: 15px;
	padding-right: 15px;
}

.leave-gap{
	margin-top: 7px;
}

.roller{
	overflow-x: hidden;
	position: relative;
}

.roller-prod .roller-card{
	background-color: #bf4444;
}

.roller-card{
	width: 100%;
	display: grid;
	grid-template-rows: auto auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 30px;
	height: auto;
}

.roller-card h3 span,
.pouch h3 span,
.material .block-top h3 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .8rem;
	color: #ff8888;
	line-height: .8;
}

.pouch-br .roller-card h3 span,
.material .block-top h3 span{
	 color: #e8d6d4 !important;
}

.roller-card img{
	justify-self: center;
}


.bolsa-template-pic{
	position: relative;
	display: grid;
}

.bolsa-template-pic img{
	position: absolute;
	z-index: 120;
}

.bolsa-template-pic.just-small{
    height: 100px;
    background-color: #225e64;
    margin-top: 190px;
}

.bolsa-template-pic.just-small img{
	bottom: -20px;
    height: 320px;
    width: auto;
    justify-self: center;
}

.ideal{
	font-size: .8rem !important;
	color: #41bbc4 !important;
}

.int-spacer{
	display: block;
	height: 3rem;
}

button.c2a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.5;
	border: none;
	background-color: #e8d6d4;
	border-bottom: solid 6px #225e64;
	cursor: pointer;
	outline: none;
	margin-top: 30px;
	justify-self: right;
	max-height: 40px;
	align-self: end;
	margin-bottom: 30px;
}

button.c2a a{
	color: #225e64;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
}

button.c2a:hover{
	background-color: #bf4444;
	border-bottom: solid 6px #225e64;
	cursor: pointer;
}

button.c2a:hover a{
	color: #ffffff;
}

.extra-link{
	color: #e8d6d4;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-left: 0;
	margin-top: 7px;
	display: block;
}

.extra-link:hover{
	color: #225e64;
}

.roller-prod .nav-i{
	position: absolute;
	bottom: 10%;
	color: white;
	cursor: pointer;
	font-size: 2rem;
	z-index: 100;
}

.nav-i{
	display: none !important;
}

.roller-prod .nav-i.i-prev{
	left: 15px;
}

.roller-prod .nav-i.i-next{
	right: 15px;
}


.pouch h3 {
	text-align: center;
}

.pouch h3 span{
	font-size: .8rem;
}

.pouches-pic{
	max-width: 100%;
	height: auto;
}

.pouch-template{
	grid-column: 1;
}

.pouch-template .pouch{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	justify-content: center;
	align-content: center;
	background-color: #bf4444;
	grid-gap: 1px;
}

.pouch .pouch-desc p{
	text-align: center;
	padding: 15px;
}

.pouch .pouch-desc{
	border-top: solid 1px #37939b;
	border-bottom: solid 1px #37939b;
}

.bolsa-template .bottom-row.pouch-br{
	background-color: #225e64;
}

.roller-prod.pouch-br .roller-card{
	background-color: #225e64;
}

.bolsa-template .bottom-row.pouch-br h2 span{
	color: #41bbc4;
}

.int-pic.productos-1{
	background-image: url("../img/productos-1.jpg");
}

.int-pic.productos-3{
	background-image: url("../img/productos-bobina.jpg");
}

.vid-container{
	padding-top: 56.25%;
	position: relative;
}

.inline-video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.int-pic.servicios-1{
	background-image: url("../img/servicios-1.jpg");
}

.int-pic.servicios-2{
	background-image: url("../img/servicios-2.jpg");
}

.int-pic.servicios-3{
	background-image: url("../img/servicios-3.jpg");
}

.int-pic.servicios-4{
	background-image: url("../img/servicios-4.jpg");
}

.servicios-ideal{
	color: #e8d6d4;
    background-color: #bf4444;
    padding: 15px;
}

.material{
	display: grid;
	grid-template-rows: 1fr 120px;
}

.material .block-top,
.material .block-bottom{
	padding: 15px;
	text-align: center;
}

.material .block-top{
	display: grid;
	grid-template-rows: auto auto auto;
	background-color: #225e64;
	color: #e8d6d4;
	margin-bottom: 7px;
}

.material .block-top img{
	max-width: 100%;
	height: auto;
}

.material .block-bottom{
	display: grid;
	grid-template-rows: auto auto;
	background-color: #bf4444;
	color: #e8d6d4;
	margin-bottom: 1rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	grid-auto-rows: 1fr;
	overflow: auto;
}

.pouch-br .roller-card h3 span,
.material .block-top h3 span{
	 color: #e8d6d4 !important;
}

.mosaic-galery{
	display: grid;
	grid-template-columns: 1fr;
}

.mosaic-galery .galery-item{
	position: relative;
	width: 100%;
	padding-top: 80%;
	border: solid 1px #bf4444;
	cursor: pointer;
	overflow: hidden;
}

.mosaic-galery .galery-item img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	transform: scale(1);
	transition: all .3s;
	
}

.noshow{
	display: none;
}

.mosaic-galery .galery-item:hover img{
	transform: scale(1.1);
}

.gal-mosaic{
	pointer-events: all;
}

.redme .gal-mosaic{
	opacity: 0;
	pointer-events: none;
}

section.gal-detail{
    height: 100vh;
    position: fixed;
    top: 0px;
}

section.gal-detail{
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.redme .gal-detail{
	opacity: 1;
	pointer-events: all;
}

.gal-detail .gal-detail-content{
	display: grid;
	height: 100%;
	position: relative;
	grid-template-columns: 100%;
	align-content: center;
	padding-top: 1rem;
	justify-items: center;
}

.gal-big-pic{
	position: relative;
	top: 11%;
}

.gal-big-pic img{
	height: Calc(70vh);
    width: auto;
    border: solid 2px #225e64;
    
}


.swiper_cards_roller_gal .swiper-wrapper{
	width: 100%;
}

.contact-form button{
	margin-left: -15px;
}

.contact-form-element{
	display: block;
	background-color: rgba(38, 97, 103, 0.8);
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
	border: solid 1px #225e64;
	margin-bottom: 10px;
	width: Calc(100% + 15px);
	margin-left: -15px;
	height: 40px;
	padding: 15px;
	outline: none;
}

.contact-form-element:focus{
	border: solid 1px #bf4444;
}


textarea.contact-form-element{
	height: 200px;
}

.contact-form-element::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #479ba3;
	opacity: 1; /* Firefox */
}

.contact-form-element:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #479ba3;
}

.contact-form-element::-ms-input-placeholder { /* Microsoft Edge */
  	color: #479ba3;
}

.chafa{
	border-color: #bf4444;
}

.int-mapa{
	border: solid 1px #bf4444;
	height: 192px;
	width: 100%;
	margin-bottom: 1rem;
}

.int-dir{
	color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
}

.int-dir a{
	color: white;
	font-weight: 700;
	text-decoration: none;
}


.int-dir a:hover{
	color: #22595e;
}

.int-dir strong{
	font-size: 1.2rem;
	font-weight: 700;
}

.int-dir .bul{
	color: #22595e;
}

.tels, .actualtels{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 1rem;
	align-items : start;
}

.tels .telt{
	color: #22595e;
}

.ariba_badge{
	width: 145px !important;
	height: auto  !important;
	float: right;
}

footer{

}

.language_switcher{
	font-family:Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-left: .8rem;
}

.language_switcher:hover{
	color: #22595e !important;
}

.galoverlay{
	position: fixed;
	top: -120vh;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: pink;
	z-index: 300;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: center;
	background-color: #bf4444;
	background-image: url(../img/logo-fondo.svg);
	background-size: 150%;
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transition: all .5s;
	pointer-events: none;
}

.galoverlay.active{
	top: 0px;
	pointer-events: all;
}

.galoverlay .int-gal{

}

.galoverlay .swiper-container{
	width: 100%;
	height: 100vh;
	margin-top: -50px;
}

.galoverlay .swiper-wrapper .gal_slide,
.galoverlay .swiper_control_placer{
	width: 100%;
/* 	height: 100%; */
	position: relative;
}

.galoverlay .swiper_control_placer{
    position: absolute;
    left: 0px;
    top: 0px;
}

.galoverlay .swiper-wrapper .gal_slide img,
.galoverlay .swiper_control_placer .swiper_fake_slide{
	position: absolute;
	max-width: 90%;
	height: auto;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.galoverlay .swiper-wrapper .gal_slide img{
	border: solid 2px white !important;
}

.galoverlay .swiper_control_placer .swiper_fake_slide{
	z-index: 200;
    width: Calc(100vh/.83);
/*     height: 90vh; */
    top: 5%;
    transform: translateX(-50%) translateY(0);
}

.galoverlay .slide_control{
	width: auto;
	background: none;
	border: none;
	color: white;
	position: absolute;
	top: 50%;
	border-radius: none;
	outline: none;
	width: auto;
	height: auto;
	cursor: pointer;
	transition: all .5s;
	transform: scale(1);
	display: none;
}

.galoverlay .slide_control:hover{
	transform: scale(1.5);
}

.galoverlay .slide_prev {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid white; 
  left: 30px;
}

.galoverlay .slide_next {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-left:10px solid white; 
  right: 30px;
}

.galoverlay button{
	left: auto;
	right: 15px;
	z-index: 200;
	top: 100px;
}

@media (min-width: 768px){
	body,
	.galoverlay {
		background-position: center center;
	}
	
	body.int main {
    	padding-top: 0px;
	}
	
	.not-small{
		display: grid !important;
	}
	
	.just-small{
		display: none !important;
	}
	
	main{

	}
	
	section.head{
		position: relative;
		padding-top: 0;
		margin-top: 2rem;
		height: auto;
		left: auto;
		width: auto;
	}
	
	section.nav{
		position: relative;
		top: auto;
		height: auto;
		left: auto;
		width: auto;
		padding-top: 0;
		background-color: transparent;
		background-image: none;
		display: block;
		opacity: 1;
	}
	
	section.head .columns{
		grid-template-columns: 1fr 1fr;
		justify-content: left;
		grid-gap: 15px;
	}
	
	.logo-ext{
		max-width: 100%;
		display: inline-block;
	}
	
	.head-contact-info{
		justify-content: right;
	    display: grid;
	    grid-template-columns: auto auto;
	    align-content: end;
	}

	.head-contact-info .tel{
		font-family: 'Montserrat', sans-serif;
	    font-weight: 600;
	    align-self: end;
	}
	
	.head-contact-info .tel a{
		color: #22595e;
		text-decoration: none;
	}
	
	.head-contact-info .tel a:hover{
		color: #ffffff;
	}
	
	.head-contact-info .tel .highlight{
		font-size: .8rem;
		margin-right: 8px;
		color: #bf4444;
	}
	
	.head-contact-info .social-icons{
		margin-left: 15px;
		align-self: end;
	}
	
	.head-contact-info .social-icons i{
		font-size: 20px;
		color: #ffffff;
	}
	
	.head-contact-info .social-icons i:last-child{
		margin-left: 8px;
	}
	
	section.nav{
		pointer-events: all;
	}
	
	nav .nav-links{
		margin-top: 1rem;
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: solid 1px #22595e;
		align-items: baseline;
		margin-left: 0;
	}
	
	nav .nav-links li{
		font-size: 1rem;
	}
	
	.nav-dropdown{
		position: relative;
		padding-top: 5px;
		z-index: 100;
	}
	
	nav .nav-links .nav-sub-links{
		position: absolute;
	    top: 100%;
	    width: 100%;
	    background-color: #bf4444;
	    margin: 0px;
	    padding-top: 1rem;
	    padding-bottom: 8px;
	    opacity: 0;
		transition: all .3s;
		margin-top: -9px;
		z-index: 10;
		font-size: .6rem !important;
	}
	
	.nav-dropdown:hover{
		background-color: #bf4444;
	}
	
	.nav-dropdown:hover .nav-sub-links{
		opacity: 1;
		margin-top: 9px;
	}
	
	nav .nav-links .nav-sub-links li{
		margin-bottom: .5rem;
	}
	
	.nav-dropdown .nav-sub-links a{
		opacity: .5;
		transition: all .3s;
	}
	
	.nav-dropdown .nav-sub-links a:hover{
		opacity: 1;
	}
	
	.swiper-container.carrousel{
		margin: 0;
		height: calc(100% - 160px);
	}
	
	.swiper-slide .slide-content {
	    grid-template-columns: 100%;
	    height: calc(100% - 60px);
	    margin-top: 30px;
	}
	
	.swiper-slide .slide-content .slide-pic {
	    grid-column: 1;
	    grid-row: 1;
	}
	
	.swiper-slide .slide-content .slide-info{
		grid-column: 1;
		grid-row: 1;
		text-align: left;
		max-width: calc(50%);
		margin-left: calc(8.33% + 15px);
	}
	
	.swiper-slide .slide-content .slide-info h1 span{
		line-height: 1.4;
		font-size: 2.8rem;
	}
	
	.swiper-slide .slide-content .slide-info a{
			padding-bottom: 4px;
			font-size: 1.6rem;
			border-bottom: solid 3px;
	}
	
	.swiper-slide .slide-content .slide-pic{
		justify-self: right;
		height: 100%;
		margin-left: 0px;
	/* 		margin-right: -16.66%; */
	
	}

	
	footer{
		font-family: 'Montserrat', sans-serif;
	    font-weight: 600;
	    background-color: #e8d6d4;
	    padding-top: 60px;
	    padding-bottom: 60px;
	    margin-top: 60px;
	    color: #225e64;
	    font-size: .8rem;
	    border-top: solid 1px #225e64;
	}
	
	footer .flexo-logo{
		border-bottom: solid 2px #225e64;
		margin-bottom: 30px;
		width: 100%;
	}
	
	footer .flexo-logo img{
		max-width: 50%;
		margin-bottom: 15px;
	}
	
	footer .footer-cols{
		display: grid;
		grid-template-columns: 50% 50%;
		align-items: end;
	}
	
	footer a{
		color: #bf4444;
		text-decoration: none;
	}
	
	footer a:hover{
		text-decoration: underline;
	}
	
	footer .footer-cols .col-1{
		text-align: left;
		align-content: start;
	}
	
	footer .footer-cols .col-2{
		text-align: right;
		align-content: start;
	}
	
	.int{
		padding-top: 0;
	}
	
	.int .fake-int-fw{
		padding-left: 0px;
	}
	
	.int .int-fw{
		padding-left: 8.33%;
	}
	
	.int .int-fw h1{
		line-height: 1.4;
		font-size: 2.8rem;
	}
	
	.int-txt, .int-subtitle{
		text-align: left;
	}
	
	.int-txt h3{
		font-size: 1.5rem;
	}
	
	.int-cols{
		grid-template-columns: 1fr 1fr;
	}
	
	.int-cols.gapper{
		grid-gap: 1rem;
	}
	
	.int-cols .col-1 p{
		padding-right: 30px;
	}
	
	.int-cols .col-2 p{
/* 		padding-left: 30px; */
	}
	
	.int-pic{
		height: 350px;
		width: 100%;
	}
	
	.int-pic.half-pic{
	 height:  175px
	}
	
	.two-col{
		grid-column: 1/3;
	}
	
	.col-1,
	.col-2{
		display: grid;
		align-content: start;
	}
	
	.int-pic.nosotros-2{
		background-position: right center;
	}
	
	.pouches-pic{
		max-width: 400px;
		height: auto;
		margin-top: -60px;
		justify-self: end;
	}
	
	.tierra{
		grid-template-columns: 1fr 1fr;
		align-items: end !important;
	}
	
	.tierra .col-1 h3{
		text-align: left;
	}
	
	.tierra .col-2{
		text-align: right;
	}
	
	.recicle{
		max-width: 60px;
		margin: 0px !important;
		margin-top: 1rem !important;
	}
	
	.cust-list .cust-logos{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		justify-items: center;
	}
	
	.cust-list .cust-logos img{
		max-height: 100px;
		width: auto;
	}
	
	.bolsa-template-pic.not-small img{
	    bottom: -5px;
	    width: auto;
	    height: 440px;
	    right: 0;
	}
	
	.ideal{
		font-size: .8rem !important;
		color: #41bbc4 !important;
	}
	
	button.c2a{
		justify-self: left;
		margin-bottom: 0px;
	}
	
	.int-cols .col-2 button.c2a{
		justify-self: right;
	}
	
	.pouch{
		border-right: solid 1px #37939b;
	}
	
	.materiales-lista{
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 7px;
	}
	
	.mosaic-galery{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 7px;
	}
	
	.pouch-template{
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.galoverlay button{
		top: Calc(-50vh + 2rem);
	}
	
	.galoverlay .slide_control{
		display: block;	
	}
	
	.galoverlay .swiper-container{
		margin-top: 0px;
	}
	
	.galoverlay .swiper-wrapper .gal_slide,
	.galoverlay .swiper_control_placer {
   		height: 100%;
	}
	
	}

	.galoverlay .swiper_control_placer .swiper_fake_slide {
    	top: 50%;
	}

}

@media (min-width: 1024px){
	
	.slide-content{
		max-width: calc(100% - 30px) !important;
	}
	
	.swiper-slide .slide-content .slide-pic{
		margin-right: 8.33%;	
	}
	
	nav .nav-links{
		font-size: 1rem
	}
	
	nav .nav-links .nav-sub-links{
		font-size: .8rem !important;
	}
	
	.gal-big-pic{
		top: 11%;
	}
	
	.gal-big-pic img{
			
	}
	
/*
	.gal-detail .gal-detail-content{
		grid-template-columns: 66% 34%;
	}
*/

}

/*2024*/
.whatsapp-button {
        position: fixed;
        right: 30px;
        bottom: 50px;
        font-size: 24px;
        background-color: #25D366;
        color: white;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		z-index: 1000;
		text-decoration: none !important;
    }