@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: #000;
}

.container2 {
    width: 711px;
}

.centrado-formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -30px;
}


#particles-js.min-height-snd{
	height: calc(100% - 100px);
}

#canvas-x-o {
	width: 100%;
	height: 100%;
	opacity: 0.25;
}


/**** logos ***/

.square-holder {
  padding:30px;
  box-shadow: 0 0 0px 2px #27227c;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  /*background-color:#f1f1f1;*/
  background: linear-gradient(135deg,#11162e,#192851);
  min-height:200px;
  border-radius: 10px;
}


.square-title {
  padding:30px;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  background-color:#f1f1f100;
  min-height:200px;
  border-radius: 10px;
}

.square-holder img {
  max-width:100%;
  filter:none;

  transition: all 0.3s;
}

.square-holder:hover img{
    filter: grayscale(100%);

}

/*** fin logos ***/


/**Typeform**/

.jxQTbj {
    background-color: none;
    background: linear-gradient(45deg, #4568dc, #b06ab3);
}

/***/


/* Basic */

a {
	/*color: #3CF;*/
    text-decoration: none;
}

a:hover {
	color: #3dd0d8;
    text-decoration: none;
}

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

p {
    font-size: 18px;
    line-height: 1.4!important;
    letter-spacing: 0!important;
    font-weight: 300!important;
}

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

body > p {
    cursor: default; /* to keep the cursor the same */
    opacity: 0;
	  animation: fadeInText 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
	  }

/* Keyframe for animation  */

@keyframes fadeInText {
 0% {
		opacity: 0;
		transform: translate3d(0, -30%, 0);
	}
	100% {
    text-shadow: none;
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


.blue-line {
    background: #053765;
    padding: 1px;
}

/*** banner sec ***/
.img-fluid2 {
    max-width: 22%!important;
    /*height: auto;
    margin-left: 61px!important;
    position: relative!important;*/
}
.bannerSec{position:relative;/*padding:50px 0;*/padding-top:100px;}
.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;}

.textwhitecolor{
    font-family: 'Viga', sans-serif;
    /* margin-top: 10px; */
    font-size: 45px;
    padding-top: 40px;
    font-weight: 500;
    /* color: #3CF; */
    /* margin-bottom: 30px; */
    background: linear-gradient(to right, magenta, #33ccff, #06d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/*** mouse scroll **/
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top:47px;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #9f9f9f;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #9f9f9f;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

/*** fin de mouse scroll **/


.raHhdT732KFhtHuEJLs3 {
    background-color: #000;
}

.etwvBPLXY83G6sh7lHca {
    background-color: #000;
}

#etwvBPLXY83G6sh7lHca {
    background-color: #000;
}

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

.entrada{
    /*background: -webkit-linear-gradient(to bottom right, #0073ff, #f500ff);
    background: linear-gradient(to bottom right, #0073ff, #f500ff);*/
    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;
}

@media screen and (max-width: 767px) {
.entrada {
        font-size: 36px!important;
    }
}

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

.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);
}


/* Buttons */

/*** 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);
}

/*** boton popup **/
.popup {
    border: 5em;
    cursor: pointer;
    outline: none;
    font-size: 1.3rem;
    -webkit-transform: translate(0);
    transform: translate(0);
    /* background-image: linear-gradient(45deg, #4568dc, #b06ab3); */
    background: #ffffff69;
    /* margin-right: 29px; */
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 390px;
    /* padding: 0.4em 1.5em; */
    margin-left: 0.5em;
    border-radius: 0px;
    box-shadow: 1px 1px 10px rgb(255 255 255 / 44%);
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    /* color: white; */
}

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

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

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

/***/

/*** button ***/
.bn31 {
  border: 5em;
  cursor: pointer;
  outline: none;
  font-size: 1.3rem;
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #4568dc, #b06ab3);
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0.4em 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;
}

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

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

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

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

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

.main-button a {
    background-color: #3dd0d8;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    border-radius: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 60px;
    padding-right: 60px
}


/**** *****/



.espacio {
    padding-top:50px;
}

.section-title{
    font-family: 'vudo', 'Viga', sans-serif;
	/*background-size: cover;*/
	color: #F9F9F9;
	/*-moz-background-clip: text;
	-webkit-background-clip: text;*/
    margin-top: 20px;
    font-size: 50px;
    /*font-weight: 500;*/
    line-height: 50px;
    /*letter-spacing: 2px;*/
    /*margin-bottom: 20px;background: linear-gradient(to right, magenta, #33ccff, #06d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/

}

.section-title2{

    /*margin-top: 120px;*/
    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;
    /*padding-bottom: 40px;*/
}

.section-title3{
    font-family: 'vudo', 'Viga', sans-serif;
    background-size: cover;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	letter-spacing: 5px;
    margin-top: 20px;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

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

}

/* video background section */
.banner {
    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: #000000cc;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100vh;
    max-height:100vh;

}

.bannerpodcast {
    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: radial-gradient(circle, rgb(29 7 98) 0%, rgb(12 15 54) 42%, rgba(11,17,39,1) 78%);*/
    background-color: #0b1127bd;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100vh;
    max-height:100vh;

}

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


.banner_clientes {
    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: #030339;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100vh;
    max-height:100vh;

}


#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;

}

#banner2 {
    position: relative;
    width:100%;
    overflow: hidden;
    /*padding: 120px 0px;*/
}
#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;

}

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

}

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

}

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

}

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

}

