/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.flexslider .slides li .slide_content {
  position: absolute;

  font-size: 32px;
  font-weight: 600;
  font-family: 'Playfair Display', serif; /* Elegante y más adecuada para perfumes */
  color: #ffffff; /* Contraste máximo sobre el fondo */
  line-height: 1.4;
  letter-spacing: 1px;

  text-shadow: 2px 2px 4px rgba(0,0,0,0.4); /* Sombra suave para mejor visibilidad */
  
  z-index: 10; /* Asegura que se mantenga por encima del fondo */
  text-align: center;

  background: rgba(0, 0, 0, 0.3); /* opcional: fondo semitransparente para legibilidad */
  padding: 10px 20px;
  border-radius: 8px;
}

/*
.flexslider .slides li .slide_content {
  position: absolute;
  top: 33%;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 0 0;

    font-size: 25px;
    font-weight: 400;
    font-color:grey;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #831313;
    line-height: 26px;
    letter-spacing: 0.4px;
}*/
@media (max-width: 1599px) {
  .flexslider .slides li .slide_content {
    //top: 29%;
  top: 10%; /* Lo acercamos más a la parte superior */
  left: 5%;
  right: 5%;
  width: 90%;
  }
}

@media (max-width: 991px) {
  .flexslider .slides li .slide_content {
    //top: 24%;
  top: 0%; /* Lo acercamos más a la parte superior */
  left: 5%;
  right: 5%;
    font-size: 20px !important; 
  }

  .flex-control-nav{ 
  /*display: block; */
  bottom: -5px;
  }

}
@media (max-width: 550px) {
  .flexslider .slides li .slide_content {
    //top: 25%;
  top: 0%; /* Lo acercamos más a la parte superior */
  left: 5%;
  right: 5%;
  font-size: 18px !important; 
  }

  .flex-control-nav{
  display: block; 
  bottom: -10px;
  }
}

.flexslider .slides li .slide_content .headdings.left-align .sub_headding {
  margin: 0 0 25px;
  display: inline-block;
}
.flexslider .slides li .slide_content .headdings .headding_text {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  line-height: 55px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .flexslider .slides li .slide_content .headdings .headding_text {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .flexslider .slides li .slide_content .headdings .headding_text {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .flexslider .slides li .slide_content .headdings .headding_text {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .flexslider .slides li .slide_content .headdings .headding_text {
    margin-bottom: 12px;
  }
}
.flexslider .slides li .slide_content .headdings .sub_headding {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 60%;
  margin: 8px auto 20px;
}
@media (max-width: 991px) {
  .flexslider .slides li .slide_content .headdings .sub_headding {
    margin: 0 auto 10px;
    width: 70%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .flexslider .slides li .slide_content .headdings .sub_headding {
    margin: 0 auto 6px;
    width: 90%;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .flexslider .slides li .slide_content .headdings .sub_headding {
    display: none;
  }
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button {
  margin-top: 0px;
  background: #5bb000;
  padding: 5px 40px;
  color: white;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button:hover {
  background: black;
  color: white;
}
@media (max-width: 991px) {
  .flexslider .slides li .slide_content .headdings .button-shopnow .button {
    padding: 7px 30px;
  }

 .flexslider ul.flex-direction-nav {
    top:89% !important;
  }

}
@media (max-width: 767px) and (min-width: 480px) {
  .flexslider .slides li .slide_content .headdings .button-shopnow .button {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 25px;
  }


 .flexslider ul.flex-direction-nav {
    display: none !important;
  }

}
@media (max-width: 480px) {
  .flexslider .slides li .slide_content .headdings .button-shopnow .button {
    padding: 5px 20px;
    font-size: 13px;
    line-height: 25px;
  }

 .flexslider ul.flex-direction-nav {
    display: none !important;
  }

}

.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  zoom: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 0;
}

.flexslider .caption-description h2{ font-size: 30px; margin-bottom:25px; letter-spacing: 9px;}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  direction: ltr !important;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flexslider ul.flex-direction-nav {
    width: 168px;
    display: inline-block;
    position: absolute;
    top: 91%;
    left: 41%;
	opacity: 1;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a {
   text-decoration: none;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    color: #fff;
    font-size: 0;
    height: 30px;
    width: 75px;
    line-height: 30px;
    padding: 0px 29px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    /* box-shadow: 0 0 5px rgba(0,0,0,.09); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 17px;
    display: inline-block;
    color: #000;
    font-weight: 400;
}
.flex-direction-nav a:hover:before{
	color:#ffffff;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f177";
}
.flex-direction-nav a.flex-next:before {
  content: "\f178";
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}
.flexslider .flex-direction-nav a:hover {
	background-color: #dd3032;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  content: '\E039';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\E036';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	margin: 0;
	display: none;
	bottom: -10px;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #dd3032;
	border-color: #000;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.flex-control-paging li a.flex-active {
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/


@media (max-width: 991px) {
  /*.flex-direction-nav a {
      display: none;
  }*/
}
@media screen and (max-width: 860px) {
/*	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}*/
}
@media (min-width: 480px) {
	.flexslider:hover .flex-control-nav {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
}
@media screen and (max-width: 767px) {
	.flex-direction-nav{ display: none; }
	.flex-control-nav{ display: block; }
  .flexslider {
    width: 100%;
    padding: 0;
  }
}
