/*
Theme Name: Tema IHST
Theme URI: http://www.regnumchristichile.cl
Template: generatepress
Author: Nelson Grez
Author URI: https://www.nelsongrez.cl
Description: Este es un Child Theme de GeneratePress, creado para dar estilos personalizados al website del Instituto Humanista de la Santísima Tinidad
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 0.1.1602213164
Updated: 2020-10-09 00:12:44

*/

/************************************************
GENERALES
************************************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
}

html {
	font-size: 62.5%;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.container-full {
	width: 100%;
}

/************************************************
SLIDER
************************************************/

.hero {
	max-width: 100%;
	height: 70vh;
	height: 350px;
	padding: 60px 0;
	position: relative;
	background-position: center;
	background-size: cover;
}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		90deg,
		rgba(52,57,62,.5),	
		rgba(52,57,62,.5)
	);
}

.hero .wrap {
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	height: 350px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.hero .wrap .box {
	flex-basis: 80%;
	color: #fff;
	z-index: 2;
	text-align: center;
	align-self: center;
}

.hero .wrap .box h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
}

.hero .wrap .box p {
	font-size: 22px;
	line-height: 1.5;
}

.hero .wrap .box .cta {
	margin-top: 40px;
}

.hero .wrap .box .cta .button {
	font-size: 14px;
	color: #fff;
	background-color: #9E3233;
	padding: 10px 20px;
	border-radius: 50px;
	text-decoration: none;
}

/************************************************
ATRIBUTOS
************************************************/

.container-atributo {
	width: 20%;
}

.container-atributo__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	width: 100%;
	height: 100%;
	min-height: 200px;
	padding: 20px 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.container-atributo__link:hover {
	color: rgba(255, 255, 255, .3)
}

/************************************************
INTEGRANTES
************************************************/

.card-people {
	width: 200px;
	background-color: #E7E8E9;
	margin:0 10px 20px 10px;
	-webkit-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.75);
}

.card-people__figure {
	margin: 0;
	padding: 0;
}

.card-people__img {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #203F79;
	object-fit: cover;
	object-position: center;
}

.card-people__information {
	padding: 5px;
}

.card-people__name {
	font-weight: 700;
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

.card-people__position {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}

