/*! (max-width:600px) quando for ABAIXO de 600 ele faz os comandos */

/*! (min-width:600px) quando for MAIOR de 600 ele faz os comandos */

/*! (min-width:600px) and (max-width:800px) aqui fica entre 600 e 800 roda os comandos*/






@media (min-width:1180px) and (max-width: 1300px){

    .box-tamanho-header{ /*!ta no header */
        width: 1250px;

    }

}
/*!to usando para ativar o banner para mobi*/
@media (max-width:600px) {
    .container-titulo h1{
        font-size: 17px !important;
    }

    .card-modal-sobrefricon {
        border-radius: 5px;
        margin: 0 !important;
        margin-top: 10px !important;
        /* overflow: hidden; */
    }

    .card-modal-p-sobrefricon {
        flex-direction: column !important;
        margin-top: -120px !important;
        /* border: 1px solid red; */
    }

    .modal-card{
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .modal-bandeira{
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .azul {

        height: 54px !important;

    }

     .img img{
    margin-top: 0 !important;
}

.mobile-banner{/*!ta no home */
    width: 100%;
    background-repeat: no-repeat;/*para nao repetir*/
    background-position: center center;/*o primeiro paramentro posso passar letf,top etc para direcionar a imagem*/
    border: none;
    margin-top: -5px;
    overflow: hidden;
}
 /*!xxxxxxxxxxxxxxxxxxx ta no sobrefricon xxxxxxxxxxxxxxxxxxxxxxx*/
.mobile-banner-sobrefricon{
    width: 100%;
    height: 180px;
    overflow: hidden;
    /* border: 1px solid red; */
}
.box-mobile-banner-fricon img{
    width: 100%;
    background-repeat: no-repeat;/*para nao repetir*/
    background-position: center center;/*o primeiro paramentro posso passar letf,top etc para direcionar a imagem*/
    border: none;
    margin-top: -5px;
    object-fit: cover !important;
}
.box-banner-sobrefricon{
    display: none;
}
/*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.box-mobile-banner-baresrestaurantes{
    width: 100%;
    height: 180px;
    overflow: hidden;
    /* border: 1px solid red; */
}
.banner-baresrestaurantes-img img{
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;/*para nao repetir*/
    background-position: center center;/*o primeiro paramentro posso passar letf,top etc para direcionar a imagem*/
    border: none;
    margin-top: -5px;
}
.box-banner-baresrestaurantes{
    display: none;
}


}
/*! aqui to usando para tira os banner para desktop*/
@media (min-width:601px){
    .mobile-banner{/*!ta no home linha 19*/
        display: none;
    }
    .mobile-banner-sobrefricon{/*!ta na pagina sobre fricon*/
        display: none;
    }
    .mobile-banner-baresrestaurantes{/*!ta na pagina bares e restaurantes*/
        display: none;
    }
}
/*! xxxxxxxxxxxxxxxxxxxxxxxxxx fim xxxxxxxxxxxxxxxxxxxxxxxx*/

@media (max-width:1184px){
    .box{ /*!ta no header */
        display: none;
        /* border: 1px solid red; */
    }
}
@media (max-width:600px){
    .box{/*!ta no header */
        display: none;
    }
    .box-tamanho-meio{
        width: 350px;
    }
      .seta{/*! ta na home linha 584*/
        justify-content: center;
        align-items: center;

      }
      .setah2{/*! ta na home linha 592*/
          width: 260px;
          height: 70px;
          /* border: 1px solid red; */
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .diminur-div{
          width: 265px;
          /* border: 1px solid red; */
      }
      #youtube{

        padding: 40px 0px 0px 0px;
          width: 360px;/*largura*/

      }
      .box-paises{

        width: 100%;
        padding: 100px 0px 100px 0px;
        /* border: 1px solid red;  */
        background-color: var(--branco);
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;

    }
      .card-logos-paises{/*!home ta na linha 524*/
          margin: 40px 20px  ;

          width: 130px;
          height: 80px;
      }
      .card-logos-paises img{/*!home ta na linha 524*/


        width: 130px;
        height: 80px;
    }
    .box-banner1{/*! home ta na linha 11*/
        display: none;
    }

    .card-ajuda{/*! header linha 1333*/
        width: 320px;
    }
    .box-clientes{/*!header na linha 1121*/

        padding: 100px 0px 50px 0px;
    }
    .box-noticia{/*!header linha 1170*/

        padding: 100px 0px 0px 0px;

    }
    .box-podemos-ajudar{ /*! header na linha 1313*/

        padding: 50px 0px 100px 0px;
    }
    .fechar-sobrefricon{/*! sobre fricon na linha 196*/
        position: absolute;
        top: 10px;
        right: 5px;

    }
    .box-bares-conteudo {/*! bares e restaurantes linha 76*/
        width: 96%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .select-categoria{/*! bares e restaurantes linha 180*/
        width: 100%;
        height: 35px;
        border: 1px solid #E3E3E3;
        border-radius: 3px;
        margin: 10px;
        color: #14387f;
        padding-left: 20px;
    }

    .box-ondecomprar-input {/*! onde comprar linha 179*/
        width: 63% !important;
        padding: 0 15px !important;

        /* border: 1px solid red; */
    }

    .box-ondecomprar-parte1 {
        width: 67% !important;
    }

    .form-control{
        margin: 0px 10px;
    }

    .card-logos-clientes{

   margin: 10px;

    }
}

    /*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx header xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
    @media (min-width:1184px) {
        .menu-2{/*!ta no header */
        display: none;

    }

    }


 /*!xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SOBRE FRICON xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
 @media (min-width:600px) {
    .mobile{
    display: none;

}

}
@media (max-width:600px) {
    .mobile{
    display: flex;

    }
    .box-seguimentos{/*!ta na home na linha 32*/
        display: none;
}

