/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 14:03:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.e-con-full {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
	padding: 0;
}

.footer-wrapper, .elementor-section-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0;
}

.elementor-heading-title
{
	padding: 50px 0px 50px 0px;	
}

body:not(.home) .elementor-size-default {
  width: 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  padding: 0;
}

.fichas-container
 {
  width: 90% !important;
  max-width: 90% !important;
  margin: 0 auto;
  padding: 0;
}

.inner-header-description 
{
	display: none!important;
}

#main_menu a
{
	color: #FFF!important;
}

#main_menu a:hover
{
	color: #ffb826!important;
}


.sub-menu
{
    border-style: none!important;
	margin-top: -10px!important;
	background-color: #ffb826!important;
}


.main-header-menu .menu-link, .main-header-menu>a
{
    margin-top: 10px;
}


ul.dropdown-menu.active-line-bottom>.current-menu-item>a, ul.dropdown-menu.active-line-bottom>.current_page_item>a, ul.dropdown-menu.default>.current-menu-item>a, ul.dropdown-menu.default>.current_page_item>a {
    border-bottom: 3px solid #FFF!important;
}



.hero-title
{
	font-family: 'montserrat', sans-serif;
	font-size: 30px!important;
	font-weight: 500!important;
    text-align: left;
	margin-left: 280px;
	margin-top: -90px;
}

.header-subtitle
{
	font-family: 'montserrat', sans-serif;
	font-size: 20px!important;
	font-weight: 500!important;
    text-align: center;
}


.fichas-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* espacio entre fichas */
  justify-content: space-between;
}


.ficha {
  width: 30%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: 'poppins', sans-serif;
  overflow: hidden;
  padding: 0;
}


.ficha-header {
  height: 240px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 12px 12px 0 0;
}

.ficha-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;         /* ❗ Elimina espacio debajo de la imagen */
  margin: 0;
  padding: 0;
}

.elementor-heading-title
{
	font-family: "Montserrat", serif;
	font-weight: 500;
	letter-spacing: 0.6px;
	font-size: 2.5vw;
	line-height: 1.5;
}

.ficha-content h3 {
  width: 100%;
  padding: 0px 10px 0px 10px;
  line-height: 1.4;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 10px;
  color: #FF8800;
}

ficha-leer
{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 10px;
  color: #636363;	
}

.ficha-titulo
{
	min-height: 110px
}

.Manito
{
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}
.separador
{
	min-height: 40px
}

.ficha-content a {
  padding-right: 15px;
  float: right;
  text-decoration: none;
  color: #636363;
  font-weight: bold;
  font-size: 12px;
  margin-top: -15px!important;
}

.ficha-divider {
  height: 1px;
  background-color: #f0f0f0;
  margin: 0 16px;
}

.ficha-footer {
  margin-top: 10px;
  padding: 12px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #aaa;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #999;
  width: 99% !important;
}

.ast-container, .ast-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.filtros
{
	width: 90%;
	margin: auto;
}

.textobusca
{
	float: left;
	width: 45%;
	margin-left: 35px;
}

.categoriabusca
{
	float: left;
	width: 25%;
	margin-left: 10px;
}

.buscapor
{
	float: left;
	width: 15%;
	margin-left: 10px;
}

.ordenbusca
{
	float: left;
	width: 35px;
	margin-left: 10px;
}

.fichas-container
{
	clear: both;
}

.Separafiltros
{
	clear: both;
	min-height: 35px;
}

.botonPaginar
{
    background-color: #FF9C00;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
	border-width: 0px!important;
	border-radius: 3px 3px;
}

.elementor-element-977a8d
{
	width:100%!important;
}

@media (min-width: 922px) {
    .ast-container {
        width: 100%!important;
		max-width: 1500px!important;
    }
}

@media (max-width: 900px) {
  .ficha {
    width: 100%;
  }
}
