@import url(fontawesome.css);
@import url("<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=Exo:wght@100;200;300;400;500&family=IBM+Plex+Sans+Condensed:wght@400&family=Viga&display=swap" rel="stylesheet">");


body {
    font-family: 'Exo',sans-serif;
    font-size: 20px!important;
    line-height: 1.4!important;
    letter-spacing: 0!important;
    font-weight: 300!important;
    color:#fff;
    background-color:#0b1127;
}


p {
    font-size: 18px;
}

h1{
font-size: 50px;
font-family: 'Viga', sans-serif;
letter-spacing: 2px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
/*** inicio ***/

.features br {
    display:none;
}

.entrada {
    background: -webkit-linear-gradient(to bottom right, #33ccff, #ffffff);
    background: linear-gradient(to bottom right, #33ccff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: 1px;
}

.imagen-faro {
    width: 130px;
}

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    max-width: 100%;
    height:100%;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background: rgb(180,60,198);
    background:linear-gradient(0deg, rgb(0 4 40 / 70%), rgb(0 37 146 / 36%));
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:300px;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
    font-family: 'aquire', 'Viga', sans-serif;
    font-style: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 800;
    color: #f2f2f2;
    letter-spacing: 1px;
    text-align:center;
}

.main-banner .caption h2 em {
  font-style: normal;
    background: -webkit-linear-gradient(to bottom right, #33ccff, #ffffff);
    background: linear-gradient(to bottom right, #33ccff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-align:center;
}

/*** fin inicio ***/

/* valores */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
    background: linear-gradient(to right, #3dd0d8 0%, rgba(124, 105, 227, 0.64) 100%);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-family: 'vermillion','Viga', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 15px;
    font-size: 24px;
}

.features-content p {
    margin-bottom: 0px;
    text-align:center;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
  line-height: 1.4!important;
  letter-spacing: 0!important;
  font-weight: 300!important;
}

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

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}

/* fin valores */


/* Footer */
footer {
	background-image: url(../images/footer-bg.jpg);
	background: #15162b;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px 00px 0px;
}
footer .footer-heading h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
footer p {
	color: #fff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
}
footer ul li:last-child {
}
footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}
footer ul li a:hover {
	color: #fff;
	opacity: 0.75;
}

footer .sub-footer {
	text-align: center;
	border-top: 1px solid rgba(250,250,250,0.30);
	padding-top: 10px;
}

footer .sub-footer a {
	color: #FFF;
}


@media screen and (max-width: 991px) {
  .features { background-color: #0c1228; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}

/* fin Footer */
.movil {
    display:none;
}

/**** chat whatsapp ***/

.hidden {
	display: none;
}

.sticky-button {
	position: fixed;
	background-color: #25D366;
	bottom: 20px;
	right: 30px;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	z-index: 20;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.sticky-button svg {
	margin: auto;
	margin-top:14px;
	fill: #fff;
  width: 35px;
	height: 35px;
}

.sticky-button a,.sticky-button label {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 55px;
	height: 55px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.sticky-button label svg.close-icon {
	display: none;
}

.sticky-chat {
	position: fixed;
	bottom: 70px;
	right: 40px;
	width: 320px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 21;
	opacity: 0;
	visibility: hidden;
}

.sticky-chat a {
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  color: #505050;

}

.sticky-chat svg {
	width: 35px;
	height: 35px;
}

.sticky-chat .chat-content {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
	overflow: hidden;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}

.sticky-chat .chat-header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #25D366;
	overflow: hidden;
}

.sticky-chat .chat-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 75px;
	background: rgba(0,0,0,.040);
	border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
	width: 35px;
	height: 35px;
	flex: 0 0 auto;
	fill: #fff;
}

.sticky-chat .chat-header .title {
	padding-left: 15px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Roboto',sans-serif;
  color: #fff;
}

.sticky-chat .chat-header .title span {
	font-size: 11px;
	font-weight: 400;
	display: block;
	line-height: 1.58em;
	margin: 0;
	color: #f4f4f4;
}

.sticky-chat .chat-text {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 20px;
	font-size: 12px;
}

.sticky-chat .chat-text span {
	display: inline-block;
	margin-right: auto;
	padding: 10px;
	color: #000;
	background-color: #f0f5fb;
	border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
	content: '   ';
	display: inline-block;
	margin-left: 10px;
	font-size: 9px;
	color: #989b9f;
}

.sticky-chat .chat-text span.typing {
	margin: 15px 0 0 auto;
	padding: 10px;
	border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
	display: none;
}

.sticky-chat .chat-text span.typing svg {
	height: 13px;
	fill: #505050;
}

.sticky-chat .chat-button {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
	overflow: hidden;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
}

.sticky-chat .chat-button svg {
	width: 20px;
	height: 20px;
	fill: #505050;
	margin-left: auto;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}

.chat-menu:checked+.sticky-button label {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.chat-menu:checked+.sticky-button label svg.chat-icon {
	display: none;
}

.chat-menu:checked+.sticky-button label svg.close-icon {
	display: table-cell;
}

.chat-menu:checked+.sticky-button+.sticky-chat {
	bottom: 90px;
	opacity: 1;
	visibility: visible;
}

/**** fin chat whatsapp ***/


/*** siente el poder ***/


section.why-us {
        background-image: url(assets/images/bg.svg);
    background-size: cover;
    background-color: #0b1127;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:100px;
    padding-bottom:100px;
    z-index:-999;
}

.bg_whyus {
        width: auto;
    height: auto;
}
.bg_whyus img {
    /* width: 50%; */
    position: absolute;
    /* bottom: 0; */
    float: inline-end;
    /* z-index: -1; */
}

.bg_whyus2 {
        width: auto;
    height: auto;
    position: fixed;
    margin-top: -70px;
    right: 0;
}
.bg_whyus2 img{
    width: 80%;
    float:right;
}

section.why-us h3{
    font-family: 'alien','Viga', sans-serif;
    font-size: 50px;
    color: #48a7ff;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2:before {
    width: 1px;
    height: 100px;
    background-color: rgba(250,250,250,0.1);
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid rgba(250,250,250,0.1);
}

.section-title{
    font-family: 'vudo', 'Viga', sans-serif;
	color: #F9F9F9;
    margin-top: 20px;
    font-size: 50px;
    line-height: 50px;

}

.color-sec1 h4 {
    font-family: 'vermillion', 'Exo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #75cbeb;
    padding-bottom: 200px;
}

.padding-der {
padding-left:40px;
}
.padding-izq {
padding-left:0px;
}
.Posicion-iconos {
    position:absolute;
}

.Posicion-iconos img {
    width: 8%;
}

/***** test ****/
.cardBox {
  width: 300px;
  height: 150px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px;
}

.cardBox2 {
    width: 255px;
    height: 200px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 10px 0px, rgb(0 0 0 / 50%) 0px 2px 25px 0px;
}

.card {
  position: absolute;
  width: 99%;
  height: 98%;
  background: #0c1228;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}

.card2 {
  position: absolute;
    width: 99%;
    height: 99%;
    background: #0c1228;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 40%) 0px 30px 60px -12px inset, rgb(0 0 0 / 50%) 0px 18px 36px -18px inset;
    padding: 30px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#11162e,#192851);
}

.card2 img{
  width:90%;
}

.card h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 800;
  pointer-events: none;
  opacity: 0.1;
}

span {
  top: 75%;
}

.card .contentido h3 {
  font-size: 3rem;
  padding-bottom: 10px;
}
.card .contentido p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0rem;
}
.card .contentido {
  transform: translateY(100%);
  opacity: 0;
  /*transition: 0.3s ease-in-out;*/
}

.card:hover .contentido {
  transform: translateY(0);
  opacity: 1;
}

.cardBox::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 250%;
    background: #40E0D0;
    background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    background: linear-gradient(to right, magenta, #413df9, blue);
    animation: glowing01 2s linear infinite;
    transform-origin: center;
    animation: glowing 4s linear infinite;
}

.cardBox2::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 250%;
    background: #40E0D0;
    background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
    background: linear-gradient(to right, magenta, #413df9, blue);
    animation: glowing01 2s linear infinite;
    transform-origin: center;
    animation: glowing 4s linear infinite;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*****/
.card_info {
    width: 650px;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /*transition: .3s linear;*/
}

#efecto h4 {
	animation: fadeIn 1s ease-in both;
}

#efecto h4:nth-child(2) {
	animation-delay: 4s;
}


@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.layer {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    position: absolute;
    top: 30%;
    /*transition: .3s ease-in-out .3s;*/
    border-radius: 10px;
}
/*.layer p{
  margin-top: 10px;
  color: #fff;
}*/

.layer h3{
  position: absolute;
  top: 4%;
  /*transition: .3s linear .3s;*/
}
/*.layer p {
    font-size: 20px;
    position: absolute;
    top: -500%;
    transition: .3s linear .3s;
}*/

.card_info:hover{
  border: 0;
}

.card_info:hover .layer{
  top: 0;
}

.card_info:hover .layer h4{
  top: 69%;
  display:none;
}

.card_info:hover .layer img{
  display:none;
}

.card_info:hover .layer h3{
  top: 69%;
  display:none;
}

.card_info:hover .layer p{
  top: 75%;
}

.layer h3::after{
  content: '';
  width: 0%;
  height: 2px;
  background: magenta;
  position: absolute;
  top: 115%;
  right: 100%;
  transform: translate(-50%, -50%);
  /*transition: .2s linear;*/

}

.card_info:hover .layer h3::after{
  width: 200%;
  right: -200%;
}

#rect{
  position: absolute;
  top: 50%;
  left: 43.5%;
  transform: translate(-50%, -50%);
  cursor: crosshair;
  z-index: -1;
}

#rect rect{
  width: 305px;
  height: 405px;
  rx: 10px;
  ry: 10px;
  stroke: magenta;
  stroke-width: 5px;
  stroke-dasharray: 350px;
  stroke-dashoffset: 350px;
  animation: spin 1s ease-in-out infinite;
  display: none;

}

@keyframes spin{
  0%{
    stroke-dashoffset: 0px;

  }

  50%{
    stroke-dashoffset: 350px;
  }

  100%{
    stroke-dashoffset: 700px;

  }
}

.card_info:hover ~ #rect rect{
  display: unset;
}


.slider{
  position: absolute;
  top: 85%;
  transform: scale(1.5);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.slider label{
  color: white;
}

.icono-s1-1{
    width:30%;
}

.img-fluid {
    max-width: 100%!important;
    height: auto;
    margin-left: -60px!important;
    z-index: -1;
}

/*** fin de siente el poder ***/

/*** best key partner ****/
section.bestkey {
    background-color: #00000063;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:100px;
}

#bestkey_bg {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    height: 100%;
    width: 100%;
    z-index: -100;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0);
		transform: translatey(0px);
	}
}

