/*SECTION SLIDER*/
.sect_slider{   
	margin-top: 27px;
}

#demo, #demo .carousel-inner, #demo .carousel-item,  #demo .carousel-item img 
{
    height: 100%;
    object-fit: cover;
}

.carousel-inner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}
.carousel-control-next, .carousel-control-prev{
    position: absolute;
    top: 0;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
}
.carousel-control-prev,
.carousel-control-next{
	overflow: hidden;
    width: 100px;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.sect_slider .icon-wrap {
    position: relative;
    top: 50%;
    z-index: 100;
    display: block;
    margin: 0 auto;
    padding: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.sect_slider .carousel-control-prev>img,
.sect_slider .carousel-control-next>img {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.sect_slider a.carousel-control-prev .icon-wrap {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}
.sect_slider a.carousel-control-prev>img {
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all cubic-bezier(0.25, 0.1, 0.17, 1.13) 500ms;
}
.sect_slider a.carousel-control-prev:hover>img  {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all cubic-bezier(0.25, 0.1, 0.17, 1.13) 500ms;
}

.sect_slider a.carousel-control-next .icon-wrap {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
}
.sect_slider a.carousel-control-next>img {
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all cubic-bezier(0.25, 0.1, 0.17, 1.13) 500ms;
}
.sect_slider a.carousel-control-next:hover>img {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all cubic-bezier(0.25, 0.1, 0.17, 1.13) 500ms;
}
/**/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: block !important;
}

.col-lg-12.item {
    height: 100%;
}

.sect_galeria .owl-carousel.owl-drag .owl-item
{

}

/*SECTION CARACTERISTICAS*/
.box_caracteristica1{
    background-image: url(../../../../public/img/servicios/portada/servicio1.webp);
    background-size: cover;
    padding: 25px;
    height: 100%;
    position: relative;
    border-radius: 14px;
    display: flex;
    height: 200px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.box_caracteristica2{
    background-image: url(../../../../public/img/servicios/portada/servicio2.webp);
    background-size: cover;
    padding: 25px;
    height: 100%;
    border-radius: 14px;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_caracteristica3{
    background-image: url(../../../../public/img/servicios/portada/servicio3.webp);
    background-size: cover;
    padding: 25px;
    position: relative;
    display: flex;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
}

.servicio4
{
    background-image: url(../../../../public/img/servicios/portada/servicio4.webp);
}

.servicio5
{
    background-image: url(../../../../public/img/servicios/portada/servicio5.webp);
}

.servicio6
{
    background-image: url(../../../../public/img/servicios/portada/servicio6.webp);
}

.servicio7
{
    background-image: url(../../../../public/img/servicios/portada/servicio7.webp);
}

.servicio8
{
    background-image: url(../../../../public/img/servicios/portada/servicio8.webp);
}

.servicio9
{
    background-image: url(../../../../public/img/servicios/servicio9.jpg);
}

.box_caracteristica1:before, .box_caracteristica3:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    transition: all ease 500ms;
}
.box_caracteristica2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcc615;
    opacity: .6;
    transition: all ease 500ms;
}

.servicio4::before
{
    background: #fcc615;
}

.altura
{
    height: 100%;
}

.servicio5:before
{
    background: #000;
}

.servicio6::before
{
    background: #fcc615;
}
.box_caracteristica1>div, .box_caracteristica2>div,.box_caracteristica3>div{
    position: relative;
}
.box_caracteristica1>div .content, .box_caracteristica2>div .content,.box_caracteristica3>div .content{
    transition: all ease 500ms;
}
.box_caracteristica1:hover>div .content, .box_caracteristica2:hover>div .content,
.box_caracteristica3:hover>div .content{
    opacity: 0;
    transition: all ease 500ms;
}
.sect_carac span{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 25px;
    transition: all ease 500ms;
}
.box_caracteristica1:hover span, .box_caracteristica2:hover span, .box_caracteristica3:hover span{
    opacity: 0;
    transition: all ease 500ms;
}
.box_caracteristica1>div .content h5, .box_caracteristica2>div .content h5,
.box_caracteristica3>div .content h5{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.box_caracteristica1>div .content p, .box_caracteristica2>div .content p,
.box_caracteristica3>div .content p{
    color: #fff;
}
.box_caracteristica1>div .content .ver_more,
.box_caracteristica2>div .content .ver_more,
.box_caracteristica3>div .content .ver_more{
    display: block;
    border: 2px solid #fff;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 3px;
    margin: 20px auto;
    transition: all ease 500ms;
}
.box_caracteristica1 .ver_more2,
.box_caracteristica2 .ver_more2,
.box_caracteristica3 .ver_more2{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    width: 100px;
    transform: translate(0, -50%);
    text-align: center;
    padding: 5px 3px;
    opacity: 0;
    text-decoration: none;
    transition: all ease 500ms;
}
.box_caracteristica1:hover .ver_more2,
.box_caracteristica2:hover .ver_more2,
.box_caracteristica3:hover .ver_more2{
    opacity: 1;
    transition: all ease 500ms;
}

.sect_carac .ver_more2:hover,
.sect_carac .ver_more2:active,
.sect_carac .ver_more2:focus{
    background: #fff;
    color: #000;
    font-weight: 700;
    transition: all ease 500ms;
}
@media(max-width: 991px){
    .box_caracteristica1, .box_caracteristica2 {
        margin-bottom: 20px;
    }
}
/**/

/*SECTION TITLE GENERAL*/
.sect_carac{
    padding-bottom: 50px;
}
.sect_title_general{
    padding: 50px 0;
}
.h2_title_general{
    color: #000;
    text-align: center;
    font-weight: 900;
}
.hr_title_general{
    border-top: 5px solid #000;
    width: 50px;
}
/**/

/*SECTION NOSOTROS*/
.sect_nosotros{
    padding: 50px 0;
}
.list_nosotros .nav-item{
    width: 33%;
    border: 1px solid #dee2e6;
    background: #fff;
}
.list_nosotros .nav-item>a{
    text-align: center;
    font-weight: 800;
    border-radius: 0;
    font-size: 15px;
    color: #000;
    transition: all ease 500ms;
}
.list_nosotros .nav-item>a:hover, .list_nosotros .nav-item>a:active, .list_nosotros .nav-item>a:focus,
.list_nosotros .nav-item>a.active{
    border-color: transparent;
    background: #000;
    color: #fcc615 !important;
    transition: all ease 500ms;
}
.box_nosotros {
    padding: 20px;
}
.box_nosotros h5{
    color: #000;
    font-weight: 600;
}
.box_nosotros p{
    font-size: 16px;
    text-align: justify;
    color: #000;
}
.box_nosotros article{
    margin-top: 25px;
}
/**/

.container2{
    max-width: 1440px;
    margin: 0 auto;
}

/*SECTION GALERÍA*/
.sect_galeria{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: url(../../../img/fondo/fondo_productos.webp);
    background-size: cover;
    background-attachment: fixed;
}

.sect_galeria::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    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;
    background-image: url(../../../../public/img/fondo/fondo-banner-contact.jpg);
    position: relative;
    background-position: center;
    text-align: center;
}
.sect_banner_contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.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: 600px){
    .sect_banner_contact .h2_contact {
        font-size: 20px;
    }
}
/**/

/*SECTION CLIENTES*/
.sect_clientes{
    position: relative;
    background-image: url(../../../../public/img/fondo/fondo_clientes.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}
.sect_clientes:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}
.h2_title_cliente{
    color: #fff;
    text-align: center;
    font-weight: 900;
}
.hr_title_cliente{
    border-top: 5px solid #fff;
    width: 50px;
}
@media(max-width: 600px){
    .h2_title_cliente {
        font-size: 20px;
    }
}


/**********************/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: block !important;
}

