/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}
.container2{
    max-width: 1440px;
    margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #fcc615;
    background: #000;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, background 0.3s;
  }

  .swiper-button-next:hover, .swiper-button-prev:hover {
    transform: scale(1.1);
    background: #000;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px;
  }

  /* Custom Pagination */
  .swiper-pagination-bullet {
    background: #ddd;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: transform 0.3s, background 0.3s;
  }

  .swiper-pagination-bullet-active {
    background: #fcc615;
    transform: scale(1.2);
  }

.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.row_height{
    height: 115px;
    align-items: flex-end;
}
.sect_title_interna h1{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
@media(max-width: 991px){
    .sect_title_interna h1 {
        font-size: 30px;
    }
    .row_height {
        height: 140px;
    }
}
@media(max-width: 767px){
    .sect_title_interna h1 {
        font-size: 25px;
    }
    .row_height {
        height: 130px;
    }
    .sect_title_interna {
        padding: 20px 0;
    }
}
@media(max-width: 500px){
    .sect_title_interna h1 {
        font-size: 18px;
    }
}

.img-prod
{
    width: 100%;
    position: relative;
    height: fit-content;    
    background-color: transparent;
}


.img-prod img{
    width: 100%;
    object-position: top;
}
/*END SECTION TITLE INTERNA*/   


/*SECTION GALERÍA*/
.sect_galeria{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-attachment: fixed;
}

.sect_galeria::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.sect_galeria .item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease 500ms;
}
.sect_galeria .item a:hover:before {
    opacity: .5;
    transition: all ease 500ms;
}
.caption_galeria {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    transform: scale(0);
    transition: all ease 500ms;
}
.sect_galeria .item a:hover .caption_galeria {
    transform: scale(1);
    transition: all ease 500ms;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}
/**/

/*SECTION BANNER CONTACTO*/
.sect_banner_contact{
    padding: 100px 0;
    position: relative;
    background-position: center;
    text-align: center;
}
.sect_banner_contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sect_banner_contact .h2_contact{
    color: #fff;
    font-weight: 700;
}
.sect_banner_contact .btn_contact{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all ease 500ms;
}
.sect_banner_contact .btn_contact:hover{
    background: #fff;
    color: #000;
    transition: all ease 500ms;
}
@media(max-width: 1200px)
{
    .img-prod
    {
        width: 30%;
    }

    .info-prod
    {
        width: 70%;
    }
}

@media(max-width: 992px)
{
    .sect_galeria .owl-carousel .owl-stage-outer
    {
        height: 800px !important;
    }

    .title-prod-main
    {
        height: 160px;
        flex-direction: column;
    }

    .title-prod-main h3
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60%;
    }

    .marca
    {
        height: 40%;
    }

    .product-main
    {
        flex-direction: column;
    }

    .img-prod, .info-prod
    {
        width: 100%;
        height: 50%;
    }

    .texto
    {
        height: inherit;
    }

    .flex_nosotros
    {
        flex-direction: column;
    }

    .flex_nosotros .flex_left, .flex_nosotros .flex_right
    {
        width: 100%;
    }
}


@media(max-width: 768px)
{
    .sect_galeria .owl-carousel .owl-stage-outer
    {
        height: 1000px !important;
    }

    .title-prod-main
    {
        height: 190px;
        flex-direction: column-reverse;
    }

    .title-prod-main h3
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60%;
    }

    .marca
    {
        height: 40%;
    }

    .product-main
    {
        flex-direction: column;
    }

    .img-prod, .info-prod
    {
        width: 100%;
        height: 50%;
    }

    .controls, .controls2{
        padding-bottom: 50px;
    }

    .content_mixitup .item, .gap
    {
        padding: 0;
    }

    .texto
    {
        height: inherit;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }
}

@media(max-width: 340px)
{
    .title-prod-main h3
    {
        font-size: 16px;
    }
    .texto ul li
    {
        font-size: 12px;
    }
}