/* GLOBAL */
@font-face {
    font-family: light;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}
body {
    font-family: regular;
    margin: 0 auto;
}
h1 {
    font-family: light;
    margin-bottom: 25px;
    color: #006bb3;
    font-size: 32px;
}
h2 {
    font-family: light;
    margin-top: 4%;
}
/* MENU */
.menu {
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 2%;
    max-width: 725px;
}
.menu img {
    height: 45px;
    margin-top: 15px;
    margin-right: 5%;
    float: left;
}
.menu ul {
    border-top: 2px hidden black;
    border-bottom: 2px solid #0077c7;
    list-style-type: none;
    font-size: 22px;
    padding: 0;
    width: 380px;
    height: 67px;
    overflow: hidden;
}
.menu li {
    float: left;
}
.menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
}
.menu li a:hover {
    text-shadow: 0px 0px 0.5px black;
}
.dropdown-menu a:hover {
    border-bottom: 2px solid #0077c7;
}
.active {
    height: 25px;
    border-top: 2px solid #0077c7;
    text-shadow: 0px 0px 0.5px black;
}
.dropdown {
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    border-top: 2px solid #0077c7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.menu .dropdown-menu a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/* INICIO */
/* SLIDER */
.slider {
    position: relative;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 4%;
}
.slider-img {
    display: none;
    transition: 0.5s ease;
}
.slider-img img {
    max-height: 650px;
    max-width: 850px;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
    animation-timing-function: linear;
}
@-webkit-keyframes fade {
    from {opacity: .2} 
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .2} 
    to {opacity: 1}
}
.slider-img:hover .slider-next{
    opacity: 1;
}
.text {
    margin-top: 3%;
    width: 50%;
}
.text p {
    float: left;
    margin-top: 5%;
    margin-left: 30%;
    margin-right: 10%;
    color: black;
    text-align: justify;
    text-indent: 20px;
    font-size: 20px;
    line-height: 1.5;
}
.text-img{
    float: right;
    margin-right: 10%;
    margin-bottom: 5%;
    max-width: 40%;
}
/* PRODUTOS */
.table {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
}
.container {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5%;
}
.img_table{
    max-width: 700px;
    max-height: 600px;
    opacity: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.textP {
    position: absolute;
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    font-size: 24px;
    text-align: center;
    text-shadow: 0px 2px 10px black;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.container:hover .img_table{
    filter: blur(5px);
}
.container:hover .textP{
    opacity: 1;
}
/* CONTACTOS */
.contactos {
    float: left;
    width: 36%;
    margin-left: 10%;
    margin-top: 6%;
    font-size: 18px;
    border-left-style: solid;
    border-left-color: #0077c7;
}
.contactos h3 {
    margin-left: 5%;
    margin-top: 5%;
    text-align: justify;
    font-family: light;
}
.contactos h3 i {
    font-size: 25px;
    margin-right: 20px;
}
#map {
    float: right;
    width: 46%;
    height: 500px;
    margin-right: 4%;
    margin-top: 4%;
}
.fb {
    width: 250px;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    border-radius: 2%;
    text-align: center;
    text-decoration: none;
    transition: 1s ease;
    backface-visibility: hidden;
}
.fa:hover {
    padding-right: 200px;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fb p {
    position: absolute;
    margin-top: 25px;
    margin-left: 110px;
    color: white;
    font-size: 16px;
    cursor: default;
}
/* FOOTER */
.footer {
    position: fixed;
    bottom: 0;
    margin: 5px;
    font-size: 10px;
}
.footer a{
    color: #00cc00;
    text-decoration: none;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 22px;
        margin-top: 8%;
    }
    h2 {
        margin-top: 10%;
        font-size: 18px;
    }
    .menu {
        margin: 0 auto;
        margin-bottom: 4%;
        max-width: 100%;
    }
    .menu img {
        float: none;
        height: 32px;
        margin: 0 auto;
        margin-top: 5%;
    }
    .menu ul {
        font-size: 18px;
        width: 329px;
        height: 62px;
        margin: 0 auto;
        margin-top: 4%;
    }
    .active {
        height: 20px;
    }
    .slider-img img {
        max-width: 100%;
    }
    .text {
        width: 90%;
        margin: 0 auto;
    }
    .text p {
        float: none;
        margin: 0;
        font-size: 14px;
    }
    .text-img{
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 8%;
        max-width: 85%;
    }
    .table {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0;
    }
    .img_table {
        max-width: 100%;
        max-height: 400px;
    }
    .textP {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 80%;
        opacity: 1;
        color: black;
        font-size: 14px;
        text-align: center;
        text-shadow: 0px 0px 0px black;
        border-bottom: 2px solid #0077c7;
    }
    .container:hover .img_table{
        filter: blur(0px);
    }
    .contactos {
        font-size: 14px;
        line-height: 30px;
        float: none;
        margin: 0 auto;
        margin-top: 10%;
        margin-bottom: 10%;
        width: 90%;
    }
    #map {
        float: none;
        width: 100%;
    }
    .fb p {
        margin-top: 20px;
    }
    .footer {
        font-size: 8px;
    }
} 
@media only screen and (min-width: 481px) and (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        margin-top: 5%;
        font-size: 20px;
    }
    .menu {
        margin: 0 auto;
        margin-bottom: 4%;
        max-width: 100%;
    }
    .menu img {
        float: none;
        height: 38px;
        margin: 0 auto;
        margin-top: 3%;
    }
    .menu ul {
        font-size: 18px;
        width: 329px;
        height: 62px;
        margin: 0 auto;
        margin-top: 3%;
    }
    .active {
        height: 20px;
    }
    .slider-img img {
        max-width: 100%;
    }
    .text {
        width: 80%;
        margin: 0 auto;
    }
    .text p {
        float: none;
        margin: 0;
        font-size: 16px;
    }
    .text-img{
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 8%;
        max-width: 75%;
    }
    .table {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0;
    }
    .img_table {
        max-width: 500px;
        max-height: 380px;
    }
    .textP {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        opacity: 1;
        color: black;
        font-size: 16px;
        text-align: center;
        text-shadow: 0px 0px 0px black;
        border-bottom: 2px solid #0077c7;
    }
    .container:hover .img_table{
        filter: blur(0px);
    }
    .contactos {
        font-size: 16px;
        line-height: 30px;
        float: none;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 80%;
    }
    #map {
        float: none;
        width: 100%;
    }
    .fb p {
        margin-top: 18px;
    }
    .footer {
        font-size: 8px;
    }
} 
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu img {
        height: 40px;
        margin-top: 18px;
    }
    .slider-img img {
        max-width: 100%;
    }
    .text {
        width: 80%;
        margin: 0 auto;
    }
    .text p {
        float: none;
        margin: 0;
        font-size: 18px;
    }
    .text-img{
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
        max-width: 60%;
    }
    .table {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0;
    }
    .img_table {
        max-width: 700px;
        max-height: 470px;
    }
    .textP {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        opacity: 1;
        color: black;
        font-size: 16px;
        text-align: center;
        text-shadow: 0px 0px 0px black;
        border-bottom: 2px solid #0077c7;
    }
    .container:hover .img_table{
        filter: blur(0px);
    }
    .contactos {
        line-height: 40px;
        float: none;
        margin: 0 auto;
        margin-top: 5%;
        width: 70%;
    }
    #map {
        float: none;
        width: 100%;
    }
    .fb p {
        margin-top: 18px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    h1 {
        font-size: 28px;
    }
    .table {
        margin: 0;
    }
    .container {
        max-width: 500px;
    }
    .img_table {
        max-width: 500px;
        max-height: 370px;
    }
    .text p {
        margin-left: 20%;
        font-size: 18px;
    }
    .text-img{
        margin-top: 2%;
    }
    .contactos {
        line-height: 40px;
        float: none;
        margin: 0 auto;
        margin-top: 5%;
        width: 60%;
    }
    #map {
        float: none;
        width: 100%;
    }
    .fb p {
        margin-top: 18px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
    .container {
        max-width: 550px;
    }
    .img_table {
        max-width: 550px;
        max-height: 420px;
    }
    .text p {
        margin-left: 20%;
        text-indent: 20px;
        font-size: 18px;
    }
    .text-img{
        margin-right:5%;
        max-width: 45%;
    }
    .contactos {
        width: 42%;
        margin-left: 7%;
        margin-top: 4%;
        font-size: 16px;
    }
    #map {
        margin-top: 0;
    }
}