/*
    Amarillo: #F2C321
    Azul: #3d73b9
*/
.text-azul{
    color: #3d73b9;
}
.navbar-header-custom{
    padding: 48px 0 20px 0;
}
.navbar-brand img{
    max-height: 100%;
    height: 95px;
    width: auto;
    transition-duration: 0.5s;
/*    background: white;*/
    position: absolute;
    top: 0;
    border-radius: 20px 0px 20px 0;
    margin-top: 15px;
    &.-bn{
        object-fit: contain;
        filter: invert(1);
    }
}
header.scrollHeader .navbar-default #logo{
    filter: invert(0);
}

.scrollHeader .navbar-brand img{
    max-height: 68px;
    transition-duration: 0.5s;
/*    border: .5px solid red;*/
    top: 0;
    margin-top: 0;
}
.scrollHeader .navbar-header-custom{
    padding: 22px 0;
}
.footer-img img{
    filter: invert(1);
}

.mailto{
    color: #fff;
    &:hover{
        color: #3d73b9;
    }
}
.div-llamanos{
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    width: 260px;
    border: 0;
    z-index: 999999;
    margin: 15px 0 0 15px;
    background: #3d73b9;
    color: #ffffff;
    padding: 15px;

    p{
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        a{
            display: inline-block;
            &:hover{
                color: #f2c321;
            }
        }
    }
}

.div-whats{
    animation-name: efectos_whats;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    position: fixed;
    top: 60px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 999999;
    margin-top: 60px;
    margin-right: 30px;
    text-align: center;
    a{
        display: inline-block;
        &:last-child{
            margin-bottom: 0;
        }
        img{
            display: inline-block;
            object-fit: contain;
            object-position: center;
            width: 60px;
            height: auto;
            transition: all 1.3s;
        }
    }
}

@keyframes efectos_whats {
    0% {
        margin-top: 30px
    }
    25% {
        margin-top: 35px
    }
    50% {
        margin-top: 40px
    }
    75% {
        margin-top: 45px
    }
    100% {
        margin-top: 30px
    }
}

.contact-list li p a{
    color: #ffffff;
}

.cover-background{
    background-position: left center !important;
}

.video-nuestra-empresa{
    display: inline-block;
    width: 100%;
    /* border: .5px solid red; */
    height: 435px;
    padding: 0;
    object-fit: contain;
}

.slider-fade1 .number{
    text-align: center;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(242,195,33, 0.5);
    opacity: 1;
    font-weight: 700;
    font-size: 80px;
}

.tcenter{
    text-align: center;
}

.slider-fade1 .owl-carousel .caption h3{
    font-size: 50px;
    font-weight: 700;
}

.owl-theme .owl-nav.disabled{
    display: block !important;
    height: 70px;
/*    border: .5px solid;*/
    padding: 15px 0;
    margin-top: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    font-size: 40px;
    margin: 0;
    height: 35px;
/*    border: .5px solid red;*/
    padding: 0 !important;
    line-height: 0;
    width: 40px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span{
    margin: 0 !important;
    height: auto;
    display: inline-block;
    padding: 0 !important;
}

.h10{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10px;
}
.h15{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 15px;
}

a.cl-certif{
    &:hover{
        .div-certificaciones{
            background: #917821;
            color: #ffffff;
        }
    }
}
.div-certificaciones{
    position: fixed;
    right: 0;
    height: 45px;
    width: 175px;
    top: 0;
    margin-top: 0;
    margin-right: 15px;
    z-index: 3;
    padding: 5px 8px 8px 8px;
    text-align: center;
    background: #f3c937;
    color: #000000;
    border-radius: 0 0 15px 15px;
    z-index: 999999999999;
}

.navbar-nav>li>a{
    padding: 17px 0.5rem;
}
.bg-redes{
    background: #3d73b9;
    p, a{
        color: #ffffff;
    }
    .share-post{
        font-size: 25px;
    }
}

.section-marcos{
    padding: 60px 0;
    .video-marcos{
        height: 435px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .div-marcos{
        ul.share-post{
            li{
                a{
                    color: #3d73b9 !important;
                    font-size: 19px;
                    line-height: 24px;
                    &:hover{
                        color: #F2C321 !important;
                    }
                }
            }
        }
    }
}

.div-galeria{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
    ul{
        display: inline-block;
        position: relative;
        width: 100%;
        li{
            position: relative;
            width: 33.33%;
            height: 250px;
            float: left;
            list-style-type: none;
            padding: 15px;
            img{
                position: relative;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                box-shadow: 0 0 0 #3d73b9;
            }
        }
    }
}

.pos-sticky{
    position: sticky;
    top: 95px;
}

.video-home-barandales{
    position: absolute;
    z-index: 2;
    width: 250px;
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    bottom: 0;
    left: 0;
    margin-left: calc(50% - 125px);
    box-shadow: 0px 0px 15px 3px rgba(255, 255, 255, .3);
    margin-bottom: 15px;
    video{
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 392px;
    }
}




/****************************************************************************************************
 * MEDIA SCREEN
*****************************************************************************************************/

@media screen and (max-width: 991px){
    .header-style1{
        background: #1e395c;
    }
    .top-position {
        margin-top: -1px;
    }
    .div-whats{
        top: 60px;
        right: -15px;
    }
    .div-llamanos{
        margin: 0;
        margin-left: calc(50% - 130px);
        z-index: 99999;
    }
    .navbar-brand img{
        height: 95px;
        top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px){/* MOBIL */
    .slider-fade1 .owl-carousel .caption h3{
        font-size: 30px;
        line-height: 35px;
    }
    .slider-fade1 .owl-carousel .caption h2{
        font-size: 20px;
        line-height: 25px;
    }
    .slider-fade1 .number{
        font-size: 60px;
    }
    .div-certificaciones{
        height: 40px;
        width: 145px;
        top: unset;
        bottom: 0;
        margin-bottom: 0;
        margin-top: unset;
        border-radius: 15px 15px 0 0;
    }
    .slider-fade1 .owl-theme .owl-nav [class*='owl-']{
        opacity: .3;
    }
    .slider-fade1 .owl-theme .owl-dots{
        bottom: 15vh;
    }
    .slider-fade1 .item{
        background-position: center left;
    }
    .section-marcos, .somos-la-mejor{
        text-align: center;
    }
    .section-marcos .div-marcos h3.text-azul{
        margin-top: 30px;
    }
    .div-galeria ul li{
        width: 50%;
        height: 200px;
    }
    .video-home-barandales{
        width: 215px;
        height: 215px;
        margin-left: calc(50% - 107.5px);
        margin-bottom: 5px;
        video{
            height: 340px;
        }
    }
}

@media screen and (min-width: 992px){
    .div-llamanos{
/*        margin: 12px 0 0 225px;*/
    }
    .navbar-header-custom{}
}

@media screen and (max-width: 1199px){}

