/* General */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  
}

footer a {
	color: #43b44f;
	font-weight: bold;
}

.card-text{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.espacio{
	height:10px;
}

.documentos{
	display: flex;
	align-items: center;
	justify-content: center;

}

.tabla-buzon{
	font-size: 14px;
}

.plataforma{
	margin-left: 50px;
}

.preguntas{
	width: 800px;
	font-size: 14px;
	margin-left: 50px;
}

.card-text1{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(144, 144, 144) ;
}

.separacion{
  border: 2px solid rgb(225, 255, 0);
}

/* Header */
header {
	background-color: #ffffff;
	padding-top: 0px;
}

.social-header {
	margin-top: 30px;
}

.redes{
	margin-top: 30px;
}

.servicios{
  margin-left: 20px;
  margin-right: 40px;
}

.linea{
	margin-left: 15px;
	margin-right: 50px;
	color: #1c6809;
  }

  .linea2{
	margin-left: 40px;
	margin-right: 50px;
	color: #1c6809;
  }

  .linea_cursos{
	color: #1c6809;
  }

.titulo-nav{
	margin-left: 120px;
	margin-top: 17px;
	color: white;
}

nav{
	display: flex;
	margin-left: 450px;
	flex-direction: row;
	
}

.navegacion a {
	color: white;
	text-decoration: none;
}
	
	nav a{
	color: white;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	}
	
	nav a:hover {
	  background-color: rgba(51, 133, 27, 0.5);
	  color: rgb(179, 255, 0);
	}


	.normativa{
		margin-left: 45px;
	}

	.docu{
		margin-left: 20px;
		font-size: 14px;
	}

	.reglamento{
		margin-left: 20px;
		font-size: 14px;
	}

	.reglamento td:hover{ 
		background-color: #77b81e;
		color: white;
	}

	.reglamento td a:hover{
		color: white;
	}

	.reglamento a{
		color: #706f6f;
		text-decoration: none;
	}

	.mensaje{
		font-size: 16px;
		margin-top: 30px;
		margin-left: 30px;
	  }
  
	.iniciose{
		margin-left: 70px;
	}

	.inicio_caja{
		margin-left: 70px;
	}


/* Main */
#main > .container {
	box-shadow: 0 20px 18px rgba(53, 126, 30, 0.5);
}

/* Carousel */
#slider-home {
	margin-bottom: 50px;
}

.carousel-caption {
	background-color: rgba(41, 23, 1, 0.75);
	height: 100%;
	left: 0;
	top: 0;
	padding: 30px 45px;
	text-align: left;
	width: 340px;
}

	.carousel-caption p {
		font-size: 14px;
		line-height: 18px;
	}

	.carousel-caption h2 {
		font-size: 32px;
		color: #77b81e;
		line-height: 32px;
	}

	.carousel-caption .h4 {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 8px;
	}

	.carousel-caption img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.carousel-caption a {
		border-radius: 0;
		font-weight: bold;
		color: #080129;
		border: none;
	}



footer{
  display: flex;
  background-color: #313030;
  color: white;
  font-size: 14px;
 
}

footer a {
text-decoration: none;
}

footer .col-3{
  margin-top: 30px;
  text-align: left;
  margin-left: 0px;
}

.titulo_pie{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
  color: rgb(190, 190, 190);
 }

 .titulo-servicios a{
	text-decoration: none;
 }

 p{
	text-decoration: none;
 }

 .d-item{
	height: 650px;
 }

.d-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

  .imgRedonda {
    width: 90px;
    height: 70px;
}