.title-prod-main
{
    display: flex;
    align-items: center;
    justify-content: center
}



.sect_galeria .no-js .owl-carousel, .owl-carousel.owl-loaded, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item
{
    height: 100% !important;
}



.marca
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 6;
    height: 100%;
    position: relative;
}

.marca img 
{
    width: 180px !important;

}

.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);
  }

.swiper-slide, .swiper-wrapper, .swiper, .construccion, .list_mixitup{
    height: fit-content;
    background: transparent;
}

.product-main
{
    display: grid;
    background: transparent;
    grid-template-columns: repeat(2, 1fr);
}

.product-main 
{
    
    display: flex;
    justify-content: center;
    height: fit-content;
    width: 100%;
}

.content_mixitup .item, .gap{
    padding: 0 !important;
    margin: 0 !important;
}

.img-prod
{
    width: 100%;
    position: relative;
    height: fit-content;    
    background-color: transparent;
}


.img-prod img{
    width: 100%;
    object-position: top;
}

.info-prod
{
    width: 60%;
}

.info-prod
{
    box-shadow: 5px 4px 9px -3px rgba(0,0,0,0.28);
-webkit-box-shadow: 5px 4px 9px -3px rgba(0,0,0,0.28);
-moz-box-shadow: 5px 4px 9px -3px rgba(0,0,0,0.28);
    padding: 20px;
}