#videobcg_size {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:100%;

}

.video_size {
padding-top:970px;

}

/* Features Style */
.features-section {
    /*background-color: #0c1228;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 50px;*/
    /*padding: 100px 0px;*/
}

.features-section p{
	color: #fff
}



.podcast-section {
    /*background-color: #0c1228;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 50px;*/
    /*padding: 100px 0px;*/
}

}
.features-section .section-heading {
	text-align: center;
}
.features-section .section-heading h2 {
	color: #1e1e1e;
}
.features-section .feature-item {
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	background:#fff;*/
	/*box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background: #110c49a8;*/
}

/*.features-section .feature-item: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-section .feature-item .icon {
	/*float: left;*/
	/*margin-top: 20px;*/
	padding-top:50px;
	padding-bottom:30px;
}
.features-section .feature-item .icon img {
	max-width: 80px;
	margin-right: 30px;
}
.features-section .feature-item h4 {
    font-family: 'vermillion','Viga', sans-serif;
	font-size: 19px;
	color: #48a7ff;}
.features-section .feature-item p {
	color:#fff;
}


/* Slider */

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

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

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

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

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

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

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
}

.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;
}

.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;
}

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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 58px;
  }

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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/* Features */

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: 0;
  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;
}

.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;
  }

}

/*** baner flotante ***/

@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;
    margin-right: -320px;
    position: fixed;
    animation: float 6s ease-in-out infinite;
}

.avatar img{
    width:72%;
}

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

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

.bg_ventajas {
        width: auto;
    height: auto;
}
.bg_ventajas img{
    width: 50%;
    position: absolute;
    bottom: 0;
}

/*** fin de banner flotante ***/


/*** animacion whyus ***/
.lumin {
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 10vw;
  animation: reveal 3000ms ease-in-out forwards 200ms,
             glow 2500ms linear infinite 2000ms;}

  @keyframes reveal {
    80%{
      letter-spacing: 8px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }

/*** fin de animacion ***/


section.why-us {
        background-image: url(assets/images/bg.svg);
    background-size: cover;
    background-color: #0b1127;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:100vh;
    max-height:100vh;
    z-index:-999;
}

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

section.bestkey {
    background-color: #00000063;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    /*padding-bottom: 80px;*/

    min-height:100vh;
    max-height:100vh;
}



#bannerbestkey{
    overflow: hidden;
    background-image: url(../images/faro_bg3.png);
    background-position: 110% 90px;
    background-size: 23vw;
    background-repeat: no-repeat;
    background-color: #000000d4;
    padding-top: 100px;
    /*padding-bottom: 100px;*/
    position: relative;
    min-height:100vh;
    max-height:100vh;

}

