/*SLIDER*/
.sect_slider_main{
    position: relative;
    height: calc(100vh);
}
.sect_slider_main:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-image: url(../../../../public/img/fondo/nubes2.png);
    background-size: cover;
    background-repeat: repeat;
    transform: rotate(180deg);
}
.sect_slider_main .carousel{
    height: 100%;
}
.sect_slider_main .carousel-inner{
    height: 100%;
}
.carousel-item {
    height: 100%;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.carousel-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}
.slide_caption{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* right: 0; */
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.slide_caption>div{
    width: 550px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    height: calc(100vh - 60px);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.slide_caption>div>div{
    width: 100%;
}
.slide_caption h2{
    background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, #ffffff 35%, #ffffff 50%, #ffffff 85%, #009D70 90%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: color-text 8s linear infinite, slideInDown 1s linear;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
}


@keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 475px 0;
    }
}
.slide_caption .btn_slider{
    width: 225px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 50px;
    padding: 8px 0 8px 15px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    font-weight: 900;
}
.slide_caption .btn_slider:before{
    position: absolute;
    left: 90px;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide_caption .btn_slider .text {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight: 800;
}
.slide_caption .btn_slider:hover:before {
    opacity: 1;
}
.slide_caption .btn_slider:hover .text {
    opacity: 0;
}
.slide_caption .btn_slider .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide_caption .btn_slider:hover .icons {
    left: 188px;
    background-color: #ffffff;
}

.slide_caption .btn_slider:hover,
.slide_caption .btn_slider:active,
.slide_caption .btn_slider:focus{
    color: #ffffff;
    border-color: #ffffff;
    font-weight: 900;
    /* background: #ffffff; */
    transition: all ease 500ms;
}
.list_redes_slider {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.list_redes_slider>li {
    display: inline-block;
    margin-right: 10px;
}
.list_redes_slider>li>a {
    color: #fff;
    display: block;
    font-size: 20px;
}
@media(max-width: 991px){
    .slide_caption h2 {
        font-size: 20px;
    }
    .slide_caption>div {
        margin-left: 50px;
    }
    .slide_caption .btn_slider {
        width: 150px;
        font-size: 12px;
    }
}
/*NEXT SLIDER*/
.carousel-control-next {
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 50;
    top: 50%;
    border-radius: 50%;
    background: #009D70;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
/*PREV SLIDER*/
.carousel-control-prev{
    left: 20px;
    /* right: 0; */
    width: 60px;
    height: 60px;
    z-index: 50;
    /* bottom: 40px; */
    top: 50%;
    border-radius: 50%;
    background: #009D70;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
/**/



/*SECTION TITLE GENERAL*/
.sect_title_general{
    padding: 60px 0;
}
.sect_title_general.grey{
    background: #f9fafe;
}
.title_general h5{
    font-family: 'Tangerine', cursive;
   text-align: center;
   font-size: 35px;
   font-weight: 700;
   color: #009D70;
   line-height: 1;
}
.title_general h5.white{
    color: #fff;
}
.title_general h2{
    font-family: 'Marcellus', serif;
    text-align: center;
}
.title_general h2.white{
    color: #fff;
}
.title_general .line{
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}
.sect_title_general .title_general .line:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009D70;
    mix-blend-mode: hue;
    z-index: 1;
}
.sect_title_general .title_general .line img{
    background: #fff;
}
.title_general .line.two img{
    background: #f9fafe;
}
.title_general .line img{
    width: 100%;
    padding: 5px;
}
/**/

/*SECTION PRODUCTOS*/
.sect_productos{
    padding-bottom: 50px;
}
.productos .item {
    background: #f5f5f5;
    padding: 10px;
    position: relative;
}
.productos .item .item_head a{
    position: relative;
    display: block;
}
.productos .item .item_head a:before{
    content: "\f002";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease 500ms;
}
.productos .item:hover .item_head a:before{
    opacity: .5;
    transition: all ease 500ms;
}
.productos .item .item_body{
    margin-top: 12px;
}
.productos .item .item_body h6{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.productos .item .item_body h5{
    font-size: 15px;
    text-align: center;
}

.productos .item .item_body .text-large{
    font-size: 14px;
}

/**/

/*SECTION NOSOTROS*/
.sect_nosotros{
    padding: 50px 0;
    background: #fafafa;
}
.box_nosotros .box_head h6{
    font-family: 'Tangerine', cursive;
    font-size: 35px;
    font-weight: 700;
    color: #009D70;
    line-height: 1;
}
.box_nosotros .box_body p{
    text-align: justify;
}
.box_foot ul{
    list-style: square;
    margin-bottom: 0;
}
.box_foot ul>li a{
    color: #009D70;
    text-decoration: none;
    transition: all ease 500ms;
}

/*SECTION TEMPORADA*/
.sec_temporada{
    background-attachment: fixed;
    padding: 50px 0;
    background-image: url(../../../../public/img/fondo/home/fondo-temporada.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
}
.sec_temporada:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.box_temporada_img{
    margin-top: 50px;
}
.box_temporada_img .box_foot{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#countdown_dashboard{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
.fecha_contador{
    width: 20%;
    margin: 0 auto;
    border: 6px solid #fff;
    padding: 6px;
}
.fecha_contador>div{
    background: #009D70;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.box_oferta_temporada{
    padding: 10px;
    border: 10px solid #fff;
}
.box_oferta_temporada>div{
    background: #fff;
    padding: 20px;
}
.box_oferta_temporada .box_head h4{
    color: #009D70;
    font-weight: 700;
}
.box_oferta_temporada .box_body p{
    text-align: justify;
}
.box_oferta_temporada .box_body h5{
    color: #000;
}
.box_oferta_temporada .box_foot a{
    display: block;
    width: 100%;
    max-width: 120px;
    background: #009D70;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 15px;
    transition: all ease 500ms;
}
.box_oferta_temporada .box_foot a:hover{
    background: #000;
    transition: all ease 500ms;
}
/**/

/*SECTION BLOG*/
.sect_blog{
    background: #f4f9fd;
    padding-bottom: 50px;
}
.box_blog .box_body{
    padding: 20px;
}
.box_blog .box_body h5{
    font-family: 'Tangerine', cursive;
    font-size: 35px;
    font-weight: 700;
    color: #009D70;
    line-height: 1;
}
.box_blog .box_body h4{
    font-size: 20px;
    font-weight: 700;
}
.box_blog .box_body h6{
    color: #848484;
}
.box_blog .box_foot{
    padding: 0 20px;
}
.box_blog .box_foot a{
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #009D70;
    text-align: center;
    border-radius: 5px;
    transition: all ease 500ms;
}
.box_blog .box_foot a:hover{
    background: #000;
    transition: all ease 500ms;
}
.list_noticias{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_noticias>li{
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #e6e6e6;
}
.list_noticias>li h5{
    font-family: 'Tangerine', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #009D70;
    line-height: 1;
    margin: 0;
}
.list_noticias>li h4{
    margin: 0;
}
.list_noticias>li h4 a{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.list_noticias>li h6{
    margin-bottom: 0;
    color: #848484;
}

list_noticias2 li p{
    margin-bottom: 7px;
}

.img_prod{
    height: 225px !important;
    object-fit: cover;
}
