/* FONTS */

@font-face {
    font-family: 'Gopher';
    src: url('fonts/Gopher-Bold.woff2') format('woff2'),
        url('fonts/Gopher-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gopher';
    src: url('fonts/Gopher-Regular.woff2') format('woff2'),
        url('fonts/Gopher-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Velodroma Basic Wide';
    src: url('fonts/VelodromaBasic-Wide.woff2') format('woff2'),
        url('fonts/VelodromaBasic-Wide.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Velodroma Basic SuperWide';
    src: url('fonts/VelodromaBasic-SuperWide.woff2') format('woff2'),
        url('fonts/VelodromaBasic-SuperWide.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* GENERAL STYLING */

/*
::-moz-selection {
  background: #e1251b;
  color: #efe59f;
  text-shadow: none;
}

::selection {
  background: #e1251b;
  color: #efe59f;
  text-shadow: none;
}*/



body {
	font-family: 'Gopher',sans-serif;
	color: #4D4D4D;
	line-height:1.4;
	font-size: 17px;
	margin:0;
	/*-webkit-font-smoothing: antialiased;*/
}


a {
	color: #4D4D4D;
	outline:none;
}

img {
	max-width:100%;
	height:auto;
}

p {
	margin: 0 0 20px;
}
.container {
    max-width: 1300px;
}

.relative {
	position:relative;
}
small{
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
}
.py-content{
	padding: 30px 0px;
}

iframe {
	max-width:100%;
}

.unstyled-list {
	padding:0;
	margin:0;
}

.unstyled-list > li {
	padding:0;
	margin:0;
	list-style:none;
}

.small-font, .font-small {
	font-size:12px;
}

.text-underline{
	text-decoration: underline;
}
.rounded {
	border-radius:4px;
}

.box-shadow {
	box-shadow:3px 4px 18px -14px #666;
}

.small-gutters{
	margin-left: -5px;
	margin-right: -5px;	
}
.small-gutters>[class*=col-]{
	padding-right: 5px;
	padding-left: 5px;
}

.w-100{
	width: 100% !important;
}
.h-100{
	height: 100% !important;
}
.height-100vh{
	height: 100vh;
}
.min-height-100vh{
	min-height: 100vh;
}
.min-height-section{
	height: 100vh;
}

section {
	position: relative;
}


.padding-vertical-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.thumb-container {
	display:block;
	text-decoration:none;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.thumb-container.absolute {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}

/* COLORS */

.white,.white a,a.white {
	color:#fff;
}

.white-content {
	background-color:#fff;
}

.black,.black a,a.black {
	color: #000000 !important;
}
.black-content{
	background-color: #000000;
}

.lightgray, a.lightgray{
	color: #eeeeee;
}
.lightgray-content{
	background-color: #eeeeee;
}

.green, a.green, .green a{
	color: #3AD531;
}
.green-content{
	background-color: #3AD531;
	color: #ffffff;
}
.green-content a{
	color: #ffffff;
}
.darkgray, a.darkgray, .darkgray a{
	color: #4D4D4D;
}

.darkgray-content,.dark-content{
	background-color: #4D4D4D;
	color: #ffffff;
}

.lightgreen, a.lightgreen, .lightgreen a{
	color: #7bb7a8;
}
.lightgreen-content{
	background-color: #7bb7a8;
}
.orange, a.orange, .orange a{
	color: #c7831f;
}
.orange-content{
	background-color: #c7831f;
}

.pink{
	color: #ec0ea8;
}
.blue{
	color: #0cb3ec;
}

/* HEADINGS & FONTS CLASSES */

.h1,.h2,.h3,h1,h2,h3 {
	clear:
	both;
	line-height:1.1;
	font-weight:700;
}

.h4,.h5,.h6,h4,h5,h6 {
	clear:both;
	line-height:1.3;
	font-weight:500;
	margin:0 0 1rem;
}

.h1,.h2,.h3,.h4,.h5,.h6 {margin: 0 0 10px;}

h1,.h1 {
	font-size: 40px;
}

h2,.h2 {
	font-size: 30px;
	letter-spacing: 1px;
}

h3,.h3 {
	font-size: 22px;
}

h4,.h4 {
	font-size: 18px;
}

h5,.h5 {
	font-size: 15px;
}

h6,.h6 {
}

.section-title{
	letter-spacing: 10px;
	font-size: 20px;
}

.velodroma,.velodroma-font{
	font-family: 'Velodroma Basic SuperWide', sans-serif;
}

.section-title {}

.light {
	font-weight:300;
}

.regular {
	font-weight:400;
}

.medium {
	font-weight:500;
}

strong,.bold, .font-bold ,text-bold {
	font-weight:700;
}

.text-italic,.text-cursive{
	font-style: italic;
}

.thecontent{
}



/* buttons */

button,.button,input[type="submit"],
a.button {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	outline:none;
	border:none;
	line-height:1;
	text-decoration:none;
	padding:9px 26px;
	margin:0;
	text-align:center;
	transition:all .3s ease;
	border-radius:0;
	display:inline-block;
	border-radius:3px;
	font-size:14px;
	white-space:nowrap;
	background-color:#1f9b1f;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}

.button.large-button {
	font-size:19px;
	padding:15px 20px;
	margin:30px auto;
}

.button.small-button {
	font-size:13px;
	padding:8px 28px;
}

.button:hover {
	opacity:.8;
}

.button.effect-button{
	position: relative;
	overflow: hidden;
}
.button.effect-button:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(0,1,1);
	transform-origin: left;
}
.button.effect-button:hover{
	-webkit-transform: scale3d(1,1,1);
	color: var(--alttextcolor) !important;
	opacity: 1;
}
.button.effect-button > span{
	position: relative;
}
.button.effect-button:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	transition: all .4s;
	-webkit-transform: scale3d(0,1,1);
	transform-origin: left;
	background-color: var(--altcolor) !important;
	color: var(--alttextcolor) !important;
}
.button.effect-button:hover:before{
	-webkit-transform: scale3d(1,1,1);
	color: var(--alttextcolor) !important;
}


/* animated element */

.animated-element {
	opacity:0;
	display:block;
}

.animated-element.visible {
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-animation:moveUp 1.4s ease forwards;
	-moz-animation:moveUp 1.4s ease forwards;
	-ms-animation:moveUp 1.4s ease forwards;
	animation:moveUp 1.4s ease forwards;
}

@-webkit-keyframes moveUp {
	0% {
	}
	
	100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
		opacity:1;
	}
}

@-moz-keyframes moveUp {
	0% {
	}
	
	100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
		opacity:1;
	}
}

@-ms-keyframes moveUp {
	0% {
	}
	
	100% {
		-ms-transform:translateY(0);
		opacity:1;
	}
}

@keyframes moveUp {
	0% {
	}
	
	100% {
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		transform:translateY(0);
		opacity:1;
	}
}

.animated-element.delay1{
	animation-delay: .5s;
}


/* HEADER */


#head{
	text-align: center;
	padding: 10px 0px;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	transition: all .4s;
}

#head .logo{
    display: block;
    width: 170px;
    margin: 0 auto 15px;
    transition: all .4s;
}

#head .logo img{
    display: block;
    width: 100%;
}