.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;
}

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

#tabs {
  text-align: center;
}
#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#tabs ul .ui-tabs-active {
}
#tabs ul .ui-tabs-active a {
  color: #3dd0d8;
}
#tabs ul .ui-tabs-active a:after {
  background-color: #3dd0d8;
  width: 15px;
  height: 15px;
}
#tabs ul .ui-tabs-active a:before {
  border-color: #3dd0d8;
}
#tabs h4 {
    font-family: 'Viga', sans-serif;
    /*margin-top: 10px;*/
    font-size: 45px;
    font-weight: 500;
    /*color: #3CF;*/
    /*margin-bottom: 30px;*/
    background: linear-gradient(to right, magenta, #33ccff, #06d1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.texto-centrado {
    display: flex;
   align-items: center;
}

#tabs p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.tabs-content {
    /*margin-top: 60px;*/
    text-align: left;
}

.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;*/
}




@media screen and (max-width: 767px) {
  
  .tabs-content {
      text-align: center;
  }

}

.tabs-content img {
    width: 100%;
    overflow: hidden;
    /*padding-right: 45px;*/
}

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

  .tabs-content img {
      padding-right: 0px;
  }

}

/*******/
.faropodcast {
    padding-bottom: 20px;
    font-size: 25px;
}
.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;*/
}

.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;
}

/******/

#app-cover {
  position: absolute;
  bottom:0px;
  right: 0;
  left: 0;
  width: auto;
  height: 100px
}

.posicion{
    position: relative;
}

#bg-layer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.51;
  z-index: 2;
}

#player {
  position: relative;
  height: 100%;
  z-index: 3;
}

#player-track {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  padding: 4px 22px 10px 184px;
  background: linear-gradient(45deg, #4568dcb3, #b06ab38a);
  border-radius: 15px 15px 0 0;
  transition: 0.3s ease top;
  z-index: 1;
}

#player-track.active {
  top: -92px;
}

#album-name {
  color: #f400d3;
  font-size: 17px;
  font-weight: bold;
}

#track-name {
  color: #02f5ff;
  font-size: 13px;
  margin: 2px 0 13px 0;
}

#track-time {
  height: 12px;
  margin-bottom: 3px;
  overflow: hidden;
}

#current-time {
  float: left;
}

#track-length {
  float: right;
}

#current-time,
#track-length {
  color: transparent;
  font-size: 11px;
  background-color: #ffe8ee;
  border-radius: 10px;
  transition: 0.3s ease all;
}

#track-time.active #current-time,
#track-time.active #track-length {
  color: #f86d92;
  background-color: transparent;
}

#s-area,
#seek-bar {
  position: relative;
  height: 4px;
  border-radius: 4px;
}

#s-area {
  background-color: #ffe8ee;
  cursor: pointer;
}

#ins-time {
  position: absolute;
  top: -29px;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  padding: 5px 6px;
  border-radius: 4px;
  display: none;
}

#s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
}

#ins-time,
#s-hover {
  background-color: #3b3d50;
}

#seek-bar {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fd6d94;
  transition: 0.2s ease width;
  z-index: 1;
}

#player-content {
  position: relative;
  height: 100%;
  background: linear-gradient(45deg, #4568dcf5, #b06ab3e6);
  /*background-color: #0a1545f2;*/
  /*box-shadow: 0 10px 20px #656565;*/
  /*border-radius: 15px;*/
  z-index: 2;
}