.avatar {
    width: auto;
    height: auto;
    padding-top: 80px;
    position: absolute;
    display: flex;
    animation: float 6s ease-in-out infinite;
    justify-content: flex-end;
    margin-top: 150px;
    z-index: -2;
}

.avatar img{
    width:72%;
}

.bannerSec{position:relative;/*padding:50px 0;*/padding-top:150px;}
.bannerSecHome3 .bannercntSec{padding:0 0 0 20px;background:rgba(10,31,58,0.4);border-radius:10px;justify-content:space-between;align-items:center;align-content:center;}
.bannerSecHome3 .bannercnt{padding:0;max-width:100%;width:60%;align-items:flex-end;justify-content:flex-start;align-content:flex-end;flex-wrap:wrap;}
.bannercntSec {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-evenly;}

    .bestkeytitulo h2{
    font-family: 'vudo','Viga', sans-serif;
    font-size:50px;
}

.bestkeytitulo h3{
    font-family: 'alien','Viga', sans-serif;
    font-size:50px;
}

.bestkeytitulo p{
        font-weight: 300!important;
}

.img-fluid2 {
    max-width: 22%!important;
    /*height: auto;
    margin-left: 61px!important;
    position: relative!important;*/
}

.color-sec1 h4 {
    font-family: 'vermillion', 'Exo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #75cbeb;
    padding-bottom: 200px;
}

