/*SECTION SLIDER*/
.carousel-inner
{
    position: relative;
}

.img1
{
    background-image: url(../../../../public/img/slider/slider1.png);
    height: calc(100vh - 150px);
    background-size: cover;
    background-position-y: 55%;
    background-color: #000;
}



.img2
{
    background-image: url(../../../../public/img/slider/slider2.png);
    height: calc(100vh - 150px);
    background-size: cover;
    background-position-y: 55%;
    background-color: #000;
}

.img3
{
    background-image: url(../../../../public/img/slider/slider3.png);
    height: calc(100vh - 150px);
    background-size: cover;
    background-position-y: 55%;
    background-color: #000;
    opacity: 0.9;
}



.carousel-inner div img
{
    /*height: 650px;*/ 
    height: calc(100vh - 150px);
    background-size: cover;
    background-position-y: 55%;
}

.carousel-inner div
{
    background-size: cover;
}
/*
.item a>img
{
    width: 100%;
    height: 211px;
}
*/

.info-banner-main
{
    position: absolute;
    top: 16%;
    left: 10%;
    z-index: 10;
}

.bn1 h3
{
    color: #ef7d22;
    font-weight: 700;
    font-size: 44px;
}

.bn1
{
    margin-top: 10px;
    color: #000;
    font-size: 18px;
}

.bn2-main
{
    left: 45%;
    margin-left: 20px;
}

.bn2 h3
{
    color: #ef7d22;
    font-weight: 700;
    font-size: 44px;
}



.bn2
{
    margin-top: 20px;
    color: #000;
    font-size: 18px;
}

.btn-info-banner-ctn
{
    margin-top: 40px;
}

.p-bn2
{
    margin-top: 10px;
    text-align: right;
}

.bn3-main
{
    left: 10%;
    color: #fff;
    font-size: 18px;
}

.bn3 h3
{
    font-weight: 700;
    font-size: 44px;
    z-index: 10;
    color: #ef7d22;
}

.bn3 p
{
    width: 600px;
}

.btn-contac-banner1
{
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    text-decoration: none;
}

.btn-contac-banner1:hover
{
    padding: 10px 30px;
    background: #000;
    transition: all 0.5s ease-out;
    color: #fff;
    text-decoration: none;
}

.btn-contac-banner1-2
{
    padding: 10px 30px;
    background: #ef7d22;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 10px;
}

.btn-contac-banner1-2:hover
{
    padding: 10px 30px;
    background: #000;
    transition: all 0.5s ease-out;
    color: #fff;
    text-decoration: none;
}

.btn-contac-banner2
{
    position: absolute;
    right: 40px;
    padding: 10px 30px;
    background: #ef7d22;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    text-align: center;
}

.btn-contac-banner2:hover
{
    padding: 10px 30px;
    background: #010101;
    transition: all 0.5s ease-out;
    color: #fff;
    text-decoration: none;
}

.btn-contac-banner3
{
    padding: 10px 30px;
    background: #ef7d22;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 10px;
}

.btn-contac-banner3:hover
{
    padding: 10px 30px;
    background: #010101;
    transition: all 0.5s ease-out;
    color: #fff;
    text-decoration: none;
}

.carousel-inner>div:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010101;
    z-index: -20;
    border-bottom-left-radius: 15px;
}
.carousel-control-next, .carousel-control-prev{
    position: absolute;
    top: 0;
    display: block;
    outline: none;
    text-align: left;
    z-index: 10;
}
.carousel-control-prev,
.carousel-control-next{
	overflow: hidden;
    width: 100px;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    height: 50px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.sect_slider .icon-wrap {
    position: relative;
    top: 50%;
    z-index: 4;
    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;
}
/**/

/*SECTION CARACTERISTICAS*/
.box_caracteristica1{
    background-image: url(../../../../public/img/servicios/caracteristicas/carac1.jpg);
    background-size: cover;
    padding: 25px;
    position: relative;
    height: 248px;
}
.box_caracteristica2{
    background-image: url(../../../../public/img/servicios/caracteristicas/carac2.jpg);
    background-size: cover;
    padding: 25px;
    position: relative;
    height: 248px;
}
.box_caracteristica3{
    background-image: url(../../../../public/img/servicios/caracteristicas/carac3.jpg);
    background-size: cover;
    padding: 25px;
    position: relative;
    transition: all ease 500ms;
    height: 248px;
}
.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: #ef7d22;
    opacity: .6;
    transition: all ease 500ms;
}
.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;
    padding-left: 15px;
}
.box_caracteristica1>div .content p, .box_caracteristica2>div .content p,
.box_caracteristica3>div .content p{
    color: #fff;
    text-align: justify;
}
.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: 120px;
    margin: 0 auto;
    margin-top: 22px;
    text-align: center;
    padding: 5px 3px;
    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 #ef7d22;
    width: 50px;
}
/**/