#head .menu{
    padding: 0;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    margin: 15px 0px;
}


body.scrolling #head {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px -7px;
}
body.scrolling #head .logo{
	width: 90px;
	margin: 0 auto 5px;
}
body.scrolling #head .menu{
    padding: 0;
    margin: 0px 0px;
}
#head .menu li{
    list-style: none;
}
#head .menu li a{
    text-decoration: none;
    padding: 4px 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .3s;
}
#head .menu li:hover a{
	
	background-color: #3AD531;
	color: #ffffff;
}



footer{
}

footer a{
	text-decoration: none;
}


#main{
	padding-top: 150px;
}

/* hero section*/

.page-template-page-home #main{
	padding-top: 0;
}

#hero-section{
	background-image: url(img/recursos-ckleen/bg_hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 46%;
	padding: 150px 0px 20px;
	border-bottom: 7px solid #3ad530;
}
#hero-section .content{
	background: url(img/recursos-ckleen/logo_cementos.png) no-repeat center bottom;
	background-size: 190px;
	padding-bottom: 130px;
	margin-bottom: 40px;
	font-size: 23px;
}

/* CONSTRUYE EN VERDE */

#construye-en-verde{
    background: #fff url(img/recursos-ckleen/bg2.jpg) no-repeat center bottom;
    background-size: auto 200px;
    background-position: 9% bottom;
    padding-bottom: 200px;
}
#construye-en-verde .content{}
#construye-en-verde .content img{
    width: 200px;
    margin: 0 0 20px;
}
#construye-en-verde .content p{}



