﻿@font-face {
  font-family: 'coco';
  src:  url('../fuente/CocoGothic_trial.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'coco';
  src:  url('../fuente/CocoGothic-Bold_trial.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'coco';
  src:  url('../fuente/CocoGothic-Light_trial.ttf');
  font-weight: light;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sidvph');
  src:  url('../fonts/icomoon.eot?sidvph#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sidvph') format('truetype'),
    url('../fonts/icomoon.woff?sidvph') format('woff'),
    url('../fonts/icomoon.svg?sidvph#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-check:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}



body{
	font-family: 'coco', sans-serif;
	font-weight: lighter;
}


#cabecera{
	background: #002554;
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 9%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	position: relative;
	width: 87%;
	float: right;
	margin: 65px 0 0 0;
}

#fondo-menu{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 20px;

	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}
.fondo-verde{
	background: #8fb656 !important;
}

.titulo-curso{
	position: relative;
	width: 100%;
	float: left;
	margin: 50px 0 20px 10px;
	padding: 12px 0;
}

.titulo-curso-right{
	width: 62%;
	float: right;
}

.titulo-curso .t{
	position: relative;
	z-index: 10000;
	color: #002554;
	font-size: 30px;
	font-weight: bold;
}

h3{
	width: 100%;
	font-size: 23px;
	font-weight: lighter;
	float: left;
	margin: 20px 0;
}

#menu-r{
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 20px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	position: relative;
	z-index: 2;
	width: 100%;
	float: left;
}

#menu ul li{
	width: 33.33%;
	float: left;
}

.menu{
	border: 0px solid white;
	width: 100%;
	color: white;
	font-size: 21px;
	text-align: center;
	float: left;
	padding: 20px 0 0px;
}

.menu:hover, #menu-r:hover{
	text-decoration: underline;
}


#redes{
	position: relative;
	z-index: 2;	
	border: 0px solid white;
	width: 20%;
	font-size: 22px;
	text-align: center;
	color: white;
	float: right;
	margin: 16px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#redes a{
	color: white;
	margin: 0 10px;
}

#redes img{
	width: 30px;
}


#efecto{
	width: 100%;
	float: left;
}


#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	position: relative;
	width: 100%;
	text-align: center;
	color: #002554;
	font-size: 33px;

	float: left;
	margin: 0 0 30px 0;
}

.titulo2{
	position: relative;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 35px;
	margin: 0 0 30px 0;
}

.titulo2 div{
	position: relative;
	z-index: 10000;
	width: 100%;
	color: white;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titulo2 div strong{
	text-shadow: 2px 2px 2px black;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	color:gray;
}


.curso{
	width: 100%;
	float: left;
	padding: 12px;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fondo-azul{
	background: #f7f7f7;
}

.separacion{
	width: 100%;
	float: left;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 30px;
	float: left;
}

.seccion strong{
	font-weight: normal;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


#dos{
	background: #e4f2f9;
	width: 100%;
	float: left;
	padding: 30px 0;
}

#dos-conten{
	width: 1200px;
	margin: 0 auto;
}

.cuadro{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-cuadro{
	width: 50%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
}

.texto-cuadro{
	background: #f7f7f7;
	width: 50%;
	font-size: 18px;
	line-height: 26px;
	padding: 15px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-cuadro strong{
	font-size: 23px;
}


#info{
	position: relative;
	width: 40%;
	margin:20px 30%;
	float: left;
}

#fondo-info{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #d9007f;

	border-radius: 20px;

	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
}

#texto-info{
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: white;
	float: left;
	padding: 12px 0;
}


#formulario{
	/*background: rgb(241,153,38);
    background: -moz-linear-gradient(top, rgba(241,153,38,1) 18%, rgba(186,114,20,1) 93%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,rgba(241,153,38,1)), color-stop(93%,rgba(186,114,20,1)));
    background: -webkit-linear-gradient(top, rgba(241,153,38,1) 18%,rgba(186,114,20,1) 93%);
    background: -o-linear-gradient(top, rgba(241,153,38,1) 18%,rgba(186,114,20,1) 93%);
    background: -ms-linear-gradient(top, rgba(241,153,38,1) 18%,rgba(186,114,20,1) 93%);
    background: linear-gradient(to bottom, rgba(241,153,38,1) 18%,rgba(186,114,20,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19926', endColorstr='#ba7214',GradientType=0 );*/

	width: 100%;
	color: white;
	float: left;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formulario strong{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	float: left;
	margin: 0 0 20px 0;
}


.texto{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
}


#formas{
	background: #002554;
	width: 25%;
	text-align: center;
	color: white;
	font-size: 19px;
	line-height: 24px;
	float: right;
	padding: 12px;
	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formas a{
	color: white;
}


.opiniones{
	width: 100%;
	float: left;
}

.tres{
	width: 48%;
	float: left;
	margin: 0 1%;
}

.opiniones iframe{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#pie{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	float: left;
	padding: 20px 0;
}

#pie-conten{
	width: 1200px;
	margin: 0 auto;
}


.thumbnails ul li{
	height: 170px;
	overflow: hidden;
}


.numero{
	font-family: 'Montserrat', sans-serif;
}


#footer{
	background: #002554;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	color: white;
	text-align: center;
	font-size: 23px;
	line-height: 28px;
	font-weight: lighter;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 30px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mitad{
	width: 50%;
	float: left;
}

.seccion-footer a{
	color: white;
}

.seccion-footer img{
	width: 25px;
}

.seccion-footer strong{
	font-size: 25px;
	font-weight: lighter;
}

@media screen and (max-width: 1200px){
	#cabecera-conten, #contenido, #dos-conten, #footer-conten, #pie-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
	.campo{
		width: 45% !important;
		margin: 0 2.5% 20px !important;
	}
}
@media screen and (max-width: 800px){
	#menu{
		width: 100%;
	}
	.cuadro{
		width: 100%;
	}
	.tres{
		width: 98%;
	}
}
@media screen and (max-width: 700px){
	.mitad{
		width: 100%;
	}
	#formulario{
		width: 100% !important;
	}
	#formas{
		width: 100% !important;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.cuadro{
		margin: 0 0 30px 0;
	}
	.imagen-cuadro{
		width: 100%;
		text-align: center;
	}
	.imagen-cuadro img{
		width: 70%;
	}
	.texto-cuadro{
		width: 100%;
	}

	.thumbnails ul li{
		width: 100%;
		height: auto;
	}
	.thumbnails ul li img{
		width: 90% !important;
		margin: 0 5%;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	.titulo-curso-right{
		width: 100% !important;
	}
	.campo{
		width: 95% !important;
		margin: 0 2.5% 30px !important;
	}
}














