@media screen and (max-width:1920px){
  .showDesktop{
    display: block;
  }
  .hidenMobile{
    display: block;
  }
.showMobile{
  display: none;
}
}
@media screen and (max-width: 820px){
  h1{
    text-align: left !important;
  }
p {
  font-size: 16px !important;
}
.showMobile{
  display: block;
}
.showDesktop{
    display: none;
}
.hidenMobile{
  display: none;
}
.button.actionButton {
  top: 10px;
}
.shapeTitle {
  position: absolute;
  left: -100px;
  top: -5px;
  width: 95px;
}
.fixed-img {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.btn-map-1, .btn-map-1:hover, .btn-map-2, .btn-map-2:hover, .btn-map-3, .btn-map-3:hover {
  background-image: none;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: transparent;
  height: auto;
  width: 100%;
}
.btn-map-1 span, .btn-map-2 span, .btn-map-3 span {
  background-color: transparent;
  color: #000000;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #000;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
.posReserch {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 10px;
}
.specialCol{
  height: auto;;
}
.fixbottom {
  position: relative;
  left: 0;
  bottom: 0px;
}
.font-conteiner {
  max-width: 100%;
}
.wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
  padding: 40px !important;
}
.left{
  text-align: justify !important;
}
.sizeSpecial{
  max-width: 100%;
}
.shapeTitle-short {
  left: -50px;
  top: -8px;
  width: 43px;
}
}
@media screen and (max-width:320px){

}