*{
	margin:0px;
	padding: 0px;
}

body{
	background: #fff;
}

@font-face {
    font-family: 'general';
    src: url('../fonts/Catamaran_Regular.ttf');
}

@font-face {
    font-family: 'frace_bold';
    src: url('../fonts/Lato_Black.ttf');
}

p{
	font-family: general;
	font-size: 16px;
	line-height: 22px;
	margin:0px 0px 15px 0px;
	color:#545454;
}

ul li{
	font-family: general;
	font-size: 16px;
	line-height: 22px;
	margin:0px 0px 10px 0px;
	color:#545454;
}


a{
	text-decoration: none;
	color:#6e201f;
}

hr{
	width: 100%;
	height: 1px;
	background: #ccc;
	border: none;
}

.clear{
	clear: both;
}

.contenido{
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px 20px;
}

.fondo_blanco{
	width: 100%;
	padding: 50px 0px;
	background:#fff;
}

.fondo_rojo{
	width: 100%;
	padding: 50px 0px;
	background:#6c1d1c;
}

.fondo_rojo h1, .fondo_rojo h2, .fondo_rojo h3, .fondo_rojo h4, .fondo_rojo p{
	color:#fff;
}

.col_izq{
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}

.col_izq img{
	width: 100%;
}

.col_der{
	float: left;
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 30px;
}

.col_der img{
	width: 100%;
}

.col_izq ul{
	margin-left: 0px;
	margin-bottom: 15px;
}

.col_izq ul li{
	margin-left: 20px;
	font-family: general;
	font-size: 15px;
	color:#545454;
	list-style: square;
}


.col_izq ul li ul li{
	font-family: general;
	font-size: 15px;
	line-height: 22px;
	margin:0px 0px 5px 0px;
	color:#545454;
	margin-left: 20px;
	list-style: square;
}

.col_izq ul li ul li:first-child{
	font-family: general;
	font-size: 15px;
	line-height: 22px;
	margin:0px 0px 5px 15px;
	color:#545454;
	margin-left: 20px;
	list-style: square;
}

.col_der ul{
	margin-left: 0px;
	margin-bottom: 15px;
}

.col_der ul li{
	margin-left: 20px;
	font-family: general;
	font-size: 15px;
	color:#545454;
	list-style: square;
}

.col_der ul li ul li{
	font-family: general;
	font-size: 15px;
	line-height: 22px;
	margin:0px 0px 5px 0px;
	color:#545454;
	margin-left: 20px;
	list-style: square;
}

.col_der ul li ul li:first-child{
	font-family: general;
	font-size: 15px;
	line-height: 22px;
	margin:0px 0px 5px 15px;
	color:#545454;
	margin-left: 20px;
	list-style: square;
}

h2{
	margin-top: 0px;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: general;
	font-weight: bold;
	color:#424141;
}

h3{
	margin-top: 0px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: general;
	font-weight: normal;
	color:#424141;
}

h4{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	font-family: general;
	font-weight: normal;
	color:#424141;
	line-height: 20px;
}