#album-art {
  position: absolute;
  top: -40px;
  width: 115px;
  height: 115px;
  margin-left: 40px;
  transform: rotateZ(0);
  transition: 0.3s ease all;
  box-shadow: 0 0 0 4px #fff;
  border-radius: 50%;
  overflow: hidden;
}

#album-art.active {
  top: -60px;
  box-shadow: 0 0 0 4px #fff7f7, 0 0px 50px -15px #afb7c1;
}

#album-art:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px auto 0 auto;
  background-color: #d6dee7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  z-index: 2;
}

#album-art img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

#album-art img.active {
  opacity: 1;
  z-index: 1;
}

#album-art.active img.active {
  z-index: 1;
  animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

@keyframes rotateAlbumArt {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#buffer-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 13px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 6px;
  margin: -12px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.19);
  opacity: 0;
  z-index: 2;
}

#album-art img,
#buffer-box {
  transition: 0.1s linear all;
}

#album-art.buffering img {
  opacity: 0.25;
}

#album-art.buffering img.active {
  opacity: 0.8;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

#album-art.buffering #buffer-box {
  opacity: 1;
}

#player-controls {
  width: 250px;
  height: 100%;
  margin: 0 5px 0 141px;
  float: right;
  overflow: hidden;
}

.control {
  width: 33.333%;
  float: left;
  padding: 12px 0;
}

.button {
  width: 26px;
  height: 26px;
  padding: 25px;
  /*background-color: #fff;*/
  border-radius: 6px;
  cursor: pointer;
}

.button i {
  display: block;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.button,
.button i {
  transition: 0.2s ease all;
}

.button:hover {
  /*background-color: #d6d6de;*/
}

.button:hover i {
  color: #fff;
}

.fa-pause:before {
    color: #fff;
}

.fa-play:before {
    color: #fff;
}

.fa-forward:before {
    color: #fff;
}

.fa-backward:before {
    color: #fff;
}


/****/

/*** formulario ***/
.newsletter_area {
  background: -webkit-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -moz-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -o-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: #0b0c1b;
  padding: 68px 0 60px;
  text-align: center;

  }

@media (max-width: 767px){
.newsletter_area {
  background: -webkit-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -moz-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: -o-linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
  background: #0b0c1b;
  padding: 68px 0 60px;
  text-align: center;
  margin-top: -100px;
  }
}

  .newsletter_area .newsletter_inner h1 {
    color: #fff;
    line-height: 1.2;
    font-size: 40px;
    padding: 30px 0 30px;
    margin-bottom: 0;
    text-align: center;
    }
    @media (max-width: 767px){
    .newsletter_area .newsletter_inner h1 {
    font-size: 23px;
    }
    }
  .newsletter_area .newsletter_inner p {
    margin: 0; }
  .newsletter_area .newsletter_widget {
    float: right;
    min-width: 100%;
    margin-top: 15px; }
    .newsletter_area .newsletter_widget input[type="email"] {
      padding: 13px 30px;
      width: 100%;
      border: transparent;
      border-radius: 50px;
      outline: none; }
    .newsletter_area .newsletter_widget .btn.primary_btn {
      right: 4px;
      line-height: 40px;
      border-radius: 40px;
      top: 4px;
      color: #22195e;
      box-shadow: none; }


/*** fin formulario ***/


/* Coming Soon */

section.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;

}

section.coming-soon .continer .counter div {
  display: inline-block;
}
section.coming-soon .continer h4 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 50px;
}
section.coming-soon .continer h4 em {
    font-style: normal;
    color: #3dd0d8;
}

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

  section.coming-soon .continer h4 {
    text-align: center;
  }

}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes,
section.coming-soon .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
}
@media screen and (max-width: 992px) {

  section.coming-soon .continer .counter .days,
  section.coming-soon .continer .counter .hours,
  section.coming-soon .continer .counter .minutes,
  section.coming-soon .continer .counter .seconds {
    font-size: 26px;
  }

  section.coming-soon .continer .counter .days .value,
  section.coming-soon .continer .counter .hours .value,
  section.coming-soon .continer .counter .minutes .value,
  section.coming-soon .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  section.coming-soon .continer .counter span {
      font-size: 14px!important;
  }

}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes {
    margin-right: 4%;
}
section.coming-soon .continer .counter .days .value,
section.coming-soon .continer .counter .hours .value,
section.coming-soon .continer .counter .minutes .value,
section.coming-soon .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