.main-slider{}
.main-slider .item{
    position: relative;
}
.main-slider .content{background: img/logo.svg) no-repeat left top;padding-top: 70px;background-size: 150px;font-size: 19px;line-height: 1.2;}
.main-slider .thumb {
	width: 100%;
}

.main-slider .owl-nav{
    display: flex;
}
.main-slider .owl-nav > *{
	font-size: 0px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 10px 5px;
	background-color: #c7831f;
	transition: all .3s;
}
.main-slider .owl-nav > *:hover{
	background-color: #335855;
}
.main-slider .owl-nav .owl-prev{
	/*background-image: img/arrow_left_green.svg);*/
	-webkit-mask: img/arrow_left_green.svg) no-repeat center;
	mask: url(limg/arrow_left_green.svg) no-repeat center;
}
.main-slider .owl-nav .owl-next{
	/* background-image: img/arrow_right_green.svg); */
	-webkit-mask: img/arrow_right_green.svg) no-repeat center;
	mask: url(limg/arrow_right_green.svg) no-repeat center;
}

.main-slider .owl-nav .disabled{
	opacity: 0.2;
}

/* product links */

#product-links{}
#product-links .product-link {
    display: block;
    padding: 20px;
    position: relative;
}
#product-links .product-link:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    right: 100%;
    background-color: #ededed;
}
#product-links .product-link.yellow-content{
	border-radius: 0 30px 30px 0px;
}
#product-links .product-link.yellow-content:before {
    background-color: #ebe357;
}
#product-links .product-link.lightgreen-content{
	border-radius: 30px 0px 0px 30px;
}
#product-links .product-link.lightgreen-content:before {
    left: 100%;
    background-color: #7bb7a8;
}
#product-links .product-link img {
    width: 81px;
}


/* product-section */


.product-section{
	padding-top: 90px;
	background-repeat: no-repeat;
	background-position: 15px 30px;
	background-size: 170px;
}


.product-section .presentation{
	position: relative;
	padding: 30px 20px;
}
.product-section .presentation:before{
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: calc(100% + 30px);
	height: 70%;
	background-color: #ebe357;
	border-radius: 0 100px 100px 0px;
}

.product-section .presentation > *{
	position: relative;
}

.product-section .label{display: inline-block;padding: 5px 18px;border-radius: 20px;font-weight: bold;font-size: 16px;margin: 10px 0px;}

.product-section .features{
    padding: 10px 0px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin: 0 0 30px;
}
.product-section .bordered-list{
    margin: 20px 0px;
}
.product-section .bordered-list > li{
    padding: 8px 0px;
    border-top: 2px solid;
    font-size: 13px;
    font-weight: 600;
}

.product-section .bordered-list > li:last-child,
.product-section .bordered-list > li:nth-last-child(1){
	border-bottom: 2px solid;
}


/* zitios */

#product-section-zitios{
	background-image: img/logo_zitios2.svg);
}
#product-section-zitios .presentation:before{
	background-color: #ebe357;
}
#product-section-zitios .features,
#product-section-zitios .bordered-list > li{
	border-color: #ebe357;
}

/* zedio */

