@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/comunicacion_1900.jpg);
    background-repeat: no-repeat;
	background-size:cover;
	/* Set a specific height */
	min-height: 764px;  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.cf3{
	background-image: url(https://www.im.education/landing/img/areas/background2.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.cf4{
	background-image: url(https://www.im.education/landing/img/areas/footer.jpg);
    background-repeat: no-repeat;
	background-size:cover;
	padding-bottom:18%;
	color:#fff;
}
.h1, h1{
	font-size: 4rem;
    font-weight: 900;
    line-height: 3.5rem;
	color:#fff;
}
.h3, h3 {
	font-size: 3rem;
    line-height: 3rem;
    font-weight: 900;
}
.h4, h4 {
    font-size: 1.4rem;
	line-height:1.4rem;
	text-transform:uppercase;
	font-weight: 900;
}
.h5, h5 {
	font-size: 4.5rem;
	line-height: 4rem;
    font-weight: 900;
}
.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;
}
.c-azul{
	color:#4ECDC4;	
}
.h-05{
	height:.5em;
}
.bg-verde{
	background-color:#0B5149;
}
.bg-telefono{
    background-color: #E30613;
    border: 1px solid #E30613;
    color: #fff;
    padding: .8em 1em;
    font-weight: 700;
    border-radius: .25em;
}
.iconos img{
	max-height:76px;
}
.mas-areas{
	padding-top:100px;
	padding-bottom:50px;
	font-size:22px;
}
.mas-areas span{
	color:#4ECDC4;
}
@media only screen and (max-width:64em) {
	.cf1{
		background-image:url(https://www.im.education/landing/img/areas/comunicacion_1024.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}
	.cf3{
		background-image: url(https://www.im.education/landing/img/areas/Mobile_background2.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: 2rem;
		line-height: 1.8rem;
		font-weight: 700;
	}
	.h4, h4 {
		font-size: 1.1rem;
		line-height:1.1rem;
		text-transform:uppercase;
	}
	.h5, h5 {
		font-size: 3rem;
		line-height: 2.8rem;
		font-weight: 900;
	}
	.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;
	}
}
@media only screen and (max-width:48em) {
	.cf1{
		background-image:url(https://www.im.education/landing/img/areas/Mobile_background.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}
	.cf3{
		background-image: url(https://www.im.education/landing/img/areas/Mobile_background2.jpg);
		background-repeat: no-repeat;
		background-size:cover;
	}
}