/*---------------------------------------------------------------- 
NORMALIZE ////////////////////////////////////////////////////////
----------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px
solid #c0c0c0;margin:0
2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,
html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*---------------------------------------------------------------- 
GENERAL /////////////////////////////////////////////////////////
----------------------------------------------------------------*/
html, body {
	display:flex;
	flex-direction:row; 
	flex-wrap: wrap;
	justify-content:center;
	align-items:flex-start;
	height: auto;
	min-height:100vh;
	line-height:1.3em;	
	position: relative;
	width:100%;
	}

html, body  {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	}
	@media only screen and (max-width:1500px) {
	html, body {
	font-size:16px;
	}}


/* Fuente secundaria  ----------------------------*/
h1, h2, h3, h4, h5, h6,
ul.actions li > *,
ul.actions li label > *,
.btn {font-family: 'Noto Serif', serif;}

/*
h2 {font-family: 'Noto Serif', serif;}
h3 {font-family: 'Vollkorn', serif;}
h1 {font-family: 'DM Serif Text', serif;}
*/


div.contenedor {
	padding:40px 0px;
	}


section {
	height: auto;
	}
	

article {
	height: auto;
	width:100%;
	}
	
aside{
	height: auto;
	}
	

img{
	display:block;
	height:auto;
	padding:0px;
	margin: 0px;
	max-width:100%;
	padding: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	height:auto;
	margin:0px;
	padding:5px 0px;
	line-height:1.2em;
	width:100%;
	}


