	
/*CSS NEW Restrepo Page*/

.s-header__navbar {
    background: white;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon{
	background: black;
}


#section-cursos{
	width: 100%;
	height: auto;
	position: relative;
	top: 90px;
	padding: 0px 0;
	background: black;
	display: block;
	padding: 10px 0 0px 0;
	/*background: url("../img/section-one/one.webp")no-repeat;
	background-size:cover;*/

}

.box{
	width: 100%;
	height: auto;
	/*border: 1px solid orange;*/
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*background: url("../img/section-one/one.webp")no-repeat;
	background-size:cover;*/

}

.divcurso-1{
 width:30%;
 height: 900px;
/* border:1px solid white;*/
 display: inline-block;

}


.img-onecurso{

	
	width: 100%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
	margin-top: 25%;

}





.divcurso-2{
	width:70%;
	height: 900px;
	 /*border:1px solid white;*/
	 display: inline-block;
	 margin: auto;
	 background: white;

}


.guias{
	color:white;
	background: #2493A5;
	padding: 7px;

}


#main-container{
	margin: 50px auto;
	width: 95%;

	
}

table{
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
}




th, td{
	padding: 20px;
}

.medida-c1{
	width: 0%;
}
.medida-c12{
	width: 20%;
}
.medida-c13{
	width: 80%;
}


.textcenter{
	text-align: center;
}


thead{
	background-color: #E24E36;
	border-bottom: solid 5px #0F362D;
	color: white;
	text-align: center;
	font-size: 18px;
}

tr:nth-child(even){
	background-color: #ddd;
}



/*
Section curso*/

.g-padding-y-80--xs {
	margin-top:50px;
    padding-top: 7rem;
    padding-bottom: 5rem;
}



/*Colores*/


.color-1{
	background: #E2B326;
}

.color-2{
	background: #E15038;
}

.color-3{
	background: #1B90A3;
}

.color-4{
	background: #BE2046;
}


/*.divonecurso-1{
  position: absolute;

  width: 30%;
  height: 100%;
  
 
}

.divonecurso-2{
	position: absolute;
	
	width: 70%;
	height: 100%;
	right:0;
	background: #e2b32682;
}*/






/*
.p-one{
	margin-top: 30px;
	margin-left:45%;
	text-align: left;
	font-weight:bold;
	color:white;
	letter-spacing: 1px;
	font-size: 18px;
}*/





/*
*****************RESSPONSSIVE****************************/

/*@media screen and (max-width: 1880px){





}


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




}*/


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

.divcurso-1{
 width:100%;
 height: 500px;
 /*border:1px solid white;*/
 display: inline-block;
 

}


.img-onecurso{

	
	width: 36%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
	margin: auto;
	margin-top: 0%;
}




.divcurso-2{
	width:100%;
	height: auto;
	/* border:1px solid white;*/
	 display: inline-block;
	 margin: auto;

}


}


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

.img-onecurso{

	
	width: 41%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
	/*margin: auto;*/
}


}

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

.img-onecurso{

	
	width: 55%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
/*	margin: auto;*/
}


#main-container{
	margin: 0px auto;
	width: 100%;
	height: 100%;
	
}



}


@media screen and (max-width: 600px){
.img-onecurso{
	width: 83%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
/*	margin: auto;*/
}



}


@media screen and (max-width: 500px){
		
.img-onecurso{
	width: 100%;
	/*margin-top: 30px;
	margin-right: 20px;*/
	height:auto;
	display: block;
/*	margin: auto;*/
}
table{
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
} 



thead{
	background-color: #E24E36;
	border-bottom: solid 5px #0F362D;
	color: white;
	text-align: center;
	font-size: 12px;
}


}

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

	
		.logosamuel {
	    width: 250px;
	}


		.s-header__container {
	    width: 100%;
	    height: auto;
	    display: table;
	    padding: .0rem 1.875rem;
	}
  



}