.video-corte {
  position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-corte .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(90deg,rgba(13, 13, 13, .44) 0%, rgba(13, 13, 13, .44) 100%);
  z-index: 1;
}

.video-corte video {
  position: absolute;
  top: 80%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.bg-nav {
  background-color: #00000030;
}

.bg-offcanvas {
  background-color: transparent;
}

.logo-head {
  max-width: 180px;
}

.text-small {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.text-normal {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-normal-dos {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.text-big {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-ultra-big {
    font-size: 3rem;
    line-height: 3.6rem;
}

.text-ultra-big span {
	color: rgba(255, 255, 255, 0); 
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: rgb(255, 255, 255);	
}

.italic {
	font-style: oblique;
}

.thin {
  font-weight: 100;
}

.xlight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.book {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.black {
  font-weight: 800;
}

.ultra {
  font-weight: 900;
}

.form-control {
  background-color: #78a49360;
  border: 1px solid #78a493 !important;
  height: 50px;
  border-radius: 0px !important;
  padding-left: 25px;
  color: #fff;
  &::placeholder {
    color: inherit;
  }
}

textarea {
  height: auto !important;
  padding-top: 15px !important;
  background-color: #78a49360;
}

#gracias .container {
  height: calc(100vh - 200px)
}

#gracias .btn {
  font-size: 1.25rem;
}

#masInfo {
  height: 265px;
  position: relative;
  padding-top: 40px;
}

#masInfo::before{
  content:'';
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 60%;
  border-radius: 0 5px 5px 0;
}
#power-bi #masInfo::before {
  background-color: #FFFDDD;
}

.text-parallax {
  width: 50%;
}

.servicios {
  background-color: transparent;
  margin-bottom: 55px;
}

.sub-titulo-servicios {
  position: relative;
  margin-top: -40px;
  margin-left: auto;
  z-index: -1;
}

.servicios-elipsis {
  position: absolute;
  top: 25%; left: 0px;
  width: 100%;
}

.servicios-trama {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
}

.inicio-servicios {
  margin-bottom: -250px;
  margin-top: -40px;
}

.servicios-caja {
  background-color: #191A36;
  aspect-ratio: 1/0.65;
  transition: .3s all ease;
}

.servicios-titulo {
  margin-top: -25px;
  margin-bottom: -130px;
  z-index: 999;
  border: 1px solid #208AAE;
  transition: .3s all ease;
}

.servicios-background {
  background-color: #191A36;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: .3s all ease;
}

.servicios-texto {
  position: absolute;
  padding-top: 70px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s all ease;
}

.servicios:hover .servicios-caja {
  background-color: transparent;
  transition: .3s all ease;
}

.servicios:hover .servicios-titulo {
  margin-top: -40px;
  margin-bottom: -110px;
  border: 1px solid #88D498;
  transition: .3s all ease;
}

.servicios:hover .servicios-background {
  background-color: #191A36;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  transition: .3s all ease;
}

.servicios:hover .servicios-texto {
  position: absolute;
  padding-top: 70px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s all ease;
}

.servicios:hover .servicios-btn {
  z-index: 999;
  transition: .3s all ease;
}

.carousel-caption-holding {
  position: absolute;
  top: 30%;
  left: 15%;
  width: 35%;
}

.inicio-asesoria {
  position: absolute;
  right: 60px;
  top: 20px;
}

.sub-titulo-asesoria {
  margin-top: -35px;
  margin-right: auto;
}

.text-asesoria {
  width: 75%;
}

.sub-conectados {
  margin-top: -50px;
  margin-left: -590px;
}

.carousel-caption {
  position: absolute;
  right: 55%;
  bottom: auto;
  left: 15%;
  top: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: auto;
  text-align: left;
}

.carousel-indicators [data-bs-target] {
  width: 70px;
}

.blog-elipsis {
  position: absolute;
  top: 5%; left: 0px;
  width: 100%;
}

.blog-trama {
  position: absolute;
  top: 15%;
  left: 0px;
  width: 100%;
}


@media (max-width: 576px)
{

  .offcanvas-body {
    background-color: var(--dark);
  }

  .bg-offcanvas {
    background-color: #1F2041 !important;
  }

  .text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.5rem;
  }

  .text-parallax {
    width: 100%;
  }

  .carousel-caption-holding {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
  }

  .servicios-elipsis {
    display: none;
  }

  .servicios-trama {
    display: none;
  }

  .servicios-titulo-elipsis {
    display: none;
  }

  .inicio-servicios {
    margin-bottom: 0px;
    margin-top: 0px;
    display: none;
  }

  .sub-titulo-servicios {
    position: relative;
    margin-top: -30px;
    z-index: -1;
  }
  
  .inicio-asesoria {
    position: relative;
    right: auto;
    top: auto;
  }

  .sub-titulo-asesoria {
    margin-top: -45px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-asesoria {
    width: 100%;
  }

  .sub-conectados {
    display: none;
  }
  

  .video-corte {
    position: relative;
    background-color: black;
    height: 140vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .video-corte video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .servicios-titulo-elipsis {
    display: none;
  }

  .inicio-servicios {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .carousel-caption {
    right: 20% !important;
  }

  .servicios-caja {
    aspect-ratio: 1/0.8;
  }

}

@media  (min-width: 577px) and (max-width: 767px)
{

  .offcanvas-body {
    background-color: #1F2041 !important;
  }

  .text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.5rem;
  }

  .text-parallax {
    width: 50%;
  }

  .video-corte video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .servicios-titulo-elipsis {
    display: none;
  }

  .inicio-servicios {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .carousel-caption {
    right: 25% !important;
  }

  .servicios-caja {
    aspect-ratio: 1/0.45;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .offcanvas-body {
    background-color: #1F2041 !important;
  }
  
  .text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.5rem;
  }

  .text-parallax {
    width: 70%;
  }

  .servicios-titulo-elipsis {
    display: none;
  }

  .inicio-servicios {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .carousel-caption {
    right: 40% !important;
  }

  .servicios-caja {
    aspect-ratio: 1/1 !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  
  .text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.5rem;
  }

  .text-parallax {
    width: 70%;
  }

  .servicios-caja {
    aspect-ratio: 1/1.2;
  }

  .carousel-caption {
    right: 40% !important;
  }
}

@media  (min-width: 1200px) and (max-width: 1400px)
{

	.text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2rem;
      line-height: 2.5rem;
  }

  .text-parallax {
    width: 50%;
  }

  .carousel-caption {
    right: 40% !important;
  }

  .servicios-caja {
    aspect-ratio: 1/0.85;
  }

}

@media  (min-width: 1401px) and (max-width: 1600px){

  .text-small {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  
  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .text-normal-dos {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  
  .text-big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  
  .text-ultra-big {
      font-size: 2.5rem;
      line-height: 2.8rem;
  }

  .text-parallax {
    width: 50%;
  }

  .carousel-caption {
    position: absolute;
    right: 40%;
    bottom: auto;
    left: 15%;
    top: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: auto;
    text-align: left;
  }

  .servicios-caja {
    aspect-ratio: 1/0.65;
  }

}

.scroll-parent {
  position: relative;
  overflow-x: hidden;
  height: 35px;
  width: 100%;
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
}

.primary {
  animation: primary 20s linear infinite;
}

.secondary {
  animation: secondary 20s linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

/* Efecto de Flotar */
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.efecto-flotante {
  display:block;
  width:auto;
  animation: 5s infinite alternate floating;
}

.customize-support .fixed-top {
	top: 32px;	
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  	background-color: #ffb900;
  	margin: 15px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
	margin: 15px 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232; 
	margin: 15px 0;
}