.menu_principal {
    width: 100%;
    background-color: #8db5c9;
    height: 100px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;

}

ul {
    padding: 0px !important;
}

main,
.content {
    margin: 0 auto;
    width: 980px;
    position: relative;
}

.logo {
    float: left;
    width: 70%;

}

.rede_sociais ul li {
    margin-left: 10px;
    display: inline-block;
    float: left;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;

}

.rede_sociais {
    width: 30%;
    float: left;
}

.header_2 {
    background-color: #ffffff;
    width: 980px;
    margin: 0 auto;
    padding: 8px;

}

.menu_url {
    height: 55px;
    border-bottom: 3px solid #08060617;
}

.menu ul li {
    display: inline-block;
    color: black;
    margin-left: 20px;
    height: 30px;
}

.menu ul li:hover {
    border-bottom: 3px solid #184a61;

}

.menu ul li a:hover {
    color: #184a61;
}

.menu ul li a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.menu {
    width: 70%;
    float: left;
}

.busca {
    margin-top: 0px;
    width: 30%;
    float: right;
}

.busca ul li {
    color: black;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;


}

.col-100 {
    width: 100%;
    float: left;
    position: relative;


}

button.slick-prev {
    font-size: 0px;
    border: none;
    width: 19px;
    height: 50px;
    background-color: transparent;
    background-image: url('../img/seta_esquerda.fw.png');
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 14%;

}

button.slick-next {
    font-size: 0px;
    border: none;
    width: 19px;
    height: 50px;
    background-color: transparent;
    background-image: url('../img/seta_direita.fw.png');
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 14%;

}

.slider_principal {
    width: 100%;
    height: 400px;
}


.slick-list {
    width: 100% !important;
}

.slick-initialized {
    overflow: hidden;

}

.slick-dots li button {
    font-size: 0px;
    border: 5px solid #ffffff;
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots {
    margin: 0 auto;
    width: 50%;
    position: absolute;
    left: 45%;
    top: 90%;
}

li.slick-active button {
    background: #184a61;

}

.slick-dots li {
    padding-left: 10px;
    display: inline-block;
}

.texto-destaque {
    text-align: center;
}

.texto-destaque h1 {
    color: #2e3031;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.texto-destaque strong {
    color: #090c0e;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

.texto-destaque p {
    color: rgba(24, 23, 23, 0.822);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
}

.col-3 {
    width: 20%;
    float: left;
    position: relative;
}

.col-4 {
    width: 20%;
    float: left;
    position: relative;
}

.bloco-texto {
    margin-top: 1rem;
}

h2 {
    font-weight: normal !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

.col-5 {
    width: 20%;
    float: left;
    position: relative;
}

.bloco-logos {
    background-color: #8db5c9;
    height: 70px;
}

.col-6 {
    color: #1d3b50;
    text-align: center;
}

.col-6 h1 {
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 12px;

}

.footer {
    background-color: #006599;
    text-align: center;
    height: 80px;
}

.footer h1 {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    color: #e6e8e9;
    margin-top: 15px;

}

.footer-2 {
    background-color: #8db5c9;
    text-align: center;

}


.footer-2 h1 {

    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    color: #0b0c0c;
    margin-top: 15px;

}

.empresa {
    text-align: center;
    background-color: #e0eaf0;

}


.contato {
    text-align: center;
    background: #fefeff;



}

.contato-1 {
    width: 100%;
    max-width: 500px;
    background-color: rgb(230, 239, 243);

}



.contato-1 h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;

}


.form {
    width: 100%;
    max-width: 32rem;
    font-size: 1.125rem;
    border-bottom: #090c0e;
}

.form label,
.form input,
.form textarea,
.form button {
    display: block;
    width: 100%;
}

.form label {
    color: rgb(2, 2, 2);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.form input,
.form textarea {
    font: inherit;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 8px;
    transition: border-color, box-shadow 0.2s;
}

.form textarea {
    min-height: 13rem;
    resize: vertical;
}

.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus {
    outline: none;
    border-color: #09d;
    box-shadow: 0 0 0 3px #4dc8ff;
}

.form button {
    display: block;
    padding: 1rem;
    background: #0072c4;
    color: rgb(0, 0, 0);
    font: inherit;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.form button:hover,
.form button:focus {
    outline: none;
    background: #09d;
}







.produtos {
    background-color: #bed5e0;
}


.produtos h1 {
    color: #2e3031;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}

.produtos strong {
    color: #090c0e;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

.produtos p {
    color: rgba(24, 23, 23, 0.822);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    text-align: center;
}

.texto-destaque-1 h1 {
    color: #096ea0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #b5d9eb;

}