#product-section-zedio{
	background-image: img/logo_zedio2.svg);
	/* background-position: right 15px; */
}
#product-section-zedio .presentation:before{
	background-color: #7bb7a8;
	/* border-radius: 100px 0 0 100px; */
}
#product-section-zedio .features,
#product-section-zedio .bordered-list > li{
	border-color: #7bb7a8;
}


.box-info{
	position: relative;
	text-align: center;
}
.box-info:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 30%;
}
.box-info img{
	position: relative;
	width: 100%;
	max-width: 320px;
}

#productos-section{}
#productos-section .content-1{
    position: relative;
    padding-right: 32%;
    max-width: 900px;
    margin: auto;
}
#productos-section .content-1 .bodegon{
    position: relative;
    z-index: 1;
}
#productos-section .content-1 .logo-claim{
    position: absolute;
    right: 0;
    top: 40%;
    width: 42%;
}

.product-list{
	padding: 0;
	margin: 20px 0px;
}
.product-list > li{
	list-style: none;
	font-weight: bold;
	position: relative;
	margin: 0 15px;
	line-height: 1;
}
.product-list > li:not(:last-child):after{
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #4d4d4d;
}
.product-list > li > a{
    display: block;
    line-height: 1;
    font-size: 13px;
    text-decoration: none;
}
.product-list > li ul.submenu{
    padding: 0;
    position: absolute;
    top: 100%;
    left: -7px;
    background-color: #ededed;
    padding: 10px 5px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    text-align: left;
    z-index: 1;
}
.product-list li:hover ul.submenu{
    opacity: 1;
    visibility: visible;
}
.product-list li ul.submenu li{
    list-style: none;
}
.product-list li ul.submenu li a{
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    transition: all .3s;
    font-size: 14px;
}
.product-list li ul.submenu li:hover a{
    color: #37ee58;
}

.economia-circular{
	margin: 0 0 30px
}

#sostenibilidad-section{
}
#sostenibilidad-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 197px;
	width: 100%;
	height: 300px;
	background: url(img/recursos-ckleen/bg_sostenibilidad.jpg);
	background-size:  200px;
	background-size: 100% 100%;
}
#sostenibilidad-section .content{
    padding: 30px 30px 80px;
    position: relative;
    margin: 0 0 60px;
    font-weight: bold;
    line-height: 1.4;
}
#sostenibilidad-section .cilindros{
    max-width: 260px;
    margin: 0 auto 20px;
    position: absolute;
    bottom: -190px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
#sostenibilidad-section .dark-content{
    padding: 150px 20px 100px;
    position: relative;
    margin: 0 0 130px;
    font-weight: bold;
}
#sostenibilidad-section .hoja{
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 310px;
    transform: translateX(-50%);
}
#sostenibilidad-section .bodegon{
	background-image: url(img/recursos-ckleen/bg3.jpg);
	margin-top: 50px;
}
#sostenibilidad-section .bodegon img{
    width: 900px;
    margin: auto;
    display: block;
}

#propiedades-section{}
#propiedades-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 197px;
	width: 100%;
	height: 140px;
	background: url(img/recursos-ckleen/cesped.jpg);
	background-size: 200px;
	background-size: 100% 100%;
}
#propiedades-section .propiedades-carousel{
    padding: 50px 50px 90px;
    background-image: url(img/recursos-ckleen/bg_carousel.jpg);
    margin: 0 0 20px;
    font-weight: bold;
}
#propiedades-section .propiedades-carousel .item{}


.owl-dots{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	justify-content: center;
	padding: 10px 10px 20px;
}
.owl-dots > *{
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-color: #4d4d4d;
	
}

.owl-dots > *{
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background-color: #4d4d4d;
	border-radius: 50%;
	opacity: .4;
}
.owl-dots > *.active{
	opacity: 1;
}


.featured-icons{
	padding: 0;
	justify-content: center;
}
.featured-icons li{
	list-style: none;
	width: 50%;
	padding: 0 10px;
}
.featured-icons li img{width: 100px;}
.featured-icons li p{
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	top: -11px;
	margin: 0;
	line-height: 1.1;
}