h1 {font-size:2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


a, a:visited{
	margin:0px;
	padding: 0px;
	text-decoration:underline;
	}

a:hover {	
	text-decoration:underline;
	}

p {
	color: inherit;
	height:auto;
	line-height:1.2em;
	margin: 0px;
	padding:20px 0px;
	text-align:left;
	width:100%;
	}

p strong,
p b{
	font-weight:bold;
	}


ul, ol {
	float: none;
	height: auto;
	margin:15px 0px;
	padding-left:18px;
	width:100%;
	}

ul li, 
ol li{
	float: none;
	height: auto;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	width:100%;
	}

ul li {
	list-style:disc;
	}

ol li {
	list-style:decimal;
	}

hr {
	border:0px;
	padding:0px;
	margin:20px 0px;
	height:1px;
	width: 100%;
	}


* {
	box-sizing:border-box!important;
	float: none;
	/*
	overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */
	}


nav ul li > *,
nav ul li .svg-icons,
nav ul li span div.dropdown-box,
ul.actions li *{
 	transition:all 0.12s;
 	}


.lazyload,
.lazyloading {
	opacity: 0;
	}

.loading,
.lazyload,
.lazyloaded,
.image  {
	opacity: 1;
	transition: opacity 1000ms;
	}

/*---------------------------------------------------------------- 
ESTRUCTURA ///////////////////////////////////////////////////////
----------------------------------------------------------------*/
div.contenedor,
div.container,
header,
section,
footer{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	height:auto;
	max-width:100%;
	overflow-x:hidden;
	width:100%;
	}



div.in{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	height:auto;
	min-height:auto;
	max-height:auto;
	max-width:1800px;
	min-width:55%;
	position:relative;
	}

div.in{
	width:75%;
	}
	@media only screen and (max-width:1500px) {
	div.in{
	max-width:94%;
	width:1000px;
	}}
	@media only screen and (max-width:1020px) {
	div.in{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	div.in{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	div.in{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	div.in{
	width:92%;
	}}



div.in.thin{
	width:60%;
	}
	@media only screen and (max-width:1500px) {
	div.in.thin{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	div.in.thin{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	div.in.thin{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	div.in.thin{
	width:92%;
	}}

div.in.full{
	width:94%;
	}
	@media only screen and (max-width:620px) {
	div.in.full{
	width:92%;
	}}


div.in.plus{
	max-width:100%;
	width:calc(100% - 1px)!important;
	}

/* --------------------------------------------------------------- < HEADER > */
header {
	overflow:visible;/*necesary*/
	z-index:100;
	}
	@media only screen and (max-width:620px) {
	header{
	position:fixed;
	left:0px;
	top:0px;
	}}

/*----------*/

header div.in {
	align-items:flex-end;
	justify-content:space-between;
	padding:0px;
	}
	@media only screen and (max-width:720px) {
	header div.in{
	justify-content:center;
	}}
	@media only screen and (max-width:620px) {
	header div.in{
	align-items:center;
	justify-content:space-between!important;
	}}

/*----------*/

header a.logotipo{
	display:block;
	height:160px;
	margin:0px;
	margin-left:4%;
	padding:20px 0px;
	width:auto;
	}
	@media only screen and (max-width:1500px) {
	header a.logotipo{
	height:140px;
	}}
	@media only screen and (max-width:720px) {
	header a.logotipo{
	margin-bottom:10px;
	margin-top:20px;	
	}}
	@media only screen and (max-width:620px) {
	header a.logotipo{
	height:auto;
	padding:0px 0px;
	width:100px;/* set */
	}}

header a.logotipo.movil:nth-child(2){
	display:none;
	}


header a.logotipo img{
	height:100%;
	margin:0px;
	padding:0px;
	width:auto;	
	}
	@media only screen and (max-width:620px) {
	header a.logotipo img{
	height:auto;
	width:100%;
	}}


header a.logotipo.movil {
	display:none;	
	}

/* --------------------------------------------------------------- < NAV > */
nav{
	display:flex;
	font-family: 'Noto Serif', serif;
	height:60px;
	padding:0px 4% 0px 40px;
	position:relative;
	width:auto;
	}
	@media only screen and (max-width:820px) {
	nav {
	position:initial;
	}}
	@media only screen and (max-width:720px) {
	nav {
	margin-left:0%;
	margin-bottom:0px;
	width:100%;
	}}
	@media only screen and (max-width:620px) {
	nav {
	position:relative;
	}}

nav {
background: rgb(140,191,66);
background: -moz-linear-gradient(left,  rgb(140,191,66) 0%, rgb(32,100,45) 100%);
background: -webkit-linear-gradient(left,  rgb(140,191,66) 0%,rgb(32,100,45) 100%);
background: linear-gradient(to right,  rgb(140,191,66) 0%,rgb(32,100,45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbf42', endColorstr='#20642d',GradientType=1 );
}
@media only screen and (max-width:620px) {
nav{
background: rgb(14,48,72);
background: -moz-linear-gradient(left,  rgb(14,48,72) 0%, rgb(14,48,72) 100%);
background: -webkit-linear-gradient(left,  rgb(14,48,72) 0%,rgb(14,48,72) 100%);
background: linear-gradient(to right,  rgb(14,48,72) 0%,rgb(14,48,72) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3048', endColorstr='#0e3048',GradientType=1 );

}}



nav:after {
	content:"";
	width: 0;
	height: 0;
	border-bottom: 60px solid #8cbf42;
	border-left: 60px solid transparent;
	position:absolute;
	top:0px;
	left:-60px;
	}



/*----------*/
nav ul,
nav ul li {
	padding:0px;
	list-style:none;
	margin:0px;	
	}


nav ul{
	display:flex;
	flex-direction:row;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav ul{
	justify-content:space-around;
	width:100%;
	}}


/*----------*/
nav ul li{
	margin-left:0px;
	text-align: center;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav ul li{
	justify-content:space-around;
	margin-left:1px;
	}}

nav ul li:first-child{margin-left:0px;}

/*----------*/

nav ul li > *{
	cursor:pointer;
	display:block;
	height:60px;
	line-height:60px;
	letter-spacing:0.02em;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 8px;
	position:relative;
	width: auto;
	white-space:nowrap;
	}

nav ul li > *:hover{
	text-decoration:none;
	}


/* añadimos un enlace dentr de span si quieremos que el boton funcione como link */
nav ul li span > a,
nav ul li span > a:hover,
nav ul li span > a:visited {
	position:initial;
	color:inherit;
	font-size:inherit;
	text-decoration: none;
	}


nav ul li a .svg-icons,
nav ul li span .svg-icons{
	fill:#fff;
	float: left;
	margin:20px 6px 0px 0px;
	height:20px;
	opacity:0.7;
	width:20px;
	}

nav ul li a:hover .svg-icons,
nav ul li span:hover .svg-icons{
	fill:#fff;
	opacity:1.0;
	}
/*----------*/
	@media only screen and (max-width:620px) {
	header a.logotipo.movil{
	display:block;
	margin-bottom:20px;
	width:40%;
	}
	nav {
	align-items:center;
	background-color:#0e3048!important; /* set */
	flex-direction:column;
	justify-content: center;
	height:auto;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0%;
	min-height:100vh;
	position:fixed;
	bottom:auto;
	left:0px;
	top:0px;
	right:0px;
	padding:0px 0px 0px 0px;
	width:auto;
	visibility:hidden;
	opacity:0.0;
	transition:all 0.16s;
	}
	nav ul{
	justify-content:center;
	flex-direction:column;
	padding:0px 40px;
	width:100%;
	}
	nav ul li{
	border-bottom:1px solid #5b6e7c; /* set */
	background-color:transparent; /* no necesary */
	margin-left:0px;
	}
	nav ul li:last-child{
	border-bottom:0px solid #5b6e7c; /* set */
	}
	nav ul li > * {
	font-size:1em;
	height:32px;
	line-height:32px;
	color:#fff!important;
	}
	nav ul li a .svg-icons,
	nav ul li span .svg-icons{
	display:none;
	}
	}

/*----- DROPDOWN-----*/
nav ul li span div.dropdown-box {
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	border-radius:0px 0px 8px 8px;
	cursor:default;
	color:initial;
	opacity:0.6;
	padding:10px 20px;
	visibility:hidden;
	text-transform:none;
	width:100%;
	}



nav ul li:hover span div.dropdown-box {
	opacity:1;
	visibility:initial;
	}
	@media only screen and (max-width:620px) {
	nav ul li:hover span div.dropdown-box{
	display:none;
	visibility:hidden;
	}}



nav ul li span div.dropdown-box a {
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	height:32px;
	line-height:32px;
	display:block;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap; /* evitar salto de linea */
	width:100%; 
	}

/* CUSTOMIZE / FULL  */
nav ul li.customize > span,
nav ul li.full > span {
	padding:0px 16px; /* padding original de cada boton */
	}


nav ul li.customize span div.dropdown-box,
nav ul li.full span div.dropdown-box {
	left:0px;
	position:absolute;
	}


/* CUSTOMIZE */
nav ul li.customize span div.dropdown-box {
	display:block;
	top:60px; /* = altura del boton */
	width:auto /* ojo con white-space:nowrap :)  */
	}


/* FULL */
nav ul li.full > span {
	position:initial!important;
	}

nav ul li.full span div.dropdown-box{
	align-items:flex-start;
	display:flex;
	flex-direction:row;
	height:auto;
	justify-content:space-between;
	}



nav ul li.full span div.dropdown-box{
	top:60px; /* = altura del nav */
	left:-60%; /* agregado */
	width:150%; /* agregado */
	}
	@media only screen and (max-width:820px) {
	nav ul li.full span div.dropdown-box{
	top:140px; /* = altura del header */
	left:0%; /* agregado */
	width:100%; /* agregado */
	}}
	@media only screen and (max-width:720px) {
	nav ul li.full span div.dropdown-box{
	top:230px; /* = altura del header */
	}}



nav ul li.full span div.dropdown-box > div.box {
	columns:2;
	column-gap:40px;
	padding:20px 20px;
	width:100%;
	}


nav ul li.full span div.dropdown-box > div.box a {
	width:auto;
	}
	


.title {
	font-size:1.7em;
	position:relative;
	text-transform:uppercase;
	width:auto!important;
	}	
	@media only screen and (max-width:1500px) {
	.title {
	font-size:1.5em;
	}}
	@media only screen and (max-width:1020px) {
	.title {
	font-size:1.4em;
	}}
	@media only screen and (max-width:920px) {
	.title {
	font-size:1.2em;
	}}

.title:after {
	background-color:#fff;
	content:"";
	height:6px;
	position:absolute;
	bottom:-6px;
	top:auto;
	left:8px;
	width:60%;
	}
.title.center:after {
	margin-left:-50px;
	left:50%;
	width:100px;
	}



/*---------------------------------------------------------------- 
INDEX ////////////////////////////////////////////////////////////
----------------------------------------------------------------*/

/* -------------------- INDEX / BANNER --- */
body#index .banner-cover {
	height:70vh;
	}
	@media only screen and (max-width:620px) {
	body#index .banner-cover {
	height:54vh;
	}}


body#index .banner-cover h2{
	font-family: 'Lato', sans-serif;
	font-size:2em;
	font-weight:300;
	margin:0px;
	padding:0px;
	}
	@media only screen and (max-width:1500px) {
	body#index .banner-cover h2{
	font-size:1.8em;
	}}
	@media only screen and (max-width:820px) {
	body#index .banner-cover h2{
	font-size:1.6em;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover h2{
	font-size:1.4em;
	}}



body#index .banner-cover h1{
	font-size:2.8em;
	margin:0px;
	padding:0px;
	}
	@media only screen and (max-width:1500px) {
	body#index .banner-cover h1{
	font-size:2.6em;
	}}
	@media only screen and (max-width:1020px) {
	body#index .banner-cover h1{
	font-size:2.2em;
	}}
	@media only screen and (max-width:820px) {
	body#index .banner-cover h1{
	font-size:2em;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover h1{
	font-size:1.8em;
	}}
/* -------------------- INDEX / DESCRIPCION --- */
body#index .descripcion div.in{
	align-items:center;
	justify-content:space-between;
	padding:30px 0px;
	}

body#index .descripcion div.in h3{
	width:28%;
	}


body#index .descripcion div.in p{
	letter-spacing:0.03em;
	width:70%;
	}
	@media only screen and (max-width:1020px) {
	body#index .descripcion div.in p{
	width:64%;
	}}
	@media only screen and (max-width:820px) {
	body#index .descripcion div.in p{
	width:60%;
	}}
	@media only screen and (max-width:620px) {
	body#index .descripcion div.in p{
	width:100%;
	}}

