.slider-area .slider-1 div.slider-botton ul li a {
  background: #456e6b;
  border: 1px solid #456e6b;
  color: #ffffff;
}

.slider-area .slider-1 div.slider-botton ul li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #456e6b;
}

.title2 {
  background-color: rgba(4,4,4,.8);
  background: radial-gradient(circle, rgba(41,41,41,0.9) 68%, rgba(41,41,41,0.5) 100%);
  padding: 40px;
}

.portfolio-one-area .single-portfolio .overley {
  background: rgba(69, 110, 107, 0.8);
}

@media(min-width: 992px)
{
  .nivoSlider {
    height: 500px;
  }
}

.footer-top-area .footer-three ul li {
  width: 100%;
}

.footer-top-area .footer-three ul li a img {
  max-width: 200px;
  width: 200px;
}

.boton_busqueda {
  background-color: #446e6b;
  color: #fff;
  padding: 15px;
  font-size: 1.1rem;
}

@media(max-width:767px) {
  .boton_busqueda {
    font-size: .9rem;
  }
}

.boton_busqueda:focus,
.boton_busqueda:hover {
  background-color: #fff;
  color: #446e6b;
  transition: all 250ms ease-in-out;
}


.h1_slider_home {
  font-size: 4rem;
  text-shadow: 2px 2px 4px #0F0704;
}

@media(max-width: 800px)
{
  .h1_slider_home {
    font-size: 3rem
  }
}

.portafolio_serie::after {
  font-family: "FontAwesome";
  font-weight: 900;
  /* content: "\f856"; */
  /* content: "\f007"; */
  content: "\f24d";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  opacity: .7;
}


.campo_busqueda {
  font-size: 1.1rem;
  padding: 15px;
}

@media(max-width:767px) {
  .campo_busqueda {
    font-size: .9rem;
  }
}

