.titulo {
    font-family: FjallaOne; font-weight: 600;font-size:30px; color:white;    margin-bottom: 40px;
    color: #1a440c ;
}
.body1{
    background-color: #104a1b;
    padding-bottom: 30px;
    background-color: #e3ebe5;
}
.body{
    display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    padding: 0px 30px 0;
}
.metadeum {
    width: 50%;
    border-width: 1px;
    border-color: #d3d4d7;
    border-style: solid;
    background-color: #fff5f53d;
    border-radius: 25px 0 0 25px;
    background-color: white;
}
.subtitulo1 {
    text-align: center;color: #766c5f;height: 70px; margin-top: 60px;
    color: white;
    font-family: 'Noto Sans';
}


.neiro{
    color: #434343!important;
    position: inherit;
    fill:  #434343!important;
    font-size: 18px;
}
.icontelefone2{
    width: 20px;
    height: 20px;
    margin: 11px 20px 0 0;
    overflow: visible;
   
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}
.iconemail2{
    width: 20px;
    height: 20px;
    margin: 11px 20px 0 0;
    overflow: visible;

    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}
.baixologoclass2{
    position: inherit!important; 
  margin: 10% 10% 0 10%;;
    display: flex;
    height: 90px;

    position: inherit;     margin: 0 10% 0 10%; width: 90%
}
.baixo3 {
    position: inherit!important; 
  margin: 0 10% 0 10%;
    display: flex;
}

.metadedois {
    width: 50%;
    border-width: 1px;
    border-color: #939393;
    border-style: solid;
    background-color: #EFF0F4;
    border-radius: 0px 25px 25px 0px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: #304c4a;*/
    background-color: #163230;
    padding-left: 30px;
    padding-right: 30px;
    
}
.form1 {
    
}
.flexcentro{
    display: flex;justify-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    display: block;
    padding: initial;
}
.ad1{
    width: 50%; align-items: initial; display: flex!important;
}

.iconendereco2 {
    width: 20px;
    height: 20px;
    margin: 7px 20px 0 0;
    overflow: visible;
    left: 0px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}
.input1 {
    font-family: verdana;
    font-size: 14px;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #9b9b9f;
    width: 100%;
    padding-left: 15px;
}
.textarea1{
    font-family:verdana; 
    font-size:10px;
    border-style: solid; 
    border-width: 1px; 
    border-radius: 4px;    
    border-color: #9b9b9f;
    width: 100%!important;
}
.enviar {
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 45px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #538126;
    color: white;
    border-radius: 5px;
}
.mapa1 {
    width: 80%;
}
.campos { height: 70px; justify-items: center;
    align-items: center;
    margin: 0 auto;
   
}
label {
    padding: 0px 0px 10px;
    color: #ffffff;
    font-family: 'Noto Sans';
}
.carta{
    background-image: url(images/carta.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 184px;
    height: 102px;
    width: 200px;
    height: 200px;
    float: right;
    margin-bottom: 25px;
    margin-right: 20px;
}
.logomapa1{
    background-image: url(images/logomapa1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    width: 100px;
    height: 100px;
   /* margin-bottom: 25px; */
    /* margin-right: 20px; */
    margin-top: -110px;
    position: absolute;
    margin-left: 110px;
    opacity: 0.4;
}
.textorodape_Class{
    margin: -25px auto;
    position: relative;
    top: inherit;
    left: inherit;
    color: #163230;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0,0,0,0.8);
   /* z-index: 99999;
    opacity:0;*/
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
   /* pointer-events: none;*/
   z-index: 5;
  }
  .modal:target {
  /*  opacity: 1;*/
    pointer-events: auto;
    opacity: 0;

  }
  .modal > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 15px 20px;
    background: #fff;
    text-align: center;
    color: #2f3c2c;
  }
  .fechar {
    /*position: absolute; */
    width: 50px;
    height: 50px;
    /* right: -15px; */
    /* top: -20px; */
    text-align: center;
    line-height: 35px;
    margin-top: -10px;
    margin-right: -14px;
    background: #ffc107;
    border-radius: 50%;
    font-size: 50px;
    font-weight: 600;
    color: #c50404;
    float: right;
    border-width: 5px;
    border-style: solid;
    border-color: bisque;

  }

  .submodal {
    background-color: white;
    width: 50%;
  
    border-radius: 30px;
    height: 240px;
  }
  .submodal h2{
    padding-top: 60px;
    font-size: 40px;
    padding-left: 10px;
    padding-top: 60px;
    font-size: 45px;
    padding-left: 10px;
    font-family: 'FjallaOne';
  }
  .submodal p{
    padding-top: 10px;
    font-size: 20px;
  }
  .imagemcontato {
   
    background-image: url(images/imagemcontato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   /* width: 607px;*/
    height: 327px;
    border-radius: 25px 0 0 25px;
    margin-bottom: 40px;
  }
  .endereco{
    margin-top: 50px;
  }
  .rating-stars {
    display: none!important;
}

.review-number {
display: none!important;
}
.review-box {
    display: none!important;
}
@media (min-width:1000px){
   .campos{
    height: 90px;
   }
}
@media (min-width:0) and  (max-width: 1050px){

    .body{
        display: grid;
        gap:40px;
        zoom: 0;
    }
    .metadeum{
width: 100%;
gap: 30px;
padding-bottom: 10px;
    }
    .metadedois{
width: 100%;
    }
    .baixologoclass2 {
        zoom: 0;
        margin: 0 0 0 4%;
      
    }
    .baixo3{
        margin: 0 0 0 4%;
    }
    .mapa1 {
        width: 92%;
    }
    .input1{
        padding-bottom: 20!important;
    }
    .campos{
        height: 90px;
    }
    .imagemcontato{
        border-radius: 25px;
      
    }
    .subtitulo1 {
        text-align: center;color: #766c5f;height: 20px; margin-top: 0px;
        color: white;
        font-family: 'Noto Sans';
    }

}
@media (min-width:0) and (max-width:450px){
    .baixologoclass2 {
        zoom: 0;
        margin: 0 0 0 4%;
        display: grid;
        height: 100%;
    }
    .flexcentro {
        margin: 7px 0!important;
        display:contents ;
    }
    .textoendereco2_Class {
        white-space: inherit;
    }
    .baixo3{
        height: 110px;
        margin: 7px 0 15px 14px;
    }
    .textoendereco_Class{
        white-space: inherit;
    }
    .input1 {
        width: 100%;
    }
    .campos{
        padding: 0 5px 0 5px;
        
    }
    .metadeum {
        border-radius: 12px ;
    }
    .metadedois{
        border-radius: 12px ;
    }
    .neiro {
        width: 95%;
    }
    .logomapa1{
        width: 100px;
    height: 1200px;
    /* margin-bottom: 25px; */
    /* margin-right: 20px; */
    margin-top: 0px;
    position: absolute;
    /* margin-right: 10px; */
    right: 40px;
    opacity: 0.2;
    }
    .imagemcontato {
        background-image: url(images/imagemcontato.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        /* width: 207px; */
        height: 207px;
        border-radius: 25px 15px 0 25px;
        margin-bottom: 0px; 
    }
}
@media (min-width:450px) and (max-width:536px){
    .input1 {
        width: 100%;
    }
    .metadeum {
        border-radius: 12px ;
    }
    .metadedois{
        border-radius: 12px ;
    }
}
@media (min-width:1050px) and (max-width:1285px){

    .imagemcontato {
        height: 220px;
    }
}