main {
    margin-top: 80px;
}

#div_mensaje{
    display: block;
    padding: 10px;
    background-color: #25bf5c;
    border-radius: 5px;
    color: white;
    font-weight: 600;    
}

#div_mensaje_inicio{
    display: block;
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px;
    color: #019b79;
    font-weight: 600; 
}

.btn-verdi {
    color: #fff;
    background-color: #019b79;
    border-color: #019b79;
}

.rounded-circle {
    border-radius: 15%!important;
}

.fnd_title {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #019b79;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #ffffffdb;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 2rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.carousel {
    margin-bottom: 2rem;
}

.carousel-item {
    height: 32rem;
}

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
}

.footer-verde{
    color: #ffffff!important;
    background-color: #019b79;
        padding-top: 20px;
    padding-bottom: 20px;
}

.footer-verde a:hover {
    color: #fbfbfb;
}

.footer-verde a {
    color: #dcd0d0;
    text-decoration: underline;
}

#can_visitas {
        color: #019b79;
    font-size: 29px;
    text-align: center;
    font-family: cursive;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    width: 100px;
    display: inline-block;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #019b79;
}

.btn-verde{
    color: #fff;
    background-color: #019b79;
    border-color: #f8f9fa;
}

a {
    color: #019b79;
    text-decoration: underline;
}

.item{
    border: 1px solid #dee2e6!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
