.textoVerde {
    color:green;
}

.bg-lima {
    background-color: yellowgreen;
}

.br-lima {
    border-color: yellowgreen;
}

.navbar-wrapper {
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
}

.container-fluid .content {
    position: absolute; /* Position the background text */
    bottom: 100px; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
  }

.btn-primary-outline {
  background-color: transparent;
  border-color: #ccc;
  color: white;
  text-decoration: none;
}

.h7 {
    font-size: 0.75rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.h8 {
    font-size: 0.65rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.botonEnviar1 {
    background-color:rgb(158, 218, 80);
    border-color: rgb(158, 218, 80);
}

.ba1-gradiente {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(24,64,111,0.788953081232493) 100%);
}

.thumbnail { 
 position: relative; 
} 
.caption { 
 position: absolute; 
 top: 45%; 
 left: 0; 
 width: 100%; 
}

.fondo-img{
    background-image: url(../img/tpi01/hawaii.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
}

.coloroscuro{
    position: relative;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.14187673360359765) 0%, rgba(0,0,0,0.36876748990611874) 0%);
    width: 100%;
    height: 100%;
    color:rgb(255, 255, 255);
    size: 24px;
}

.cuadro1 {
    position: relative;
    height: 40%;
    width: 40%;
    top: 250px;
    left: 650px;
    text-align: end;
    margin-right: 260px;
}

.h62 {
    line-height: 25px;
}

.ocultatexto {
    display: none;
}