/*   
Theme Name: BeHope2021
Description: Tema personalizado para un Instituto de Salud Mental
Author: Luis Mijail
Author URI: teravidia.com
Version: 1.0
*/
@import url(index.css);
@import url(tyc.css);
@import url(terapy.css);
@import url(rueda.css);
@import url(cursos.css);


/*SETUP GENERAL*/
body {
  font-size: 16px;
  min-height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  line-height: 30px;
  color: #000;
  background: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin:auto
}
h1, h2, h3{
  font-family: "Roboto Condensed", sans-serif;
}
h1 {
  font-size: 2rem;
  line-height: 40px;
  font-weight: 800;
  margin: 0;
  padding-top: 50px;
  color: #000;
}
h2 {
  font-size: 2rem;
  line-height: 40px;
}
h2 span{
  color: #a8be5bff;
}
h3{
  font-size: 18px;
}
.img_contenedor{
  overflow: hidden;
}
img {
  height: auto;
  max-width: 100%;
  transition: 0.5s;
}
.img_contenedor img:hover{
  transform: scale(1.1);
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none; 
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  transition: 0.5s;
}
.subtitle{
 font-size: 18px;
  padding-bottom: 2em;
}

.container {
  width: 90%;
  margin: auto;
}
.col1, .col2{
  width: 100%;
  margin: auto;
}
.btn{
margin: auto;
width: 250px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: 0.5s;
font-family: "Roboto Condensed", serif;
}
.btn:hover{
transform: scale(1.1);
}
.btn a{
  color: #59694c;
}
/*MailLite*/

/*SETUP HEADER*/
header{
  /* background: #99b06d4e; */
  background: #e5e5d9;
}
.c_header {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  }
.container_logname {
  display: flex;
}
.container_name {
  padding-left: 10px;
  text-align: left;
}
.logo{
  padding-top: 1rem;
}


/************MENU***************/

.menu {
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  display: none;
  transition: opacity 5s ease-out;
  width: 100%;
  background: #59694c;
  position: absolute;
  overflow: hidden;
  font-size: 16px;
  
}
.menu li {
  text-align: center;
  width: 100%;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}
.activo{
  border-bottom: solid 1px #f5a213;
}
.home a {
  margin-top: 50px;
}

.menu a {
  padding: 20px;
  transition: 0.2s linear;
  width: 70%;
  display: block;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  border-bottom: solid 0.5px #99b06d4e;
  
 }
.menu a:hover {
  color: #f5a213;
  font-weight: bolder;
  font-size: 18px;
  transform: scale(1.1);
  /* background: #59694c; */
}
.btn_cta a{
  background: #efc17280;
  border-radius: 5px;
}
.btn_cta a:hover{
  background: #efc172;
}
.ham {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 25px;
  transition: 0.2s 0.1s;
  border: none;
  background: none;
  outline: 0;
}
.ham span {
  background-color: #000;
  display: block;
  height: 3px;
  width: 28px;
  margin: 10px auto;
  border-radius: 2px;
}

/**********Animacion*************/
@keyframes muestraMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu.activado {
  display: flex;
  animation: muestraMenu 350ms ease-in-out both;
}
.br-1.animado {
  transform: rotate(-45deg) translate(-10px, 8px);
  background-color: #a8be5b;
}
.br-2.animado {
  opacity: 0;
}
.br-3.animado {
  transform: rotate(45deg) translate(-10px, -8px);
  background-color: #a8be5b;
}
.ham.girar:hover {
  transform: rotate(360deg);
}

@media (min-width: 700px) {
  .title_article h1{
    font-size: 2em;
  }
  .c_header{
    width: 80%;
  }
  .logo{
    padding-top: 0;
  }
  .col1, .col2{
    width: 50%;
  }
 
  /*ENFOQUES*/
.col2_enf{
  padding-top: 2em;
}
/*cta final*/
.cta_final{
  padding-bottom: 0;
  padding-bottom: 4rem;
}
.container_f{
  display: flex;
}


}
@media (min-width: 1000px) {
  /*SETUP HEADER*/
  .c_header{
    width: 90%;
  }
  .menu {
    width: 25%;
    }
  
/*WELLCOME*/
  .container_wellcome{
    display: flex;
  }


}
@media (min-width: 1300px) {
    /*SETUP HEADER*/
  .c_header {
    width: 80%;
    padding-top: 2em;
  }
  .logo{
    width: 100%;
  }
  .name_org {
    font-size: 26px;
    line-height: .5em;
  }
  .slogan {
    font-size: 12px;
    padding-top: 10px;
  }
.title_steps h2{
  font-size: 24px;
}

/*MENU 1300*/

.menu {
  flex-direction: row;
  height: auto;
  display: flex;
  transition: opacity 5s ease-out;
  width: 100%;
  position: relative;
  background: none;
  overflow: show;
  font-size: 16px;
  text-align: right;
  justify-content: end;
  }
.menu li {
  width: auto;
  font-family: 'Roboto Condensed', sans-serif;
}

.menu a {
  padding: 10px;
  transition: 0.2s linear;
  width: auto;
  display: flex;
  color: #000;
  text-align: right;
  transition: 0.3s;
  border-bottom: none
 }

 .ham {
  display: none;
 }

/*welcome*/
h1{
  padding-top: 0;
  padding-bottom: 4rem;
}
  .sub_w{
    padding-top: 0;
  }


/*KARY*/

.title_k h2{
  font-size: 40px;
}

}



