/* Ansilta Centro de Recursos by Dante Interactive, Sebastián Javier Roach */

@import url('https://fonts.googleapis.com/css2?family=Anek+Latin&display=swap');

body { 
	font-family: 'Anek', sans-serif;
	font-size: 16px; color:#1A1A1A; }

a { color:#1A1A1A; transition: all 0.3s cubic-bezier(.25,.8,.25,1);   }
a:hover, .cta a:hover { text-decoration: none; color:#CF3339; }
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo { margin:30px 0; }


h1 { font-size: 32px; font-weight: 700; margin-bottom: 21px; line-height: 1.1; }
h2 { font-size: 24px; font-weight: 700; margin-bottom: 20px; }


.sub-header {
	font-size: 1.2em; color: #58626F; 
}

.sub-header:before {
	content: '';
	width: 42px;
	display: inline-block;
	border: 2px solid #CF3339;
	margin-right: 12px;

}

.hero { margin-bottom: 30px; }

.hero img { height: auto; width: 100%; }

.hero-text { padding-top: 30px; }

.grid-inner { display: flex; flex-wrap: wrap; flex-direction: row; padding-right:0; padding-left: 0;   }

.module { display: flex; flex-direction: column; background: #EEEEEE; width: 100%; height: 368px; padding: 20px; margin-left: 5px; margin-bottom: 5px;
	justify-content: space-between; transition:all .1s; }



.module h3 {
	font-size: 20px;
	font-weight: 700;
}

.grid a:hover  {  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }

.list a:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transition: all 0.3s cubic-bezier(.25,.8,.25,1);  }

.grid a.module { transition: all 0.3s cubic-bezier(.25,.8,.25,1);  }



.module-button { align-self: flex-end; justify-content: flex-end; }

.module-vertical { width: 100%; height: 368px; }

.workbook { color: #fff; background: url(../img/workbook-image.jpg) no-repeat center center; background-size: cover; }

.worbook .module-button { fill: #fff; }

.campanas { background: url(../img/campanas-icon.png) no-repeat center bottom #EEEEEE; }
.banco { background: url(../img/banco-de-fotos.jpg) no-repeat center center; background-size: cover; }

.list-module { padding: 30px 0; }

.list { display: flex; flex-wrap: wrap; justify-content: space-between; }

.list-item {
	display: flex; 
  	padding: 0.2em;
	
}

.list-content { text-align: center; padding: 0.1em; }
.list-content img {padding-bottom: 20px;}

.list-contet p {}

.card {
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 0!important; border-radius: 0;
	min-height: 368px;
	margin-bottom: 20px;
	width: 100%;
}

.card .list-content { padding: 0; text-align: left; }
.card img { padding-bottom:0; width: 100%; }
.card-text { padding:10px 15px; }
.tag { margin-bottom: 6px; font-weight: bold;
font-size: 14px;
line-height: 19px;
text-transform: uppercase; color: #4F4F4F; }
.card h4 {
	font-weight: bold;
font-size: 24px;
line-height: 30px;
color: #1A1A1A;
}

.cta {  min-height: 300px; color: #fff; padding: 30px 0; background: #1A1A1A; }

.btn-ghost { border: 1px solid #fff; color: #fff; }
.btn-ghost:hover { color: #fff!important; background: rgba(255,255,255,0.1); }

.cta a { color: rgba(255,255,255,0.6); }

.cta-text { padding-top: 20px; }

.cta-image { text-align: center; padding:30px 0  }



@media ( min-width : 728px)  {

	.module-1 { width: 49.3%; }
	.module-2 { width: 66.66%; }
	.module-0 { width: 33.33%; }

	.module-vertical { height:99.3%; }
	
	h1 { font-size: 62px;}
	h2 { font-size: 32px; }

	.hero-text { padding-top: 60px; }

	.no-wrap { flex-wrap: nowrap; }

	.list-item {
		display: flex; 
	  	padding: 0.2em;
		width: auto;
	}

	.card { max-width: 263px; }
	.list-content { padding: 0.5em; }
	.cta-image { padding:0;  }

}