@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*CSS reset*/

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}
body{
	overflow-x: hidden;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20pt;
	line-height: 1.1;
	
}

body a{
	text-decoration: none;
}
.modulo{
	position: relative;
	overflow: hidden;
}
.primario{
	width: 70%;
	float: left;
}
.secundario{
	width: 30%;
	float: left;
}

.primario-der{
	width: 70%;
	float: right;
}

.secundario-der{
	width: 30%;
	float: right;
}

.sesenta{
	width: 60%;
	float: right;
}

.cuarenta{
	width: 40%;
	float: right;
}

.sesenta-izq{
	width: 60%;
	float: left;
}

.cuarenta-izq{
	width: 40%;
	float: left;
}

h1,h2{
	
	font-family: 'Lora', serif;
}

h1{
	font-size: 40pt;
	line-height: 1.2;
	font-weight: 700;
	padding: 30px;
}

h2{
	text-align: right;
	padding: 30px;
	line-height: 1.2;
}

#titulo{
	margin-top: 150px;
}

#txt1{
	padding: 30px;
	margin-top: 160px;
}

#img2 img{
	width: 100%;
}

#txt2{
	padding: 30px;
	margin-top: 200px;
}

#modulo3{
	margin-top: 50px;
}

#txt3{
	padding: 30px;
	margin-top: 100px;
}

#txt4{
	padding: 30px;
	margin-top: 400px;
}



#img4 {
	-webkit-transition: all 800ms ease;
	background-image: url("images/img-4.jpg");
	height: 1140px;;
	background-size: cover;
	transition: all 800ms ease;
	cursor: pointer;
}
#img4:hover, #img4:active{
	background-image: url("images/hover-img-4.jpg");
	background-size: cover;
}

#img4-gif{
	display: none;
}

#txt5{
	padding: 30px;
	margin-top: 200px;
}

#img5-gif{
	display: none;
}

#img5{
	
	height: 814px;
	background-image: url("images/img-5.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 800ms ease;
	cursor: pointer
}

#img5:hover , #img5:active{
	background-image: url("images/hover-img-5.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

#modulo6{
	
	padding: 30px;
}

#CTA{
	color: gray;
	padding: 15px;
	text-align: center;
	border: solid;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

#CTA a{
	text-decoration-line: none;
}

#CTA  p{
color: gray;
}

/*Responsive*/

@media screen and (max-width:1490px){
	
	#titulo{
		margin-top: 70px
	}
	
	h1{
		font-size: 36pt;
	}
	
	h2{
		font-size: 18pt;
	}
	
	#txt1{
		margin-top: 70px;
	}
	
	#img2{
		height: 1050px;
	}
	
	#txt2{
		margin-top: 150px;
	}
	
	#img4{
		height: 1080px;
	}
	
	#txt4{
		margin-top: 300px
	}
	
	#img5{
		height: 600px;
	}
	
	#txt5{
		margin-top: 120px;
	}
}

@media screen and (max-width:1335px){
	body{
		font-size: 18pt;
	}
	
	h1{
		font-size: 34pt;
	}
	
	#txt1{
		margin-top: 40px;
	}
	
	#txt3{
		margin-top: 40px;
	}
	
	#img5{
		height: 500px;
	}
}

@media screen and (max-width:1150px){
	
	body{
		font-size: 14pt;
	}
	
	h1{
		font-size: 22pt;
	}
	h2{
		font-size: 12pt;
	}
	
	#img4{
		height: 850px
	}
	
	#img5{
		height: 350px;
	}
	
	#txt5{
		margin-top: 50px;
	}
}

@media screen and (max-width:935px){
	
	body{
		font-size: 12pt;
	}
	
	h1{
		font-size: 16pt;
	}
	
	h2{
		font-size: 10pt;
	}
	#txt1{
		margin-top: -5px;
	}
	
	#txt2{
		margin-top: 20px;
	}
	
	#modulo3{
		margin-top: -350px;
	}
	#img4{
		height: 650px;
	}
	
	#txt4{
		margin-top: 170px;
	}
	
	#CTA{
		width: 35%;
	}
}

@media screen and (max-width:500px){
	body{
		float: none;
		overflow-x: hidden;
	}
	
	.modulo{
		overflow: visible;
	}
	
	.primario{
		width: 100%;
	}
	
	.primario-der{
		width: 100%;
	}
	
	.secundario{
		width: 100%;
	}
	
	.secundario-der{
		width: 100%;
	}
	
	.sesenta{
		width: 100%;
	}
	
	.sesenta-izq{
		width: 100%;
	}
	
	.cuarenta{
		width: 100%;
	}
	
	.cuarenta-izq{
		width: 100%;
	}
	
	h1{
		font-size: 20pt;
	}
	
	h2{
		font-size: 11pt;
	}
	
	#titulo{
		margin-top: 15px;
	}
	
	#txt2{
		margin-top: -400px;
	}
	
	#img4{
		display: none;
	}
	#img4-gif{
		display: block;
		width: 320px;
		height: 440px;
		margin: auto;
		
		background-size: cover;
		animation-name: banner;
		animation-duration: 10s;
		animation-iteration-count: infinite;
		
	}
	
	@keyframes banner{
		0%, 50%{
			background-image: url("images/img-4-banner.jpg");
			opacity: 1;
		}
		
		51%, 54%{
			opacity: 0.1;
		}
		55% , 85%{
			background-image: url("images/hover-img-4-banner.jpg");
			opacity: 1;
		}
		
		86% , 96%{
			opacity: 0.1;
		}
		
		97%, 100%{
			background-image: url("images/img-4-banner.jpg");
			opacity: 1;
		}
		
	}
	#img3{
		margin-top: -50px;
	
	}
	
	#img4{
		margin-top: 10px;
	}
	
	#txt4{
		margin-top: 30px;
	}
	
	#txt3{
		margin-top: 500px;
	}
	
	#img5{
		display: none;
		
	}
	
	#img5-gif{
		display: inline;
	}
	
	
}

@media screen and (max-width:420px){
	
	body{
		font-size: 10pt;
	}
	
	h1{
		font-size: 16pt;
	}
	
	h2{
		font-size: 10pt;
	}
	
	#txt2{
		margin-top: -480px;
	}
	
	#img3{
		margin-top: -150px;
	}
	
	#img5{
		margin-left: 30px;
	}
	
	#txt5{
		margin-top: -30px;
	}
	
	#CTA{
		width: 45%;
	}
}

@media screen and (max-width:350px){
	#txt2{
		margin-top: -630px;
	
}
	
	#img3{
		margin-top: -250px;
	}
	
	#img5{
		margin-left: 5px;
	}
	
	
}