body {
background-image:none;
background-color: #F4F4F4;
width: auto;


}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: roboto;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



.hidden{
	visibility: hidden;
}





.manito{
	width: 85%;
	height: 0 auto;
	display: block;
	
	margin: 2em auto;
}


.menu{
	width: auto;
	height: 80px;
	padding: 5px  3em;
	background: #fff;
	display: flex;
	

	         
  justify-content: space-around;

}


#logocursos{
	height: 4.5em;
	padding-bottom: 7px;
	width: auto;
	margin-bottom: 1em;

	
}


.titulocursos{
	color: #1490C7;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2em;
	height: auto;
	margin-top: 1em;
	padding-right: 36px;
	width: auto;
	display: inline-block;
	vertical-align: 50%;



}




.titulocursosinstituciones{
	color: #318941;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 2em;
	height: auto;
	margin-top: 1em;
	padding-right: 36px;
	width: auto;
	display: inline-block;
	vertical-align: 50%;



}






.ham {
	
	display: inline-block;
	float: right;
	height: auto;
	padding-top: 4px;
	width: 2em;
	cursor: pointer;
}



.menucursos{

	background-color:#E3E3E3;
	display: inline-block;
	height: 54px;
	margin: 0 auto;
	padding-top: 1em;
	width: 100%;
	cursor: pointer;




}


.centrado{
	margin: 0 auto;
	width: 90%;

}



.botoncursos {
  background-color: #44b649;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.94em;
  font-family: 'abrade-bookitalicuploadedfile';
  position: relative;
  padding: 8px;
  width: 32%;
 
  margin: 0 auto;

 

}








.imagenintromovil{
	display: none;
}




.botoncursosfirst {
  background-color: #318a42;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.94em;
  font-family: 'abrade-bookitalicuploadedfile';
  position: relative;
  padding: 8px;
  width: 32%;
  margin-bottom: 2px;
  margin: 0 auto;

 

}






.botoncursos:hover {
  background-color: #318a42;
  cursor: pointer;

}

.botoncursos:active {
  background-color: #10485D;

}



.intro{
	width: 60%;
	height: auto;
	margin-bottom: 2em;
	padding-bottom: 1em;
	display: inline-block;
	
}

.imagenintro{
	width: 35%;
	height: auto;
	float: right;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 0em;
}

.imagenintro img{
	width: 99%;
	height: 80%;
	margin-top: 0em;
	margin-bottom: 1em;

}


.titulosgenerales{
	 font-family: 'abrade-blackitaliuploadedfile';
	 font-size: 2em;
	 color: #0E3867;
	 margin-top: 7px;
}

.parrafosintro{
	font-family: roboto;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #747474;
	text-align: justify;
	vertical-align: text-top;
	margin-bottom: 1em;

}

h1{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #0E3867;
	font-size: 2em;
	text-align: center;
}


h2{
	margin-top: 0.8em;
	margin-bottom: 1em;
	color: #0E3867;
	font-size: 2em;
	text-align: center;
}





.cardstodoscursos{
		         
  margin: 0 auto;
  width: 90%;
  /*min-width: 1100px;*/
 



  
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;
  text-align: center !important;

}

.centradin{

	font-family: roboto;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #747474;
	text-align: center;
	vertical-align: text-top;
	margin-bottom: 1em;


}






.cardscurso {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    display: inline-block;
    width: 220px;
    max-width: 240px;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 22px solid #44b649;
    color: #4E4E4E;  
    margin-right: 0.2em;
    margin-left: 0.2em;
    margin-bottom: 3.2em;
    position: relative;
    font-family: roboto;
    font-size: 0.9em;
    line-height: 1.2944em;
    text-align: center !important; 
    text-decoration: none;


    }



    .cardscurso a {
    text-decoration: none;
    color: #4E4E4E;


    }

    .cardscurso:hover {
      box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .cardscurso img {
      border-radius: 5px 5px 0 0;
      width: 100%;
      max-height: 128px;
      height: auto;
      background-position: center;
     overflow: hidden;
         border-radius: 5px 5px 0 0;
         height: 128px;
         width: 100;
        height: auto;
        border-bottom: 3px solid #44b649;
    }

.textodentro{
  line-height: 118px;
  min-height: 118px;
  padding: -4px 10px;  
 

}
.textodentro span{
	display: inline-block;
  vertical-align: middle;
  line-height: normal;



}

@media only screen and (min-width: 1320px) and (max-width: 1400px) {

	.imagenintro{
		
		position: absolute;
		width: 305px;
		height: 253px;
		overflow: hidden;
		margin-left: 5em;

	}


}



@media only screen and (max-width: 850px) {

	.intro{
	width: 99%;
	height: auto;
	margin-bottom: 2em;
	padding-bottom: 1em;
	display: inline-block;
	
	}



	.imagenintromovil{
	display: inline-block;
	width: auto;
	
}

		.imagenintromovil img{
	display: block;
	width: 80%;
	margin: auto;
	margin-bottom: 1em;
	
}


	.imagenintro{
		display: none;
	}


}







@media only screen and (max-width: 800px) {
  .botoncursos {
  
  display: inline-block;
  position: relative;
  padding: 8px;
  width: 100%;
  margin-top: 1em;
  margin: 0 auto;

}

	.botoncursosfirst {

  	width: 100%;

	}


	.centrado{
	margin: 0 auto;
	width: 85%;
	
	font-size: 1em;
	

	


}


.menucursos {
    background-color: #E3E3E3;
    display: inline-block;
    height: 113px;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    cursor: pointer;
}



.titulocursosinstituciones{
	text-align: center;
	color: #fff;
	font-size: 1em;
	padding: 1em;
}


.titulocursos{
	color: #318a42;
	font-family: 'abrade-bolditalicuploadedfile';
	font-size: 1.3em;
	height: auto;
	margin-top: 1em;
	padding-right: 20px;
	line-height: 1.1em;

	width: auto;
	display: inline-block;
	text-align: center !important;
	



}


}



@media only screen and (max-width: 785px) {

	.cardscurso{
		width: 210px;
		max-width: 210px;
	}





}




@media only screen and (max-width: 520px) {

	.cardscurso{
		width: 210px;
		max-width: 210px;
	}





}



@media only screen and (max-width: 486px) {

	.cardscurso{
		width: 200px;
		max-width: 200px;
	}





}

@media only screen and (max-width: 430px) {

	.cardscurso{
		width: 170px;
		height: 100px;
		max-width: 170px;
	}


	.cardstodoscursos {
    margin: 0 auto;
    width: 97%;
    /* min-width: 1100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center !important;
   
}



.textodentro span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
  
}






}

