@import url("bootstrap.min.css"); /* Using a url */
@import url("responsive.css");
@import url('https://fonts.googleapis.com/css2?family=Palanquin+Dark&family=Roboto:wght@100;300&display=swap');

 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    color: #57b6ec;
}

section{
    padding-top: 100px;
    padding-bottom: 100px;
}

h1{
    font-size: 30px;
    font-family: 'Palanquin Dark', sans-serif;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

h3{
    font-size: 25px;
}

button{
    border: 2px solid #000;
}

.title{
    color: #000;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.botao{
    background-color: #57b6ec;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
}

.line-footer{
    color: #000;
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-primary{
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
    background: none;
}

.btn-primary:hover{
    color: #000;
    border: 2px solid #000;
}

.diviser{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    border-radius: 5px;
    background-color: #57b6ec;
}

#header .active{
    border-bottom: 2px solid #57b6ec;
}

/*header*/
#header .nav-item {
    text-transform: lowercase;
    font-size: 20px;
}

#header .nav-item a{
    color: #57b6ec;
}

#header .nav-item a:hover{
    color: #3978af;
}

#header .fa{
    background-color: #57b6ec;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}

#header i{
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

#header i:hover{
    background-color: #3978af;
}

#header .logo img{
    max-width: 120px;
}

/*Slider*/
#slider{
    padding-bottom: 0px;
    padding-top: 0px;
}

/*section one*/
#section-one{
    background-color: #57b6ec;
    color: #fff;
    width: 100%;
}

#section-one h2{
    font-weight: 300;
}

/*SECTION TWO*/
#section-two img{
    max-height: 150px;
}

#section-two h2{
    margin-top: 40px;
    color: #000;
    font-weight: 300;
}

/*SECTION THREE*/
#section-three{
    background-color: #f7f7f7;
    color: #010101;
}

#section-three h1{
    font-weight: bold;
}

#section-three a{
    margin-top: 50px;
    background-color: #f7f7f7;
    border: 2px solid #000;
    color: #000;
}

#section-three a:hover{
    background-color: #000;
    color: #fff;
}

/* SECTION FOUR */
#section-four{
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-four .box-four{
    height: 600px;
}

#section-four .box-four img{
    height: 600px;
}

#section-four .four-right-text h1{
    font-size: 60px;
    color: #000;
}

#section-four .four-right-text h2{
    font-size: 60px;
    color: #000;
    line-height: 25px;
}

#section-four button{
    margin-top: 20px;
}

#section-four button:hover{
    background-color: #fff;
}

.four-right{
    background-image: url(../images/separator-box-four.png);
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
}

.four-right-text{
    padding: 150px 0px 0px 100px;
}

.four-right-text img{
    width: 200px;
    height: 150px;
}

/* SECTION FIVE */
#section-five{
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-five img{
    width: 100%;
}

/* SECTION SIX */
#section-six{
    padding: 0px;
    background-color: #f8f8f8;
}

#section-six h1{
    color: #000;
    font-weight: bold;
}

#section-six h2{
    color: #000;
    font-weight: 300;
}

#section-six label{
    font-weight: bolder;
    font-size: 20px;
    line-height: 20px;
    color: #010101;
}

#section-six .six-left{
    background-color: #f8f8f8;
}

#section-six .six-right{
    background-color: #E8E8E8;
}

#section-six .six-right .box-contato{
    padding: 100px;
}

#section-six .form-home{
    width: 600px;
    padding: 100px 100px 0px 0px;
}

#section-six .form-control{
    border-radius: 0px;
    margin-bottom: 25px;
    height: 45px;
}

#section-six .instagram-home{
    padding: 100px;
}

#section-six .instagram-home img{
    padding-top: 30px;
    max-width: 420px;
}

#section-seven{
    padding-bottom: 30px;
}

#section-seven li{
    list-style: none;
    font-size: 20px;
}

#section-seven a{
    text-decoration: none;
    color: #57b6ec;
}

#section-seven a:hover{
    color: #3978af;
}

#section-seven .social-footer{
    float: right;
}

#section-seven .icones-footer i{
    background-color: #57b6ec;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}

#section-seven .col-inline{
    display: inline;
    
}

#section-seven .icones-footer i:hover{
    background-color: #fff;
    border: 1px solid #57b6ec;
    color: #57b6ec;
}

#sat{
    border-top: 2px solid #57b6ec;
    padding-top: 5px;
    padding-bottom: 40px;
    background-color: #fff;
    font-size: 20px;

}

#section-mobile{
    display: none;
}

.sat{
    float: right;
}

#sobre p{
    color: #000;
    font-size: 20px;
}

#sobre span{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#about > .section-two h3{
    font-weight: lighter;
    font-size: 10px;
}

#about .four-right-text h3{
    color: #000;
    font-weight: bold;
}

/*SECTION PILARES*/
#section-pilares{
    background-color: #f7f7f7;
}

#section-pilares h1{
    color: #000;
}

#section-pilares h2{
    color: #000;
    font-weight: 300;
}

#section-pilares img{
    max-height: 200px;
}

.formulario input{
    border-radius: 0px;
}

.formulario textarea{
    border-radius: 0px;
}

.form-contato{
    font-size: 20px;
    color: #000;
    width: 600px;
    float: right;
    padding: 100px;
}

.formulario{
    width: 500px;
    margin: 0 auto;
    color: #000;
}

.contato{
    margin-top: 80px;
    color: #000;
    font-size: 20px;
}

.contato i{
    color: #57b6ec;
    font-size: 20px;
    text-align: center;
}

.catalogo-digital iframe{
    margin-top: 200px;
    width: 100%;
    height: 800px;
}

/*Declaração inicial*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

footer{
    background-color: #57b6ec;
    color: #E8E8E8;
    padding: 100px 0px 10px 0px;
}