/* -------------------- INDEX / ZIG ZAG --- */
body#index .panel-servicios {
	padding:0px 0px;
	}


ul.zigzag div.info h2 {
	font-size:1.6em;
	}
	@media only screen and (max-width:820px) {
	ul.zigzag div.info h2 {
	font-size:1.5em;
	}}
	@media only screen and (max-width:620px) {
	ul.zigzag div.info h2 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size:1.4em;
	}}

	ul.zigzag div.info p {
	margin:12px 0px;
	padding:0px 0px;
	}

/* -------------------- INDEX / MAS SERVICIOS --- */
body#index .panel-masservicios {
	padding:60px 0px;
	}

body#index .panel-masservicios div.in > ul.actions{
	justify-content:center;
	padding-bottom:0px;
	margin-bottom:0px;
	}

body#index .panel-masservicios div.in > ul.actions li a{
	background-color: #0e3048;
	text-align:center;
	}

body#index .panel-masservicios div.item{
	align-items:flex-start;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	}


body#index .panel-masservicios div.item .imagen{
	height:180px;
	margin-bottom:20px;
	width:100%;
	}
	@media only screen and (max-width:1500px) {
	body#index .panel-masservicios div.item .imagen{
	height:140px;
	}}


body#index .panel-masservicios div.item .imagen img{
	height:100%;
	object-fit:cover;
	width:100%;
	}

