#hero {
    width: 100%;
    height: 80vh;
    background: url("../img/hero-bg-mov.gif") top center;
    background-size: cover;
    position: relative;
    background-position: center bottom;
}

#hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header .logo img {
  max-height: 45px;
}

.icon-box i{
	color: #99bc73;
}

.borde {
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}

.bg-danger {
    background-color: #f2dede  !important;
	text-align: center;
	color:#000;
}

.navbar a, .navbar a:focus {
  justify-content: flex-start;

}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: rgba(128, 161, 118, 0.2);
  color: var(--bs-table-striped-color);
}

.navbar a i {
  padding-right: 10px;

}

.aloj_filters {
	margin-bottom: 50px;
}

.aloj_filters a{
	font-size: 12px;
}

.card-body p.ubi a{
	color:#666;
}

.badge-danger {
  text-align: center;
  padding: 15px;
  color: #fff;
  background-color: #dc3545;
  position: fixed;
  top: 75px;
	display: block;
	width: 100%;
	z-index: 1
 	
}


.badge-danger span p {
  text-align: center;
  padding: 5px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: inline;
  /*text-transform: uppercase;*/	
}



/*--------------------------------------------------------------
# Courses Course Details Section
--------------------------------------------------------------*/
.courses-course-details {
  padding-bottom: 20px;
}

.courses-course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.courses-course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.courses-course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}

.courses-course-details .course-info {
  background: #eef0ef;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.courses-course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: var(--nav-font);
}

.courses-course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.courses-course-details .course-info a {
  color: var(--accent-color);
}

.courses-course-details  ul {
  list-style-image: url("../img/chev.png");
  padding-left: 1rem;
  font-size: 13px;	
}

.courses-course-details  ul b, .courses-course-details  ul strong{
  color: #99bc73;
}

.courses-course-details  ul li{
  margin: 15px 0;
}

.ficha {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
    border-top-color: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}


/*-------------FILTROS----------------------*/

.button {
  border: 1px solid;
  border-radius: 1px;
  font-size: .9em;
  padding: 8px 15px;
  background: #fff;
  border-color: #e6eff2;
  color: #515151;
  font-weight: 600;
  letter-spacing: .04em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
  line-height: 1.82857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button.btn_verde:hover, .button.btn_verde:active, .button.btn_verde:focus {
  background: #2f4347;
  border-color: #2f4347;
}
.aloj_filters .button {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 80%;
}

.aloj_filters .button {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 80%;
}

.button.btn_verde {
  background: #99bc73;
  border-color: #99bc73;
  color: #fff;
}

.button.btn_sec {
  background: #9d6da5;
  border-color: #9d6da5;
  color: #fff;
}



#footer {
  background-image: url("../img/arbol-bg.png");
  background-position: bottom right 20%;
  background-repeat: no-repeat;
  background-size: 170px;
}

#footer .credits a {
  color: #2f4347;
  transition: 0.3s;
  font-weight: bold;	
}

#footer img {
  max-width: 170px;	
}


#why-us {
  background: #779E4C;
  color: #fff;
  padding: 0 !important;

}

.events .card {
  border: 0;
  padding: 0 10px;
  margin-bottom: 60px;
  position: relative;
}


.flores-bg{
	z-index: 2;
	position: absolute;
	/*margin: -100px 0 0 0;*/
	margin: 300px 0 0 0;
	right: 150px;
		
}

.detalle_n p{
	padding: 0;
	margin: 0;
}

#popular-courses{
	padding-top: 0;
}

.img-info {
  height: 250px;
  display: block;
  border-top-left-radius: 50px;
}

.events .card-body {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}	

.ubi{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666;
}

.ubi i{
	color:#99bc73;
}

.features {
  padding-top: 60px;
}


.features .icon-box i {
  font-size: 32px;
  padding-right: 24px;
  line-height: 1;
}


/*--------------------------------------------------------------
	Barra Cookies
--------------------------------------------------------------*/

#barra_aceptacion_cookies .btn-success {
    color: #fff;
    background-color: #157347 !important;
    border-color: #146c43!important;
	text-transform: none;
}

