/*---------------------------------------------------------------- 
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 /////////////////////////////////////////////////////////
----------------------------------------------------------------*/
* {
	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;
}

html, body {
	background-color:#4f1107;
	display:flex;
	flex-direction:row; 
	flex-wrap: wrap;
	justify-content:center;
	align-items:flex-start;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	height: auto;
	min-height:100vh;
	line-height:1.3em;	
	position: relative;
	width:100%;
	}

html, body { 
	font-size:20px;
	}
	@media only screen and (max-width:1500px) {
	html, body {
	font-size:16px;
	}}


div.contenedor {
	padding:40px 0px;
	}


section {
	height: auto;
	}
	

article {
	height: auto;
	width:100%;
	}
	
aside{
	height: auto;
	}
	

h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif; /* Fuente secundaria */
	}


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;}


img{
	display:block;
	height:auto;
	padding:0px;
	margin: 0px;
	max-width:100%;
	padding: 0px;
	}

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: justify;
	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 {
	background-color:#eaedf2;
	border:0px;
	padding:0px;
	margin:20px 0px;
	height:1px;
	width: 100%;
	}


* {
	box-sizing:border-box!important;
	float: none;
	}


nav ul li a{
 	transition:all 0.12s;
 	}
/*---------------------------------------------------------------- 
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{
	background-color: #fff;
	border-radius: 12px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	height:auto;
	min-height:auto;
	max-height:auto;
	max-width:1800px;
	min-width:55%;
	margin-top: 40px;
	margin-bottom:40px;
	padding:10px;
	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 img {
	display:block;
	height: auto;
	width:100%;
	}



/*---------------------------------------------------------------- 
INICIO ////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.banner-main {
	align-items:center;
	display:flex!important;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:flex-start;
	min-height:200px;
	height:420px;
	padding:0px;
	width:100%;
	}
	@media only screen and (max-width:1500px) {
	.banner-main{
	height:340px;
	}}
	@media only screen and (max-width:620px) {
	.banner-main{
	height:auto;
	width:100%;
	}}



.banner-main .uno{
	background-color:#051202;
	height:100%;
	position: relative;
	width:35%;
	z-index:10;
	}
	@media only screen and (max-width:620px) {
	.banner-main .uno{
	height:240px;
	width:100%;
	}}

.banner-main .dos{
	background-color:#67875f;
	height:100%;
	position:relative;
	width:65%;
	z-index:11;
	}
	@media only screen and (max-width:620px) {
	.banner-main .dos{
	height:280px;
	width:100%;
	}}



.banner-main > div img {
	object-fit:cover;
	height:100%;
	width:100%;
	z-index:1;
	}


.banner-main .uno img {
	opacity:0.4;
	}


.banner-main .dos img {
	opacity:0.7;
	}

.banner-main .uno h2{
	color:#fff;
	background-color:#67875f;
	font-weight:300;
	font-size:32px;
	height:50px;
	line-height:50px;
	margin-top:-50px;
	padding:0px 20px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	top:50%;
	right:0px;
	width:160px;
	z-index:10;
	}
	@media only screen and (max-width:620px) {
	.banner-main .uno h2{
	bottom:0px;
	top:auto;
	right:auto;
	left:50%;
	margin-left:-150px;
	width:300px;
	}}



.banner-main .dos h2{
	color:#67875f;
	background-color:#fff;
	font-weight:400;
	font-size:22px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	margin-left:-160px;
	padding:0px 20px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:auto;
	z-index:10;
	}
	@media only screen and (max-width:620px) {
	.banner-main .dos h2{
	height:auto;
	line-height:42px;
	bottom:auto;
	top:0px;
	right:auto;
	left:50%;
	margin-left:-150px;
	width:300px;
	}}
	@media only screen and (max-width:520px) {
	.banner-main .dos h2{
	line-height:38px;
	}}
	@media only screen and (max-width:420px) {
	.banner-main .dos h2{
	line-height:28px;
	}}


aside {
	padding:40px 0px 0px 40px;
	width:35%;
	}
	@media only screen and (max-width:620px) {
	aside {
	padding:40px 20px 0px 20px;
	width:100%;
	}}


aside img{
	width:100%;
	}
	@media only screen and (max-width:620px) {
	aside img{
	width:50%;
	}}



aside iframe {
	height:260px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	aside iframe {
	display:none;
	}}



article {
	padding:40px;
	width:65%;
	}
	@media only screen and (max-width:620px) {
	article {
	padding:20px;
	width:100%;
	}}



article h2 {
	color: #DE5A03;
	font-size:1.8em;
	}

article h1,
section h3 {
	color: #DE5A03;
	font-size:1.2em;
	}

section{
	padding:0px 40px;
	}
	@media only screen and (max-width:620px) {
	section{
	padding:0px 20px;
	}}

section iframe {
	height:400px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	section iframe {
	height:260px;
	}}



section p.ls  {
	background-color:#f4dfd2;
	padding:20px 20px;
	}
	@media only screen and (max-width:620px) {
	section p.ls {
	text-align:left;
	font-size:0.8em;
	}}


h3.telefono {
	color:#3a9508;
	font-size:2em;
	}

div.imagenes {
	align-items:flex-start;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:flex-start;
	height:auto;
	margin:40px 0px;
	padding:0px 40px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	div.imagenes{
	padding:0px 20px;
	}}



div.imagenes h5{
	background-color:#DE5A03;
	color:#fff;
	height:32px;
	font-weight:300;
	line-height:32px;
	padding:0px 20px;
	width:auto;
	}

div.imagenes ul{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0px;
	padding:0px;
	}

div.imagenes ul li{
	list-style: none;
	margin:0px;
	padding:0px;
	width:33%;
	margin-bottom:5px;
	}
	@media only screen and (max-width:620px) {
	div.imagenes ul li{
	margin-bottom:10px;
	width:49%;
	}}
	@media only screen and (max-width:620px) {
	div.imagenes ul li:first-child{
	width:100%;
	}}