body{
    background: #eeee;
    width: 100%;
}
a{
    text-decoration: none;
    color: black;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    font-style: none;
    list-style: none;
}
header{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.text-justify{
    text-align: justify;
}
.btn-1 {
    background: white;
    color: black;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 3px;
}
.btn-2 {
    background: #096096;
    color: white;
    font-size: 18px;
    padding: 8px 50px;
    margin-top: 45px;
    border-radius: 3px;
    display: block;
    width: max-content;
    border: 0;
}

.bg-blue{
    background-color: #0063a2 !important;
}
.bg-grey{
    background-color: #efefef;
}

/*****************************************************
WHATSAPP FLOATING
*****************************************************/
.whatsapp-float {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 999;
}
/*****************************************************
MENU TOPO
*****************************************************/

#top-bar{
    background-color: #03609c;
    padding: 10px 0;
}
#top-bar li a{
    color: white;
    padding: 0 3px;
}
ul.social-media li {
    background: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: grid;
    align-content: center;
    text-align: center;
    margin: 0 3px;
}
ul.social-media li i {
    font-size: 18px;
    color: #03609c;
}


/*****************************************************
MENU
*****************************************************/
#menu{
    padding: 10px 0;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.884);
}
div#menu.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    transition: .2s;
    z-index: 999;
    background: white;
}
div#menu.menu-fixed #logo a img{
    max-width: 120px;
    transition: 0.3s;
}
#menu #logo a img{
    max-width: 180px;
    transition: 0.3s;
}
#menu .nav {
    width: 72%;
}
#menu .nav .btn-3{
    background: #096096;
    color: white !important;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    display: block;
    width: max-content;
    border: 0;
}

@media only screen and (max-width: 800px){
    .btn-menu-mobile {
        position: absolute;
        right: 15px;
        top: 35px;
        border: none;
    }

    .btn-menu-mobile span {
        background: #000000;
        height: 3px;
        width: 30px;
        display: block;
        margin: 5px;
    }
    div#menu.menu-fixed a.btn-menu-mobile{
        top: 40px;
    }

    #team .member .member-info {
        padding-left: 0px !important;
        text-align: center;
        margin-top: 15px;
    }
}
/*****************************************************
SLIDE / BANNERS
*****************************************************/
#banners{
    height: 650px;
    box-shadow: 0px 8px 9px #8f8f8f;
}
@media screen and (min-width: 800px) {
    #banners{
        margin-top: 130px;
    }
}
.owl-prev,
.owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
    border: 0;
}
.owl-prev i:before,
.owl-next i:before{
    font-size: 20px;
}
.owl-prev {
    left: 5%;
}
.owl-next {
    right: 5%;
}

 .slide {
     min-height: 650px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0 0 0 / 59%)), url(../img/banners/img01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0 0 0 / 59%)), url(../img/banners/img04.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgb(0 0 0 / 59%)), url(../img/banners/img03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.owl-carousel .owl-item{
    padding: 0;
}
.slide-text {
    /* background: #ffffff9e; */
    padding: 30px 0;
}
.slide-text p{
    color: #ffffff !important;
    font-weight: 600;
}

/*****************************************************
CARDS
*****************************************************/
section#cards {
    padding: 20px 20px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    background: #004e7ecf;
    box-shadow: 0px 9px 12px 0px grey;
}
section#cards .card {
    padding: 30px;
    text-align: center;
    height: 350px;
    background: #066099;
    color: white;
    border-radius: 0;
    border: 0;
    align-items: center;
    display: grid;
}
section#cards .card h4.title {
    margin: 15px 0;
}
section#cards .card h4.title a {
    color: white;
}

/*****************************************************
SECTIONS
*****************************************************/
section#about{
    padding: 100px 0;
}
.title-header{
    margin-bottom: 25px;
}
.title-header .title.subli:after{
    content: "";
    background: #03609c;
    height: 2px;
    width: 60px;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}
.title-header .title{
    color: #03609c;
}
/* section#about img {
    box-shadow: 13px 14px 0px #085a8d;
} */

section#about .box {
    margin: 5px;
    background: #0b5a8b;
    color: white;
    height: 340px;
    padding: 35px;
}
section#about .box h5{
    font-size: 25px;
}
section#about .box h5:after{
    content: "";
    background: white;
    height: 2px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 10px auto;
}
div#galeria-empresa .owl-item.active:after {
    background: #0b5a8b;
    position: absolute;
    top: 15px;
    width: 100%;
    height: 100%;
    left: 15px;
    display: block;
    content: "";
    z-index: -1;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
section#team {
    background: white;
    padding: 100px 0;
}
section#team .title-header .title.subli:after{
    content: "";
    background: #03609c;
    height: 2px;
    width: 60px;
    display: block;
    margin: 15px auto 20px;
}

#team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
  }
  
  #team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 2px;
  }
  
  #team .member .pic img {
    transition: ease-in-out 0.3s;
  }
  
  #team .member:hover img {
    transform: scale(1.1);
  }
  
  #team .member .member-info {
    padding-left: 30px;
  }
  
  #team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #05579e;
  }
  
  #team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  #team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0;
  }
  
  #team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  
  #team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  #team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ecf6fe;
    color: #0665b7;
  }
  
  #team .member .social a i {
    font-size: 16px;
    margin: 0 2px;
  }
  
  #team .member .social a:hover {
    background: #0880e8;
    color: #fff;
  }
  
  #team .member .social a+a {
    margin-left: 8px;
  }


/*--------------------------------------------------------------
UTILITIES
--------------------------------------------------------------*/
#utilities{
    padding: 100px 0;
}

section#utilities .title-header .title.subli:after{
    content: "";
    background: #03609c;
    height: 2px;
    width: 60px;
    display: block;
    margin: 15px auto 20px;
}
#utilities .icon-box {
    margin-bottom: 5px;
    padding: 10px 40px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#utilities .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
}
#utilities .icon-box i {
    float: left;
    color: #03609c;
    font-size: 20px;
    line-height: 0;
    margin-top: 10px;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer{
    background: #03609c;
    padding: 60px 0;
}

footer strong{
    color: white;
    font-size: 17px;
}

footer .logo-footer {
    background: white;
    padding: 15px 0 15px 15px;
    border-radius: 7px;
}
footer .logo-footer img{
    max-height: 120px;
}
footer ul{
    padding: 5px;
}
footer ul li{
    color: white;
}

footer ul.social-media li {
    background: rgba(255, 255, 255, 0.815);
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: grid;
    align-content: center;
    text-align: center;
    margin: auto;
}
footer ul.social-media li i {
    font-size: 28px;
    color: #03609c;
}


.page {
    margin-top: 160px;
    background: white;
    padding: 10px 0;
}
.page .title-header{
    margin-bottom: 0px;
}