#barra_aceptacion_cookies .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
	text-transform: none;
}

#barra_aceptacion_cookies .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
	text-transform: none;
}

#barra_aceptacion_cookies {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    left: 0;
    /*min-height: 70px;*/
    padding: 15px;
    position: fixed;
    /*right: 0;*/
    text-align: center;
    /*width: 100%;*/
    z-index: 99999;

}

#barra_aceptacion_cookies p{
	color:#fff;
	line-height: normal;
	padding: 5px 20px;
	text-align: center;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    float: left;
    font-size: 90%;
    padding: 2px 4px;
    white-space: normal;
    width: 100%;
}

.listado_cookies {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.listado_cookies li {
    display: inline-block;
    padding: 5px 20px 5px 25px;
}

#barra_aceptacion_cookies a {
    color: #fff !important;
	font-weight: bold;
	font-size: 13px !important;
	 padding: 5px 10px !important;
}

#barra_aceptacion_cookies strong {
    color: #fff !important;
}



/*--------------------------------------------------------------
	Fin Barra Cookies
--------------------------------------------------------------*/

.planos img{
	text-align: center;
	max-width: 100%;
    height: auto;

}

.aviso{
	padding: 30px;
	background-color: #ecf9f0;
	margin-bottom: 20px;
	font-weight: bold;
	/*font-size: 14px;*/
	color: #2f4347;
	text-align: center;
	line-height: 23px;
}

.ruta{
	background-image: url("../img/ruta.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 300px;
}

.mapa_w li {
  list-style: none;
  padding: 5px 0;
}

.mapa_w li li li {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  list-style: none;
}

.mapa_w li li li a {
  color: #666;
}
.mapa_w li li li li {
  font-weight: normal;
  list-style: circle;
  font-size: 14px;
}

.mapa_w li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapa_w li {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}

.mapa_w li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mapa_w li li li {
    list-style: none;
    padding: 3px 0;
    margin: 0;
    font-size: 13px;
}

#p-neutro p{
	margin-bottom: 12px;
}

.verde{
	color: #99bc73;
}

.amarillo{
	color: #e1a728;
}

.azul{
	color: #7aaec4;
}

.morado{
	color: #9d6da5;
}

.oscuro{
	color: #2f4347;
}


.course-content p{
	text-align: justify;
}


.titular_grande{
	font-size: 35px;
	font-weight: bold;
	line-height: normal;
	display: block;
	margin-bottom: 20px;
}

.multimedia{
	display: block;
	padding: 25px;	
	margin-bottom: 25px;
	border: 1px solid #eef0ef;
}

.multimedia img.img-thumbnail{
	margin:10px 0;
}

.titulo1{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 100px;	
}

.titulo2{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 35px;	
}

.titulo3{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 60px;	
}

.titulo4{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 40px;	
}

.titulo5{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: normal;
}

.titulo6{
	display: block;
	font-weight: bold;	
	font-size: 17px;	
}


.multimedia ul{
	padding: 0;
	margin: 0;
	
}

.multimedia ul li{
	list-style: none;
	
}