/*** fin de best key partner ***/

/*** best key trofeo ***/
section.bestkey2 {
    background-color: #00000063;
    background-repeat: no-repeat;
    background: linear-gradient(359deg, #131e44, rgb(15 14 15));
    background-size: cover;
    padding-bottom:200px;
    padding-top:100px;
}

.custom-font h4 {
    font-family: 'Viga', sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 500;
    background: linear-gradient(to right, magenta, #33ccff, #06d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-font h3 {
    font-family: 'alien', sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #48a7ff;
    /*padding-bottom: 40px;*/
}

.custom-font-clientes h3 {
    font-family: 'alien', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #48a7ff;
    /*padding-bottom: 40px;*/
}

/*** section comment ***/
@media only screen and (max-width: 768px) {
  .hide {
    display: none !important;
  }
}
/*..................*/

#comment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.imagen {
  position: absolute;
  z-index: 3;
  left: 20%;
}

/*.......Slider...........*/

.sb-box {
  position: absolute;
  margin-bottom: 0;
  bottom: -4vh;
  height: 14%;
  width: 27%;
  right: 1vw;
  z-index: 999;
  background-color: #e54b4b;
}
@media only screen and (max-width: 768px) {
  .sb-box {
    bottom: 4vh;
    right: 14vw;
  }
}

.carousel-item img {
  height: 475px !important;
  width: 450px !important;
  object-fit: cover;
}

/*.......Sec Two...........*/
.lrb {
  position: absolute;
  width:2.5vw;
   background-color: #143757;
   background: linear-gradient(359deg, #143757, rgb(15 14 15));
  right:0;
}
.lgb {
  width:2.5vw;
 background-color: #3c5c6e !important;
  margin-top:40%;
  height:20vh;
}

.formato-lgb {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column-reverse;
}

.red-sec {
  position: absolute;
  height: 100%;
  background: linear-gradient(359deg, #143757, rgb(15 14 15));
  width: 40%;
  z-index: 2;
  left: 0;
}
.grey-sec {
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #f4f4f4;
  width: 60%;
  z-index: 2;
  left: 40%;
}
@media only screen and (max-width: 768px) {
  .grey-sec {
    width: 100% !important;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    bottom: 0;
    top: 0;
  }
}

/*.......Intro Text...........*/
.carousel-imagen{
/*position: relative;*/
    width: 100%;
    overflow: hidden;
    margin-top:60px;
    border: 0.7rem solid #3c5c6e;
}
.intro-box {
  left: 55%;
  text-align: center;
  z-index: 999;
}
.in-txt {
  font-size: 46px;
  letter-spacing: -0.01em;
  font-weight: 800;
  line-height: 3.4rem;
  color: #5d5c69;
  width: 70%;
  margin-top: 4vh;
}
@media only screen and (max-width: 768px) {
  .in-txt {
    font-size: 26px;
    line-height: 1.5em;
    color: #e54b4b;
    width: 80%;
    margin: 5% 10%;
  }
}

.in-b-txt {
  margin-bottom: 6vh;
  font-weight: 400;
  color: #5d5c69;
  font-size: 16px;
  margin-top: 2vh;
  width: 60%;
}


.l-box {
  left: 12vw;
  position: absolute;
  height: 100%;
  width: 20%;
  text-align: left;
  z-index: 999;
}


.s-down {
  position: absolute;
  text-align: right;
  top: 50%;
  left: -3.5vw;
  width: 100%;
  line-height: 1;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.s-down a {
  color: #f4f4f4 !important;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.4rem;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 0.8rem;
  overflow: hidden;
}

.s-down a:hover {
}
.s-down a:before {
  position: absolute;
  top: 25%;
  right: 11vw;
  width: 40%;
  height: 1px;
  background: #f4f4f4;
  content: " ";
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.padding-director {
    padding-top: 150px;
    padding-left:30%;
}

/*** fin best key trofeo ***/

/*** podcast ****/

.podcast-section h2 br {
    display: none;
}

.bannerpodcast {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #0b1127bd;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:100px;
}

.bannerpodcast h2 {
    font-family: 'anurati', 'viga', sans-serif;
    font-size: 45px;
    letter-spacing: -3px;
}

#banner_podcast {
    position: absolute;
    left: 0;
    min-width: 100%;
    height:100%;
    width:10%;
    z-index: -100;

}

.podcast-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:200px;
    padding-bottom:100px;
}

/*** fin podcast ***/

/*** ventajas ****/
#ventajas_img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:10%;
    z-index: -100;
    object-fit: cover;

}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:100px;
    padding-bottom:100px;

}

.features-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -250px;
}

