@charset "utf-8";
/* CSS Document */ 
body{
	font-family: 'Open Sans', sans-serif; 
	font-size:1rem;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 86rem;
}

.cf1{
	background-image:url(https://www.im.education/landing/img/areas/bootcamp.jpg);
    background-repeat: no-repeat;
	min-height: 480px;  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: 0 -360px;
	background-size: cover;
}

.cf2{
	background-color: #fff;
}

.cf3{
	background-color: #13cfbe;
	padding-top: 0px !important;
}

.cf4{
    background-image: url(https://www.im.education/landing/img/areas/bootcamp-requisitos.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.cf5{
	background-image:url(https://www.im.education/landing/img/areas/bootcamp-financiacion.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.h1, h1{
	font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem;
}

h1 span{
	font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
	color:#fff;
	display: block;
}

.h2, h2{
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.h3, h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
    line-height: 2rem;
    font-weight: 700;
}

.h4, h4 {
    font-size: 1.4rem;
	line-height:1.4rem;
	text-transform:uppercase;
	font-weight: 900;
}

.h5, h5 {
	font-size: 3rem;
	line-height: 3.5rem;
    font-weight: 500;
}

a{
	color: #000;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

/*.check{
	list-style-image: url("https://www.im.education/landing/img/check.jpg"); 
}*/

.check li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}

.check li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -30px;
    width: 24px;
    height: 24px;
    background-image: url(https://www.im.education/landing/img/areas/check.png);
}

.form{
	background-color:#fff;
	padding:1rem;
}

.form-control {
    border-radius: 0;
    background-color: #fafafa;
    border-color: #eee;
    margin-top: 10px;
    height: 50px;
}

.form-group {
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
    padding: 0;
    margin: 1em 0 0 0;
    width: 16px;
    height: 16px;
    vertical-align: sub;
}
.form-check-label {
    margin-bottom: 0;
    display: contents;
    font-size: .8rem;
}
.btn-dark {
    color: #fff !important;
    background-color: #E30613;
    border-color: #E30613;
    font-size: 1.2rem;
    margin-top: 1rem;
	margin-bottom:1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.fixed-sidebar {
	position: fixed;
    top: 8em;
    z-index: 1030;
    max-width: 26em;
}

.mb-150{

	margin-bottom: -130px;
    margin-top: 30px;

}

.minh-125{
	min-height: 125px;
}

.c-azul{
	color:#4ECDC4;	
}

.c-blanco{
	color:#fff;	
}

.f-azul{
	color:#4ECDC4;
    background-image: url(https://www.im.education/landing/img/areas/flecha-negra.png);
    background-repeat: no-repeat;
	background-position: left;
    padding-left: 32px;	
}

.f-blanco{
	color:#fff;
    background-image: url(https://www.im.education/landing/img/areas/flecha-negra.png);
    background-repeat: no-repeat;
	background-position: left;
    padding-left: 32px;	
}

.h-05{
	height:.5em;
}

.bg-verde{
	background-color:#4ECDC4;
}

.bg-telefono{
    background-color: #E30613;
    border: 1px solid #E30613;
    color: #fff;
    padding: .8em 1em;
    font-weight: 700;
    border-radius: .25em;
}

.fw-700{
	font-weight: 700;
}

.iconos img{
	max-height:76px;
}

.mas-areas{
	padding-top:100px;
	padding-bottom:50px;
	font-size:22px;
}
.mas-areas span{
	color:#4ECDC4;
}


.ultop{

    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;

}

.ultop li{

    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 600;
    float: left;
    color:#4ECDC4;
    text-align: center;	
    border-right: solid 1px #ddd;

}

.ultop li span{

	font-size: 0.9rem;
	font-weight: 500;
    display: block;
    color:#fff;
    padding-top: 30px;
    text-align: center;	
  
}

.modulos .modulos1{

	font-size: 48px;
    font-weight: 500;
    font-style: italic;

}

.modulos .modulos2{

	vertical-align: super;
    font-size: 18px;
    color: #fff;

}

.modulos .modulos3{

}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000;
}

blockquote {
    padding: 0 0 20px 0;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 500;
}

blockquote.blanco-verde{
	font-style: normal;
	padding: 0px 0px;
	color: #fff;
	font-size: 32px;
	padding-left: 15px;
	border-left: solid 5px #4ECDC4;
	text-transform: uppercase;
}

blockquote.blanco-verde span{

	color:#4ECDC4;
	display: block;

}

@media only screen and (max-width:64em) {
	.cf1{
		background-image:url(https://www.im.education/landing/img/areas/bootcamp.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.fixed-sidebar {
		position:relative;
		top:auto;
		z-index: 1030;
		max-width: 100%;
	}
	.h1, h1{
		font-size: 2.3rem;
		font-weight: 900;
		line-height: 2.2rem;
		color:#fff;
	}
	.h3, h3 {
		font-size: 1.2rem;
		text-transform: uppercase;
	    line-height: 2rem;
	    font-weight: 700;
	}
	.h4, h4 {
		font-size: 1.1rem;
		line-height:1.1rem;
		text-transform:uppercase;
	}
	.h5, h5 {
	    font-size: 1.5rem;
	    line-height: 1.8rem;
	    font-weight: 500;
	}
	.cf1{
		background-size:cover;
	}
	.cf3{
		background-position:inherit;
		background-size:cover;
	}
	.bg-telefono {
		background-color: #E30613;
		color: #fff;
		padding: 1em 1em;
		font-size: .8em;
		font-weight: 700;
	}

	.ultop{

	    list-style: none;
	    margin: 0;
	    padding: 0;
	    margin-top: 0px;
	    margin-bottom: 30px;

	}

	.ultop li {
	    padding: 0;
	    font-size: 1rem;
	    font-weight: 600;
	    color: #4ECDC4;
	    border-right: solid 1px #ddd;
	    float: none;
	    text-align: left;
	}

	.ultop li span {
	    font-size: 1rem;
	    font-weight: 500;
	    color: #fff;
	    padding-top: 0;
	    text-align: left;
	    display: inline-block;
	}

	blockquote.blanco-verde {
	    font-size: 22px;
	}

	.mb-150 {
	    margin-bottom: -100px;
	    margin-top: 30px;
	}

	.mas-areas{
		padding-top:30px;
		padding-bottom:30px;
		font-size:22px;
	}

	.pb-5, .py-5 {
	    padding-bottom: 1rem!important;
	}

	.pt-5, .py-5 {
	    padding-top: 1rem!important;
	}

	.mt-5, .my-5 {
	    margin-top: 1rem!important;
	}

}

@media only screen and (max-width:48em) {

	.cf1{
		background-image:url(https://www.im.education/landing/img/areas/bootcamp.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}

	.ultop{

	    list-style: none;
	    margin: 0;
	    padding: 0;
	    margin-top: 0px;

	}

	.h2, h2 {
	    font-weight: 700;
	}

}