*{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
}
header{
    height: 90px;
}
nav>a{
    text-align: center;
}
nav.fixed{
    position: fixed!important;
    top:0;
    width: 100%;
    z-index: 1000;
}
nav.fixed::before{
    height: 100px;
}
.panel{
    scroll-margin-top: 85px;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
#slider>div>div{
    background-color: E4E4E4;
    border-radius: 30px;
    padding: 5px;
    margin: 20px;
    border: solid #2D2D2D 40px;
    -webkit-box-shadow: 5px 5px 3px 5px #989898; 
    box-shadow: 5px 5px 3px 5px #989898;
}
#nosotros{
    color:white;
    background: rgb(0,47,77);
    background: linear-gradient(90deg, rgba(0,47,77,1) 0%, rgba(0,124,204,1) 14%, rgba(91,162,208,1) 100%); 
}
#servicios{
    color: #257AA6;
    font-weight: bold;
    background: rgb(234,234,234);
    background: linear-gradient(90deg, rgba(234,234,234,1) 0%, rgba(0,189,170,1) 85%); 
}
#contacto{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(38,39,45,1) 11%, rgba(38,39,45,1) 100%);
    margin-bottom: 0!important;
    display: none;
}
#contacto h3{
    color: white;
}

.logo-img{
    width: 50%;
    max-width: 300px;
}
.header-area .nav-item a{
    font-weight: bold;
    color:aliceblue!important;
}

.header-area .nav-item.active{
    background-color: #5293BE;
    font-weight: bold;
    border-radius: 5px;
}
.header-area .nav-item.active a{
    color: #525252 !important;
}
.header-area .nav-item.active:hover{
    background-color: #5293BE;
    font-weight: bold;
    border-radius: 5px;
}
.header-area .nav-item.active:hover a{
    color: #525252!important;
}

.header-area .nav-item:hover{
    background-color: #5293BE;
    border-radius: 5px;
} 

.bg-darkblue{
    background-color: #0438a1;
}
.bg-cyan{
    background-color: #5ba2d0;
}
.footer-area{
    bottom:0;
    background-color: #26272d;
    color:white;
    vertical-align: middle;
    font-size: 0.8em;
}
.footer-title{
    font-size: 1.4em;
    font-weight: bold;
}
.footer-bottom{
    color: black;
    background-color: #afafaf;
}
.footer-bottom a,.footer-bottom a:link,.footer-bottom a:hover{
    color: black;
    text-decoration: none;
}

.footer-list {
    list-style: outside none none;
}
.footer-list.newsletter-text{
    list-style: none;
    padding: 0;
}
.footer-list p{
    line-height: 2;
    margin-bottom: 0;
}
.footer-list li {
    padding: 0;
    line-height: 1.9em;
    position: relative;
}
.contact-info li {
    padding-left: 35px;
    line-height: 28px;
}
.contact-info li:before {   
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px; 
    font-family: 'FontAwesome';
}
.contact-info li.location:before {   
    content: '\f3c5';
}
.contact-info li.mail:before {   
    content: '\f2b6';
}
.contact-info li.phone:before {   
    content: '\f095';
}
.footer-list.quick-link a{
    color:white;
}
.footer-list.quick-link a:link{
    color:white;
    font-style: normal;
    text-decoration: none;
}
.footer-social{
    margin: 0;
    padding: 0;
    font-size: 4em;
    list-style-type: none;
}
.footer-social li{
    line-height: 1.2em;
}
.single-footer.logo{
    height: 100%;
    white-space: nowrap;
    text-align: center; 
    margin: 0;
}

.single-footer img{
    max-width: 80%;
}
.single-footer.logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.single-footer.logo .footer-logo{
    background: #3A6F9A;
    vertical-align: middle;
}
.copyright{
    margin:0;
}

.carousel-control-next,
.carousel-control-prev{
    filter: invert(100%);
}

.carousel-indicators li{
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    height: 5px;
    background-color: gray;
}
.carousel-indicators li.active{
    background-color: white;
}

#carouselExampleIndicators {
    padding-left: 50px;
    padding-right: 50px;
}
#carouselExampleIndicators button {
    border-radius: 50%;
    font-weight: bold;
    background-color: #292929;
}
#carouselExampleIndicators .carousel-control-prev {
    width: auto!important;
}

#carouselExampleIndicators .carousel-control-next {
    width: auto!important;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.4s ease-in-out left;
    -moz-transition: 0.4s ease-in-out left;
    -o-transition: 0.4s ease-in-out left;
    transition: 0.4s ease-in-out left;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #5a5c69;
}

.scroll-to-top i {
    font-weight: 800;
}

@media only screen and (max-width: 991px) {
    .navbar-nav li:first-child {
        margin-top: 5px;
    }
    
    #slider>div>div{ 
        border-radius: 15px;
        padding: 0;
        margin: 10px;
        border: solid #2D2D2D 10px;
        -webkit-box-shadow: 5px 5px 3px 5px #989898; 
        box-shadow: 5px 5px 3px 5px #989898;
    }
}
.error{
    font-size: 1em!important;
    color:red!important;
    width: 100% !important;
}
table.dataTable{
    font-size: 1em!important;
}
table.dataTable tbody td{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
input.largerCheckbox {
    width: 32px;
    height: 32px;
}