.features-section p{
	color: #fff
}

.section-title2{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
}

.section-title2 h3 {
    font-family: 'vudo', 'Viga', sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
}


.features-section .section-heading {
	text-align: center;
}
.features-section .section-heading h2 {
	color: #1e1e1e;
}
.features-section .feature-item {
}


.features-section .feature-item .icon {
	padding-top:50px;
	padding-bottom:30px;
}
.features-section .feature-item .icon img {
	max-width: 65px;
	margin-right: 30px;
}

.features-section .feature-item .icon2 {
	padding-top:43px;
	padding-bottom:30px;
}

.features-section .feature-item .icon2 img {
	max-width: 90px;
	margin-right: 30px;
}

.features-section .feature-item .icon3 {
	padding-top:50px;
	padding-bottom:30px;
}

.features-section .feature-item .icon3 img {
	max-width: 61px;
	margin-right: 30px;
}

.features-section .feature-item h4 {
    font-family:'Viga', sans-serif;
	font-size: 18px;
	color: #fcfcff;}
.features-section .feature-item p {
	color:#e0e3e4;
	font-size: 17px
}
/*** fin de ventajas ***/

/*** nuestros clientes ***/

section.courses {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 5 52);
    padding-bottom: 150px;
    padding-top: 150px;
    background-image: linear-gradient(359deg, #0b1127eb, rgb(0 0 0)),url("../images/podcast_bg3.jpg");
    /*background: #0b1127eb;
    background: linear-gradient(359deg, #0b1127eb, rgb(0 0 0));*/
}

section.courses .item img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 10vh;
    min-height: 100%;
}