.btn_paginador {
  padding: 7px 13px;
  background: #f9f9f9;
  color: #456e6b;
  border-radius: 4px !important;
  margin: 0 3px;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  /* position: absolute;
  top: 50%;
  left: 50%; */
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

.spinner .path {
  stroke: hsla(176, 24%, 35%, 1);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.boton_cargar_mas {
  font-size: 1.1rem;
  padding: 15px 25px;
  /* border-radius: 25px; */
  border-radius: 5px;
  color: #fff;
  background-color: #456e6b;
  border: 1px solid #456e6b;
}

.boton_cargar_mas:focus,
.boton_cargar_mas:hover {
  color: #456e6b;
  background-color: #d4dfde;
}


.btn-3
{
	padding: 8px 13px;
	background: #f63a35;
	color: #f9f9f9 !important;
	border-radius: 4px !important;
	margin: 0;
  display: block;
}

.btn-3:hover
{
	background: #ce312c;
	color: #f9f9f9 !important;
}

.link_carrito {
  position: relative;
}

.articulos_carrito {
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: .8rem;
  background-color: #f63a35;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 18px;
  right: 0;
}

.elemento_carrito {
  border: 1px solid #456e6b;
  padding: 20px;
}

.elemento_carrito + .elemento_carrito {
  margin-top: -1px;
  border-top: 0;
}

.articulo_titulo {
  font-size: 1.2rem;
  font-weight: 800;
  color: #363636;
}

.articulo_titulo a {
  color: #363636 !important;
  text-decoration: underline;
}

.articulo_eliminar a {
  color: #456e6b !important;
}

.articulo_eliminar:hover a {
  text-decoration: underline;
}

.articulo_licencia {
  color: #456e6b !important;
}

.articulo_licencia:hover {
  text-decoration: underline;
}

.carrito_regresar {
  color: #363636;
  display: block;
  padding: 6px 15px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #363636;
}

.carrito_regresar:hover {
  color: #456e6b;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single {
  padding: 11px;
  border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
}

.b_avanzada_titulo {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}

.b_avanzada_titulo::after {
  background: #456e6b;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 60px;
}

.boton_busqueda_avanzada {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
  transition: all 300ms ease-in-out;
}

.boton_busqueda_avanzada:hover {
  background-color: #456e6b;
  color: #fff;
  transition: all 300ms ease-in-out;
}

.resultados_pedido {
  font-size: 1.3rem;
}

.seguir_comprando {
  color: #456e6b;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  transition: all 300ms ease-in-out;
  display: block;
  border: 1px  solid #456e6b;
}

.seguir_comprando:hover {
  background-color: #456e6b;
  color: #fff;
  transition: all 300ms ease-in-out;
  border: 1px  solid #456e6b;
}

.boton_normal {
  color: #456e6b;
  padding: 6px 14px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 20px;
  transition: all 300ms ease-in-out;
  display: inline-block;
  border: 1px  solid #456e6b;
}

.boton_normal:hover {
  background-color: #456e6b;
  color: #fff;
  transition: all 300ms ease-in-out;
  border: 1px  solid #456e6b;
}

.splide__arrow {
  width: 3em;
  height: 3em;
  background: #000000;
}

.btn-4 {

}

.informacion_desplegable {
  color: #000 !important;
  font-weight: 400 !important;
}

.titulo_foto_destacada {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: end;
  direction: column;
  height: 100%;
  width: 100%;
  padding: 28px 100px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.titulo_foto_destacada:hover {
  opacity: 1;
}

.destacada_foto_pie {
  font-size: 1.2rem;
  line-height: 120%
}

@media(max-width:991px){
  .destacada_foto_pie {
    font-size: 1rem;
    line-height: 110%
  }
}
.destacada_ver_mas {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fdfdfd;
  color: #456e6b;
  border-radius: 5px;
  border: 1px solid #fdfdfd;
}

.destacada_ver_mas:hover {
  background-color: #fdfdfd;
  color: #456e6b;
  border: 1px solid #456e6b;
}

.descargar_foto_destacada {
  font-size: 1rem;
  color: #fdfdfd !important;
  display: inline-block;
  margin: 0 10px;
  text-decoration: underline;
}

@media(max-width:570px)
{
  .descargar_foto_destacada {
    font-size: .8rem;
    color: #fdfdfd !important;
    display: inline-block;
    margin: 0 10px;
    text-decoration: underline;
  }

  .destacada_foto_pie {
    font-size: .6rem;
    line-height: 100%
  }
}

.boton_accion_foto {
  cursor: pointer;
}

.boton_accion_foto i {
  font-size: 1.2rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fafafa !important;
  border-radius: 50%;
  /* margin: 8px 0 0 0; */
  border: 1px solid #fafafa !important;
  margin: 0 5px;
}

.boton_accion_foto:hover i {
  color: #aaa !important;
  border: 1px solid #eaeaea !important;
}

.foto_carousel_seleccionada {
  opacity: .3;
  background-color: green;
}

.padding_header {
  padding-top: 90px;
  padding-bottom: 20px;
}

@media(max-width:991px)
{
  .padding_header {
    padding-top: 10px;
  }
}

.favoritos_accion {
  cursor: pointer;
}

#scrollUp {
  bottom: 130px;
}

@media(max-width: 767px) {
  .section-image {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .client-logo-area {
    padding-bottom: 15px !important;
  }

  .single-product-area {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .client-logo-area {
    padding-bottom: 15px !important;
  }

  .single-product-area {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 320px) {
  .client-logo-area {
    padding-bottom: 15px !important;
  }

  .single-product-area {
    margin-top: 15px !important;
  }
}

.foto_titular {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}

.foto_titular .titular {
  padding: 10px;
}

.foto_titular .titular p {
  margin: 0;
}

.foto_titular .titular p.fecha {
  margin-bottom: 4px;
  font-weight: bold;
}

@media(max-width: 1399px) {
  .header-middle-area .main-menu nav ul li.home-link {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-middle-area .main-menu ul li {
      padding: 30px 6px;
  }
}

.portfolio-one-area .single-portfolio .overley .portfolio-details h2 a {
  transition: .5s;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}