/*
Theme Name: LOCARMAX
Text Domain: LOCARMAX
Version: 1.0 
Description: O tema foi desenvolvido para que o usuário tenha uma melhor experiência junto a Locarmax, visto que a empresa passa por um novo posicionamento no mercado de aluguel de carros.
Author: AG29 Agência Digital
Author URI: https://ag29.com.br/
*/
@import url("/css/reset.css");
@import url("/css/root.css");
@import url("/css/fonts.css");
html {
    scroll-behavior: smooth;
}
.content {
    width: calc(100% - 200px);
    height: auto;
    margin: 0 auto;
    padding: 1% 0;
    box-sizing: border-box;
}
.header_int {
    width: 100%;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 1% 0;
}
.logotipo {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}
.logotipo h1 {
    font-size: var(--font-title);
    text-transform: uppercase;
}
.logotipo h1 a{
    text-decoration: none;
    color: var(--azul);
}
/*menu*/
.menu_top{
    width: 60%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#home, .home {
    display: none;
}
.fa-bars {
    color: var(--branco);
}
nav {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}
nav ul li {
    font-size: var(--font-normal);
    text-decoration: none;
    color: var(--cinza);
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li a {
    text-decoration: none;
    color: var(--azul-second);
    transition: .5s;
    display: block;
    padding: 10px;
}
nav ul li a:hover {
    transition: .8s;
    color: var(--azul);
}
.redes_top{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
}
.redes_top span{
    font-size: var(--font-normal);
}
.redes_top span a{
    text-decoration: none;
    color: var(--whats);
}
/*slider*/
.slider {
    width: 100%;
    height: auto;
    margin: 1% 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider img{
    max-width: 100%;
    height: 100%;
}
/*outsourcing*/
.outsourcing{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 0;
    display: flex;
    justify-content: center;
}
.outsourcing_int{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outsourcing_left{
    width: 392px;
    height: 392px;
    margin: 0;
    padding: 0;
    background: #069;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
}
.outsourcing_right{
    width: 30%;
    height: auto;
    margin: 0 0 0 50px;
    padding: 0;
}
.outsourcing_right h1{
    font-size: var(--font-title);
    text-transform: uppercase;
    color: var(--azul);
    margin: 0;
    padding: 1% 0;
}
.outsourcing_right p{
    font-size: var(--font-normal);
    color: var(--cinza);
    text-align: justify;
    margin: 0;
    padding: 2% 0;
}
.outsourcing_right small{
    font-size: var(--font-small);
    color: var(--azul-second);
    font-style: italic;
}
.outsourcing_right button{
    width: 40%;
    height: 36px;
    margin: 2% 0 0 0;
    padding: 1%;
    border-radius: 30px;
    border: none;
    background: var(--bg-azul-second);
}
.outsourcing_right button a{
    text-decoration: none;
    color: var(--branco);
}
/*outsourcing benefits*/
.outsourcing_benefits{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2% 0;
}
.outsourcing_benefits_int{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1% 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.outsourcing_benefits_title{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outsourcing_benefits_title h1{
    font-size: var(--font-subtitle);
    text-transform: uppercase;
    color: var(--azul);
}
.outsourcing_benefits_title h1 strong{
    color: var(--azul-second);
}
.benefits_call{
    width: 28%;
    min-height: 200px;
    margin: 8px;
    padding: 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.benefits_img{
    width: 100%;
    height: 140px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: var(--bg-azul-second);
}
.benefits_img img{
    max-width: 30%;
    height: auto;
}
.benefits_call h2{
    text-transform: uppercase;
    font-weight: normal;
    margin: 2% 0 0 0;
    font-size: var(--font-normal);
    color: var(--cinza);
    text-align: center;
    line-height: 1.3;
}
/*newsletter*/
.newsletter{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.newsletter_int{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter_left{
    width: 20%;
    height: auto;
    display: flex;
    margin: 0 10px 0 0;
    padding: 0;
}
.newsletter_left img{
    max-width: 80%;
    height: 100%;
}
.newsletter_right{
    width: 42%;
    height: auto;
    margin: 0;
    padding: 1% 0;
}
.newsletter_title{
    font-size: var(--font-subtitle);
    color: var(--azul-second);
    text-transform: uppercase;
    margin: 2% 0;
    padding: 0;
}
.newsletter_right form{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.newsletter_right form input{
    width: 42%;
    height: 30px;
    margin: 10px 10px 5px 0 ;
    padding: 5px 14px;
    border: none;
    border-radius: 30px;
    background: var(--bg-gray-light);
    font-size: var(--font-small);
}
.newsletter_right .news_btn{
    width: 30%;
    height: 40px;
    border-radius: 30px;
    margin: 10px 0 0 0;
    padding: 10px;
    background: var(--bg-azul-second);
    font-size: var(--font-normal);
    color: var(--branco);
}
/*about bg*/
.about_bg{
    width: 100%;
    height: 250px;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.about_bg_int{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.about_bg_int h2{
    font-size: var(--font-title);
    color: var(--branco);
    font-weight: normal;
    text-transform: uppercase;
}
.about{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 4% 0;
    display: flex;
    justify-content: center;
}
.about_int{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_left{
    width: 36%;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0;
}
.about_left h1{
    font-size: var(--font-title);
    text-transform: uppercase;
    color: var(--azul);
    margin: 0;
    padding: 1% 0;
}
.about_left p{
    font-size: var(--font-normal);
    color: var(--cinza);
    text-align: justify;
    margin: 0;
    padding: 2% 0;
}
.about_right{
    width: 392px;
    height: 392px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
}
/*guidelines*/
.guidelines{
    width: 100%;
    height: auto;
}
.guidelines_vision{
    width: 100%;
    height: 250px;
    margin: 2% 0;
    padding: 0;
    background-image: url(../images/vision_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.guidelines_mission{
    width: 100%;
    height: 250px;
    margin: 2% 0;
    padding: 0;
    background-image: url(../images/mission_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.guidelines_values{
    width: 100%;
    height: 250px;
    margin: 2% 0;
    padding: 0;
    background-image: url(../images/values_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.guidelines_vision_int,
.guidelines_values_int,
.guidelines_mission_int{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.guidelines_vision_int h2,
.guidelines_values_int h2,
.guidelines_mission_int h2{
    font-size: var(--font-subtitle);
    color: var(--branco);
    font-weight: normal;
    text-transform: uppercase;
    margin: 1% 0;
}
.guidelines_vision_int p,
.guidelines_values_int p,
.guidelines_mission_int p{
    font-size: var(--font-normal);
    color: var(--branco);
}
/*notices*/
.notices_bg{
    width: 100%;
    height: 250px;
    background-image: url(../images/notices_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.notices_bg_int{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.notices_bg_int h2{
    font-size: var(--font-title);
    color: var(--branco);
    font-weight: normal;
    text-transform: uppercase;
}
.notices{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.notices_int{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.notices_int_call{
    width: 28%;
    min-height: 200px;
    margin: 15px auto;
    padding: 1%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.notices_int_call img{
    max-width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.notices_int_call h1{
    font-size: var(--font-subtitle);
    margin: 20px 0;
    padding: 0;
}
.notices_int_call h1 a{
    text-decoration: none;
    color: var(--azul);
}
.notices_int_call p{
    font-size: var(--font-normal);
    margin: 10px 0;
    padding: 0;
}
.notices_int_call p a{
    text-decoration: none;
    color: var(--cinza);
}
.notices_int_call small{
    font-size: var(--font-small);
    color: var(--azul-second);
    font-style: italic;
}
.service_int_call{
    width: 28%;
    min-height: 200px;
    margin: 15px auto;
    padding: 1%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
}
.service_int_call img{
    max-width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.service_int_call h1{
    font-size: var(--font-subtitle);
    margin: 20px 0;
    padding: 0;
}
.service_int_call h1 a{
    text-decoration: none;
    color: var(--azul);
}
.service_int_call p{
    font-size: var(--font-normal);
    color: var(--cinza);
    margin: 10px 0;
    padding: 0;
}
.service_int_call button{
    width: auto;
    min-height: 40px;
    margin: 1% 0;
    padding: 0;
    background: var(--azul-second);
    border: none;
    border-radius: 30px;
}
.service_int_call button a{
    color: var(--branco);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 10px 30px;
}
.pagination{
    width: 50%;
    height: 40px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul{
    display: flex;
}
.pagination ul li{
    font-size: var(--font-normal);
    background: #069;
    margin: 5px;
}
.pagination ul li a{
    text-decoration: none;
    color: var(--branco);
    padding: 10px;
    display: block;
}
/*contact*/
.contact_bg{
    width: 100%;
    height: 250px;
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.contact_bg_int{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.contact_bg_int h2{
    font-size: var(--font-title);
    color: var(--branco);
    font-weight: normal;
    text-transform: uppercase;
}
.contact{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_int{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1% 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_left,
.contact_right{
    width: 46%;
    height: auto;
    margin: 5px;
    padding: 0;
}
.contact_left h2,
.contact_right h2{
    font-size: var(--font-title);
    text-transform: uppercase;
    color: var(--azul);
    margin: 5px;
    padding: 1% 0;
}
.contact_left p,
.contact_right p{
    font-size: var(--font-normal);
    color: var(--cinza);
    text-align: justify;
    margin: 0;
    padding: 0;
}
.contact_left form,
.contact_right form{
    width: 94%;
    height: auto;
    margin: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.contact_left form input,
.contact_right form input{
    width: 94%;
    height: 30px;
    margin: 5px 0;
    padding: 10px;
    background: var(--bg-gray-light);
    border: none;
    border-radius: 30px;
    font-size: var(--font-small);
}
.contact_left form textarea,
.contact_right form textarea{
    width: 94%;
    height: 120px;
    margin: 5px 0;
    padding: 10px;
    background: var(--bg-gray-light);
    border: none;
    border-radius: 10px;
    font-size: var(--font-small);
    font-family: 'Roboto', sans-serif;
}
.contact_left form .btn,
.contact_right form .btn{
    width: 40%;
    height: 40px;
    margin: 1% 0 0 0;
    padding: 1%;
    border-radius: 30px;
    border: none;
    background: var(--bg-azul-second);
    color: var(--branco);
    font-size: var(--font-subtitle);
}
.contact_left .maps,
.contact_right .maps{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1%;
}
/*footer*/
footer{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1% 0;
    background: var(--bg-gray-light);
}
.footer_int{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_left{
    width: 30%;
    height: auto;
}
.footer_left p{
    font-size: var(--font-normal);
    color: var(--cinza);
}
.footer_right{
    width: 20%;
    height: auto;
    text-align: center;
}
.footer_right h2{
    font-size: var(--font-title);
    color: var(--azul);
    text-transform: uppercase;
}
.footer_right p{
    font-size: var(--font-normal);
    color: var(--cinza);
}
.footer_right span{
    font-size: var(--font-subtitle);
}
.footer_right .fab{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: var(--bg-azul-second);
    text-decoration: none;
    color: var(--branco);
}
.footer_info{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: var(--font-small);
    color: var(--cinza);
}
/*********************RESPONSIVE*******************/

@media (min-width: 600px) and (max-width: 933px) {
    .content {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    .header_int {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .logotipo {
        width: 100%;
        padding: 1% 0;
        margin-bottom: 2%;
        justify-content: center;
    }
    /* MENU */
    .menu_top{
        width: 100%;
        height: auto;
        justify-content: center;
        margin: 0 auto;
    }
    nav {
        display: none;
    }
    #home:checked ~ nav {
        width: 99.8%;
        position: relative;
        display: block;
        background: none;
    }
    .home {
        display: block;
        background: none;
        padding: 10px;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }
    .fa-bars{
        font-size: var(--font-title);
        color: var(--azul);
    }
    nav ul {
        width: 100%;
        margin: 1% 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    nav ul li {
        display: block !important;
        padding: 10px 0px;
    }
    nav ul li a {
        width: 100%;
        float: left;
        text-align: center;
    }
    /*redes top*/
    .redes_top{
        width: 100%;
        height: 30px;
        margin: 0;
    }
    .redes_top span{
    font-size: var(--font-subtitle);
    }
    /*slider*/
    .slider {
        width: 100%;
        height: auto;
        padding: 4% 0;
        margin: 0 auto;
    }
    /*outsourcing*/
    .outsourcing_int{
        flex-wrap: wrap;
    }
    .outsourcing_left{
        width: 100%;
        background: none;
        margin: 0;
        padding: 0;
    }
    .outsourcing_right{
        width: 80%;
        justify-content: center;
        text-align: center;
        margin: 5% 0 0 0;
        padding: 0;
    }
    /*newsletter*/
    .newsletter_int{
        flex-wrap: wrap;
        justify-content: center;
        margin: 2% 0;
    }
    .newsletter_left{
        width: 100%;
        justify-content: center;
    }
    .newsletter_left img{
        max-width: 40%;
    }
    .newsletter_right{
        width: 90%;
    }
    .newsletter_title{
        text-align: center;
    }
    .newsletter_right form{
        justify-content: center;
    }
    /*about bg*/
    .about_bg{
        width: 100%;
        height: auto;
        padding: 18% 0;
    }
    .about_bg_int h2{
        font-size: var(--font-subtitle);
    }
    .about_int{
        flex-wrap: wrap;
    }
    .about_left{
        width: 80%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .about_left h1{
        font-size: var(--font-subtitle);
    }
    .about_left p{
        text-align: center;
    }
    .about_right img{
        max-width: 80%;
    }
    /*guidelines*/
    .guidelines{
        width: 100%;
        height: auto;
    }
    .guidelines_vision_int,
    .guidelines_values_int,
    .guidelines_mission_int{
        width: 90%;
    }
    /*notices*/
    .notices_int_call{
    width: 48%;
    min-height: 200px;
    margin: 15px 0;
    padding: 1%;
    }
    /*contact*/
    .contact_int{
        width: 100%;
    }
    .contact_left,
    .contact_right{
        width: 90%;
        height: auto;
        margin: 2% auto;
        padding: 0;
    }
    .contact_left .maps,
    .contact_right .maps{
        width: 100%;
        height: auto;
        margin: 5px auto;
        padding: 0;
    }
    /*footer*/
    .footer_left{
        width: 40%;
    }
    .footer_right{
        width: 40%;
    }
}
@media (min-width: 240px) and (max-width: 599px) {
    .content {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    .header_int {
        width: 100%;
        flex-direction: column;
    }
    .logotipo {
        width: 100%;
        padding: 1% 0;
        margin-bottom: 2%;
        justify-content: center;
    }
    /* MENU */
    nav {
        display: none;
    }
    #home:checked ~ nav {
        width: 99.8%;
        position: relative;
        display: block;
        background: none;
    }
    .home {
        display: block;
        background: none;
        padding: 10px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        background: var(--azul);
    }
    nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    nav ul li {
        display: block !important;
        padding: 10px 0px;
    }
    nav ul li a {
        width: 100%;
        float: left;
        text-align: center;
    }
    /*redes_top*/
    .redes_top{
        width: 100%;
        margin: 2% 0 0 0;
    }
    /*slider*/
    .slider {
        height: auto;
        padding: 4% 0;
    }
    /*outsourcing*/
    .outsourcing_int{
        flex-wrap: wrap;
    }
    .outsourcing_left{
        width: 100%;
        background: none;
        margin: 0;
        padding: 0;
    }
    .outsourcing_left img{
        max-width: 80%;
    }
    .outsourcing_right{
        width: 80%;
        justify-content: center;
        text-align: center;
        margin: 5% 0 0 0;
        padding: 0;
    }
    .outsourcing_right button{
        width: 60%;
    }
    /*outsourcing benefits*/
    .outsourcing_benefits_title{
        height: auto;
        text-align: center;
    }
    .outsourcing_benefits_title h1{
        font-size: var(--font-redes-footer);
    }
    .outsourcing_benefits_int{
        flex-wrap: wrap;
    }
    .benefits_call{
        width: 100%;
    }
    .benefits_img img{
        max-width: 20%;
    }
    /*newsletter*/
    .newsletter_int{
        flex-wrap: wrap;
        justify-content: center;
        margin: 2% 0;
    }
    .newsletter_left{
        width: 100%;
        justify-content: center;
    }
    .newsletter_left img{
        max-width: 40%;
    }
    .newsletter_right{
        width: 90%;
    }
    .newsletter_title{
        text-align: center;
    }
    .newsletter_right form{
        justify-content: center;
    }
    .newsletter_right form input{
        width: 100%;
    }
    .newsletter_right .news_btn{
        width: 50%;
    }
    /*about bg*/
    .about_bg{
        width: 100%;
        height: auto;
        padding: 18% 0;
    }
    .about_bg_int h2{
        font-size: var(--font-subtitle);
    }
    .about_int{
        flex-wrap: wrap;
    }
    .about_left{
        width: 80%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .about_left h1{
        font-size: var(--font-subtitle);
    }
    .about_left p{
        text-align: center;
    }
    .about_right img{
        max-width: 80%;
    }
    /*guidelines*/
    .guidelines{
        width: 100%;
        height: auto;
    }
    .guidelines_vision_int,
    .guidelines_values_int,
    .guidelines_mission_int{
        width: 90%;
    }
    /*notices*/
    .notices_int_call{
    width: 100%;
    min-height: 200px;
    margin: 15px 0;
    padding: 1%;
    }
        /*contact*/
    .contact_int{
        width: 100%;
    }
    .contact_left,
    .contact_right{
        width: 100%;
        height: auto;
        margin: 2% auto;
        padding: 0;
    }
    .contact_left form,
    .contact_right form{
        width: 100%;
        height: auto;
        margin: 5px auto;
        padding: 0;
    }
    .contact_left .maps,
    .contact_right .maps{
        width: 100%;
        height: auto;
        margin: 5px auto;
        padding: 0;
    }
    .contact_left .maps iframe,
    .contact_right .maps iframe{
        width: 96%;
    }

    /*footer*/
    .footer_int{
        flex-wrap: wrap;
        margin: 0;
        padding: 2% 0;
    }
    .footer_left{
        width: 100%;
        margin: 3% 0;
        text-align: center;
    }
    .footer_right{
        width: 100%;
        margin: 3% 0;
        padding: 2% 0;
    }

}