.categoria_p {  
    display: inline-block;
	background: color-mix(in srgb, #666, transparent 95%);
    color: #666;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 6px 14px;
    margin: 0;
    border-radius: 5px;
}

/*------- barra compartir -------*/

.compartir {
	background-color: #CDCDCD;
    border-bottom: 1px solid #fff;
    position: relative;
}

.hbf_3 .inner {
    min-height: 110px;
    padding: 35px 0;
}

.compartir .share {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.compartir .share .social_media {
    display: inline-block;
}

.social_media a {
    background: #fff;
    border: 1px solid #E6EFF2;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 1px;
    line-height: 40px;
    margin: 4px;
    text-align: center;
}

.social_media a:hover {
    color: #fff;
}


.social_media .facebook {
    color: #3b5998;
}

.social_media .facebook:hover {
    background: #779E4C;
    border-color: #779E4C;
}

.social_media .twitter {
    color: #4099FF;
}

.social_media .twitter:hover {
    background: #779E4C;
    border-color: #779E4C;
}

.social_media .googleplus {
    color: #d34836;
}

.social_media .googleplus:hover {
    background: #779E4C;
    border-color: #779E4C;
}

.social_media .whatsapp {
    color: #25d366;
}

.social_media .whatsapp:hover {
    color: #fff;
    background: #779E4C;
    border-color: #779E4C;
}

.social_media .telegram {
    color: #34abdf;
}

.social_media .telegram:hover {
    color: #fff;
    background: #779E4C;
    border-color: #779E4C;
}


/*-------------------- paginacion -----------------*/

.paginacion_centrada {
    text-align: center;
}

.pagination {
    margin: 20px 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.pagination ul > li > a, .pagination ul > li > span {
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
	font-size: 12px;
}

.combo_paginacion {
    float: left;
    height: 30px;
    margin: 0;
    padding: 5px;
    width: 60px;
}

.pagination li a:hover, .pagination li.active a, .pagination li a:focus {
    background: #99bc73 none repeat scroll 0 0;
    color: #fff;
    border-color: #99bc73;
}

/*-------------------- fin paginacion -----------------*/


h3, .h3{
	color: #2f4347;
	font-weight: bold;
	font-size:36px;
}

h4, .h4{
	font-weight: bold;
	font-size:20px;
	color: #2f4347;
	letter-spacing: 1px;
}

h5, .h5{
	color: #2f4347;
	font-weight: bold;
	font-size: 17px;
}

.about .content ul {
    list-style: none;
   /* padding: 0;*/
	padding-top: 15px;
}

.about .content ul i{
    font-size: 15px;
}

.about .content h3 {
    font-weight: 800;
    font-size: 27px;
}

.imagenes img{
	width: 100%;
}

#content h4, .h4{
	width: auto;
	display: inline-table;
	border-top: 3px solid #99bc73;
    margin-top: 40px;
    font-weight: 700;
    color: #666;
    font-size: 18px; 
    text-transform: none;
    letter-spacing: normal;
    padding: 15px 0;  
}

.icon-box {
    text-align: center;
}

#hero .container {
  padding-top: 72px;
  text-align: center;
}


.breadcrumbs {
  text-align: left;
  color: #fff;
  padding: 50px 0;	
}

#about p{
	text-align: justify;
}

#back{
	/*background-image: url(../img/back01.png);*/
	background-position: center;
	background-size: cover;	
	/*background: url('') no-repeat left; */

}

#cabecera1 {background: url("../img/pback012.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera2 {background: url("../img/pback022.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera3 {background: url("../img/pback032.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera4 {background: url("../img/pback042.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera5 {background: url("../img/pback052.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera6 {background: url("../img/pback062.png") no-repeat bottom center; background-size: cover; min-height: 180px;}
#cabecera7 {background: url("../img/pback072.png") no-repeat bottom center; background-size: cover; min-height: 180px;}


button.acordeon {
  align-items: flex-start;
  background-color: transparent;
  margin-top: 40px;
  font-weight: 700;
  color: #666;
  font-size: 18px;
  border: none;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  padding: 15px 0;
  cursor: pointer;
}

button.acordeon.collapsed::after {
    padding-right: 20px;
    font-family: FontAwesome;
    content: "\f078";
    color: #99bc73;
    font-size: 15px;
    transition: .3s all ease;
    float: right;
}

button.acordeon::after {
  padding-right: 20px;
  transition: 2s;
  font-family: FontAwesome;
  content: "\f077";
  color: #99bc73;
  font-size: 15px;
  float: right;	
}



#acordeones button {
    display: block;
    border-bottom: 3px solid #99bc73;
    width: 100%;
}


.breadcrumbs h2 {
  font-size: 40px;
  font-weight: 800;
  /*color:#2f4347;*/
}

.breadcrumb > li + li::before {
  content: "/\00a0";
  padding: 0 5px;
  color: #2f4347;
}

.breadcrumb > li > a {
  color: #fff;
  font-weight: bold;	
}

.mapa_distritos img{
	/*max-width: 500px;*/
}



.features .icon-box .titulo3 a {
  color: #2f4347;
  transition: 0.3s;
}