.slider-container{
    position: relative;
    padding: 30px 0px;
}
.slider-container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 100px);
	background-image: linear-gradient(#85ca0e, #3d8f09);
	background-size: 200px;
	background-size: 100% 100%;
}
.propiedades-slider{}
.propiedades-slider .item{}
.propiedades-slider .item .slide-img{
    border-radius: 50%;
    width: 210px;
    margin: 0 auto 20px;
    display: block;
}
.propiedades-slider .item .title{
    font-style: italic;
    font-weight: bold;
    margin-bottom: 30px;
}
.propiedades-slider .item .dark-content{
    padding: 20px 20px 90px;
    min-height: 272px;
}


.propiedades-slider .owl-nav{
    display: flex;
    position: absolute;
    right: 0;
    width: 100%;
    justify-content: center;
    bottom: 20px;
}
.propiedades-slider .owl-nav > *{
	font-size: 0px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 10px 18px;
	background-color: #ffffff;
	transition: all .3s;
}
.propiedades-slider .owl-nav > *:hover{
	background-color: #3ad530;
}
.propiedades-slider .owl-nav .owl-prev{
	/*background-image: url(img/arrow_left_green.svg);*/
	-webkit-mask: url(img/arrow_left_green.svg) no-repeat center;
	mask: url(limg/arrow_left_green.svg) no-repeat center;
}
.propiedades-slider .owl-nav .owl-next{
	/* background-image: url(img/arrow_right_green.svg); */
	-webkit-mask: url(img/arrow_right_green.svg) no-repeat center;
	mask: url(limg/arrow_right_green.svg) no-repeat center;
}

.propiedades-slider .owl-nav .disabled{
	opacity: 0.2;
}

#footer{}
#footer{
	padding: 40px 0px 30px;
	font-size: 14px;
	position: relative;
}
#footer p{
	margin: 0 0 10px;
}

#footer .scroller{
    transition: all .4s;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #ffffff;
    color: #3ad530;
    font-size: 30px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0px 0px 6px -2px #686c6e;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}
.scrolling #footer .scroller{
	visibility: visible;
    opacity: 1;
}
#footer .scroller:hover{
    background-color: #686c6e;
    transform: translate3d(0,-5px,0);
}


#contacto-section{
	position: relative;
	margin-top: 60px;
	padding-bottom: 79px;
}
#contacto-section:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	background-image: url(img/recursos-ckleen/bg_form.jpg);
	background-position: center bottom;
	background-size: 100%;
}

.form-content .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper.gravity-theme textarea{
	min-height: 41px !important;
	border: none;
	background-color: #eff0f4;
	border-radius: 6px;
	font-size: 14px;
}
.form-content .gform_wrapper.gravity-theme .gfield textarea.large{
	height: 80px;
}

.form-content .gform_title{
	color: #3ad530;
	margin: 0 0 20px;
	text-align: center;
	font-size: 27px;
	letter-spacing: 1px;
}

.form-content{
	padding: 20px;
	border-radius: 10px;
	margin: -61px 0 40px;
	box-shadow: 5px 5px 20px -2px;
	position: relative;
}
.form-content .gform_wrapper input[type="submit"]{background-color: #45c445;color: #ffffff;padding: 10px 40px;}

.form-content .gfield_consent_label{
	font-size: 12px;
}
.form-content .gfield_consent_label a{
	font-size: 12px;
	font-weight: 300 !important;
	text-decoration: underline;
}
.form-content .gform_wrapper.gravity-theme .gform_footer,
.form-content .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 0px 0;
}


.form-content .gform_wrapper .gfield input[type="checkbox"]{
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.form-content .gfield_consent_label{
	position: relative;
	padding-left: 35px;
	margin: 10px 0 10px;
	display: block;
	padding-top: 3px;
}
.form-content .gfield_consent_label a{
}
.form-content .gfield_consent_label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-color: #eff0f4;
}
.form-content .gfield_consent_label:after{
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 16px;
	height: 15px;
	background: #3ad530;
	opacity: 0;
	visibility: hidden;
	border-radius: 1px;
}
.form-content .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label:before{
}
.form-content .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label:after{
	opacity: 1;
	visibility: visible;
}

