﻿#top-bar.animated-header {
    padding: 15px 0;
    background: #fff;
    box-shadow: none;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
    margin-top: 0px;
}

#top-bar {
    background: #fff;
    color: #fff;
    transition: all 0.2s ease-out 0s;
    padding: 5px 0;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    border-bottom: 1px solid #dedede;
}


#footer .social li a {
    font-size: 22px;
    color: #9e9e9e;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
    font-size: 45px;
    color: #b53d3d;
}

#contact-section {
    padding: 0px 0;
}

#footer .copyright a {
    color: #b53d3d;
}

#footer .social {
    text-align: center;
    margin-bottom: 0;
}

#footer .copyright {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}




#hero-area {
    background: url('../../images/CorporativoIndustria/Hikvision.jpg') no-repeat 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

#hero-area:before {
    content: '';
    z-index: 9;
    background-image: linear-gradient( 114deg, #ffffff 26%,#ffa0a400 94%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#hero-area .btn {
    background-color: #d71a22;
    border: none;
    color: #fff;
    padding: 20px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    text-transform: initial;
    letter-spacing: normal;
    /* border-radius: 0; */
    transition: -webkit-box-shadow, -moz-box-shadow, box-shadow,background-color .4s;
}

#hero-area .btn:hover {
    background-color: #ff454c;
    border: none;
    color: #fff;
    padding: 20px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    /* text-transform: uppercase; */
    letter-spacing: normal;
    /* border-radius: 0; */
    -webkit-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
}


#hero-area h1 {
    font-size: 30px;
    line-height: 30px;
    color: rgb(101 98 100);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: initial;
}

#hero-area h2 {
    font-weight: 300;
    margin-bottom: 38px;
    line-height: 27px;
    text-transform: initial;
    color: #605e5e;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    font-size: 20px;
}



#call-to-action {
    background-image: linear-gradient( 114deg, #fff3f3 30%, #d71a22 99%);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
    position: relative;
    color: #fff;
}

#service-page h2 {
    font-size: 25px;
    line-height: 25px;
    color: rgb(189 19 26);
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: initial;
}

#service-page h3 {
    font-size: 20px;
    color: #333;
}

#service-page-div {
    display: none;
}

#service-page-div2 {
    display: block;
}


#service-page .btn {
    background: #d71a22;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0px;
    font-size: 13px;
    line-height: 1em;
    text-transform: initial;
    letter-spacing: normal;
    border-radius: 5px;
    font-family: Helvetica;
    -webkit-box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 9px 15px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 15px -5px rgb(0 0 0 / 75%);
}

#service-page .btn:hover {
    background: #00a4ba;
    border-color: #FFF;
    color: #FFF;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

#service-page5 {
    display: block;
}

.btnM {
    background-color: #b53c3c;
    border: none;
    color: #fff;
    padding: 15px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: normal;
    /* border-radius: 0; */
    transition: -webkit-box-shadow, -moz-box-shadow, box-shadow,background-color .4s;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    width: 100%;
}

    .btnM:hover {
        background-color: #e08282;
        border: none;
        color: #fff;
        padding: 15px 35px;
        margin-top: 3px;
        font-size: 16px;
        font-size: 13px;
        line-height: 1em;
        font-family: roboto-bold,roboto,sans-serif;
        /* text-transform: uppercase; */
        letter-spacing: normal;
        /* border-radius: 0; */
        -webkit-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
        box-shadow: 0px 9px 20px -9px rgba(0,0,0,0.75);
    }

.btnMC {
    background-color: #cccccc;
    border: none;
    color: #393939;
    padding: 15px 35px;
    margin-top: 3px;
    font-size: 16px;
    font-size: 13px;
    line-height: 1em;
    font-family: roboto-bold,roboto,sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: normal;
    /* border-radius: 0; */
    transition: -webkit-box-shadow, -moz-box-shadow, box-shadow,background-color .4s;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

    .btnMC:hover {
        background-color: #b1b1b1;
        border: none;
        color: #fff;
        padding: 15px 35px;
        margin-top: 3px;
        font-size: 16px;
        font-size: 13px;
        line-height: 1em;
        font-family: roboto-bold,roboto,sans-serif;
        /* text-transform: uppercase; */
        letter-spacing: normal;
        /* border-radius: 0; */
    }
#service-page4 {
    background-image: linear-gradient( rgb(255 255 255 / 91%), rgb(255 255 255 / 96%) ), url(../../images/CorporativoIndustria/Hikvision.jpg);
    /*background: url('../../images/hikvision/FondoAsesorias.jpg') no-repeat 100%;*/
    background-attachment: fixed;
    display: none;
}

@media (min-width: 768px) {
    #top-bar {
        padding: 5px 0;
    }


    #hero-area {
        padding: 180px 0;
    }

    .btn-lines {
        width: 30%;
    }


    .subtitle-des {
        margin-bottom: 35px;
    }

    #top-bar {
        padding: 5px 0;
    }


    #hero-area {
        padding: 100px 0;
    }

    .btn-lines {
        width: 30%;
    }

    #service-page .btn-lines {
        width: 30%;
        padding: 20px 35px;
    }

    #hero-area h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #hero-area h2 {
        font-size: 18px;
    }

    #hero-area .btn {
        padding: 20px 35px;
        width: 60%;
    }

    .jobCtrl {
        width: 35%;
    }


    #service-page h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    #service-page h3 {
        font-size: 33px;
        line-height: 35px;
    }

    #service-page-div {
        display: block;
    }

    #service-page-div2 {
        display: none;
    }
    #service-page5 {
        display: none;
    }

    #service-page4 {
        display: block;
    }

}


.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 90px;
    right: 23px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: all 300ms ease;
}

    .btn-wsp:hover {
        background: #20ba5a;
        -webkit-box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 18px -15px rgba(0,0,0,0.75);
    }

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
        line-height: 66px;
    }
}

