body{
    background-color: #E6E6E6!important;
}

.bg-base-color {
    background-color: red!important;
}
.text-base-color{
    color: red!important;
}

.btn-base-color{
    background-color: red!important;
}

.btn.btn-transparent-base-color {
    background-color: transparent;
    border-color: red!important;
    color: red!important;
  }

  .z-inde{
    z-index: 1!important;
  }

  .btn.btn-transparent-base-color:hover, .btn.btn-transparent-base-color:active {
    background-color: red!important;
    border-color: red!important;
    color:#fff!important;
  }

  .footer-dark a:hover {
    color: red!important;
  }

.contenedor-gradietne{
    top: -200px;
    position: relative;
}
.contenedor-gradietne img{
    width: 100%;
}


.contedor-city{
    top: -160px;
    position: relative;
}
.contedor-city img{
    width: 100%;
}

.shadow-pin{

    border-radius: 5px;
background: #e0e0e0;
box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}

.contenedor-wave{
    bottom: -30px;
    position: relative;
}

.contenedor-wave img{
    width: 100%;
}

.img-somos{
    border-radius: 250px 0 0 250px;
    position: relative;
}

.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 999;
    animation: levitar 3s ease-in-out infinite;
}

.whatsapp img {
    width: 70px;
}


.bg-majorelle-blue {
    background-color: #ff0000!important;
}


@keyframes levitar {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}