.img-prod img 
{
    height: 100%;
    object-fit: contain;
}

.title-prod-main
{
    height: 80px;
}

.title-prod-main h3 
{
    font-size: 22px;
    color: #000;
    padding: 10px 20px;
    font-weight: 800;
}

.sect_galeria .owl-carousel .owl-item img
{
    height: 100%;
    object-fit: contain;
}

.texto
{
    height: 160px;
    display: flex;
    justify-content: center;
}

.texto ul 
{
    color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
    padding: 0;
}

.texto ul li 
{
    text-align: justify;
}

.texto ul li::marker
{
    color: #fcc615;
}

.texto ul li:nth-child(1)
{
    list-style: none;
    padding: 0;
}

.texto
{

}

.texto p
{
    text-align: justify;
    color: #000;
}

.texto2 ul
{
    padding: 0;
    width: 50%;
}

.texto2 ul li
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.lista_carac li 
{
    color: red;
    font-weight: 800;
}

.norma 
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px !important;
    height: fit-content !important;
}

.infoimg
{
    flex-direction: column;
}

.texto ul li span 
{
    color: red;
    font-weight: bold;
}


@media(max-width: 1200px)
{
    .img-prod
    {
        width: 30%;
    }

    .info-prod
    {
        width: 70%;
    }
}

@media(max-width: 992px)
{

    .sect_nosotros
    {
    }

    .flex_nosotros .flex_left
    {
        height: 25%;
    }

    .flex_nosotros .flex_right
    {
        height: 75%;
    }

    .title-prod-main
    {
        height: 160px;
        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%;
    }

    .texto
    {
        height: inherit;
    }

    .nav-tabs
    {
        flex-direction: column;
    }

    .flex_nosotros .flex_right .nav-tabs .nav-item
    {
        width: 100%;
    }

    .flex_nosotros .flex_left, .flex_nosotros .flex_right
    {
        width: 100%;
    }
}


@media(max-width: 768px)
{


    .title-prod-main
    {
        height: 190px;
        flex-direction: column;
    }

    .title-prod-main h3
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60%;
        padding: 0;
    }

    .marca
    {
        height: 40%;
    }

    .product-main
    {
        flex-direction: column;
    }

    .img-prod, .info-prod
    {
        width: 100%;
        height: 50%;
    }

    .content_mixitup .item, .gap
    {
        padding: 0;
    }

    .texto
    {
        height: inherit;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
    }

    .sect_nosotros
    {
    }
}

@media(max-width: 576px)
{
    .sect_nosotros
    {
    }

    .list_nosotros .nav-item{
        width: 100%;
    }

    .img_nos{
        display: none;
    }

    .box_nosotros
    {
        padding: 20px 0;
    }

    .tab-content>.active
    {
        padding: 0;
    }

    .controls, .controls2{
        padding-bottom: 50px;
    }
}

@media(max-width: 340px)
{
    .title-prod-main h3
    {
        font-size: 16px;
    }
    .texto ul li
    {
        font-size: 12px;
    }
}