/* Gerais */
body {
    font-family: sans-serif;
}

.row {
    margin: 0;
}

.container {
    padding: 70px 0;
}

p, li {
    color: #444;
    font-size: 14px;
}

/* Barra de Navegação*/

header, .navbar {
    background-color: rgb(6, 79, 131);
    height: 70px;
}

#nav-container {
    padding-top: 0;
    padding-bottom: 0;
}

#logo {
    height: 70px;
    position: relative;
    right: 15px;
}

.navbar-brand {
    padding: 0;
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
} 

#navbar-links a {
    color: #fff;
    user-select: none;
}

#navbar-links a:hover {
    text-decoration: none;
    color:  #65DAF9;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem .8rem;
}

/*Slider*/
.container-fluid {
    padding: 0;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: 90vh;
}

#mainSlider .carousel-caption {
    top: 30%;
}

#mainSlider.carousel-caption h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 100px;
    color: #444;
}

.main-btn {
    background-color: #65DAF9;
    color: #444;
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: .5s;
}

main-btn:hover {
    text-decoration: none;
    color: #444;
    background-color: transparent;
    border-color: #65DAF9;
}

.carousel-indicators .active {
    background-color: #65DAF9;
}

.carousel-control-prev {
    color: #444;
}

.carousel-control-next {
    color: #444;
}

/* Sobre os produtos */
#products-area {
    background-color: #F9F9F9;
}

.main-title {
    color: #444;
    margin: 0 0 65px 0;
    font-size: 40px;
    text-align: center;
}

.main-title::after {
    content: "";
    border-top: 2px solid #444;
    width: 15%;
    position: absolute;
    top: 60px;
    left: 42.5%;
}

.products-title {
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

#products-list {
    list-style: none;
    padding-left: 0;
}

#products-list li {
    line-height: 22px;
    font-weight: bold;
}

#products-list i {
    color: #65DAF9;
    margin-right: 15px;  
}

/* Serviços */

.service-box {
    text-align: center;
    margin-bottom: 50px;
}

.service-box i, .service-box h4 {
    transition: .5s;
}

.service-box i {
    font-size: 36px;
    margin-bottom: 20px;
    color: #444;
}

.service-box h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-box:hover > i, .service-box:hover > h4 {
    color: #65DAF9;
}


/* Sobre a empresa */
#about-area {
    background-color: #F9F9F9;
}

.about-title {
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

#about-list {
    list-style: none;
    padding-left: 0;
}

#about-list li {
    line-height: 20px;
}

#about-list i {
    color: #65DAF9;
    margin-right: 15px;  
}

/* Footer */
#contact-area {
    text-align: center;
    background-color: #F9F9F9;
}

.contact-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #3ec1d5;
}

.contact-box i {
    color: #444;
    border: solid 1px #444;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-box p {
    font-size: 16px;
}

.contact-title {
    font-weight: bold;
    color: #3ec1d5;
}

/* Copy */

#copy-area {
    background-color: rgb(6, 79, 131);
  }
  
  #copy-area .container {
    padding: 10px 0;
    text-align: center;
  }
  
  #copy-area .container p {
    margin-bottom: 0;
    color: white;
  }
  
  #copy-area .container a {
    font-weight: bold;
    color: white;
  }
  
  #copy-area .container a:hover {
    text-decoration: none;
    color: #3EC1D5;
}

@media(max-width: 425px) {

 /* Navbar */
 header, .navbar {
    background-color: rgb(6, 79, 131);
    height: 45px;
}   

 /* Slider */
 #logo {
    height: 45px;
    position: relative;
    right: 15px;
    bottom: 08px;
}

#mainSlider .carousel-inner, #mainSlider .carousel-item {
    height: 20vh;
}

#mainslider .carousel-caption {
    top: 5%;
}

#mainSlider .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 100px;
}

/* Produtos */
.main-title {
    font-size: 30px;
}

#products-area img{
    margin-top: 0;
    margin-bottom: 30px;
}

/* Empresa */

#about-area img{
    margin-top: 0;
    margin-bottom: 30px;
}



}