/*SECTION NOSOTROS*/
.sect_nosotros{
    padding: 50px 0;
    background: #fbfbfb;
    position: relative;
    background-image: url(../../../../public/img/fondo/fondo-nosotros.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.sect_nosotros:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
}
.flex_nosotros{
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    flex-flow: row wrap;
}
.flex_nosotros .flex_left{
    width: 40%;
}

.flex_left
{
    display: flex;
    align-items: center;
}

.flex_nosotros .flex_right{
    width: 60%;
}
.flex_nosotros .flex_right .nav-tabs .nav-item{
    width: 33.3%;
    border: 1px solid #dee2e6;
    background: #fff;
}
.flex_nosotros .flex_right .nav-tabs .nav-item>a{
    text-align: center;
    font-weight: 800;
    border-radius: 0;
    font-size: 15px;
    color: #000;
    transition: all ease 500ms;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border-color: transparent;
    background: #ef7d22;
    color: #fff !important;
    transition: all ease 500ms;
}
.box_nosotros{
    padding: 20px;
}
.box_nosotros h5{
    color: #fff;
    font-weight: 600;
}
.box_nosotros p{
    font-size: 16px;
    text-align: justify;
    color: #fff;
}
.box_nosotros article{
    margin-top: 25px;
}


/**/

/*SECTION GALERÍA*/
.sect_galeria{
    padding: 50px 0;
    padding-top: 0;
    overflow: hidden;
}

.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);
}

.list_mixitup .item a img
{
    background-size: cover;
    height: 200px;
}

/**/

/*SECTION BANNER CONTACTO*/
.sect_banner_contact{
    padding: 100px 0;
    background-image: url(../../../../public/img/fondo/fondo-banner-contacto.jpg);
    position: relative;

    background-repeat: no-repeat;
    background-position: center;
    background-color: #010101;
    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: #ef7d22;
    border: 2px solid #ef7d22;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all ease 500ms;
}
.sect_banner_contact .btn_contact:hover{
    background: #ef7d22;
    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;
    }
}

@media(max-width: 1025px)
{
    .img2, .img1, .img3
    {
        height: 500px;
    }

    .img2
    {
        background-position-x: 40%;
    }
}

@media(max-width: 992px)
{

    .img3, .img2, .img1
    {
        height: 500px;
    }

    .img3, .img2
    {
        background-position-x: 50%;
    }
}

@media(max-width: 840px)
{
    .carousel-inner div img
    {
        height: 500px;
    }
}

@media(max-width:768px)
{
    .flex_nosotros
    {
        display: flex;
        flex-direction: column;
    }

    .flex_nosotros .flex_left 
    {
        width: 100%;
    }

    .flex_nosotros .flex_right 
    {
        width: 100%;
    }

    .carousel-indicators
    {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .info-banner-main
    {
        width: 100%;
        left: 0;
        top: 50%;
        margin: -15% auto;
    }

    .bn1 h3, .bn2 h3, .bn3 h3
    {
        text-align: center;
    }

    .bn3 p
    {
        width: inherit;
    }


    .parrafo-info-banner-ctn
    {
        margin-top: 10px;
    }

    .parrafo-info-banner-ctn p
    {
        margin: 0 10px;
        color: #fff;
        text-align: center;
    }


    .btn-info-banner-ctn
    {
        margin-top: 20px;
    }

    .btn-info-banner-ctn
    {
        text-align: center;
    }
/*
    .item a>img
    {
        width: 100%;
        height: 330px;
    }
*/

    .list_mixitup .item a img
    {
        height: 290px;
    }

    .btn_contactanos
    {
        display: none;
    }

}

@media(max-width: 540px)
{
    .item a>img
    {
        width: 100%;
        height: 250px;
    }

    .carousel-item .img-banner-div img
    {
        height: 285px;
    }

    .bn2 h3, .bn1 h3, .bn3 h3
    {
        font-size: 30px;
        margin: 0 auto;
    }

    .info-banner-main
    {
        margin: calc(100% - 130%) auto;
    }

    .img2
    {
        background-position-x: 50%;
    }

    .img3
    {
        background-position-x: 40%;
    }

    .list_mixitup .item a img
    {
        height: 230px;
    }
}

@media(max-width: 370px)
{
    .flex_nosotros .flex_right .nav-tabs .nav-item>a
    {
        font-size: 13px;
    }
}


