@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');

.img100{
    max-width: 100%;
}

.blog-post img{
    text-align: center;
}
a{
    font-weight: 700;
    color: #ff743d;
}
.blog-post a{
    font-weight: 700;
    color: #ff743d;
}
.blog-post .aligncenter{
    text-align: center;
    width: 100% !important;
}
.blog-post .wp-caption-text{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 3px 0 10px;
}
.postlist{margin: 5px 0;    padding: 10px 0;}
.postlist .img100{background: #f5f5f5; min-height: 180px; max-height: 180px; overflow: hidden;}
.postlist a{color:#3e2f29 !important; font-family: 'Poppins'; font-size: 20px; text-transform: uppercase;text-align: center;margin-top: 10px;cursor: pointer;}
/*.postlist:nth-child(even) {background: #f5f5f5}
.postlist:nth-child(odd) {background: #FFF}*/

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    max-width: 100vw !important;
}
.blog-contact{
    color: white;
    font-size: 12px;
    background-color: #3e2f29;
    padding: 20px;
}


.blog-contact label{
    color: #ff743d;
    font-weight: 700;
}

.header{
    padding: 10px 0px;
    max-height: 100px;    
}

.header img{
    max-height: 70px;    
    max-width: 100%;
}

.menu ul{    
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color:#3e2f29;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
}
.menu a{
    color:#3e2f29;
}
.menu .active a{
    color:#ff743d;
}
.menu li{
    float: right;
    padding: 0px 10px;
}

.menuicon{
    padding-top: 13px;
}

.submenu{
    margin: 10px 0 !important;
    font-weight: normal !important;
    font-size: 10px !important;
}

.header .orcamento {
    padding: 23px 0;
}
.header .orcamento a{
    background-color: #ff743d;
    color: white;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.h-100{
    height: 100%;
}

.form_mudanca{
    height: 550px;
    background-image: url('img/header.jpg');
    background-position: center;
    background-size: cover;    
}


.form_mudanca input[type=radio]{
    width: 178px;
    cursor: pointer;
    position: absolute;
    height: 25px;
    height: 25px;
    top: 19px;
    z-index: 999;
    opacity: 0;    
}

.form_mudanca .error{
    background: rgb(255,180,180,1) !important;
}


.form_mudanca input[type="radio"] + .radio{
    opacity: 0.5;
    padding: 6px 10px;
    margin-top: 18px;    
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;      
    text-align: center;
    color: white;
    background-color: #3e2f29;
    font-family: Roboto;
    font-size: 14px;        
    width: 100%;
}

.form_mudanca input[type="radio"]:checked + .radio {
        padding: 10px;
        margin:10px 0;    
        opacity: 1;  
}

.middle-y{
    margin-top: 50%;
    transform: translateY(-50%);
}

.form_mudanca .text{
    font-family: 'Poppins';
    background: white;
    font-size: 62px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #3e2f29;
    text-transform: uppercase;
}

.form_mudanca form{
    margin-top: 50%;
    transform: translateY(-50%);    
    background: #ff743d;
    padding: 10px;
    font-family: 'Poppins';
    color:white;        
}

.form_mudanca input[type=text]{
    width: 100%;  
    padding: 8px 16px;
    color: #3e2f29;
    font-size:14px;
    margin:5px 0;
    border:0;
}

.form_mudanca button{
    width: 100%;  
    padding: 8px 16px;
    color: #fff;
    background:#3e2f29;
    font-size:14px;
    margin:5px 0;
    border:0;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
}

.form_mudanca h2{
    font-size: 28px;
    font-weight: 700;
}


.quem_somos{
    height: 550px;
    background-image: url('img/quem.jpg');
    background-position: center;
    background-size: cover;
    color: white;
    font-family: 'Roboto';
    padding:60px 0;
}

.quem_somos h3{
    font-size: 14px;
    text-transform: uppercase;    
}

.quem_somos h4{
    font-family: 'Poppins' !important;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 700;
}
.quem_somos p{
    font-size: 16px;
}
.quem_somos a, .quem_somos a:hover{
    border: solid 1px #ffffff;
    color:white !important;
    padding: 10px 20px;
}

.testimonials{
    background-color: #fbf0f0;
    height: 600px;
}

.testimonials .bg{
    background-image: url('img/img-depoimento.jpg');
    background-position: center;
    background-size: cover;
}

.testimonials .text{
    margin: 80px 0 0 0;
    color:#3e2f29;
    font-size:32px;
    padding:30px;
    font-weight:700;

}

.testimonials .name{
    color:#ff743d;
    font-size:18px;
    padding:0 30px;
    font-weight:700;

}
.galeria{
    background-color: #FFFFFF;
    min-height: 300px;
    padding:60px 0;
}

.galeria h4{
    font-family: 'Poppins';
    font-size: 12px;
    text-transform:uppercase;
    color: #9a9a9a;
}

.galeria h2{
    font-family: 'Poppins';
    font-size: 48px;
    font-weight:700;
    color: #3e2f29;
}

.galeria ul{    
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.galeria li{
    float: left;
    padding: 0px 10px;
}

.galeria img{
    max-width:100%;
    position:relative;
}

.galeria .img{
    margin: 20px 0;
    position:relative;
}

.galeria .title{
    text-align: center;
    color: #3e2f29;
    font-weight:700;
    font-size:20px;
    margin: 10px 0;
}

.galeria .subtitle{
    text-align: center;
    color: #3e2f29;
    font-size:16px;
}
.play{
    position:absolute;
    top:0;
    z-index:100;
    background-image: url('img/play-p.png');
    background-position: center;
    background-size: auto;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}

.maps{
    padding: 80px 0;
    background-color: #ff743d;
    min-height: 920px;
    background-image: url('img/bg-world.jpg');
    background-position: center;
    background-size: cover;
    color:#fff;
}
.maps h4{
    font-size:12px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 700;
}
.maps h5{
    font-size:56px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 10px 0 20px 0;
}

.maps .title{
    text-align: center;
    font-weight:700;
    font-size:20px;
    margin: 10px 0;
}
.maps .lista > div{
    margin: 50px 0;
}
.maps .subtitle{
    text-align: center;
    font-size:16px;
}

.maps a{
    color:white !important;
    text-decoration: none;
}

.maps .link{
    font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:10px;
    font-family: 'Poppins';
}

.cartoes{
    padding: 60px 0;
}
.cartoes h3{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
    color: #3e2f29;
}

.ajuda{
    padding: 100px 0;
    background-color: #3e2f29;
    min-height: 300px;
    color: white;
}

.ajuda img{
    width: 100%;
}
.ajuda h2{
    font-size: 48px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #ffffff;
}

.ajuda .contato{
    font-size: 14px;
    padding: 16px 40px;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 50px;
    cursor:pointer;
    background-color: #ff743d;
}

.ajuda .contato a{
    color: white !important;
}

.porque{
    padding: 80px 0;
    color: #3e2f29;
    font-family: 'Poppins';
}
.porque h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.porque h2{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 48px;
}
.porque .img{
    margin: 20px 0;
    position:relative;
}
.menufixed{
    position: fixed;
    width: 100vw;
    background: #FFF;
    z-index: 999;
    top: 0;
}
.politicas{ background: #f5f5f5;padding: 50px 100px; margin-top: 20px;}

.politicas h3{
    font-family: 'Poppins' !important;
    font-size: 32px !important;
    color:#3e2f29;
    text-transform: uppercase;
    font-weight: 700 !important;    
}

.politicas .btn2, .politicas .btn2 a{
    background-color: #ff743d;
    color:#fff;    
    text-align: center;
    padding: 10px 20px;
    line-height: 34px;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700 !important;    
}

.tracking{
    background-color: #ff743d;
    min-height: 300px;
    padding: 60px 0;
    background-image: url('img/globe-p.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color:#fff;    
}
.tracking h4{
    font-family: 'Poppins';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.tracking input[type='text'],.tracking input[type='password']{
    font-family: 'Roboto';
    width: 100%;  
    padding: 16px;
    color: #3e2f29;
    font-size:14px;
    margin:5px 0;
    border:0;
}

.tracking button{
    background-color: #3e2f29;
    color:white;
    padding: 16px;
    margin: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    border:0;    
}


.questions{
    background-color: #fbf0f0;
    min-height: 300px;
    padding: 60px 0;    
}

.questions h4{
    font-family: 'Poppins';
    font-size: 12px;    
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
}

.questions h2{
    font-family: 'Poppins';
    font-size: 48px;
    color: #3e2f29;
    font-weight: 700;
}

.questions  ul{
    list-style: none;
}

.questions .lista{
    margin: 50px 0;      
}

.pqdiv{
    background: #f5f5f5;
    min-height: 250px;
    margin:5px;
}

.pqdiv .title{
    font-size: 20px;
    color: #ff743d;
    font-weight: 700;
    font-family: "Poppins";
    text-transform: uppercase;
}

.pqdiv .subtitle{
    font-size: 16px;
    color: #3e2f29;
    font-weight: normal;
    font-family: "Poppins";
}

.openchat{
    width: 370px !important; height: 575px !important; position: fixed; display: block; right: 10px; z-index: 999999; bottom: 10px;
}
#neoassist{
    z-index: 9999;
    width: 200px;
    height: 50px;
    background: none;
    position: fixed;
    right: 0;
    bottom: 0;
}

@media(max-width:961px){
    .mudancanacional_check p{
        font-size: 14px !important;
    }
    .mudancanacional,.mudancainter{
        padding: 70px 0 0 0 !important;
    }
    
    .ajuda h2{
        font-size: 32px !important;
    }

    .pets h4,.pets h5, .mudancainter h4, .mudancainter h5, .mudancanacional h4, .mudancanacional h5 {
        font-size: 32px !important;
    }
    .pets .sub, .mudancanacional .sub, .mudancainter .sub{
        font-size: 18px !important;   
    }
    .conchete{
        background-image: none !important;
        padding: 10px !important;  
        min-height: 100px  !important; 
    }
    
    .blog-contact{
        width:100vw !important;
        margin: 0;

    }
    .menu{
        position: fixed;
        max-width: 100vw !important;
        height:100vh;
        background: #3e2f29;
        color:white;        
        top: 0vh;
        z-index: 400;
        padding: 10vh 30px;
    }
    .menu ul,.menu a,.menu li{
        color: white !important;
        font-weight: 700 !important;
        font-family: 'Poppins' !important;
        text-transform: uppercase;
        float: none;
        font-size: 14px !important;
        text-align: left;
    }
    .menu li{
        margin-bottom: 18px;
    }
    .menu .close-menu{
        position: absolute;
        top:0vh;
        right:3vw;             
        padding: 20px 0;   
        z-index: 999;
    }
    .orcamento-mob{
        width: 100%;
        color:#ff743d !important;
        background: white;
        padding:10px;
    }
    .orcamento-mob a{
        color:#ff743d !important;
    }
    .chat{
        padding:10px 2px 0 !important;
        width:57px !important;
        font-size: 11px !important;
    }
    .form_mudanca form{
        margin-top: 75px;
        transform: none;
    }
    .questions .lista{
        padding:0px;
    }
    .quem_somos h4 {
        font-size: 32px;
    }
    .maps h5{
        font-size: 40px;
    }
    .maps .lista > div{
        margin:15px 0;
    }
    .cartoes h3{
        font-size: 32px;
    }
    .porque h2{
        font-size:32px;
    }
    .porque .img{
        max-width: 100%;
    }
    .porque img{
        max-width: 100%;
    }
    .tracking h4{
        font-size: 38px;
    }
    .testimonials .text{
        font-size: 28px;
    }
    .cartoes img{
        max-width: 100%;
    }
}

.questions  ul > .question{
    background-color: #ffffff;      
    margin:3px 0;
    cursor: pointer;
    background-image: url('img/arrow-down.svg');
    background-position: right 10px top 21px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.questions  ul > .question.on{
    background-image: url('img/arrow-up.svg');
}

.questions  ul > .question > div{
  font-family: Poppins;
  padding:14px 24px;  
  font-size: 18px;
  font-weight: 700;
  color: #3e2f29;
}
.questions  .answer{
    background-color: #FBF0E3;
    font-family: 'Roboto';
    font-size: 16px;
    color: #63666a;   
    padding:14px 24px;   
}


.footer{
    background-color: #3e2f29;
    min-height: 300px;
    color:#ff743d;
    font-weight: 700;
    padding: 20px 0;
    font-size: 12px;
    font-family: 'Poppins';
}

.footer ul{
    list-style: none;
}
.footer .sub{
    color:white;
    margin:20px 0;
    text-transform: uppercase;
}

.footer ul span{
    color:white !important;
}


/*MUDANÇA INTERNACIONAL*/

.mudancainter{
    padding: 70px 0;
    font-size: 16px;
}

.mudancainter .sub{
    font-size: 24px;
}

.mudancainter h3{
    font-size: 14px;
    font-family: 'Roboto';
    color: #3e2f29;
    text-transform: uppercase;
}

.mudancainter h4{
    font-size: 64px;
    font-family: 'Roboto';
    color: #3e2f29;
    font-weight: 700;
    text-transform: uppercase;
}

.mudancainter_lista{
    background: #f5f5f5;
    padding: 60px 0;
    color: #3e2f29;
    font-size:16px;
    font-family: 'Roboto';
}

.mudancainter_lista .item{
    background: white;
    padding:10px 20px;
    text-align: center;
    min-height: 230px;
}

.mudancainter_produtos{
    padding:60px 0;
}

.mudancainter_produtos img {
    max-width: 100%;
}

.mudancainter_produtos .item {
    font-family: 'Poppins';
    margin: 20px 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #3e2f29;
    font-weight: 700;
}



.chat{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding:20px 7px 0;
    text-align: center;
    font-family: 'Roboto';
    width:78px;
    border-radius: 16px 0px 0px 16px ;
    background-color: #ff743d;
    position: fixed;
    right: 0;
    font-size: 14px;
    top:50%;
    text-transform: uppercase;
    font-weight: 700;
    transform: translateY(-50%);
    color:white;
    z-index: 300;
}

.chat img{
    max-width: 100%;
}
.chat .black{
    color: #3e2f29;
}


.mudancainter_produtos .item small {
    font-family: 'Poppins';
    text-align: center;
    font-size: 16px;
    text-transform: inherit;
    color: #3e2f29;
}

/*MUDANÇA NACIONAL*/

.conchete{
    background-image: url('img/conchete.png');
    background-repeat: no-repeat;
    background-position-y: 16px;
    min-height: 291px;
    padding: 80px 0 0 60px;        
}

.mudancanacional{
    padding: 70px 0;
    font-size: 16px;
}

.mudancanacional .sub{
    font-size: 24px;
}

.mudancanacional h3{
    font-size: 14px;
    font-family: 'Roboto';
    color: #3e2f29;
    text-transform: uppercase;
}

.mudancanacional h4{
    font-size: 64px;
    font-family: 'Roboto';
    color: #3e2f29;
    font-weight: 700;
    text-transform: uppercase;
}

.mudancanacional h5{
    font-size: 40px;
    font-family: 'Roboto';
    color: #3e2f29;
    font-weight: 700;
    text-transform: uppercase;
}

.mudancanacional_lista{
    background: #f5f5f5;
    padding: 60px 0;
    color: #3e2f29;
    font-size:16px;
    font-family: 'Roboto';
}

.mudancanacional_check p{
    font-size: 24px;
    font-weight: 700;
    color: #3e2f29;
}

.mudancanacional_lista .item{
    background: white;
    padding:10px 20px;
    text-align: center;
    min-height: 230px;
}

.mudancanacional_produtos{
    padding:60px 0;
}

.mudancanacional_produtos img {
    max-width: 100%;
}

.mudancanacional_produtos .item {
    font-family: 'Poppins';
    margin: 20px 0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #3e2f29;
    font-weight: 700;
}

.mudancanacional_produtos .item small {
    font-family: 'Poppins';
    text-align: center;
    font-size: 16px;
    text-transform: inherit;
    color: #3e2f29;
}


/*PETS*/

.pets{
    padding: 90px 0;
    font-size: 16px;
}

.pets .sub{
    margin: 30px 0;
    font-size: 24px;
}

.pets h3{    
    font-size: 14px;
    font-family: 'Roboto';
    color: #3e2f29;
    text-transform: uppercase;
}

.pets h4{
    font-size: 64px;
    font-family: 'Poppins';
    color: #3e2f29;
    font-weight: 700;
    text-transform: uppercase;
}