h1.titulo{
    color: white!important;
}
h2.verde{
    color: #55ff7d!important;
}
.verde{
    color: #55ff7d!important;
}

.encima{
    z-index: 999;
    color: #ffffff!important;
}
.mail-intro{
    color: #2b2a2a!important;
}
.enlace:hover{
    color: rgb(1, 109, 10)!important;
}
.color-titulo{
    color: rgb(1, 109, 10)!important;
    font-size: 1em!important;
}
.cajaiconos{
    width: 200px;
    height: 100px;
    background-color: aqua;

}
.color-fondo-1{
    background-color: rgba(239, 250, 241, 0.897)!important;
}
.color-fondo-2{
    background-color: rgba(239, 250, 241, 0.158)!important;
}


.parallax {
  /* The image used */
  background-image: url("img/Banners/Banner-09.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.gris{
    color: rgb(79, 141, 143)!important;
}
.justi{
    text-align: justify;

}
.color-redes{
    color: blue;

}
i.color-redes:hover{
    color: red!important;
}
.color-redes-whatsapp{
    color: #28a745!important;
}
.color-02:hover{
    background-color: rgba(129, 248, 168, 0.212)!important;
}
.color-03:hover{
    background-color: rgba(129, 248, 169, 0.116)!important;
}

.dropdown-item:hover{
    
    background-color: rgba(129, 248, 168, 0.212)!important;
    
}
.redes01:hover{
    filter: sepia(60%);
    -webkit-transition-duration: 500ms;
  transition-duration: 500ms;

}

.sandra{
    color: rgb(7, 243, 85)!important;
    text-transform: uppercase;
    font-weight: 900;
}
.avatar-sandra{
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.petit{
    font-size: 0.6em!important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff!important;
    text-align: left;
    list-style: none;
    background-color: #7e242488;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/*Efecto Xarxes*/
.imagen:hover{
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}
li.gris{
    color: red;
}

.world-btn {
    position: relative;
    z-index: 1;
    padding: 0 25px;
    width: auto;
    height: 35px;
    border: 1px solid;
    color: #535353;
    border-color: #17a2b8;
    background-color: #88b8be;
    font-size: 14px;
    border-radius: 50px;
    line-height: 32px; 
}
    .world-btn:hover, .world-btn:focus {
      border-color: #315000;
      background-color: #315000;
      color: #ffffff; 
    }
  










