/* -------------CSS BLLUE - Site Coach Hipnose ----------------------*/
/* ------------- Inicialização de variáveis ----------------------*/
@font-face {
  font-family: montSerratBold;
  src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
  font-family: montSerratRegular;
  src: url(../fonts/Montserrat-Regular.otf);
}

/* -------------Logo ----------------------*/
.logo-blue {
    width: 50%;

}

/* ------------- Video ----------------------*/
.texto-video {
    font-size: 18px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    
}
@media screen and (max-width: 800px) {
  .texto-video {
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.5em;
    text-transform: none;
    padding-top: 20px;
  }
}

/* -------------Logo capa----------------------*/
.logo-capa {
    width: 100px;

}


.box-azul {
    text-align: center;
    background-color: #4c75a3;
    border-radius:10px 20px 10px 20px;
      position: relative;
      -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
      -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
      box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
      padding: 10px;
      background: #4c75a3;
    width: 100%;
    padding: 50px;
}
@media screen and (max-width: 800px) {
  .box-azul {
      margin-top: 40px;
    padding: 40px;
  }
}

.box-azul-texto h1 {
    color: white;
    font-size: 36px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: none;
    margin: 0;
}

.box-azul-texto p {
    color: white;
    font-size: 16px;
    font-family: montSerratRegular, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
}

.box-azul-texto h3 {
    color: gold;
    font-size: 50px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
}

.texto-valor-principal {
    
    color: gold;
    font-size: 50px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
}

/* -------------barra de whatsapp web----------------------*/
.icone-whatsapp-web {
}

.icone-whatsapp-web i {
    font-size: 600%;
    color: darkgreen;
}

@media screen and (max-width: 800px) {
  .icone-whatsapp-web {
      text-align: center;
  }
}

.texto-whatsapp-web {
}

.texto-whatsapp-web h3 {
    color: darkgreen;
    font-size: 50px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    
}

@media screen and (max-width: 800px) {
  .texto-whatsapp-web h3 {
    line-height: 1.0em;
      text-align: center;
      margin-top: 30px;
  }
}

.texto-whatsapp-web p {
    color: seagreen;
    font-size: 16px;
    font-family: montSerratRegular, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    
}

@media screen and (max-width: 800px) {
  .texto-whatsapp-web p {
      line-height: 1.0em;
      text-align: center;
      margin-top: 30px;
  }
}


/* -------------instagram barra----------------------*/

.instagram-titulo {
    margin-top: 5%;
    margin-bottom: 5%;
}

@media screen and (max-width: 800px) {
  .instagram-titulo {
      margin: 10%;
  }
}

.instagram-titulo h3 {
    color: #4c75a3;
    font-size: 50px;
    font-family: montSerratBold, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: none;
    word-wrap: break-word
    
}

@media screen and (max-width: 800px) {
  .instagram-titulo h3 {
    font-size: 35px;
  }
}