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

/* --- FUENTES --- */

@font-face {
	font-family: 'Rogan-Bold';
	src: url("../fonts/Rogan-Bold.ttf");
	src: url("../fonts/Rogan-Bold.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Light';
	src: url("../fonts/Rogan-Light.ttf");
	src: url("../fonts/Rogan-Light.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Medium';
	src: url("../fonts/Rogan-Medium.ttf");
	src: url("../fonts/Rogan-Medium.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Regular';
	src: url("../fonts/Rogan-Regular.ttf");
	src: url("../fonts/Rogan-Regular.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Semibold';
	src: url("../fonts/Rogan-SemiBold.ttf");
	src: url("../fonts/Rogan-SemiBold.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Thin';
	src: url("../fonts/Rogan-Thin.ttf");
	src: url("../fonts/Rogan-Thin.ttf") format("truetype");
  }

.container-fluid{
	width: 70% !important;
	margin-left: auto;
	margin-right: auto;
}

.hr{
	width: 50px !important;
	height: 15px !important;
}

section{
	padding: 50px 0px 50px 0px;
}

.header{
	background-image: url('../img/KV_IWESAN-Landing2.jpg');
	
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
    display: flex;
    align-items: center;
    color: white;
	text-shadow: 1px 1px 2px black;
	font-family: Rogan-Bold;
	padding: 30px 0px;
}

.header .container-fluid{
    margin: auto;
    padding: 30px;
}

.header .col-12{
	margin: auto;
}

.header-titulo{
    font-size: 60px;
}

.header-subtitulo{
    font-size: 30px;
}

.btn-folleto{
   font-size: 18px;
   text-decoration: none;
   background-color: #e3173d;
   padding: 10px 20px;
   border-radius: 15px;
   border: 2px solid white;
   color: white;   
}

.btn-folleto:hover{
  color: white !important;
  text-decoration: none;
}

form{
	padding: 30px;
	background: rgba(106,113,165,0.8);
	border-radius: 15px;
}

.form-check{
	color: white;
}

.btn-formulario{
	font-size: 20px !important;
	padding: 5px 30px !important;
	border: 3px solid #be66bc !important;
}

h2{
	font-family: Rogan-Semibold !important;
}

h3{
	font-family: Rogan-Semibold !important;
}
/*
h2::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #cf0f11;
	margin-right: 10px;
}

*::before {
    box-sizing: border-box;
}
*/
.rankings{
	color: black;
	background-color: #efefef;
}

.rankings img{
	width: 350px;
    height: 188px;
}
.rankings .item {
	background-color: #545C8C;
	padding: 20px 16px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.rankings .item .text-item {
	font-size: 18px;
}
.rankings .item .text-item,
.rankings .item h4 {
	color: #FFFFFF
}
.tipos-cursos{
	/*background-color: #293470;*/

	color: black;
	font-family: Rogan-Medium;	
}

.tipos-cursos a{
	text-decoration: none;
	color: black;
}

.tipos-cursos a:hover{
	color: black;
	text-decoration: none;
}

.elemento-tipo-curso{
	/*background-color: #121e60;*/
	

	padding: 20px;
	margin: 20px;
	border-radius: 15px;
	box-shadow: 1px 3px 21px -1px rgba(0,0,0,0.56);
-webkit-box-shadow: 1px 3px 21px -1px rgba(0,0,0,0.56);
-moz-box-shadow: 1px 3px 21px -1px rgba(0,0,0,0.56);
	width: 90%;
	text-align: left !important;
	font-size: 18px;
	display: flex;
	background-color: rgba(106,113,165,0.8);
}
.elemento-tipo-curso.two {
   background-color: #171c49;
}
.elementointerno-tipo-curso{
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 25px;
}

.elemento-tipo-curso img{
	width: 60px;
}

.calendario{
	font-family: Rogan-Medium;
	color: white;
	padding: 50px 0px;
	background-image: url('../img/fondo-cursos.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.calendario img{
	width: 120px !important;
}

@media (max-width: 1440px){
	.container-fluid{
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px){
	.container-fluid{
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.header .col-12{
		margin: 20px 0px;
	}
    
    .header .container-fluid{
        margin: auto;
        padding: 20px;
    }
    
    .header-titulo{
        font-size: 30px;
    }
    
    .header-subtitulo{
        font-size: 20px;
    }

	h2{
		font-size: 30px;
	}
}






/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: auto;
  }

  .content2 img{
	  width: 100%;
	  border-radius: 6px;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #e1e1e1;
	top: 0;
	bottom: 0;
	left: 50%;
  
  }
  
  /* Container around content */
  .timeline .container1 {
	display: flex;
  }

  .timeline .container2 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	display: inline-block;
	font-family: Rogan-Medium;
  }

  .timeline .container3 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	display: inline-block;
  }
  
  /* The circles on the timeline */
  .timeline .container2::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: white;
	border: 4px solid #bebebe;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Place the container to the left */
  .timeline .left {
	left: 0;
  }
  
  /* Place the container to the right */
  .timeline .right {

  }
  
  /* Fix the circle for containers on the right side */
  .timeline .right::after {
	left: -12px;
  }
  
  /* The actual content */
  .timeline .content {
	padding: 20px 30px;
	border: 1px solid #e1e1e1;
	position: relative;
	border-radius: 6px;
	max-width: 400px;
  }

  .timeline .content2 {
	position: relative;
	border-radius: 6px;
	max-width: 400px;
	float: right;
  }


  .contacto{
	  background-image: url('../img/contact.jpg');
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: white;
	  font-family: Rogan-Medium;
  }

  footer{
	  background-color: #6b6b6b;
	  padding: 20px 0px;
	  color: white;
	  font-family: Rogan-Regular !important;
  }

footer p{
	  font-family: Rogan-Regular !important;
  }


  footer img{
	width: 150px;
  }

  .contacto a{
	color: white;
	text-decoration: underline 1px solid white;
}

   .contacto a:hover{
	color: white;
}

.info{
	font-size: 22px;
}


@media (max-width: 650px){
	.video-web{
		display: none !important;
	}

}

@media (min-width: 651px){
	.video-mobile{
		display: none !important;
	}

}
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 700px) {

	.timeline-section{
		margin-left: auto;
		margin-right: auto;
	}
	/* Place the timelime to the left */
	.timeline::after {
	left: 30px;
	}
	
	/* Full-width containers */
	.timeline .container2 {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
	}

	.timeline .container3 {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	.timeline .content2{
		float: left;
	}
	
	/* Make sure that all arrows are pointing leftwards */
	.timeline .container2::before {
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
	}
  
	/* Make sure all circles are at the same spot */
	.timeline .left::after {
	left: 15px;
	}

	.timeline .right::after{
		left: 18px !important;
	}
	
	/* Make all right containers behave like the left ones */
	.timeline .right {
	left: 0%;
	}


	.timeline .container1{
		display: grid;
	}

	.timeline .container2{
		display: block;
		margin-top: auto;
		margin-bottom: auto;
	}

	.timeline .container3{
		display: block;
		margin-top: auto;
		margin-bottom: auto;
	}
  }




  @media (max-width: 550px){
	.elemento-tipo-curso{
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		padding: 12px
	}

	.elementointerno-tipo-curso{
		display: block;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 16px;
		line-height: 1;
	}
	section{
		padding: 40px 0px;
	}
	.rankings .item .text-item {
		font-size: 14.2px;
		line-height: 1;
	}
	.rankings .item h4 {
		font-size: 15px;
		line-height: 1;
	}
}
  