.features .icon-box .titulo3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}



.btn {
background: #779E4C;
display: inline-block;
padding: 8px 35px;
border-radius: 50px;
color: #fff;
font-size: 14px;  
font-family: "Raleway", sans-serif;
font-weight: 600;
transition: 0.3s;
}

.about .content ul li:before {
	list-style: none;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
    color: #99bc73;
	padding-right: 10px;
}

.about .content ul.documentos li:before {
	content: none;
}

.pie_foto{	
	font-size: 13px;
	font-style: italic;	
}

.btn:hover, .btn:active, .btn:focus {
    background: #2f4347;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;  
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.mas_noticias{
	float: right;
	margin: 0;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
	color:#fff;
}



.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: normal;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}



.documentos {
	margin:20px 0;
}

.documentos li{
	border-left: 3px solid #99bc73;
	padding-left: 20px;
}

.pricing ul li:before{
	display: none;
}




/*--------------------------------------------------------------
# Trainers Section
--------------------------------------------------------------*/

.trainers .member img {
  margin: 0;
}

.trainers .member {
  position: relative;
  border:none;	
}

.trainers .member .member-img {
  margin: 0 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .trainers .member .member-img {
    margin: 0 60px;
  }
}

.trainers .member .member-img img {
  position: relative;
  z-index: 1;
}

.trainers .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.trainers .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.trainers .member .member-img .social a:hover {
  color: var(--accent-color);
}

.trainers .member .member-info {
  margin-top: 30px;
}

.trainers .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.trainers .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.trainers .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;	
}

.trainers .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.button.btn_verde.distrito2{
	background-color: #5bafc5;
	border-color: #5bafc5;
}

.button.btn_verde.distrito3{
	background-color: #177587;
	border-color: #177587;
}

.button.btn_verde.distrito4{
	background-color: #423256;
	border-color: #423256;
}

.button.btn_verde.distrito5{
	background-color: #f3a803;
	border-color: #f3a803;
}

.button.btn_verde.distrito6{
	background-color: #ffd478;
	border-color: #ffd478;
}

.button.btn_verde.distrito7{
	background-color: #a16e39;
	border-color: #a16e39;
}

.button.btn_verde.distrito2:hover, .button.btn_verde.distrito2:active, .button.btn_verde.distrito2:focus, 
.button.btn_verde.distrito3:hover, .button.btn_verde.distrito3:active, .button.btn_verde.distrito3:focus,
.button.btn_verde.distrito4:hover, .button.btn_verde.distrito4:active, .button.btn_verde.distrito4:focus,
.button.btn_verde.distrito5:hover, .button.btn_verde.distrito5:active, .button.btn_verde.distrito5:focus,
.button.btn_verde.distrito6:hover, .button.btn_verde.distrito6:active, .button.btn_verde.distrito6:focus,
.button.btn_verde.distrito7:hover, .button.btn_verde.distrito7:active, .button.btn_verde.distrito7:focus{
  background: #2f4347;
  border-color: #2f4347;
}


.aloj_filters .button.active {
  background: #2f4347;
  border: 1px solid #2f4347;
  max-width: 80%;
}


.text-justify{
	text-align: justify !important;
}

/*--------------------------------- ESTILOS RESPONSIVE ------------------------------------*/




@media only screen and (max-width: 980px){
	

	
}


@media only screen and (max-width:1400px) {
	
	#footer {		
		background-image: none;
	}
	
	.flores-bg{
		display: none;

	}
	
	.events .card-body {
	  padding: 15px 0;
	  
	}

	
}

@media only screen and (max-width: 700px){
	
	
	


}

@media only screen and (max-width: 450px){

	.container{
		padding: 20px;
	}
	
	.mas_noticias{
		display: block;
		float: left;
		margin: 20px 0;
	}
	
	.section-title h2 {
		display: none;
	}
	
	#footer {
		text-align: center;
		
	}
	
	.breadcrumbs {
	  margin-top: 90px;
	  padding: 30px 0;
	}
	
	section {
	  padding: 0;
	}
	
	

}



