.videogambit:hover{
    cursor: pointer;
}
.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#295592 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 115%;
    left: 45%;
    animation: shadow-pulse 1s infinite;
  }

  .logo-image img{
    margin-left: 130%;
    }

  @media only screen and (max-width: 768px) {
    .play-btn {
        left: 39%;
        top: 95%;
    }
    .header .header-content {
        padding-bottom: 6rem !important;
    }

    .p-heading.p-large {
      display: none;
    }


    .header {
   /* background-position: right bottom !important; */
   
    background: url(../images/background-movil6.jpeg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% !important;
    }
    .logo-image img{
    margin-left: 5%;
    }
    .titulo-xl-electric{
      margin-top: 130px;
    }
    .h1{
      color:white;
    }
    .header h1{
      text-shadow: 0.1em 0.1em 4px #295592;
    }
    .espacio-titulo-xl{
      height: 40px;
    }
  }

 
.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .play-btn:hover::after {
    border-left: 15px solid #295592;
    transform: scale(20);
  }
  
  .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

#imagePreview {
width: 100% !important;
}
.img-fluid2{
  width: 100%;
}

.col-xl-electric{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.col-xl-electric img{
  max-width: 100%;
  transition: all 0.3s;
}
.col-xl-electric img:hover{
-moz-transform: scale(1.15);
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
@media only screen and (max-width: 768px) {
  .col-xl-electric{
    width: 50% !important;
  }
}

.col-xl-electric-overlay{
  transition: opacity 0.3s ease;
  
}

.img-center-xl{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width:991px){
  .close{
    color: white !important;
    position: fixed !important;
    top: 25px !important;
    opacity: 0.8 !important;
    font-size: 2.5rem !important;
    right: 10px !important;
  }
  .modal-content{
      margin-left: 0px !important;
      height: initial !important;
      margin-top: 0px !important;
  }

  .modal-footer{
      margin-left: 0%;
      border-top: none !important;
  }

  .modal-footer a {
    margin-left: auto;
    position: fixed;
    bottom: 10px;
    left: 40%;
  }

  .modal-body{
    background-image: url(/images/BannerMovil.jpg) !important; 
    width: 95% !important;
    min-height: 550px !important;
    margin-left: 8px !important;
    margin-top: 30px !important;
    background-size: 98% !important;
    position: fixed !important;
    bottom: 60px !important;
  }

  .modal-body-img{
      height: 90% !important;
      width: 90% !important;
      margin-left: 5% !important;


  }

  .banner-apply {
      width: 100% !important;
      margin-top: -110px;
      margin-bottom: 30px ;

  }

  .modal-header {
      width: 360px !important;
      margin-bottom: -20px;
      padding-bottom: 10px;
      margin-left: -40px;
  }

  .modal-header .close{
    margin-left: 480px !important;
  }

  .appointmentCalendar {
    max-width: initial !important;
  }

  .appointmentDates {
    width: 100% !important;
    margin-top: 15px;
  }

}