.form-content .gform_wrapper .gfield,
.form-content .gform_legacy_markup_wrapper li.gfield.gfield_error,
.form-content .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	position: relative;
	background: none;
	border: none;
	width: 100% !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	min-width: 100% !important;
	padding: 0 !important;
	margin: 0 0 0px;
	font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_label{
	font-size: 14px !important;
	margin: 0 0 5px !important
}

.form-content .gform_wrapper .gform_validation_errors{
	display: none;
}

.form-content .gform_wrapper label a{
	font-weight: bold;
	
}
.form-content .gform_wrapper [aria-invalid=true]+label a{
	color: #c02b0a;	
	
}

.form-content .gform_wrapper .gfield_description{font-size: 10px;background: none;border: none;font-weight: 300;padding: 0;display: inline-block;background: #fff;width: auto;padding: 3px 6px !important;background: #f0e46e;color: #000;position: absolute;bottom: -20px;right: 0;font-size: 10px !important;width: auto !important;}

.form-content .gform_wrapper .ginput_container_consent +  .gfield_description{
	bottom: -20px;
}

/*  RESPONSIVE (768, 992,..) */

@media (min-width: 992px) {	
	
	/* generales */
		
	body{
		font-size: 19px;
	}
	small{
		font-size: 14px;
	}
	p{
		margin:  0 0 30px;
	}
		
	.py-content{
		padding: 50px 0px;
	}
	.h1,.h2,.h3,.h4,.h5,.h6 {
	    margin: 0 0 20px;
	}
	
	h1,.h1 {
	}
	
	h2,.h2 {
	font-size: 32px;
	letter-spacing: 3px;
	}
	
	h3,.h3 {
	}
	
	h4,.h4 {
	}
	
	h5,.h5 {
	}
	
	h6,.h6 {
	}
	
	.section-title{
		letter-spacing: 16px;
	}

	footer {
	}
	
	.featured-text{
		font-size: 22px;
	}
	.featured-text p{
		margin: 0 0 35px;
	}

	
    /* head */
		
	
	#head{
		padding: 20px 0px;
	}
	
	/*body.scrolling #head {
		background-color: #dfe3e6;
	}*/
	#head .logo{
	    width: 230px;
	    margin: 0 auto 15px;
	    transition: all .4s;
	}
	
	#head .logo img{
	}
	
	#head .menu{
	    padding: 0;
	    align-items: center;
	    justify-content: center;
	}
	#head .menu li{
	    list-style: none;
	    margin: 0 13px;
	}
	#head .menu li a{
	    padding: 4px 6px;
	    font-size: 16px;
	}
	#head .menu li:hover a{
		background-color: #38ee5a
		color: #ffffff;
	}
	
		
	body.scrolling #head {
	padding: 10px 0px;
	}
	body.scrolling #head .logo{
		width: 120px;
		margin: 0 auto 15px;
	}
	body.scrolling #head .menu{
	    padding: 0;
	    margin: 0px 0px;
	}
	
	#main{
		padding-top: 210px;
	}

	/* hero section*/

	#hero-section{
		background-position: center center;
		padding: 210px 0px 20px;
		font-size: 24px;
		border-bottom-width: 10px;
	}
	#hero-section .content{
		background-size: 320px;
		padding-bottom: 210px;
		margin-bottom: 60px;
	}


	.main-slider{}
	.main-slider .item{
		display: flex;
		align-items: flex-start;
		padding-left: 30px;
	}
	.main-slider .content{
		width: 46%;
		position: relative;
		z-index: 1;
		background-size: 80%;
		padding-top: 190px;
		font-size: 18px;
		padding-right: 17%;
		padding-bottom: 70px;
	}
	.main-slider.owl-carousel .owl-item img.thumb {
		width: 55%;
		top: 0;
	}
	.main-slider .owl-nav{
		position: absolute;
		bottom: 0;
		left: 27px;
	}
		
		
	/* CONSTRUYE EN VERDE */
	
	#construye-en-verde{
	    background-size: auto 100%;
	    background-position: 30% bottom;
	    padding: 40px 0px 20px;
	}
	#construye-en-verde .content{}
	#construye-en-verde .content img{
	    width: 320px;
	    margin: 0 0 30px;
	}
	#construye-en-verde .content p{}	

	/* PRODUCTOS */

	.economia-circular{
		transform: scale(1.2);
	}

		
	.product-list{
		margin: 10px 0px;
	}
	.product-list > li{
		margin: 0 15px;
	}
	.product-list li:not(:last-child):after{
		right: -15px;
		width: 2px;
	}
	.product-list li a{
	    font-size: 20px;
	}
		
	.product-list li ul.submenu{}
	.product-list li:hover ul.submenu{}
	.product-list li ul.submenu li{}
	.product-list li ul.submenu li a{}
	.product-list li ul.submenu li:hover a{}

	/* SOSTENIBILIDAD*/
		
		
	#sostenibilidad-section{
	    overflow: hidden;
	}
	#sostenibilidad-section:before{
	    top: 170px;
	    height: 480px;
	}
	#sostenibilidad-section .content{
	    margin: 0;
	    padding: 50px 100px 70px;
	    font-size: 22px;
	}
	#sostenibilidad-section .cilindros{
	    width: 510px;
	    max-width: none;
	    left: -250px;
	    bottom: inherit;
	    top: 243px;
	    transform: none;
	}
	#sostenibilidad-section .dark-content{
	    margin-left: 260px;
	    padding: 51px 50px 200px;
	    margin-bottom: 170px;
	}
	#sostenibilidad-section .hoja{
	    width: 470px;
	    max-width: none;
	    left: 10px;
	    bottom: -160px;
	    transform: none;
	}	
	
	#propiedades-section{}
	#propiedades-section:before{
    height: 260px;
}
	#propiedades-section .propiedades-carousel{}
	#propiedades-section .propiedades-carousel .item{
	    min-height: 120px;
	}
	.owl-dots {
	    padding: 10px 10px 30px;
	}

	.featured-icons{
    margin: 110px 0px 70px;
}
	.featured-icons li{
    width: 150px;
    padding: 0;
}
	.featured-icons li img{
    width: 110px;
}
	.featured-icons li p{
    font-size: 15px;
}
	.slider-container{
    padding: 70px 0px 50px;
}
	.slider-container:before{
    height: 320px;
}
	.propiedades-slider{}
	.propiedades-slider .item{
	    display: flex;
	    padding: 0 10px;
	}
	.propiedades-slider .item .slide-img{
	    width: 350px;
	    height: 350px;
	}
	.propiedades-slider .item .content{
		padding-left: 30px;
	}
	.propiedades-slider .item .title{
	    font-size: 50px;
	    text-align: left;
	    line-height: 1.2;
	    margin: 0;
	    position: relative;
	    z-index: 1;
	}
	.propiedades-slider .item .dark-content{
	    padding: 90px 40px 70px;
	    position: relative;
	    margin-top: -58px;
	    margin-left: 50px;
	    min-height: 380px;
	}
	.propiedades-slider .owl-nav{
		width: 406px;
		bottom: 30px;
	}

	/* FORMS */

	#contacto-section{
		margin-top: 190px;
		background-position: center bottom;
		padding-bottom: 10vw;
	}
	
	#contacto-section:before{
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    height: 100%;
	    bottom: inherit;
	    top: 0;
	}
	.form-content {
		padding: 20px 30px;
		margin: -200px 0 150px;
	}

	.form-content .gform_wrapper.gravity-theme .gform_footer, .form-content .gform_wrapper.gravity-theme .gform_page_footer{
	    position: absolute;
	    right: 30px;
	    bottom: 17px;
	}
	
}

@media (min-width: 1200px) {
		.main-slider .content{
			font-size: 24px;
	}
	
}