.azul{
    z-index: 99;
    position: inherit !important;
    top: 0px;
}

.positicao-menu{
    position: static !important;
}

.paginacao{
        right: 9.7% !important;
    bottom: 0% !important;
}

}
@media (min-width:1200px) and (max-width:1300px) {

    .box-modal{/*!ta na home na linha 88*/
        position: absolute;
       right: 40px;
    }
    .box-modal2{/*!ta na home na linha 192*/
        right: 40px;
    }
    .box-tamanho-header{/*!ta no header */
        padding: 20px 20px 20px 20px;
    }

}
@media (max-width:320px){
    .box-footer-texto{/*!ta no header */
        padding: 10px 20px 10px 20px;
    }

    .carrossel-card{/*!ta no home 621 */
    width: 253px !important;
    height: 400px;
    display: flex;
    margin: 10px 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid green; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 10px;
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width:321px) and (max-width:399px){

    .carrossel-card{/*!ta no home 621 */
    width: 297px !important;
    height: 400px;
    display: flex;
    margin: 10px 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid green; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 20px;
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}
@media (min-width:400px) and (max-width:600px){

    .carrossel-card{/*!ta no home 621 */
    width: 330px !important;
    height: 400px;
    display: flex;
    margin: 10px 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid blue; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 15px;
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media (min-width:601px) and (max-width:1270px){

    .carrossel-card{/*!ta no home 621 */
    width: 312px !important;
    height: 400px;
    display: flex;
    margin: 10px 11px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid blue; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 15px;
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}
@media (min-width:1270px){
    .carousel{
        width: 1100px;

        display: flex;
        justify-content: center;
        align-items: center;

/*
        border: 1px solid red; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 35px 5px 35px;
        width: 1100px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .carrossel-card{/*!ta no home 621 */
    width: 346px !important;
    height: 400px;
    display: flex;
    margin: 10px 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    /* border: 1px solid blue; */
    }
    .seta{
        /* border: 1px solid red; */
        padding: 5px 15px;
        width: 87%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .carrossel-card-img img{

        width: 346px;
        height: 184px;

    }

}


/*! response sobre fricon */

@media (max-width:600px){
    .box-modal-sobrefricon{
        width: 91%;
        height: 750px;
        /* border: 1px solid red; */
        /* display: flex !important; */
        justify-content: center !important;
        flex-wrap: wrap;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.103);
        margin: 10px;

        /* position: fixed;
        top: 0;
        left: 0; */

        position: absolute;
        top: 0px;
        right: 10px;

        z-index: 99;
        background-color: var(--branco);
        border-radius: 10px;
        display: none;
    }
    .box-modal-sobrefricon-mobile{
        width: 91%;
        height: 750px;
        /* border: 1px solid red; */
        display: flex;
        flex-wrap: wrap;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.103);
        margin: 10px;

        /* position: fixed;
        top: 0;
        left: 0; */

        position: absolute;
        top: 520px !important;
        right: 10px;

        z-index: 99;
        background-color: var(--branco);
        border-radius: 10px;
        display: none;
    }
}

@media (max-width:600px){
    .box-parte2-informacoes{
        width: 100%;
        height: 500px;
        /* border: 1px solid red; */
    }

}

/*!xxxxxxxxxxxxxx pagina faleconosco xxxxxxxxxxxxxxxxxxxxx */

@media (max-width: 390px){

    .form1 label{
        min-width: 260px;
         margin: 10px;
         display: flex;
         flex-direction: column;
         /* border: 1px solid black; */
     }
}
@media (max-width: 320px){

    .form1 label{
        min-width: 220px;
         margin: 10px;
         display: flex;
         flex-direction: column;
         /* border: 1px solid black; */
     }
}
@media (min-width:390px) and (max-width: 600px){

    .form1 label{
        min-width: 280px;
         margin: 10px;
         display: flex;
         flex-direction: column;
         /* border: 1px solid black; */
     }
}
@media (min-width:900px) and (max-width: 1290px){

    .pt2-div1{
        width: 280px;
        margin: 5px;
        display: flex;
        justify-content: center;
        flex-direction: column;

        /* border: 1px solid red; */
    }
    .pt2-div2{
        width: 630px;
        margin: 5px;
        display: flex;
        justify-content: center;
        flex-direction: column;

        /* border: 1px solid red; */
    }
    .form1 label{
        min-width: 460px;
         margin: 10px;
         display: flex;
         flex-direction: column;
         /* border: 1px solid black; */
     }
}


/*! xxxxxxxxxxxxxxxxxxxx assistencia tecnica xxxxxxxxxxxxxxxxxx*/

@media (max-width: 500px){

    .what{
        width: 70%;
        height: 400px;
        display: none;


        flex-direction: column;

        background: var(--branco);
        position:absolute;
        top:35%;
        left:50%;
        transform: translate(-50%,-50%);
        z-index: 500 !important;
        border-radius: 20px;

        overflow: hidden;

     }

}

@media (min-width: 510px) and (max-width:800px){

    .what{
        width: 40%;
        height: 400px;
        display: none;


        flex-direction: column;

        background: var(--branco);
        position:absolute;
        top:35%;
        left:50%;
        transform: translate(-50%,-50%);
        z-index: 500 !important;
        border-radius: 20px;

        overflow: hidden;

     }
}

















