@import "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css";
.page-objetivos__mision li h4{
	display: none;
}
.page-objetivos__mision li p{
	padding: 0;
}
.page-objetivos__mision li > div{
	display: flex;
    align-items: center;
}
.mb-50{
	margin-bottom: 50px;
}
.page-participa__acordion > div > .cmsmasters_toggle_title {
	background: #d3aa06 !important;
	text-align: left !important;
}
.page-participa__acordion > .current_toggle > .cmsmasters_toggle_title {
	background: #ffcc03 !important;	
}
.page-participa__acordion > div > .cmsmasters_toggle_title a{
	color: black !important;
}
.page-participa__acordion > div .cmsmasters_toggle_inner{
	padding: 20px 25px 50px;
}
.page-participa__acordion .cmsmasters_toggle_wrap{
	margin-bottom: .7rem !important;
}
.row-nuestro-equipo .button_wrap{
	width: 200px !important;
	text-align: center !important;
	margin: 0;
}
.ico-title h2::before{
	background: #cd366b;
	color:#e5e4e1;
	border-radius: 50%;
	padding: .5rem;
    width: 40px;
    height: 40px;
}
.custom-slider .ls-layers .ls-wrapper p{
	text-shadow: rgb(0 0 0 / 90%) 0px 0px 10px;
	padding: .75rem 2rem !important;
	border-radius: .5rem !important;
    width: fit-content !important;
    background: rgba(255 255 255 / 30%) !important;
    font-weight: 500 !important;
}
header #navigation > li > a span{
	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}
.custom-slider {
    margin-top: 200px;
}
.btnhome .cmsmasters_button {
    font-size: 12px !important;
    line-height: 40px;
    font-weight: 400;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border-style: solid;
    background-color: #f3901b;
    border-color: #f3901b;
    text-transform: capitalize;
    letter-spacing: 0;
}





@media only screen and (max-width: 768px){
	#header,
	#header .header_bot,
	#header .header_bot .header_bot_outer{
		overflow: visible !important;
	}
	.custom-slider {
    	margin-top: 0;
	}
}

 

@media only screen and (max-width: 1024px){
ul.navigation {
    background-color: #109d59 !important;
}
#cmsmasters_row_us0pdrw94r .cmsmasters_row_outer_parent	{
    padding-top: 0px !important;
	padding-bottom: 0px !important;
}
}

.botonera {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .botonera {
    flex-direction: column;
  }
}
.botonera > div {
  margin-bottom: 1rem;
}
.botonera > div a {
  background: #e6e7fb;
  color: #800404;
  text-decoration: none;
  padding: 1rem 1.25rem;
  border-radius: 2rem;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .botonera > div a {
    text-align: center;
  }
}
.botonera > div a:hover {
  text-decoration: underline;
}
.botonera > div:nth-child(odd) a {
  background: #56cffc;
}
.botonera > div:last-child {
  margin-bottom: 0;
}

.home-equipo .owl-pagination {
  display: none;
}
.home-equipo article {
  padding: 0 50px !important;
}
.home-equipo article figure,
.home-equipo article header {
  pointer-events: none;
}
.home-equipo article figure img {
  border-radius: 50%;
}
.home-equipo article .cmsmasters_slider_project_content p {
  text-align: center !important;
}

#bottom {
  background: #75160f;
}
@media (min-width: 992px) {
  #bottom ul {
    padding-right: 5rem;
  }
}
#bottom ul li a {
  text-decoration: none;
}
#bottom #text-5 .direccion {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#bottom #text-5 .direccion img {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
#bottom #text-5 .correo img {
  margin-right: 0.5rem;
}

#footer {
  background: #410504;
}
#footer .social_wrap ul li {
  margin-right: 1rem;
}
#footer .social_wrap ul li:last-child {
  margin-right: 0;
}
#footer .social_wrap ul li a {
  font-size: 1.5rem;
  text-decoration: none;
}