@font-face {
  font-family: "helvetica";
}
body {
    font-family: 'helvetica', sans-serif;
}

a {
	text-decoration: none !important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-left: 25px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #7A83F6;
}
.navbar-light .navbar-nav .nav-link.nav-btn:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.nav-btn{
    padding: 10px;
    border-radius: 4px;
    background-color: #7A83F6;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar{
    z-index: 1000;
    background-color: transparent;
    padding-left: 5%;
    padding-right: 5%;
}
.navbar-brand img{
    width: 50px;
    height: 50px;
}
.navbar.sticky{
    padding-left: 0px 120px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.navbar.sticky .navbar-nav .nav-link{
    color: #fff !important;
}
.navbar.sticky .navbar-nav .nav-btn{
    color: #fff !important;
}
.navbar.sticky .navbar-brand img{
    width: 60px !important;
    transition: 0.6s;
}
.videoembed {
    object-fit: cover;
    width: 100%;
    height: 860px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}
.overlay{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    height: 860px;
    z-index: -10;
}
  
.banner{
    height: 800px;
    background-size: cover;
    position: relative;
    margin-top: -149px;
    padding-top: 150px;
}
.banner-content{
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    width: 40%;
}
.banner-content h4{
    font-size: 29px;
    line-height: 35px;
    color: #7A83F6;
    margin: 0;
}
.banner-content h1{
    font-size: 45px;
    line-height: 46px;
	font-weight: 700;
    color: #fff;
    margin: 20px 0 20px 0;
}
.banner-content p{
    font-size: 20px;
    line-height: 30px;
	font-weight: 200;
    color: #b3b3b3;
    margin: 0;
    margin-bottom: 35px;
}
.new-app-btn{
    display: flex;
    gap: 45px;
}
.banner-image{
    position: relative;
	justify-content: center;
	display: flex;
	margin-top: -50px;
    bottom: -100px;
}
.banner-image img{
    width: 360px;
}

.seo-content{
    position: absolute;
    top: 50%;
    padding: 0px 0 260px 0;
    left: 35%;
    transform: translate(-21%, -25%);
    width: 70%;
}

.seo-content-app{
    position: absolute;
    top: 50%;
    padding: 0px 0 260px 0;
    left: 35%;
    transform: translate(-21%, -25%);
    width: 70%;
}
.seo-content h2{
    font-size: 30px;
    line-height: 36px;
	font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.seo-content p{
    font-size: 18px;
    line-height: 26px;
	font-weight: 200;
    color: #888;
    margin-top: 20px;
    margin-bottom: 40px;
}
.seo-image{
    padding-top: 50px;
}
.seo-image1{
	margin-top: 80px;
}
.seo-section-2{
  background-color: #F5F5F5;
  background-size: cover;
  position: relative;
  padding: 100px 0 290px 0;
}
.seo-image2{
    padding-left: 10%;
}
.seo-image2 img{
    width: 650px;
}
.seo-image3 img{
    width: 500px;
}
.seo-image3{
    padding-left: 15%;
}

.seo-image-skitag img{
    width: 700px;
}


.seo-image-in-app img{
    width: 260px;
}

.seo-image-multi{
	padding-right: 10%;
}
.seo-image-multi img{
    width: 1024px;
}

.seo-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.seo-section-2 .seo-content, .seo-section-3 .seo-content{
    text-align: center;
    left: 20%;
}
.seo-section-3{
    margin-top: -150px;
}
.seo-section-4{
  background-color: #7982ff;
  background-size: cover;
  position: relative;
  padding: 100px 0 170px 0;
}


.seo-section-app{
    background-color: #EBEBEB;
    background-size: cover;
    position: relative;
    padding: 0px 0 170px 0;
    text-align: center;
}
.faqs{
    padding: 80px 20px;
}
.faqs h2{
    font-size: 30px;
    line-height: 36px;
    color: #7A83F6;
}
.accordion-flush .accordion-item .accordion-button{
    font-size: 18px;
	font-weight: 700;
    line-height: 24px;
    padding-left: 0px;
}
.accordion-body{
    font-size: 16px;
	font-weight: 200;
    line-height: 24px;
    color: #969696;
    padding-left: 0px;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    color:#333;
}
.accordion-button:focus-within{
    border: none;
}
.accordion-button:focus{
    box-shadow: none;
}
footer{
    padding: 50px 0 120px 0;
    background-color: #1a1a1a;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-logo img{
    width: 100px;
    height: 100px;
}
.footer-logo p{
    font-size: 22px;
    line-height: 25px;
	font-weight: 200;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
}
.footer-links {
    display: flex;
    gap: 135px;
}
.footer-links ul{
    list-style-type: none;
    display: flex;
    gap: 50px;
    align-items: center;
}
.footer-links ul li a{
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.footer-info {
	font-size: 13px;
	text-align: center;
    line-height: 15px;
    color: #656565;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
.btn-close {
position:absolute;
right:-30px;
top:0;
}
.modal-dialog {
    max-width: 80%;
}

.navbar-toggler img{
    width: 30px;
	display: none;
}

.ethics{
	padding: 5% 20%;
	background-color: #E5E5E5;
}

.ethics h2 {
	font-size: 30px;
	text-align: center;
    line-height: 36px;
	font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}

.ethics p{
    font-size: 18px;
	text-align: center;
    line-height: 26px;
    color: #535353;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ethics h3{
	font-size: 21px;
	text-align: center;
    line-height: 23px;
	font-weight: 700;
    color: #7a83f6;
    text-transform: uppercase;
    margin: 0px;
}

.ethics a{
	font-weight: bold;
	color: #5d65b7;
}

.ethics a:hover {
	border-bottom: 1px solid #5d65b7;
}

.ethics button {
	padding: 15px 30px;
	font-size: 18px;
	line-height: 22px;
	border: 1px #000000;
	color: white;
  	background-color: #1a1a1a;
	display: block;
  	margin: auto;
}

.imagen-fija {
    position: fixed;
	z-index: 9999;
	padding-right: 10px;
	padding-bottom: 10px;
    bottom: 0;
    right: 0;
}

.skitagdiv{
    padding-top: 120px;
    padding-bottom: 120px;
}

.tablediv{
    padding-top: 60px;
}

.cabeceraskitag {
    align-items: baseline;
    background-color: black;
    margin-top: 75px;
}