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

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 87rem;
    position: relative;
}

.cf0{
    background-color: #000;
    position: fixed;
    z-index: 99;
    top: 0;	
}

.cf1{
    background-image: url(https://www.im.education/landing/img/areas/udima-bg1-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 110px;
}

.cf1 h1{
	font-family: 'Anton', sans-serif;
	font-size: 4.3rem !important;
	font-weight: 300 !important;
	color: #fff;
}

.cf1 h4{
	font-family: 'Questrial', sans-serif;
	font-size: 1.8rem !important;
	font-weight: 300 !important;
	color: #fff;
	text-align: center;
}

.btn-cfi{
	background-color: #13cfbe;
    color: #fff;
    border: solid 4px #fff;
    display: inline-block;
    text-align: center;
    padding: 0px 15px;
    border-radius: 12px;
    line-height: 22px;
}

.btn-cfi-1{
	font-size: 12px;
    font-weight: 700;
}

.btn-cfi-2{
	font-size: 28px;
    font-weight: 700;
    font-style: italic;	
}

.btn-cfi-3{
	font-size: 12px;
}

.cf2{
	background-color: #1F1F1F;
    color: #fff;
}

.cf2 h2{
    font-size: 4rem;
    text-align: center;
}

.cf2 h3{
    font-size: 1.4rem;
    text-align: center;
    padding: 0 18%;
    margin-bottom: 150px;
}

.cf3{
	background-color: #fff;
}

.cf3 .circle{
	width: 100%;
    border: solid 4px #FFF;
    border-radius: 100%;
    margin-top: -175px;
}

.cf3 .circle img{
	width: 100%;
    border: solid 10px #4ECDC4;
    border-radius: 100%;
}

.cf3 ul{
	font-size: 1.3rem;
}

.cf4{
	background-color: #1F1F1F;
    color: #fff;
}

.cf4 h2{
    font-size: 4rem;
    text-align: center;
}

.cf5{
    background-image: url(https://www.im.education/landing/img/areas/udima-bg5-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 1.6rem;
}

.cf5 ol{
    font-size: 1.2rem;
    margin: 0;
    padding: 0px;
    list-style: none;
}

.cf5 ol li{
	padding: 10px 0;
	border-bottom: solid 1px #fff;
}

.cf5 ol li.bt{
	border-top: solid 1px #fff;
}

.cf6{
	background-color: #1F1F1F;
    color: #fff;
}

.cf6 h2{
    font-size: 4rem;
    text-align: center;
}

.cf6 h3{
    font-size: 2rem;
}

.cf6 ul li{
	font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.cf6 ul li{
	font-size: 1.6rem;
    margin-bottom: 1rem;
}

.cf61{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.cf62{
	background-image: url(https://www.im.education/landing/img/areas/bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
    padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.links{
	background-color: #4ECDC4;
}

.img{
	max-width: 100%;
}

.btn-azul{
	background-color: #4ECDC4;
	color: #fff;
	padding: 10px 35px;
	cursor: pointer;
	font-size: 2rem;
}

.btn-rojo{
	background-color: red;
	color: #fff !important;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 1.2rem;
	position: absolute;
	right: 40px;
	top: 7px;
	display: none;
}

.form{
	background-color:#fff;
	padding:1rem;
	border-radius: 25px;
	box-shadow: rgba(255, 255, 255, 0.5) 0px 13px 27px -5px, rgba(255, 255, 255, 0.7) 0px 8px 16px -8px;
}

.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;
}



@media only screen and (max-width:64em) {
	.cf0{
	    background-color: #000;
	    position: fixed;
	    z-index: 99;
	    top: 0;	
	}

	.cf1{
	    background-image: url(https://www.im.education/landing/img/areas/udima-bg1-desk.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    margin-top: 110px;
	}

	.cf1 h1{
		font-family: 'Anton', sans-serif;
		font-size: 4.3rem !important;
		font-weight: 300 !important;
		color: #fff;
	}

	.cf1 h4{
		font-family: 'Questrial', sans-serif;
		font-size: 1.8rem !important;
		font-weight: 300 !important;
		color: #fff;
		text-align: center;
	}

	.cf2{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf2 h2{
	    font-size: 4rem;
	    text-align: center;
	}

	.cf2 h3{
	    font-size: 1.4rem;
	    text-align: center;
	    padding: 0 18%;
	    margin-bottom: 150px;
	}

	.cf3{
		background-color: #fff;
	}

	.cf3 .circle{
		width: 100%;
	    border: solid 4px #FFF;
	    border-radius: 100%;
	    margin-top: -175px;
	}

	.cf3 .circle img{
		width: 100%;
	    border: solid 10px #4ECDC4;
	    border-radius: 100%;
	}

	.cf3 ul{
		font-size: 1.3rem;
	}

	.cf4{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf4 h2{
	    font-size: 4rem;
	    text-align: center;
	}

	.cf5{
	    background-image: url(https://www.im.education/landing/img/areas/udima-bg5-desk.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    color: #fff;
	    font-size: 1.6rem;
	}

	.cf5 ol{
	    font-size: 1.2rem;
	    margin: 0;
	    padding: 0px;
	    list-style: none;
	}

	.cf5 ol li{
		padding: 10px 0;
		border-bottom: solid 1px #fff;
	}

	.cf5 ol li.bt{
		border-top: solid 1px #fff;
	}

	.cf6{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf6 h2{
	    font-size: 4rem;
	    text-align: center;
	}

	.cf6 h3{
	    font-size: 2rem;
	}

	.cf6 ul li{
		font-size: 1.6rem;
	    margin-bottom: 1.5rem;
	}

	.cf6 ul li{
		font-size: 1.6rem;
	    margin-bottom: 1rem;
	}

	.cf61{
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}

	.cf62{
		background-image: url(https://www.im.education/landing/img/areas/bg6.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    padding-bottom: 100px;
	    padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:48em) {
	.logos{
		/*max-height: 60px !important;*/
		margin-right: 10px !important;
		margin-bottom: 30px;
	}

	.logos-med{
		max-height: 90px !important;
		margin-right: 10px !important;
		margin-bottom: 30px;
	}

	.cont-form{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.cf0{
	    background-color: #000;
	    position: fixed;
	    z-index: 99;
	    top: 0;	
	}

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

	.cf1 h1{
		font-family: 'Anton', sans-serif;
		font-size: 2.1rem !important;
		font-weight: 300 !important;
		color: #fff;
	}

	.cf1 h4{
		font-family: 'Questrial', sans-serif;
		font-size: 1.5rem !important;
		font-weight: 300 !important;
		color: #fff;
		text-align: center;
	}

	.cf2{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf2 h2{
	    font-size: 2rem;
	    text-align: center;
	}

	.cf2 h3{
	    font-size: 1.2rem;
	    text-align: center;
	    padding: 0;
	    margin-bottom: 0px;
	}

	.cf3{
		background-color: #fff;
	}

	.cf3 .circle{
	    width: 75%;
	    border: solid 4px #FFF;
	    border-radius: 100%;
	    margin-top: 0px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.cf3 .circle img{
		width: 100%;
	    border: solid 10px #4ECDC4;
	    border-radius: 100%;
	}

	.cf3 ul{
		font-size: 1rem;
	    text-align: left;
	    list-style: disc;
	    margin-left: 0;
	    padding-left: 0;
	    padding-bottom: 20px;
	    margin-bottom: 30px;
	    border-bottom: solid 1px #000;
	    list-style-position: inside;
	    display: block;
	}

	.cf4{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf4 h2{
	    font-size: 2rem;
	    text-align: center;
	}

	.cf5{
	    background-image: url(https://www.im.education/landing/img/areas/udima-bg5-desk.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    color: #fff;
	    font-size: 1.1rem;
	}

	.cf5 ol{
	    font-size: 1.1rem;
	    margin: 0;
	    padding: 0px;
	    list-style: none;
	    margin-bottom: 40px;
	}

	.cf5 ol li{
		padding: 10px 0;
		border-bottom: solid 1px #fff;
	}

	.cf5 ol li.bt{
		border-top: solid 1px #fff;
	}

	.icon{
	    max-height: 32px !important;
	    vertical-align: text-bottom !important;
	    margin-right: 10px;		
	}

	.cf6{
		background-color: #1F1F1F;
	    color: #fff;
	}

	.cf6 h2{
	    font-size: 2rem;
	    text-align: center;
	}

	.cf6 h3{
		font-size: 1.5rem;
    	text-align: center;
	}

	.cf6 ul li{
		font-size: 1.3rem;
	    margin-bottom: 1.5rem;
	}

	.cf6 ul li{
		font-size: 1.6rem;
	    margin-bottom: 1rem;
	}

	.cf61{
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}

	.cf62{
		background-image: url(https://www.im.education/landing/img/areas/bg6.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    padding-bottom: 100px;
	    padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.btn-azul {
	    background-color: #4ECDC4;
	    color: #fff;
	    padding: 10px 35px;
	    cursor: pointer;
	    font-size: 2rem;
	    margin-bottom: 30px;
	    margin-left: auto;
	    margin-right: auto;
	    display: table;
	}

}