﻿body {
}
.sticky {
    position:fixed;
    top: 0px;
    animation: cabecera-sticky 0.4s;
}
@keyframes cabecera-sticky{
    from{
        opacity:0;
        top:-100px;
    }
    to{
        opacity:1;
        top:0px;
    }
}


/* --------  Cambiando especificaciones defs cabecera  ---------*/

.sticky .wrapper .logo h1 {
    font-size: 38px;
    font-weight: 500;
}

.sticky .wrapper .logo img {
    height: 40px;
}
.sticky .wrapper .btn {
    top: 18px;
}
.sticky .ctroCabecera {
    height: 60px;
}

    .sticky .nav-links li {
        padding: 20px 0px;
    }
        .sticky .nav-links li ul li {
            padding: 0px;
        }
.sticky .nav-links .drop-menu{
    top:60px;
}
.sticky .mega-box {
    top: 60px;
}
.sticky .nav-links li:hover .drop-menu,
.sticky .nav-links li:hover .mega-box {
    top: 50px;
}

.stickyBanner {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
    .stickyBanner #wowslider-container1 {
        margin-top: 60px !important;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }


.stickyCuerpo {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

    .stickyCuerpo .ctroCuerpo {
        margin: 60px auto;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }
        .stickyCuerpo .ctroCuerpo .stl_Div_banner_link {
            margin-top: -120px;
        }
@media ( max-width:960px) {
    .sticky .nav-links li {
        padding: 0px;
    }
    .sticky {
        animation: cabecera-sticky 0.0s;
        -webkit-transition: all 0.0s 0s ease;
        -moz-transition: all 0.0s 0s ease;
        -o-transition: all 0.0s 0s ease;
        transition: all 0.0s 0s ease;
    }
}





    /*.sticky .ctroCabecera .logo > a > img {
    height: 50px;
    padding: 0px 0px;
}
.sticky .ctroCabecera .nombrePrinc > a > h1 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 100%;
    color: #093039;
}

.sticky .ctroCabecera .nombrePrinc > a > p {
    font-size: 13px;
    font-family: Arial;
    font-style: oblique;
    color: #ffffff;
}
.sticky .ctroCabecera .menu {
    background-color: rgba(75,76,74,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.45);
}*/
