@charset "utf-8";
/* 1-smartphone/terminos.css */


body {
    margin: 0;
}



.linea_naranja {
    width: 100%;
    height: 3px;
    background-color:#fe5109;
}


#contenedor_terminos {
    width: 77%;
    height:100%;
    padding-top: 4em;
    margin: 0 auto 0 auto;
    font-size: 100%;  
    text-align: center;
    background: rgba(255, 255, 255, 1);
}

h2 {  display: none;}


.logo_yogaencasa_terminos {
    margin-bottom: 7%;
}


.texto_terminos {
    text-align: justify;
    font-family: 'Signika', sans-serif;
    color: #333;
    word-wrap: normal;
    margin-bottom: 25%;
}

.texto_terminos article {
    margin-bottom: 4%;
    line-height: 1.4em;
}

.titulo_terminos {
    font-family: 'Nunito', sans-serif;
    font-size: 160%;
    color:#b58683;
    text-transform: uppercase;
    text-align: left;
}

.subtitulo_terminos {
    font-family: 'Nunito', sans-serif;
    font-size: 110%;
    margin-bottom: 6%;
    color:#fe5109;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}


.logo_nathayoga {
    width: 25%;
    padding-bottom: 20%;
}










.bot_acciones {
    padding-top: 2em;
    
}

a.descargar_term {
    color:#825350;
    font-family: 'Signika', sans-serif;
    padding: 0.1em;
    text-decoration: none;
    font-size: 100%;
    transition:all .3s
}


a.descargar_term:hover {
    color: #000;
    font-weight: bold;
}















/* Back to top button */

  #button {
  display: inline-block;
  background-color: #ff5501;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