section.coming-soon .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    color: #3dd0d8;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}

section.coming-soon .right-content {
    margin-left: 30px;
}

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

  section.coming-soon .right-content {
      margin-top: 60px;
      margin-left: 0px;
  }

}

section.coming-soon .top-content {
    margin-bottom: -8px;
}

section.coming-soon .top-content h6 {
    font-size: 14px;
    color: #fff;
    background-color: rgba(250,250,250,0.2);
    padding: 40px;
    text-align: center;
    line-height: 24px;
}

section.coming-soon .top-content h6 em {
    font-style: normal;
    font-weight: 600;
}

section.coming-soon form {
    background-color: rgba(250,250,250,0.1);
    padding: 60px 40px;
    width: 100%;
    text-align: center;
}

section.coming-soon form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

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

section.coming-soon form::placeholder { color: #fff }
section.coming-soon form input::placeholder { color: #fff; }
section.coming-soon form input::placeholder { color: #fff; }

section.coming-soon form button {
    margin-top: 10px;
    background-color: #3dd0d8;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

/*******************/
.section-eight{padding: 0px 0 0px 0;margin-top: 0px;position: relative;}
	.op-eight-section{
	position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c122800;
    margin-top:100px;
    padding-bottom: 100px;
    padding-top: 100px;
	}
	.sec-eight-text-area{text-align: center;padding: 100px 0 100px;}
	.sec-eight-text-area img{padding: 2vh 0;}
	.sec-eight-text-area h1{padding: 2vh 0 3vh 0;color: #fff;
    line-height: 1.3;
    font-size: 25px;
    letter-spacing: 2px;
    padding-bottom: 30px;}
	.sec-eight-text-area p{padding: 2vh 0;font-size: 18px;line-height: 1.6;color: #fff;}
	.section-eight .container-pe-quote {position: absolute;height: 100%;top: 0px;z-index: 1;}
	.section-eight .container-pe-quote.left {left: 0px;}
	.section-eight .container-pe-quote.right {right: 0px;}
	.section-eight .container-pe-quote .pp-quote {
	    cursor: pointer;
	    position: absolute;
	    border-radius: 100%;
	    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	    animation-name: floating;
	    -webkit-animation-name: floating;
	    animation-iteration-count: infinite;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-transform-origin: 50% 1px;
	    -moz-transform-origin: 50% 1px;
	    -ms-transform-origin: 50% 1px;
	    -o-transform-origin: 50% 1px;
	    transform-origin: 50% 1px;
	    opacity: 0;
	    -webkit-transition: all 2s ease;
	    -moz-transition: all 2s ease;
	    -ms-transition: all 2s ease;
	    -o-transition: all 2s ease;
	    transition: all 2s ease;
	}
	.container-pe-quote .pp-quote img {
	    overflow: hidden;
	    border-radius: 100%;
	    height: 100%;
	    width: 100%;
	    position: relative;
	    z-index: 1;
	}
	.section-eight .container-pe-quote .pp-quote:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    height: calc(100% + 5px);
	    width: calc(100% + 5px);
	    border-radius: 100%;
	    background-color: #7fb3e4;
	    -webkit-transform: translate(-50%, -50%) scale(0.9);
	    -moz-transform: translate(-50%, -50%) scale(0.9);
	    -ms-transform: translate(-50%, -50%) scale(0.9);
	    -o-transform: translate(-50%, -50%) scale(0.9);
	    transform: translate(-50%, -50%) scale(0.9);
	    -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	}
	.container-pe-quote .pp-quote:hover:after, .container-pe-quote .pp-quote.active:after {
	    -webkit-transform: translate(-50%, -50%) scale(1);
	    -moz-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	    -o-transform: translate(-50%, -50%) scale(1);
	    transform: translate(-50%, -50%) scale(1);
	}
	.section-eight .container-pe-quote .li-quote-1 {
	    height: 104px;
	    width: 104px;
	    left: 15px;
	    top: 95px;
	    animation-duration: 10s;
	    -webkit-animation-duration: 10s;
	    -webkit-transition-delay: 0.6s;
	    transition-delay: 0.6s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-2 {
	    height: 63px;
	    width: 63px;
	    left: 120px;
	    top: 270px;
	    animation-duration: 12s;
	    -webkit-animation-duration: 12s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-3 {
	    height: 64px;
	    width: 64px;
	    left: 68px;
	    top: 380px;
	    animation-duration: 6s;
	    -webkit-animation-duration: 6s;
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-4 {
	    height: 73px;
	    width: 73px;
	    right: -15px;
	    top: 110px;
	    animation-duration: 5s;
	    -webkit-animation-duration: 5s;
	    -webkit-transition-delay: 0.7s;
	    transition-delay: 0.7s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-5 {
	    height: 73px;
	    width: 73px;
	    right: 28px;
	    top: 265px;
	    animation-duration: 8s;
	    -webkit-animation-duration: 8s;
	    -webkit-transition-delay: 0.4s;
	    transition-delay: 0.4s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-6 {
	    height: 45px;
	    width: 45px;
	    right: 108px;
	    top: 170px;
	    animation-duration: 7s;
	    -webkit-animation-duration: 7s;
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-7 {
	    height: 48px;
	    width: 48px;
	    right: 40px;
	    top: 414px;
	    animation-duration: 7s;
	    -webkit-animation-duration: 7s;
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	    opacity: 1;
	}
	.section-eight .container-pe-quote .li-quote-8 {
	    height: 63px;
	    width: 63px;
	    left: 20px;
	    top: 250px;
	    animation-duration: 5s;
	    -webkit-animation-duration: 5s;
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    opacity: 1;
	}

@keyframes floating{

	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}

}
@-webkit-keyframes floating{

	0% {
	    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
	    transform: rotate(0deg) translate(-10px) rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
	    transform: rotate(360deg) translate(-10px) rotate(-360deg);
	}

}

.section-eight .container-quote {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}
.section-eight .container-quote .quote {
    max-width: 520px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}
	.section-eight .container-quote .quote.hide-bottom {
	    opacity: 0;
	    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
	}
	.section-eight .container-quote .quote.hide-top {
	    opacity: 0;
	    -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	    transform: translateX(-50%) translateY(-100%) rotateX(70deg);
	}
	.section-eight .container-quote .quote.show {
	    opacity: 1;
	    -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
	    transform: translateX(-50%) translateY(0%) rotateX(0deg);
	}


	.section-eight .container-dp-name {
	    position: relative;
	    width: 100%;
	    margin-top: 10px;
	    height: 225px;
	    -webkit-perspective: 10000px;
	    -moz-perspective: 10000px;
	    -ms-perspective: 10000px;
		perspective: 10000px;text-align: center;
	}
	.section-eight .container-dp-name .box-dpname {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0px;
	    left: 0;
	    cursor: pointer;
	    text-align: center;
	    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
	}
	.section-eight .container-dp-name .box-dpname.hide-dp-bottom {
	    opacity: 0;
	    -webkit-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -moz-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -ms-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    -o-transform: translateX(0%) translateY(100%) rotateX(-70deg);
	    transform: translateX(0%) translateY(100%) rotateX(-70deg);
	}
	.section-eight .container-dp-name .box-dpname.hide-dp-top {
	    opacity: 0;
	    -webkit-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -moz-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -ms-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    -o-transform: translateX(0%) translateY(-100%) rotateX(70deg);
	    transform: translateX(0%) translateY(-100%) rotateX(70deg);
	}
	.section-eight .container-dp-name .box-dpname.look {
	    opacity: 1;
	    -webkit-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -moz-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -ms-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    -o-transform: translateX(0%) translateY(0%) rotateX(0deg);
	    transform: translateX(0%) translateY(0%) rotateX(0deg);
	}

@media screen and (max-width:767px){
  .sec-eight-text-area{    padding: 10px 0 10px 0;}
  .section-eight .container-pe-quote{position: relative;height: 500px;top: 0px;z-index: 1;max-width: 300px;margin: -70px auto 0;}
}
@media screen and (max-width:480px){
  .section-eight{position: relative;}
	.section-eight .bottom-ani-cs{    position: absolute;top: 150px;right: 16px;}
	.section-eight .container-pe-quote .li-quote-2 {left: 60px;top: 270px;}
	.section-eight .container-pe-quote .li-quote-6 { right: 100px;top: 179px;}
	.section-eight .container-pe-quote .li-quote-8 {height: 43px;width: 43px;left: 0px;top: 220px;}
	.section-eight .container-pe-quote .li-quote-3{left: 0;}
	.section-eight .container-quote{height: 205px;overflow: hidden;overflow-y: auto;}
	.sec-eight-text-area{padding: 10px 0 100px 0;}
}

/* Courses */

section.courses {
    /*background-image: url(../images/section-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 5 52);
    padding-bottom: 100px;
    padding: 0px 30px 100px 30px;*/
    /*background-image: linear-gradient(180deg,rgba(23,27,41,0),#0b1127);*/
    background: #0b1127eb;
    min-height: 100vh;
    max-height: 100vh;
}

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;
}





/* Video */

section.video {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c1228;
    padding: 120px 0px;
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.video .left-content h4 em {
    font-style: normal;
    color: #3dd0d8;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0;
}

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

  section.video .left-content {
    margin-bottom: 45px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }

}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: #3dd0d8;
  z-index: 10;
}
.video-item figure a:after {
  content: '';
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: #3dd0d8;
}

.video-item .video-caption {
    position: absolute;
    z-index: 10;
    background-color: rgba(250,250,250,0.75);
    height: 80px;
    width: 100%;
    padding: 27px 30px;
    bottom: 0;
}

.video-item .video-caption h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.particles {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}

/* Contact */



section.contact {
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 0px; */
    max-width: 100%;
    position: fixed;
    /* min-height: auto; */
    /* max-height: fit-content; */
    padding-top: 9%;
    bottom: 0;
    top: 0;
    z-index: -99;
    background-image: linear-gradient(rgba(11, 17, 39, 0.87), rgba(11, 17, 39, 0.87)), url(../images/contact_bg.jpg) !important;
}




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;
}

/* Footer Style */
footer {
    background: #15162b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0px 0px 0px;
    width: 100%;
    border-top: 2px solid #000;
    position: absolute;
    bottom: 0;
}
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 {
	/*margin-bottom: 40px;*/
}
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;
	/*margin-top: 80px;*/
	border-top: 1px solid rgba(250,250,250,0.30);
	padding-top: 10px;
}

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


@media screen and (max-width: 1442px) {
  .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;
  }
}



@-webkit-keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@-webkit-keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  16.66%, 29.32% {transform:translate3d(0,-25%,0);}
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  49.98%,62.64% {transform:translate3d(0,-75%,0);}
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

@-o-keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@-o-keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  16.66%, 29.32% {transform:translate3d(0,-25%,0);}
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  49.98%,62.64% {transform:translate3d(0,-75%,0);}
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

@-moz-keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@-moz-keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  16.66%, 29.32% {transform:translate3d(0,-25%,0);}
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  49.98%,62.64% {transform:translate3d(0,-75%,0);}
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

@keyframes opacity {
  0%, 100% {opacity:0;}
  50% {opacity:1;}
}

@keyframes change {
  0%, 12.66%, 100% {transform:translate3d(0,0,0);}
  16.66%, 29.32% {transform:translate3d(0,-25%,0);}
  33.32%,45.98% {transform:translate3d(0,-50%,0);}
  49.98%,62.64% {transform:translate3d(0,-75%,0);}
  66.64%,79.3% {transform:translate3d(0,-50%,0);}
  83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

/******* pop up *****/
/*.box {
	text-align: center;
	width:100%;
}
.button {
	font-size: 1em;
	padding: 15px 35px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: #403e3d;
	border-radius: 50px;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index:1
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.wrapper {
    margin: 80px auto;*/
    /* padding: 20px; */
/*    background: #e7e7e700;
    border-radius: 5px;
    width: 37%;
    height: 100%;
    min-height: 79vh;
    min-width: 61vh;
    position: relative;
}
.wrapper h2 {
	margin-top: 0;
	color: #15caff;
}
.wrapper .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #15caff;
}
.wrapper .close:hover {
	color: #15caff;
}
.wrapper .content {
	max-height: 300%;
	overflow: auto;
}*/
/*form*/

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

}
form label {
    text-transform: uppercase;
    /* font-weight: 500; */
    /* letter-spacing: 3px; */
    font-size: 15px;
}
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type="submit"] {
	background-color: #413b3b;
	color: #fff;
	padding: 15px 50px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


.form-control {
    background-color: #e7e7e700!important;
    color: #fff!important;
}

select option{
  color: #fff;
  background: #0c1228!important;

}
/**** fin pop up ****/

.ft-modal {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
        z-index: 9999;
        overflow: auto;
	position: fixed;
        visibility: hidden;
	margin-top: -250px;
	background: rgba(0,0,0,.8);

	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.ft-modal:target {
	opacity: 1;
	margin-top: 0px;
	visibility: visible;
}

.ft-modal-content {
	width: 100%;
    padding: 25px;
	max-width: 800px;
    margin: 70px auto;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}


.ft-modal-close {
	top: 9px;
	right: 12px;
	float: right;
	position: absolute;
}

/**** Responsivo ***/

/*** Seccion I - index ***/
@media screen and (max-width: 1199px){
.img-fluid {
    padding-top:100px;
}
}

@media screen and (max-width: 992px){
.img-fluid {
    padding-top:50px;
}
}

/** Seccion II - Index ***/
@media screen and (min-width: 768px) and (max-width: 1199px){
#tabs h4 {
    margin-top: 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
.tabs-content img {
    padding-right: 0px;
}
}
@media screen and (max-width: 1024px){
h1{
    font-size:32px;
}
}


/** Seccion III - Index ***/
@media screen and (max-width: 575px){
.align-self-center {
    padding-top:50px;
    text-align:center;
}
}

/** Seccion IV - Index ***/
@media screen and (min-width: 768px) and (max-width: 991px){
.features-section .feature-item .icon img {
    max-width: 38px;
    margin-right: 13px;
}
.features-section .feature-item p {
    margin-left: 0px;

}

#album-name {
  display: none;
}

#track-name {
  display: none;
}

#track-time {
  display: none;
}

#player-track {
    display: none;
}
}

/** Seccion opinion - Index ***/
@media screen and (max-width: 767px){
.ocultar-div{
display:none;
}

#album-name {
  display: none;
}

#track-name {
  display: none;
}

#track-time {
  display: none;
}

#player-track {
    display: none;
}
}

.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: rgba(250,250,250,0.1)!important;
    color:#fff;
}

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

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

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

/** Reproductor - Index ***/
@media screen and (max-width: 522px){
#album-name {
    font-size: 16px;
}

}

@media screen and (max-width: 480px){
.img-fluid {
    width:70%!important;
}

}



.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;
}