body#index .panel-masservicios div.item h3,
body#index .panel-masservicios div.item p{
	padding-left:20px;
	padding-right:20px;
	width:100%;
	}

body#index .panel-masservicios div.item h3{
	font-size:1.2em;
	}

body#index .panel-masservicios div.item p{
	padding-top:0px;
	}

body#index .panel-masservicios div.item a.btn{
	align-self:flex-end;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:120px;
	}
	@media only screen and (max-width:620px) {
	body#index .panel-masservicios div.item a.btn{
	width:90%;
	}}


/* -------------------- INDEX / PANEL CONTACTO --- */
body#index section.panel-contactoleft {
	background-color:#1b1816;
	padding:40px 0px;
	position:relative;
	}

#index section.panel-contactoleft div.in {z-index:1}
#index section.panel-contactoleft picture {z-index:0}


#index section.panel-contactoleft ul.actions{
	justify-content: center;
	}

#index section.panel-contactoleft ul.actions li span{
	font-size:1em;
	}
#index section.panel-contactoleft div.formulario h4{
	font-weight:400;
	margin:12px 0px;
	text-align: center;
	}
#index section.panel-contactoleft picture{
	height:100%;
	position:absolute;
	bottom:0px;
	left:auto;
	top:0px;
	right:0px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	#index section.panel-contactoleft picture{
	display:none;
	}}

