
#area_slider{
    padding-bottom: 30px;
}

.barra_slide{
    font-size: 80px;
}

.titulo_slide{
    font-size: 80px;
    line-height: 1;
    text-align: center;
}

.container_caixa_slider{
    width: 100%;
    position: absolute;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
}

.container_caixa_slider hr{
    border-top: 3px solid rgba(255,255,255,1);
    width: 30%;
}

.img_slider{
    width: 100%;
    height: 100%;
}

.carousel-inner, .item{
    max-height:500px;
    min-height: 150px;
}

.subtitulo_slide{
    text-align: center;
    font-size: 24px;
}

.container_sobre{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.container_sobre hr{
    border-top: 1px solid rgba(251,155,055,1);
}

.descricao_sobre{
    margin-bottom: 60px;
}



.caixa_contacto{
    background: rgba(72,85,99,1);
    background: -moz-linear-gradient(top, rgba(72,85,99,1) 0%, rgba(72,85,99,1) 0%, rgba(41,50,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,85,99,1)), color-stop(0%, rgba(72,85,99,1)), color-stop(100%, rgba(41,50,60,1)));
    background: -webkit-linear-gradient(top, rgba(72,85,99,1) 0%, rgba(72,85,99,1) 0%, rgba(41,50,60,1) 100%);
    background: -o-linear-gradient(top, rgba(72,85,99,1) 0%, rgba(72,85,99,1) 0%, rgba(41,50,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(72,85,99,1) 0%, rgba(72,85,99,1) 0%, rgba(41,50,60,1) 100%);
    background: linear-gradient(to bottom, rgba(72,85,99,1) 0%, rgba(72,85,99,1) 0%, rgba(41,50,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485563', endColorstr='#29323c', GradientType=0 );
    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 0;
}

.titulo_contacto{
    text-transform: uppercase;
    font-size: 16px;
}

.titulo_contacto2{
    font-size: 24px;
}

.texto_contacto, .texto_contacto *{
    float: left;
    color: #fff;
    font-size: 16px;
}

.texto_contacto p{
    margin-bottom: 0;
}

.caixa_contacto input, #enviar_formulario {
    margin-top: 10px;
    border: 1px solid #9a9898;
    -webkit-box-shadow: inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    font-family: 'PT Sans', sans-serif;
}

.caixa_contacto input{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.caixa_contacto hr{
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.caixa_contacto textarea{
    margin-top: 10px;
    border: 1px solid #9a9898;
    -webkit-box-shadow: inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset -2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.left_form{
    width: 49%;
    float: left;
}

.right_form{
    width: 49%;
    float: right;
}

.header_formulario{
    font-size: 32px;
    color: #fff;
    background-color: #f89406;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}

.logo_head_form img{
    width: 60px;
}

.titulo_head_form{
    padding-bottom: 10px;
}

.rgba body:not(.wp-admin) hr{
    margin-right: 15px;
    margin-left: 15px;
}

#enviar_formulario{
    background-color: #fb9b00;
    color: #fff;
    padding: 0;
    height: 30px;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    width: 130px;
    line-height: normal;
    -webkit-box-shadow: -6px 8px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    -6px 8px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow:         -6px 8px 5px 0px rgba(0, 0, 0, 0.15);
    border: none;
    float: right;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#response_contacto{
    margin-top: 10px;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .titulo_slide{
        font-size: 30px;
    }

    .subtitulo_slide{
        font-size: 16px;
    }

    .titulo_contacto2{
        font-size: 18px;
    }

    .owl-carousel .owl-item img{
        object-fit: cover;
        min-height: 150px;
    }

    .texto_contacto, .texto_contacto *, #mensagem_formulario, #nome_formulario, #email_formulario, #enviar_formulario, #response_contacto{
        font-size: 14px;
    }

    .container_sobre{
        width: 100%;
    }

    h2{
        font-size: 1.5rem;
    }

    .header_formulario{
        font-size: 22px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .titulo_slide{
        font-size: 40px;
    }

    .subtitulo_slide{
        font-size: 18px;
    }

    .titulo_contacto2{
        font-size: 20px;
    }

    .owl-carousel .owl-item img{
        object-fit: cover;
        min-height: 150px;
    }

    .container_sobre{
        width: 100%;
    }

    h2{
        font-size: 1.7rem;
    }

    .header_formulario{
        font-size: 24px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .titulo_slide{
        font-size: 60px;
    }

    .subtitulo_slide{
        font-size: 20px;
    }

    .titulo_contacto2{
        font-size: 22px;
    }

    .owl-carousel .owl-item img{
        object-fit: cover;
        min-height: 150px;
    }

    .header_formulario{
        font-size: 26px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .owl-carousel .owl-item img{
        min-height: 350px;
        object-fit: cover;
    }

    .carousel-inner, .item{
        min-height: 300px;
    }

    .titulo_slide{
        font-size: 70px;
    }

    .subtitulo_slide, .titulo_contacto2{
        font-size: 22px;
    }

    .logo_contacto{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
    }

    .header_formulario{
        font-size: 28px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1679px){
    .header_formulario{
        font-size: 30px;
    }

    .titulo_slide{
        font-size: 75px;
    }
}