
#footer {
    /* background: rgb(174,238,235);
    background: radial-gradient(circle, rgba(174,238,235,1) 0%, rgba(76,196,191,0.9416141456582633) 100%); */
    background: rgb(210,247,245);
    background: radial-gradient(circle, rgba(210,247,245,1) 0%, rgba(78,213,228,1) 100%);
}

#navbar1{
    /* background-image: linear-gradient(to bottom, #0664af, #047dda); */
    /* background: rgb(210,247,245);
    background: radial-gradient(circle, rgba(210,247,245,1) 0%, rgba(78,213,228,1) 100%); */
}

.banner-image {
    background-image: url('../images/playa.jpg');
    background-size: cover;
 }


/* Aqui  */

.open-video-popup-link {
    display: block;
    height: auto;
    text-decoration: none;
    width: 100%;
}

.text--green {
    color: #66a92f;
}

.text--orange {
    color: #f15a24;
}

.text--yellow {
    color: #c2d751;
}

.video-box {
    display: flex;
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../images/powerline-lander-video-screenshot.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* max-width: 520px; */
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

@media (min-width: 768px) {
    .video-box {
        height: 425px;
    }
}

@media (min-width: 992px) {
    .video-box {
        /* height: 228px; */
        height: 288px;
    }
}

.powerline-lander-video-screenshot-img {
    height: auto;
    max-width: 100%;
}

.video-box-btn__play-icon-box {
    background-color: #ff0000;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 70px;
    margin: 0 auto;
    width: 85px;
}

.video-box-btn__play-icon {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    opacity: 1;
}

/* 520 x 320 */

.youtube-video-embed-container {
    position: relative;
    padding-bottom: 52.8%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-video-embed-container iframe, .youtube-video-embed-container object, .youtube-video-embed-container embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-max-size {
    max-width: 100%;
}

@media (min-width: 576px) {
    .modal-max-size {
        max-width: 90%;
    }
}

@media (min-width: 1000px) {
    .modal-max-size {
        margin: 0.5rem auto;
        max-width: 900px;
    }
}
#googleTranslateElement {
   display: inline-block;
   float: right;
   padding: 10px;
}

#test {
    
    animation: pulse 1s linear infinite;
}

@-webkit-keyframes "pulse" {
0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
 -webkit-transform: scale(1);
transform: scale(1);
}
}

.animationButton {
    
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7);
      /*     filter: hue-rotate(0deg); */
    }
    40% {
      box-shadow: 0 0 0 2rem rgba(255, 109, 74, 0),
        0 0 0 0 rgba(255, 109, 74, 0.7);
    }
    80% {
      box-shadow: 0 0 0 2rem rgba(255, 109, 74, 0),
        0 0 0 1rem rgba(255, 109, 74, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 1rem rgba(255, 109, 74, 0);
      /*     filter: hue-rotate(360deg); */
    }
  }
  