#index section.panel-contactoleft picture img{
	opacity:0.8em;
	float:right;
	height:100%;
	max-width:1000%;
	width:auto;
	}
	@media only screen and (max-width:920px) {
	#index section.panel-contactoleft picture img{
	height:80%;
	}}
	@media only screen and (max-width:820px) {
	#index section.panel-contactoleft picture img{
	height:90%;
	}}


#index section.panel-contactoleft div.formulario p {
	text-align:center;
	}

div.formulario ul.actions li span{
	align-self:flex-end;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:110px;
	}
	@media only screen and (max-width:620px) {
	div.formulario ul.actions li span{
	text-align:center;
	text-indent:-30px;
	width:80%;
	}}

/*---------------------------------------------------------------- 
INTERIORES ///////////////////////////////////////////////////////
----------------------------------------------------------------*/
section.titulo-producto {
	align-items:flex-start;
	flex-direction:row;
	justify-content:flex-start;
	height:auto;
	margin-top:-50px;
	overflow:visible;
	position:relative;
	z-index:10;
	}

section.titulo-producto h1 {
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	font-size:1.7em;
	height:100px;
	margin:0px 0px;
	max-width:50%;
	position:relative;
	padding:0px 20px 0px 4%;
	text-transform:none;
	width:auto;
	}
	@media only screen and (max-width:1020px) {
	section.titulo-producto h1 {
	font-size:1.6em;
	}}
	@media only screen and (max-width:920px) {
	section.titulo-producto h1 {
	font-size:1.5em;
	}}
	@media only screen and (max-width:820px) {
	section.titulo-producto h1 {
	font-size:1.4em;
	max-width:60%;
	}}
	@media only screen and (max-width:720px) {
	section.titulo-producto h1 {
	font-size:1.3em;
	max-width:80%;
	}}
	@media only screen and (max-width:620px) {
	section.titulo-producto h1 {
	font-size:1.1em;
	max-width:69%;
	}}



section.titulo-producto h1:before{
	content:"";
	width: 0;
	height: 0;
	border-top: 100px solid #0e3048;
	border-right: 100px solid transparent;
	position:absolute;
	top:0px;
	right:-100px;
	}

/*---------------------------------------------------------------- 
SERVICIOS ///////////////////////////////////////////////////////
----------------------------------------------------------------*/
body.servicios div.container {
	padding:60px 0px 40px 0px;
	}

body.servicios div.container div.in {
	justify-content:space-between;
	}

body.servicios article {
	width:30%;
	}
	@media only screen and (max-width:620px) {
	body.servicios article {
	width:100%;
	}}

body.servicios article p{
	font-size:1.2em;
	}


body.servicios aside {
	columns:3;
	column-gap:8px;
	width:65%;
	}
	@media only screen and (max-width:620px) {
	body.servicios aside {
	columns:2;
	margin-top:20px;
	width:100%;
	}}

body.servicios aside img{
	margin-bottom:10px;
	}

/* aside con dos columnas */
body.servicios div.container.dos article{
	width:55%;
	}
	@media only screen and (max-width:620px) {
	body.servicios div.container.dos article{
	width:100%;
	}}

body.servicios div.container.dos aside{
	columns:2;
	width:40%;
	}
	@media only screen and (max-width:620px) {
	body.servicios div.container.dos aside{
	columns:2;
	width:100%;
	}}

/* -------------------- SERVICIOS--- */
@media only screen and (max-width:620px) {
ul.zigzag li.mantenimiento div.imagen img {object-position:70% 50%}
ul.zigzag li.poda div.imagen img {object-position:8% 50%}
ul.zigzag li.insecticida div.imagen img {object-position:0% 50%}
ul.zigzag li.residenciales div.imagen img {object-position:78% 50%}
}


/*---------------------------------------------------------------- 
NOSOTROS  ///////////////////////////////////////////////////////
----------------------------------------------------------------*/

body#nosotros div.container {
	padding:60px 0px 40px 0px;
	}

body#nosotros div.container div.in {
	justify-content:space-between;
	}

body#nosotros article {
	width:60%;
	}
	@media only screen and (max-width:620px) {
	body#nosotros article {
	width:100%;
	}}


