﻿.LogoContainerDesktop {
    display: block;
    width: auto;
    height: 68px;      
}

.LogoContainerMobile {
    display: none;
    width: auto;
    height: 115px;      
}

.LogoContainerDesktop img,
.LogoContainerMobile img {
      width: auto;
      height: auto;      
}


.ODSTitulo {
      color: #333330;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
}

.ODSTitulo h1 {
      color: #333330;
      font-family: 'GHTF Bold';
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
}

.para-transformar-o-m {
  height: 144px;
  width: 954px;
  color: #333330;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.TextoNormal {
    color: #333330;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;   
}

.TextoNormal h2 {
    color: #333330;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; 
}

.TextoBold {
    color:  black;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;   
} 


@media (max-width: 1000px) {

    .LogoContainerDesktop {
        display: none;
    }

    .LogoContainerMobile {
        display: block;
    }

    .ImageLogo { 
      width: 100%;
      height: auto;
    }
}

@media (max-width: 600px) {

    .ODSTitulo { 
        font-size: 18px;
    }
}