input[type=text], input[type=date], input[type=time], input[type=date], input[type=tel], input[type=email]{
	width: calc(100% - 22px);
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

input[type=date], input[type=time]{
	width: 25%;
}

input[type=color]{
	width: 25%;
	margin-bottom: 15px;
	padding: 0px 3px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

input[type=password]{
	width: calc(100% - 22px);
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

input[type=phone]{
	width: calc(100% - 22px);
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

input[type=file]{
	width: calc(100% - 22px);
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

input[type=number]{
	width: 200px;
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

select{
	width: 100%;
	margin-bottom: 15px;
	padding: 7px 10px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
}

.combo_pag select{
	width: 65px;
}

textarea{
	width: calc(100% - 22px);
	margin-bottom: 15px;
	padding: 7px 10px;
	font-family: 'texto';
	font-size: 13px;
	color:#353535;
	border:1px solid #dbdcdd;
	border-radius: 5px;
	font-size: 13px;
}

.btn_agregar{
	cursor: pointer;
	font-size: 15px;
	background: #10ca84;
	border:1px solid #10ca84;
	color:#fff;
	padding: 8px 10px;
	border-radius: 5px;
	transition: all ease .5s;
}

.btn_agregar:hover{
	background: rgba(51,198,101,.3);
	color:#33C665;
	border:1px solid #33C665;
}

.btn_borrar{
	cursor: pointer;
	font-size: 15px;
	background: #ca3f3f;
	border:1px solid #ca3f3f;
	color:#fff;	
	padding: 11px 10px 8px 10px;
	border-radius: 5px;
	transition: all ease .5s;
}

.btn_borrar:hover{
	background: rgba(202,63,63,.3);
	color:#ca3f3f;
	border:1px solid #ca3f3f;
}

.curso{
	float: left;
	width: calc(33.3% - 40px);
	margin:0px 10px;
	padding: 0px 10px;
}

.curso img{
	width: 100%;
}

.curso h3{
	margin: 20px 0px 10px 0px;
}

.curso h4{
	margin-top: 0px;
}

.sesion1{
	float: left;
	width: 50%;
	height: 600px;
	background-image:url('../img/sesiones/sesion1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sesion2{
	float: left;
	width: 50%;
	height: 600px;
	background-image:url('../img/sesiones/sesion2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sesion3{
	float: left;
	width: 50%;
	height: 600px;
	background-image:url('../img/sesiones/sesion3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sesion4{
	float: left;
	width: 50%;
	height: 600px;
	background-image:url('../img/sesiones/sesion4.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sesion_info{
	background:rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	z-index: 3;
}

.sesion1:hover .sesion_info{
	opacity: 1;
	transition: all ease .5s;
}

.sesion2:hover .sesion_info{
	opacity: 1;
	transition: all ease .5s;
}

.sesion3:hover .sesion_info{
	opacity: 1;
	transition: all ease .5s;
}

.sesion4:hover .sesion_info{
	opacity: 1;
	transition: all ease .5s;
}

.sesion_info h2{
	margin: 0px;
	padding: 50px 0px 0px 0px;
}

.logo_pcl{
	float: left;
	width: 215px;
	margin-top: 10px;
	margin-bottom:7px;
}

.logo_pcl img{
	width: 100%;
}

.menu_pcl{
	float: right;
}

.menu_pcl ul{
	margin:25px 0px 0px 0px;
}

.menu_pcl ul li{
	list-style: none;
	float: left;
	margin-left: 35px;
}

.menu_pcl ul li a{
	font-family: general;
	text-transform: uppercase;
	color:#fff;
	font-size: 17px;
	padding-bottom: 1px;
	transition: all ease .3s;
}

.menu_pcl ul li a:hover{
	border-bottom: 4px solid #fff;
	transition: all ease .3s;
}

.linea_naranja{
	width: 100%;
	height: 30px;
	/*background: #6e201f;*/
	margin-bottom: 70px;
}

header{
	padding-bottom: 3px;
	border-bottom: 14px solid #6c1d1c;
}

header.header_intro{
	padding-bottom: 0px;
	border-bottom: none;
}

.header_inicio{
	max-width: 100%;
	background-image:url('../img/cascada.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.header_soluciones{
	max-width: 100%;
	background-image:url('../img/soluciones_bkg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.home2{
	max-width: 100%;
	background-image:url('../img/2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0px;
}

.contenido_recuadro{
	max-width: 1100px;
	padding: 50px;
	margin: 0px auto;
	background:#fff;
}

.contenido_recuadro p{
	text-align: center;
}

.header_gawall{
	max-width: 100%;
	background: #222;
	padding-bottom: 25px;
}

.header_contacto{
	max-width: 100%;
	height: 480px;
	background-image:url('../img/headerContacto.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.header_menu{
	top:0;
	position: fixed;
	width: 100%;
	background: #434141;
	z-index: 999;
}

.frase_header{
	max-width: 1100px;
	margin:0 auto;
}

.frase_header h3{
	padding-top: 400px;
	margin-bottom:10px;
	font-size: 100px;
	line-height: 85px;
	text-align: center;
	text-transform: uppercase;
	font-family: general;
	font-weight: bold;
	color:#fff;
}

.frase_header h4{
	padding: 0px 0px 20px 0px;
	font-size: 22px;
	text-align: center;
	font-family: general;
	font-weight: normal;
	color:#fff;
}

.flecha_click{
	width: 35px;
	margin:0px auto 0px auto;
	padding: 180px 0px 80px 0px;
}

.flecha_click img{
	width: 100%;
}

.frase_cita p{
	text-align: center;
	margin:50px 0px 15px 0px;
}

.frase_cita h3{
	font-family: cita;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;
}

.bloque_content{
	margin-top: 80px;
}


.bloques_inicio_izq{
	border-bottom: 8px solid #6e201f;
}

.bloques_inicio_der{
	border-bottom: 8px solid #6e201f;
}

.bloques_inicio_izq p{
	margin-top: 0px;
}

.bloques_inicio_izq h3{
	text-align: right;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#cfd3df;
	font-weight: bold;
}

.bloques_inicio_izq h4{
	text-align: right;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#222;
	font-weight: normal;
	text-transform: uppercase;
}

.bloques_inicio_der p{
	margin-top: 0px;
	color:#fff;
}

.bloques_inicio_der h4{
	text-align: left;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#fff;
	font-weight: normal;
	text-transform: uppercase;
}

.bloques_inicio_der h3{
	text-align: left;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#cfd3df;
	font-weight: bold;
}

.bloques_inicio_fin p{
	margin-top: 0px;
	color:#fff;
}

.bloques_inicio_fin h3{
	text-align: right;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#cfd3df;
	font-weight: bold;
}

.bloques_inicio_fin h4{
	text-align: right;
	line-height: 70px;
	font-size: 70px;
	font-family: general;
	color:#fff;
	font-weight: normal;
	text-transform: uppercase;
}

.contacto_inicio{
	max-width: 100%;
	background-image:url('../img/cascada.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 60px 0px 80px 0px;
}

.contacto_inicio .formulario_contacto form input[type=submit]{
	width: 100px;
	padding: 12px 0px;
	background: #222;
	color:#fff;
	border:none;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: all ease .5s;
	font-size: 14px;
}

.contacto_inicio .formulario_contacto form input[type=submit]:hover{
	opacity: .5;
}

.contacto_inicio .formulario_contacto form input[type=text]{
	width: calc(100% - 20px);
	padding: 12px 10px;
	margin-bottom: 15px;
	border:none;
	background: rgba(255,255,255,.3);
	color:#fff;
	border-radius: 5px;
	font-size: 14px;
}

.contacto_inicio .formulario_contacto form textarea{
	width: calc(100% - 20px);
	padding: 12px 10px;
	margin-bottom: 15px;
	border:none;
	background: rgba(255,255,255,.3);
	color:#fff;
	border-radius: 5px;
	min-height: 100px;
	font-size: 14px;
}

.contacto_inicio .formulario_contacto form input[type=text]::placeholder{
	color:#ddd;
}

.contacto_inicio .formulario_contacto form textarea::placeholder{
	color:#ddd;
}

.contacto_inicio h2{
	color:#fff;
}

.contacto_inicio h4{
	color:#fff;
	text-transform: uppercase;
}

.espacio_bloques{
	width: 100%;
	height: 500px;
}

.espacio_bloques_fin{
	width: 100%;
	height: 870px;
}

.titulos_amarillo h2{
	color:#dda90a;
	margin-bottom: 4px;
	text-align: left;
}

.h4_gris_G h4{
	color:#838385;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: left;
}

.google_maps_inicio{
	margin-bottom: -3px;
}

/*.background_gradient{
	background: linear-gradient(#030303, #616161);
}*/

.contadores{
	width: 100%;
	margin:35px 0px;
	padding: 35px 0px;
	background: #fff;
}

.formulario_contacto form{
	width: 100%;
}

.formulario_contacto select{
	width: 100%;
	font-size: 12px;
	padding: 12px 10px;
	margin-bottom: 15px;
	border:1px solid #cfd3df;
	background: #fff;
	color:#7d7d7d;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}

.formulario_contacto form input[type=submit]{
	width: 100%;
	padding: 10px 0px;
	background: #6e201f;
	color:#fff;
	border:1px solid #ca5916;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	transition: all ease .5s;
}

.formulario_contacto form input[type=submit]:hover{
	opacity: .5;
}

.formulario_contacto form input[type=text]{
	width: calc(100% - 20px);
	padding: 10px 10px;
	margin-bottom: 15px;
	border:1px solid #cfd3df;
	color:#7d7d7d;
	border-radius: 5px;
}

.formulario_contacto form textarea{
	width: calc(100% - 20px);
	padding: 10px 10px;
	margin-bottom: 15px;
	border:1px solid #cfd3df;
	color:#7d7d7d;
	border-radius: 5px;
	min-height: 100px;
}

.contacto_direccion p{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-family: general;
	font-weight: bold;
	color:#7d7d7d;
}

.mensaje_contacto{
	width: calc(100% - 40px);
	padding: 20px;
	border-radius: 5px;
	background: #6e201f;
}

.mensaje_contacto p{
	text-align: center;
	color: #fff;
}

footer{
	width: 100%;
	background: #6c1d1c;
	margin: 0px;
	padding: 20px 0px 45px 0px; 
}

.footer_logo{
	float: right;
	width: 270px;
	margin-top: 30px;
}

.footer_logo img{
	width: 100%;
}

.footer_info{
	float: left;
}

.redes_sociales ul{
	float: left;
	margin:0px;
}

.redes_sociales ul li{
	float: left;
	list-style: none;
	width: 37px;
	margin-right: 15px;
	transition: all ease .5s;
}

.redes_sociales ul li:hover{
	opacity: .5;
}

.redes_sociales ul li:last-child{
	margin-right: 0px;
}

.redes_sociales ul li img{
	width: 100%;
}

.footer_info{
	margin-top: 35px;
}

.footer_info p{
	margin-bottom:5px;
	text-align: left;
	color: #fff;
}

.footer_info a{
	color: #ffd193;
}

.negro-fondo{
	background:#000;
	width:100%;
	height:130%;
	position:fixed;
	z-index:900;
	top:-30px;
	left: 0;
	opacity:.5;
	display: none;
}

.menu_btn{
	position: fixed;
	top:0;
	right: 0;
	width: 60px;
	height: 55px;
	background: #222;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.menu_lineas_contenedor{
	margin-top: 14px;
}

.menu_linea{
	width: 40px;
	height: 5px;
	margin:7px 10px;
	background: #6e201f;
}

.animacion_inicial_izq{
	margin-left: -200px;
	opacity: 0;
	transition: all ease .7s;
}

.animacion_final_izq{
	margin-left: 0px;
	opacity: 1;
	transition: all ease .7s;
}

.animacion_inicial_der{
	margin-right: -200px;
	opacity: 0;
	transition: all ease .7s;
}

.animacion_final_der{
	margin-right: 0px;
	opacity: 1;
	transition: all ease .7s;
}

/* ================================ Empieza Slider ================================ */

#carousel{
	position: relative;
	width:100%;
	margin:0 auto;
	background: #585858;
}

#slides {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
	z-index: 10;
}

#slides ul {
	list-style: none;
	width:100%;
	height:200px;
	margin: 0;
	padding: 0;
	position: relative;
}

#slides li {
	width:100%;
	height:200px;
	float:left;
	text-align: center;
	position: relative;
	font-family: 'general';
}
/* Styling for prev and next buttons */
/*.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
    z-index: 20;
}*/

.btn-bar{
    z-index: 20;
}

#buttons a {
	font-family: 'general';
	font-size:50px;
	color:#454545;
	background: #fff;
	padding:10px 10px;
	width:35px;
	transition: all ease .5s;
}

a#prev:hover, a#next:hover {
	color:#eee;
	background: rgba(255,255,255,.3);
}

a#prev{
	float: left;
	position: absolute;
	left: 0;
	top:45px;
	z-index: 99;
}

a#next{
	float: right;
	position: absolute;
	right: 0;
	top:45px;
	z-index: 99;
}

.quote-phrase, .quote-author {
	font-family: 'general';
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
}

.quote-phrase {
	/*height: 200px;*/
	font-size:25px;
	color:#fff;
	text-align: left;
	text-shadow:.3px 0px #343434;  
}

.quote-marks {
	font-size:25px;
	padding:0 3px 3px;
	position:inherit;
}

.quote-author {
	font-style:normal;
	text-align: center;
	font-size:18px;
	line-height: 28px;
	color:#fff;
	
}

.quoteContainer{
	margin-top: 0px;
	display: none;
}

.authorContainer {
	display: table;
	width: calc(100% - 130px);
	padding: 0px 65px;
	margin: 40px 0px 0px 0px;
}


/* ================================ Terminar Slider ================================ */

/* ================================ Empieza versión móvil ================================ */

@media (min-width: 0px) and (max-width: 920px) {

	.menu_btn{
		display: block;
	}

	.col_inicio{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.col_inicio h3{
		text-align: center;
	}

	.col_inicio h4{
		text-align: center;
	}

	.col_inicio p{
		text-align: center;
	}

	.bloque_content{
		max-width: 80%;
		margin: 80px auto 0px auto;
	}

	.sesion1{
		width: 100%;
		height: 450px;
	}

	.sesion2{
		width: 100%;
		height: 450px;
	}

	.sesion3{
		width: 100%;
		height: 450px;
	}

	.sesion4{
		width: 100%;
		height: 450px;
	}

	.menu_pcl{
		top: 0px;
		left: -280px;
		width: 280px;
		height: 100%;
		position: fixed;
		float: left;
		background: #222;
		z-index:990;
	}

	.menu_pcl ul{
		margin:50px 0px 0px 0px;
	}

	.menu_pcl ul li{
		width: 100%;
		list-style: none;
		float: left;
		margin:0px;
		padding: 0px;
		border-bottom: 1px solid #6e201f;
	}

	.menu_pcl ul li:last-child{
		border:none;
	}

	.menu_pcl ul li a{
		display: block;
		width: calc(100% - 30px);
		margin:0px;
		padding: 24px 15px;
	}

	.menu_pcl ul li a:hover{
		border-bottom: none;
		background: #6e201f;
	}
}

@media (min-width: 0px) and (max-width: 880px) {
	.col_izq{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.col_der{
		width: 100%;
		margin-left: 0px;
		margin-bottom: 40px;
	}

	.logo_pcl{
		margin-left: calc(50% - 107px);
	}

	.footer_logo{
		margin-left: calc(50% - 135px);
	}

	.contador{
		width: 100%;
	}

}

@media (min-width: 0px) and (max-width: 750px) {
	.curso{
		width: calc(100% - 40px);
		margin:0px 10px;
		padding: 0px 10px;
	}
}

@media (min-width: 0px) and (max-width: 520px){
	.frase_header h3{
		font-size: 40px;
	}

	.frase_header h4{
		font-size: 25px;
	}

	.bloques_inicio_izq h4{
		font-size: 35px;
	}

	.bloques_inicio_der h4{
		font-size: 35px;
	}

	.bloques_inicio_fin h4{
		font-size: 35px;
	}

	.ga_wall_logo{
		display: block;
		width: 280px;
		margin-left: calc(50% - 140px);
		margin-bottom: 50px;
	}

	.col_der h2{
		font-size: 30px;
	}

	.col_izq h2{
		font-size: 30px;
	}
}






