section.courses .item .down-content {
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.courses .item .down-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.courses .item .down-content p {
    margin-bottom: 25px;
}

section.courses .item .down-content img {
    width: 40px;
    border: 2px solid #3dd0d8;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

section.courses .item .down-content .text-button-pay {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-pay a {
    color: #3dd0d8;
    font-size: 13px;
}

section.courses .item .down-content .text-button-free {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-free a {
    color: #7a7a7a;
    font-size: 13px;
}

section.courses .owl-carousel .owl-nav {
    display: none;
}

section.courses .owl-carousel .owl-dots {
    text-align: center;
}

section.courses .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 50px 10px 0px 10px;
    outline: none;
}
section.courses .owl-carousel button.active {
    background-color: #3dd0d8;
}

.custom-font-clientes h3 {
    font-family: 'alien', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: #48a7ff;
    /*padding-bottom: 40px;*/
}

.nuestros-clientes-justificado {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-title-clientes{
    font-family: 'vudo', 'Viga', sans-serif;
    background-size: cover;
	-moz-background-clip: text;
	-webkit-background-clip: text;
    font-size: 50px;
    font-weight: 500;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.principal {
    display: flex;
    max-width: 800px;
    gap: 2em;
    justify-content: space-between;
}
.nuestros-clientes-justificado {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}

.texto_clientes {
  width: 50%;
  height: 500px;
  margin-left:-150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.texto__short {
  font-size: 0.75rem;
  color: #479A7E;
}

.texto__title {
  line-height: 1.1;
  margin: 0;
}

.texto__description {
  line-height: 145%;
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 1em;
}

.grid__containedor {
    min-width: 100%;
    display: grid;
    grid-gap: 0.5em;
    height: 500px;
    grid-template-columns: repeat(8, 1fr);
}

.grid__item {
  background-color: grey;
  border-radius: 0.5em;
}


.one {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-image: url(../images/index/C5.svg);
  background-position: center;
  background-size: cover;
}

.two {
  grid-column: 2 / 5;
  grid-row: 1 / 4;
  background-image: url(../images/index/C1.svg);
  background-position: center;
  background-size: cover;
}

.two:hover{
    filter: opacity(50%);

}

.three {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
  background-image: url(../images/index/C6.svg);
  background-position: center;
  background-size: cover;
}

.three:hover{
    filter: opacity(50%);

}

.four {
  grid-column: 6 / 7;
  grid-row: 1 / 2;
  background-color: #FDF5DD;
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
}


.five {
  grid-column: 5 / 7;
  grid-row: 2 / 4;
  background-image: url(../images/index/C2.svg);
  background-position: center;
  background-size: cover;
}

.five:hover{
    filter: opacity(50%);

}

.six {
  grid-column: 7 / 8;
  grid-row: 2 / 3;
  background-color: #D3F0EE;
  border-radius: 0 100px 0 0;
  -moz-border-radius: 0 100px 0 0;
  -webkit-border-radius: 0 100px 0 0;
}

.seven {
  grid-column: 7 / 8;
  grid-row: 3 / 4;
  background-image: url(../images/index/C7.svg);
  background-position: center;
  background-size: cover;
}

.seven:hover{
    filter: opacity(50%);

}

.eight {
  grid-column: 8 / 9;
  grid-row: 3 / 4;
  border-radius: 50%;
  background-color: #CED7ED;
}

.nine {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  background-color: #FADEE0;
  border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -webkit-border-radius: 100px 0 0 0;
}

.ten {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  background-image: url(../images/index/C4.svg);
  background-position: center;
  background-size: cover;
}

.ten:hover{
    filter: opacity(50%);

}

.eleven {
  grid-column: 3 / 5;
  grid-row: 4 / 6;
  background-image: url(../images/index/C3.svg);
  background-position: center;
  background-size: cover;
}

.eleven:hover{
    filter: opacity(50%);

}


.twelve {
  grid-column: 5 / 6;
  grid-row: 4 / 5;
  background-image: url(../images/index/C8.svg);
  background-position: center;
  background-size: cover;
}

.twelve:hover{
    filter: opacity(50%);

}


  @media (max-width: 780px) {
    .hero {
      flex-direction: column-reverse;
      margin: 2em 2em;
    }

    .text {
      width: 100%;
    }
  }

  .padding-nuestrosclientes {
        padding-top: 200px;
  }

/*** fin de nuestros clientes ***/


/**** contacto ****/
/* Contact */

section.contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0b1127de;
    padding-bottom: 0px;
    background-image: linear-gradient(359deg, #0b1127de, rgb(11 17 41)),url("../images/contact_bg.jpg");
    padding-top:150px;
    padding-bottom:100px;
}


section.contact form {
    /*background-color: rgb(12 18 40 / 72%);*/
    /*background-color: rgba(250,250,250,0.1);*/
    /*padding: 30px;*/
    width: 100%;
}


@media screen and (max-width: 767px) {
  section.contact form {
      margin-bottom: 30px;
  }
}

section.contact form input {
    width: 100%;
    height: 55px !important;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px !important;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    padding: 14px 15px !important;
}

section.contact form textarea {
    width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: #fff }
section.contact form input::placeholder { color: #fff; }
section.contact form input::placeholder { color: #fff; }

section.contact form::placeholder { color: #fff }
section.contact form textarea::placeholder { color: #fff; }
section.contact form textarea::placeholder { color: #fff; }

section.contact form button {
    background-color: #3dd0d8;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 17px;
    padding-top: 17px;
    font-weight: 700;
    /*padding: 12px 20px;*/
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

#banner-contact {
    position: relative;
    width:100%;
    overflow: hidden;
    /*background: linear-gradient(11deg, rgba(22,10,88,0.6923144257703081) 0%, rgba(4,1,98,0.577468487394958) 77%);*/
    background-color: #0c1228;
    background-repeat: no-repeat;
    background-size: cover;

}

.title-footer{
    font-family: 'vudo', 'Viga', sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0.5rem;

}

.tecuidamoslaespalda-justificado {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:-50px;
}

.zf-templateWidth {
    width: 80%!important;
    padding-top:30px;
}

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
    padding-bottom: 0px!important;
}

.container2 {
    width: 100%;
}

.container2 {
	border-radius: 5px;
	/*background-color: #e7e7e7;*/
	padding: 0px 0;

}

.padding-contacto{
    padding-bottom:50px;
}

.zf-templateWidth {
    width: 80%!important;
    padding-top:30px;
}

.zf-tempFrmWrapper .zf-labelName {
    font-size: 17px!important;
}

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
    padding-bottom: 0px!important;
}
.zf-form-sBox {
    height: 54px!important;
    border: 0px solid #e5e5e5;
}

.zf-form-sBox {
    font-size: 16px;
}

.zf-large .zf-tempContDiv .zf-form-sBox {
    background: #23283c!important;
    color:#fff;
}

.zf-tempFrmWrapper {
    padding: 5px 0px!important;
}

.recaptcha {
    padding-top: 17px;
    display: flex;
    justify-content: center;
}

.icono-s1-1{
    width:30%;
}

/*** button ***/
.bn30 {
  border: 5em;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
  padding: 0.6em 1.5em;
  margin-left: 0.5em;
  border-radius: 6px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  color: white;
}

.bn30 .p{
    font-size:1.1rem;
}

.bn30 .text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
}

.bn30:after {
  content: "";
  border-radius: 6px;
  position: absolute;
  margin: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #0e0e10;
}

.bn30:hover {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
  box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
}

.bn30:hover .text {
  background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
}

#banner_podcast2 {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 80vh;
    height: auto;
    width: 10%;
    z-index: -100;
    margin-top: -229px;
    z-index: -500;
}

.formato-tecuidamos {
    padding-top:90px;
}



/**** fin de contacto ****/

