@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --gradient: linear-gradient(to right, #A64B9D, #326CB5);
    --primario: #DA1BED;
    --secundario: #2171E3;
    --terciario: #05254F;
    --quaternario: #111B33;
}
body {
    font-family: 'Inter', sans-serif;
    color: #000;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
    color: var(--secundario);
}
h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 6rem;
}
h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 3rem;
}
.titlered {
    position: relative;
    margin-bottom: 2.5rem;
}
.titlered:after {
        content: '';
        position: absolute;
        width: 100px;
        height: 2px;
        background: var(--primario);
        bottom: -.6rem;
        left: 0;
        margin: auto;
}
.bgtop {
    background: url('../images/bgtop.png') no-repeat right;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.bg_gradient {
    background: var(--gradient);
}
.bg_blue {
    background: var(--terciario);
}
.bu_lightblue {
    background:var(--secundario);
}
header .navbar a {
    text-transform: uppercase;
    font-weight: 600;
    padding: .8rem !important;
    position: relative;
}
header .navbar a.active {
    color: var(--primario) !important;
}
@media (min-width:1239px) {
    header .navbar a.active::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: var(--primario);
        bottom: 0;
        left: 0;
        margin: auto;
    }
}
.navbar-toggler {
    border: none;
    background: var(--secundario);
    border-radius: 100px;
    height: 3.4rem;
}
.hero .hero-image img {
    width: 100%;
}

.colorred {
    color: var(--primario);
}
.colorblue {
    color: var(--secundario);
}
.btn {
    border-radius: 200px !important;
    padding: 0.8rem 2rem !important;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width:1239px) {
    .btn {
        margin: .2rem 0;
    }
}
.btn-primary {
    background: var(--gradient);
    border: none;
}
.btn-primary:hover {
    background: var(--primario);
}
.btn-outline-primary {
    border-width: .2rem;
}
.hero {
    padding-top: 1rem;
    font-size: 22px;
}
.hero .col-right {
    position: relative;
}
.play {
    width: 170px;
    height: 170px;
    background:url('../images/play1.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-indent: -9000rem;
    bottom: -4rem;
    z-index: 1;
}
.bghero {
    position: relative;
    height: 300px;
}
.triangle {
    width: 100%;
    height: 371px;
    background: url('../images/triangle.png') no-repeat center right;
    background-size: contain;
    position: absolute;
    top: -6rem;
    right: 0rem;
}
@media (max-width:1024px) {
    .triangle {
    top:-12rem;
    }
    .bghero {
        height: 100px;
    }
}
#section-02 {
    position: relative;
}
@media (min-width:1239px) {
    #section-02 img {
        position: absolute;
        top: -17rem;
        right: 0;
    }
    #section-02 .section-text {
        padding-top: 20%;
    }
}
#section-03 {
    background: var(--quaternario) url(../images/iconLogo.png) no-repeat -150px 0px;
}
@media (min-width:1239px) {
    .heading {
        width: 60%;
        margin: auto;
        display: block;
    }
}
.icon-box .icon-image {
    width: 230px;
    height: 230px;
    display: block;
    background:#fff;
    border-radius: 30px;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-05 {
    position: relative;
}
@media (min-width:1239px) {
    #section-05 .section-text {
        padding-top: 20%;
    }
}
#section-05 .section-text h1 {
    font-size: 12rem;
}
#section-05 .section-text span {
    font-size: 6rem;
}
#section-05 .section-text h2 {
    color:var(--secundario);
}
#section-05 .logoleft {
    position: absolute;
    left: -8rem;
    top: 0;
    opacity: .3;
}
#section-06 {
    position: relative;
}
@media (min-width:1239px) {
    #section-06 .section-text {
        padding-top: 5%;
    }
    #section-06 .section-image {
        margin-top: -6rem;
        margin-left: 10rem;
    }
}
#section-07 {
    position: relative;
    background: var(--gradient);
    padding: 4rem 0;
    margin-top: 8rem;
}
@media (min-width:1239px) {
    #section-07 .section-image {
       position: absolute;
       right: 0;
       top: -8rem;
    }
}
#section-07 .btn {
    color:#fff;
    border-color: #fff;
}
footer {
    background: var(--quaternario);
    margin-top: 16rem;
    position: relative;
}
footer a {
    color:#fff;
    text-decoration: none;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .logofooter img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -12rem;
}
.logos-row .box {
    border-radius: 20px;
    background: #fff;
    width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    box-shadow: 0px 10px 30px var(--primario);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:992px) {
    .logos-row {
        flex-direction: column;
    }
}

#countdown {
text-align: center;
  font-size: 3rem;
  margin-top: 0px;
  border-radius: 20px;
  border: solid 4px #fff;
  font-weight: 800;
}
#countdown p {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: normal;
}
#countdown .countdown-time {
    border-right: solid 4px #fff;
}
#countdown .countdown-time:last-child {
    border-right: none;
}
.logos-row2 .box {
    border-radius: 20px;
    background: #fff;
    width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    box-shadow: 0px 10px 30px var(--primario);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:992px) {
    .logos-row2 .col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
@media (max-width:992px) {
    .logos-row2 .col p {
        padding-top: 1.5rem;
    }
}
#section-05-empresas .section-image img {
    width: 70%;
}
@media (max-width:992px) {
    #section-05-empresas .section-image img {
        float: none !important;
    }
}
#section-06-empresas .card {
    border:none;
    background: #f1f1f1;
    margin-top: 30px;
    border-radius: 20px;
    min-height: 550px;
}
#section-06-empresas .card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}
.tweet {
    border-radius: 30px;
}
.tweet img {
    width: 70%;
}
.tweet .col-text {
    font-size: 13px;
    line-height: 1rem;
}
.section-circles .icon{
    width: 130px;
    height: 130px;
}
.icon-list {
    padding: none;
    list-style: none;
}
.icon-list li {
    line-height: 4rem;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-left: 2rem;
}
@media (max-width:992px) {
    .icon-list li {
        line-height: 2rem;
        margin-bottom: 2rem;;
    }
}
.icon-list li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px;
    height: 40px;
    top: 12px;
    background: url('../images/registroEmpresas/icon_list.png') no-repeat;
    background-size: 100%;
}
.boxgray {
    background: #EBEBEB;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 20px;
    max-width: 100%;
}
.swiper-pagination {
    position: initial !important;
}
.team img {
    border-radius: 20px;
    box-shadow: 0 1rem 20px #d0d0d0;
}
.team-section {
    position: relative;
}
@media (min-width:1050px) {
    .team-section .section-image img {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.qtable .btn {
    text-transform: initial;
    width: 100%;
}
.qtable .th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.roadmap {
    padding: 6rem 0 10rem 0;
}
.image-over {
    position: relative;
    height: 200px;
}
.image-over img {
    position: absolute;
    right: 0;
    top: -6rem;
    width: 30%;
}
@media (max-width:992px) {
    .image-over img {
        width: 60%;
    }
}