html {
    scroll-behavior: smooth;
    transition: all 2s;
  }
body{
    font-family: 'Montserrat';
    margin: 0px;
    color: #2E2D2D;
    height: 100%;
}

p, h1, h2, h3, h4{
    margin: 0px;
}
a{
    text-decoration: none;
    color: #2E2D2D;
}
a:visited {
    color: #2E2D2D;
  }

  dl{
    margin: 0px;
  }

  dt{
    cursor: pointer;
    font-size: 13px;
    padding: 2rem;
    text-align: center;
    border-top: solid 1px #ccc;
  }
  dt:hover{
    background-color: rgb(229, 229, 229);
  }

  dt:last-child{
    border-bottom: solid 1px #ccc;
  }

  h3{
    margin-bottom: 1rem;
  }
.bold {
    font-weight: bold;
}

.title {
    font-size: 46px;
    margin-bottom: 1.5rem;
}
.text {
    font-weight: 100;
    line-height: 26px;
}
.text_small{
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    line-height: 20px;
}
.first_text{
    margin-bottom: 1.5rem;
}
h1{
    font-weight: 100;
}
.flex {display: flex;}

.cita{
    cursor: pointer;
    align-items: center;
    position: fixed;
    z-index: 1;
    right: 60px;
    bottom: 50px;
    background-color: #45c655;
    border-radius: 60px;

}
.whats_container{
    cursor: pointer;
    align-items: center;
    position: fixed;
    z-index: 1;
    right: 60px;
    bottom: 100px;
    padding: 4px 11px;
    background-color: #45c655;
    border-radius: 60px;
    -webkit-box-shadow: -18px -7px 46px -22px rgba(120,120,120,1);
    -moz-box-shadow: -18px -7px 46px -22px rgba(120,120,120,1);
    box-shadow: -18px -7px 46px -22px rgba(120,120,120,1);
    transition: all  0.5s;

}
.whats_container:hover{
    transform: scale(1.1);
    transition: all  0.5s;
}

.whats{
    width: 30px;
    margin-left: 5px;
}

.whtas_text{
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.button_dark{
    padding: 10px 1rem;
    background-color: #2E2D2D;
    color: white;
    border: solid 2px #2E2D2D;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 2rem;
    transition: all 0.5s;
    text-align: center;
}
.button_dark:hover{
    background-color: transparent;
    color: #2E2D2D;
    transition: all 0.5s;
}
.button{
    border: solid 2px #2E2D2D;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    width: 154px;
    padding: 0.5rem 1rem;
    text-align: center;
    margin: auto;
    margin-top: 3rem;
    transition: all 0.5s;
}
.button:hover{
    background-color: #2E2D2D;
    color: white;
    transition: all 0.5s;
}

.button_pill_dark{
    background-color: #2E2D2D;
    width: 137px;
    padding: 10px 0px;
    border-radius: 51px;
    text-align: center;
    transition: all  0.5s;
}
.button_pill_dark:hover{
    transform: scale(1.1);
    transition: all  0.5s;
}

.empty{
    height: 123px;
}
.link{
    cursor: pointer;
}
.link:hover{
    text-decoration: underline;
}

ul{
    padding: 0px 20px;
}

.enlace_web {
    display: block;
}
.enlace_app{
    display: none;
}
.enlace_web_flex {
    display: flex;
}
.enlace_app_flex{
    display: none;
}

/* @media screen and (max-width: 767px){
    .empty{
        height: 82.5px;
    }
} */
