@font-face { font-family: NexaLight; src: url(../fonts/Nexa_Light.otf); }
@font-face { font-family: NexaBold; src: url(../fonts/Nexa_Bold.otf); }

body {
	font-family: NexaLight!important;
	background-image: url("../img/principal/bg_modulos.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
}
.nexa_bold{
	font-family: NexaBold!important;
}
.pointer
{
	cursor:pointer;
}
.bar_menu{
	position: fixed;
    z-index: 8;
    width: 100%;
    top: 0;
}
#inf h2,#inf  h5{
	color:#ffb70a;
	font-family: NexaBold!important;
}
.card-body{
	background: linear-gradient(86deg,rgb(255, 124, 0)15%, rgb(255, 183, 0) 76%);
    color: white;
}
.card{
	display: inline-table!important;
    margin-right: 1rem;
}
.centrado-porcentual {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#top {
	max-height: 38rem;
	background-repeat: no-repeat;
    background-size: cover;
}
a{
	text-decoration: none;
}
#login_mensajes { margin: 10px 0 10px 0; }
/**********  Banner Manzana **********/
#banner_nm { 
	padding: 20px 0px; 
	background: linear-gradient(86deg,rgb(23, 156, 3)59%, rgb(147, 188, 16) 93%);
    color: white;
}
.banner_nm_right h2 {
	font-size: 38px;
	font-weight: bold!important;
}

.plus {
	height: 27px;
	width: 27px;
	background-color: rgb(255, 72, 0); 
	position: absolute;
	bottom: 0; right: 0;
	text-align: center;
	border-bottom-right-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
/**********  Inscripcion  **********/
#inscripcion {
    background-color: #ffffff;
    text-align: center;
}
/**********  Contacto  **********/
#contacto {
    text-align: center;
    padding: 2rem;
	background: linear-gradient(86deg,rgba(255, 124, 0, 0.8)15%, rgba(255, 190, 7, 0.8) 76%);
	color:white;
}
#contacto h3 {font-weight: bold;font-size: 1.5rem; }
#contacto div button{
	border-radius: 1.5rem;
    padding: 7px 15px;
    background-color: #28a745;
    color: #ffffff;
    margin-top: 5px;
    font-weight: bolder;
    box-shadow: none;
    border: 0;
}
/**********  Temas de interes  **********/
#temas_interes {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
#temas_interes h3 { color: #FF4800;font-size: 1.17em!important;font-weight: bold;}

.temas_interes_seccion { width: 33%; float: left; text-align: left; }

.temas_interes_seccion ul { margin-left: 25px; }

.temas_interes_seccion li { margin-bottom: 25px; color: #7F8C8C; }

.media{ border-left: 1px solid #C8C9CA; border-right: 1px solid #C8C9CA; } 

/********** Footer **********/

#footer_content {padding: 30px 0 0 0; background: linear-gradient(86deg,rgb(255, 124, 0)15%, rgb(255, 183, 0) 76%); color: #ffffff;}
#footer_content1 p,#footer_content2 , #footer_content1 h3 , #footer_content1 img {
    padding-left: 100px;
}

#footer_content1 img { max-width: 70%; }

#footer_content1 h3 { margin-bottom: 0px;font-size: 1.17em!important;font-weight: bold; }

#footer_content2 h3 { padding-left: 40px;margin-bottom: 30px;font-size: 1.17em!important;font-weight: bold; }

#footer_content2 li a { text-decoration: none; color: #ffffff; }

#footer_social {
	background-color:#af6400;
	color:white;
}

#footer_social #footer_social_images { margin: 5px 100px 5px 0px; }

#footer_social img{ width: 40px; }
.logo{
	max-width:80%;
}
#contador h4{
	margin-top: 3rem;
	margin-bottom: -18px;
}
#text_info{
	font-size: 1.3rem;
}
#ini_curso{
	width: 14rem;
    padding: 1rem;
    background: #252525;
    color: white;
    text-align: center;
    position: absolute;
    top: -5px;
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.falta{
	color:white;
	display:inline-table;
	font-size:4rem;
	font-family: sans-serif;
    font-weight: bold;
}
.text_falta{
	font-size:1rem;
	margin-top: -1.8rem;
}

.fondo{
	max-height: 38rem;
	width: 100%;
}
#top_movil{
	display:none;
}
@media only screen and (max-width: 500px) {
	.men {
		width: 13rem;
		background: rgba(254, 202, 0, 0.95);
		z-index: 1;
	}
	#top{
		display:none;
	}
	#top_movil{
		display:initial;
	}
	.inf_col{
		height: 25rem;
	}
	.inf_col div{
		width:95%;
	}
	.banner_nm_right h2 {
		font-size: 23px;
	}
	#top_movil{
		background-image: url("../img/principal/consultorios/consultorio.png");
		height: 343px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#contador h4 {
		margin-top: 1rem;
		margin-bottom: -18px;
	}
	.falta {
		font-size: 3rem;
	}
	.text_falta {
		margin-top: -0.8rem;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	#top {
		height: 34.3rem;
	}
	.logo {
		max-width: 70%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	#top {
		height: 26.6rem;
	}
	.logo{
		max-width:48%;
	}
	.falta {
		font-size: 4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top {
		height: 20rem;
	}
	.inf_col div{
		position:relative;
	}
	.logo {
		max-width: 36%;
	}
	.text_falta {
		margin-top: -1.2rem;
	}
	.falta {
		font-size: 3rem;
	}
	#contador h4{
		margin-top: 1rem;
		margin-bottom: -18px;
	}
}

@media only screen and (min-width: 770px) and (max-width: 991px) {
	/**********  Temas de interes  **********/
	.temas_interes_seccion ul { margin-left: 15px; margin-right: 15px; }
}

@media only screen and (max-width: 769px) {
	#footer_content1 p,#footer_content2, #footer_content1 h3 , #footer_content1 img, #footer_content3 {
	    padding-left: 30px;
	}

	#footer_content1 img { width: 70%; }
}
/*************temas**********************/
div.basic {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    float: left;
}
div.txt {
    max-width: 900px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
div.basic p, div.basic ol, div.basic ul {
    padding-bottom: 10px;
    padding-top: 10px;
}
div.frame_empleo
{
	display:none;
}