@charset "UTF-8";
/* CSS Document */
tml, 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;
}

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
	
}

img{
	max-width: 100%;
}
.portada{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	
	}


.bajada{
	padding:30px;
	width: 46%;
	font-family: 'Bellota Text', cursive;
	font-size: 16pt;
	
}

.btn{
	text-transform: uppercase;
	padding: 8px;
	
}

.btn:hover{
	background-color: black;
	color: white;
	
}

.btn:hover img{
	filter: invert(100%);
}

.navegar{
	display: flex;
    justify-content: center;
	align-content: space-between;
	padding: 10px;
}

.tarjeta1{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

.titulo{
	font-family: 'Bellota Text', cursive;
	
	font-size: 30pt;
	text-transform: uppercase;
}

.textos{
	font-family: 'Bellota Text', cursive;
	font-size: 18pt;
}

.primario{
	width: 50%;
}

.parrafo{
	padding: 40px;
}
.margen{
	padding: 0px 50px;
}

.marca{
	background-color: white;
}

.item{
	position: relative;
    top:80%;
}

.contedor{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	    grid-gap: 5px;
	    padding-bottom: 40px;
	}

.borde{
	border: 2px solid;
	text-align: center;
}
.borde-int{
	width: 80%;
	border:.08px solid;
	margin-left: auto;
	margin-right: auto;
}

.borde-int-2{
	width: 40%;
	padding: 20px;
	
}

.item-t2{
	position: relative;
	top: 65%;
}

 .marca{
	border-bottom:1px solid;
}


.item1-txt{
	padding: 4px;
	
	
}

.cta{
	text-transform: uppercase;
	background-color: black;
	color: white;
}

.item1{
	background-image:url("../images/hombre-item1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
	grid-column: 1/3;

}

.item2{
	background-image:url("../images/hombre-item2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;

}

.item3{
	background-image:url("../images/hombre-item3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;

}

.item4{
	background-image:url("../images/hombre-item4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;

}

.item5{
	background-image:url("../images/hombre-item5.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;

}

.item6{
	background-image:url("../images/hombre-item6.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;

}

#info{
	visibility: hidden;
}
@media screen and (max-width:1280px){
	.bajada{
		font-size: 14pt;
	}
}
@media screen and (max-width:1024px){
	
	.bajada{
		font-size: 12pt;
	}
	
	.titulo{
	
	
	font-size: 26pt;
	
}

.textos{
	
	font-size: 16pt;
}
	.item1,.item2,.item3,.item4,.item5,.item6{
		height: 300px;
	}
}

@media screen and (max-width:800px){
	.portada{
		flex-direction: column;
	}
	
	
	
	.bajada{
		width: 60%;
		padding: 50px;
	}
	
	
	.tarjeta1{
		flex-direction: column;
	}
	
	.primario{
		width: 80%;
	}
	
	
	.titulo{
	
	
	font-size: 24pt;
	
}

.textos{
	
	font-size: 11pt;
}
	
	.item2,.item4,.item6{
		grid-column: 3/5;
	}
	
	.item3,.item5{
		grid-column: 1/3;
	}
	
}

@media screen and (max-width:600px){
	.item1,.item3,.item5,.item2,.item4,.item6{
		grid-column: 1/5;
		height: 500px;
	}
}

@media screen and (max-width:500px){
	.bajada{
		padding: 30px;
		width: 70%;
		font-size: 13pt;
	}


.navegar{
		flex-direction: column;
		text-align: center;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.primario{
		width: 85%;
	}
	
	.titulo{
	
	
	font-size: 22pt;
	
}

.textos{
	
	font-size: 12pt;
}
	.margen {
	padding: 0px 15px;
	}
}

@media screen and (max-width:400px){
	.bajada{
		font-size: 10pt;
	}
	
	.primario{
		padding: 0px;
	}
	
	
	
	.primario{
		width: 100%;
	}
	
	.titulo{
	
	
	font-size: 18pt;
	
}

.textos{
	
	font-size: 10pt;
}
	.item1,.item3,.item5,.item2,.item4,.item6{
		
		height: 400px;
	}
}

@media screen and (max-width:350px){
	.item1,.item3,.item5,.item2,.item4,.item6{
		
		height: 350px;
	}
}