.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bg-movimiento::before, .welcome-area::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(108, 100, 190, 0.7); /* oscurece el video de fondo */
  z-index: 1;
}

.bg-movimiento > .container,
.shape-bottom {
  position: relative;
  z-index: 2;
}
.welcome-area > .container,
.shape-bottom {
  position: relative;
  z-index: 2;
}

.overlay-dark::after {
    background-color: rgb(57 204 185);
    
}

.icon-text h5 {
    font-weight: 400;
    color: #6c64be;
    margin-bottom: 0;
}


.navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar-brand img {
    height: 80px
}

.btn, .btn:active, .btn.sApp-btn:before, .bg-overlay::after, .benifits-item:after {
    background: linear-gradient(-47deg, #39ccb9 0%, #6c64be 100%);
}

.btn {
    border-radius: 0px 40px 40px 40px;
	text-transform: uppercase;
	    padding: 12px 20px;
}

.bg-gray {
    background-color: #f9f9ff;
}

.homepage-6 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/slider.webp") no-repeat scroll top center / cover;
}

.welcome-area.bg-overlay::after {
    opacity: 0.7; 
}


.slick-slide img {
    border-radius: 25px
}

.features-area.style-two .image-box {
    background-color: #fff
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #6c64be;
    margin-bottom: 0;
}

.height-emulator {
    float: left;
    height: 385px;
}

.btn-light {
    background: linear-gradient(-47deg, #ffffff 0%, #fff 100%);
    color: #6c64be
}
 
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background: linear-gradient(-47deg, #6c64be 0%, #39ccb9 100%);
    color: #fff
}


.dropdown-item { 
    text-transform: inherit;     
    font-weight: 400;
    color: #6c64be;
}

#scrollUp {
    left: 17px;
    bottom: 80px;
    height: 45px;
    width: 45px;
    border-radius: 40px;
    background-color: rgb(57 204 185 / 70%);
} 

.welcome-intro h3 {     
    font-weight: 400;
    font-size: 1.6em
}

.destacado {     
    color: #39ccb9;
    font-weight: 500
}

.section-heading > h2::after {
    display: none
}

.bg-lugar {
    background: rgba(0, 0, 0, 0) url("../img/lugar/punta-del-este.webp") no-repeat fixed center center / cover;
}

.bg-certificar {
    background: rgba(0, 0, 0, 0) url(../img/bg/certificar.webp) no-repeat fixed center center / cover;
}

.bg-certificar {
    background: rgba(0, 0, 0, 0) url(../img/bg/certificar.webp) no-repeat fixed center center / cover;
}

.bg-movimiento {
    background: rgba(0, 0, 0, 0) url(../img/bg/movimiento.webp) no-repeat fixed center center / cover;
}

.bg-propuesta {
    background: rgba(0, 0, 0, 0) url(../img/bg/propuesta.webp) no-repeat fixed center center / cover;
}

.bg-comunicate {
    background: rgba(0, 0, 0, 0) url(../img/bg/comunicate.webp) no-repeat fixed center center / cover;
}

.bg-movimiento h2{
    font-weight: 400
}

.single-work::after {
    display:none
}

.equipo h2 {
    font-size: 26px
}

.overlay-dark::after {
    opacity: 0.80;
}
.image-box img {
    border-radius: 1.5rem 1.5rem 0 0 
} 

.dropdown-toggle:after { 
    display: none 
}
.dropdown-menu { 
    background-color: #fff;box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 20px 0px;
} 

@media (max-width: 961px) {
    .welcome-area, .homepage-5 .welcome-area {
        height: 100% !important;
        padding-top: 180px;
        padding-bottom: 150px
    }
	br {
    display: none
}
    
     
.equipo  {
    margin-bottom: 3em;
}
    
.equipo img  {
    max-width: 75%
}
    
}

.footer-area .social-icons > a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 100px;
}

.social-icons > a.instagram {
    background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}





.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;     
    z-index: 99999000;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    background: rgb(108 100 190 / 80%)
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
      
}
.modalDialog > div {
    max-width: 700px;
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    border-radius: 20px
     

}



.modalDialog h2 {

font-size: 24px;
margin-bottom: 5px}




.close { 
font-size: 16px;
    background: #39ccb9;
    color: #fff;
    line-height: 14px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 5px;
    z-index: 10000000000000000000000000000;
    font-weight: 400;
}
.close:hover {
    background: #6c64be;
    color: #fff;
    
}

.dropdown-item:active {
    color: #e59092 !important;
}
.active {
    color: #e59092 !important;
}

.section-interna {
    padding-top: 200px
}
.plan-price h2 {
    font-size: 30px
}

.plan-price h3 {
    color: #ffb3a1
}

 table {
    width: 100%;
    border-collapse: collapse;
	 background-color: #ffeae5
   }

  thead {
    background-color: #ffffff;
   }

  thead th {
    color: #6c64be;
     padding: 10px;
 
  }

  tbody td {
    padding: 10px;
 
  }

  tbody tr:nth-child(odd) {
    background-color: transparent;
  }

  tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.4);
  }


@media (max-width: 991px) {
	
.bg-niveles {
    background: rgba(0, 0, 0, 0) url(../img/bg/niveles.webp) no-repeat  center center / cover;
}

.bg-certificar {
    background: rgba(0, 0, 0, 0) url(../img/bg/certificar.webp) no-repeat  center center / cover;
}

.bg-certificar {
    background: rgba(0, 0, 0, 0) url(../img/bg/certificar.webp) no-repeat  center center / cover;
}

.bg-movimiento {
    background: rgba(0, 0, 0, 0) url(../img/bg/movimiento.webp) no-repeat  center center / cover;
}

.bg-propuesta {
    background: rgba(0, 0, 0, 0) url(../img/bg/propuesta.webp) no-repeat  center center / cover;
}

.bg-comunicate {
    background: rgba(0, 0, 0, 0) url(../img/bg/comunicate.webp) no-repeat  center center / cover;
}
	}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.btn-web {
  background-color: #ffffff;
  padding: 10px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 10000;
  border-radius: 100px;
  animation: pulse 2s infinite;
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* sombra sutil */
}

.btn-web img {
    width: 50px
  }
.btn-paypal {
    background: #ffd140;
	padding: 15px;
	border-radius: 10px;
	top: -20px;
	    max-width: 160px;
}


.btn-paypal:hover {
    background: #ffd140;
}
 .plan-title > h3 {
    letter-spacing: 0px;
    opacity: 1;
}

footer {
    background-color: #6d64be !important;
}


.plan-price h1 {
    font-size: 3em;
}