/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 06 2025 | 16:50:50 */
h1, h2, h3, h4, p, a {
    font-family: 'Raleway', sans-serif !important;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    list-style-type: disc;
    padding: 0 0 0px 0em;
    line-height: 26px;
}
.dots-white {
  position: absolute;
  /*bottom: 0rem;*/
	bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.dots-white li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.dots-white li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.dots-white li button:before {
  content: "•";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.4;
      color: #b4b3b4;
}

.dots-white .slick-active button:before {
  opacity: 0.9;
}

/*SLIDER RAUL CSS*/
div#miSlider {
  padding-left: 3rem;
  padding-right: 3rem;
}

.slick-prev2,
.slick-next2 {
  font-size: 30px;
  /* Tamaño de la fuente de las flechas */
  color: #026EC2 !important;
  /* Color de las flechas (importante para anular estilos predeterminados) */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.slick-prev2 {
  left: 10px;
}

.slick-next2 {
  right: 10px;
}

button.slick-prev2.slick-arrow {
  margin-left: 72px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #466d8c!important;
  border: none;
}

button.slick-next2.slick-arrow {
  margin-right: 72px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #466d8c!important;
  border: none;
}

@media (max-width: 767px) {
  div#miSlider {
    padding-left: 0;
    padding-right: 0;
  }

  button.slick-prev2.slick-arrow {
    margin-left: 20px;
  }

  button.slick-next2.slick-arrow {
    margin-right: 20px;
  }

  button.slick-prev2.slick-arrow {
    background: #ffffff00!important;
  	color: #fff!important;
  }

  button.slick-next2.slick-arrow {
    background: #ffffff00!important;
  	color: #fff!important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div#miSlider {
    padding-left: 0;
    padding-right: 0;
  }
}




/*ESTILOS SLIDERS ANUNCIOS*/

    #anuncios button.slick-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        /* --size: 3rem; */
        /* width: var(--size); */
        /* height: var(--size); */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #3fb7a7;
        border-radius: 50%;
        border: none;
        color: white !important;
        z-index: 1;
        font-size: 20px;
        width: 45px;
        height: 45px;
		cursor:pointer;
		 transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    }
#anuncios button.slick-arrow:hover{
	background: #03ffff;
	color:white !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); 

}


    #anuncios button.slick-prev {
        left: 1rem;
    }

    #anuncios button.slick-next {
        right: 1rem;
    }

    #anuncios .card-empresa-slider {
        /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25); */
        /* border-radius: 12px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        /* position: relative; */
        height: 170px;
        width: 200px;
        margin: 1rem auto;
        background: white;
    }

    #anuncios img.img-empresa-slider {
        width: 100%;
            height: 100%;
    object-fit: contain;
    }

    @media only screen and (min-width: 601px) and (max-width: 1024px) {
        #anuncios .card-empresa-slider {

            height: 120px;
            width: 100%;

        }

        #anuncios img.img-empresa-slider {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    }

    @media (max-width: 600px) {
        #anuncios .card-empresa-slider {
            height: 107px;
            width: 100%;
        }

        #anuncios img.img-empresa-slider {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    }
/*------------------*/