body#nosotros aside {
	width:30%;
	}
	@media only screen and (max-width:820px) {
	body#nosotros aside {
	width:36%;
	}}
	@media only screen and (max-width:620px) {
	body#nosotros aside {
	margin-top:20px;
	width:100%;
	}}

body#nosotros aside img{
	padding:60px;
	}

body#nosotros .panel-cobertura{
	padding:20px 0px;
	}
body#nosotros .panel-cobertura p{
	font-size:1.2em;
	text-align:center;
	}
	@media only screen and (max-width:720px) {
	body#nosotros .panel-cobertura p{
	font-size:1em;
	}}

/*---------------------------------------------------------------- 
CONTACTO  ///////////////////////////////////////////////////////
----------------------------------------------------------------*/

body#contacto div.container {
	padding:60px 0px 40px 0px;
	}

body#contacto div.container div.in {
	justify-content:space-between;
	}

body#contacto article {
	width:60%;
	}
	@media only screen and (max-width:620px) {
	body#contacto article {
	width:100%;
	}}

body#contacto article .formulario {
	margin-top:30px;
	width:auto;
	}

body#contacto article .title:after {
	background-color:#8cbf42;
	width:120px;
	}


body#contacto aside {
	margin-top:50px;
	width:30%;
	}
	@media only screen and (max-width:820px) {
	body#contacto aside {
	width:36%;
	}}
	@media only screen and (max-width:620px) {
	body#contacto aside {
	margin-top:20px;
	width:100%;
	}}




/* --------------------------------------------------------------- < FOOTER > */
footer {
	font-size:0.8em;
	padding:10px 0px;
	}

footer div.in {	
	justify-content:space-between;
	}
	@media only screen and (max-width:720px) {
	footer div.in {
	justify-content:center;
	}}

footer p{
	width:45%;
	}
	@media only screen and (max-width:720px) {
	footer p{
	text-align: center;
	width:100%;
	}}


/*  FIRMA */
.firma2{
	cursor:text;
	display:flex;
	flex-direction:row;
	font-size:0.8em;
	justify-content:center;
	float:none;
	height:auto;
	text-decoration:none;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	.firma2{
	flex-direction:column;
	text-align: center;
	}}

.firma2:hover {
	text-decoration:none;
	}



.firma2 span {
	opacity:0.7;
	}

.firma2 b {
	cursor:pointer;
	margin-left:4px;
	}
	@media only screen and (max-width:720px) {
	.firma2 b{
	margin-left:0px;
	}}

.firma2 b:hover {
	color:#fff!important;
	}


/* --------------------------------------------- AREA  > SECCION > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/*----------*/



/*---------------------------------------------------------------- 
VARIOS ///////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.first {
	}
	@media only screen and (max-width:620px) {
	.first{
	margin-top:80px;
	}}


.txt-small {
	font-size:0.8em;
	}


/*--------------------------------------------------------------------------- GUIA (delete) */

.flex-container {
	display: flex;

	/* Dirección de items */
	flex-direction: row; /* → */
	flex-direction: row-reverse; /* ← */
	flex-direction: column; /* ↓ */
	flex-direction: column-reverse; /* ↑ */

	/* Envolvente */
	flex-wrap: wrap; /* Respeta tamaño de flex-items al llegar a limite de espacio*/
	flex-wrap: nowrap; /* Reduce flex-items conforme se reduce wrap al llegar a limite de espacio*/
	flex-wrap: wrap-reverse; /* Reduce flex-items conforme se reduce wrap y los invierte en orden  al llegar a limite de espacio*/

	/* Justificación */
	justify-content:flex-start; /* 1 2 3 4 - - - - - - - */
	justify-content:flex-end; /* - - - - - - -  1 2 3 4 */
	justify-content:center; /* - - - 1 2 3 4 - - - */
	justify-content:space-between; /* 1 - - - 2 - - - 3 - - - 4 */
	justify-content:space-around; /* - 1 - - 2 - - 3 - - 4 - */
	justify-content:space-evenly; /* - 1 - 2 - 3 - 4 - */


	/* Alineación (vertical )*/
	align-items:flex-start; /* top */
	align-items:flex-end; /* bottom */
	align-items:center; /* middle */
	align-items:stretch; /* Modifica altura de .flex-items para adaptarlos a todo lo alto */
	align-items:baseline; /* ???  */
	}	



.flex-items{
	order:1; /* default 0, orden de items  */
	}

