@import url(https://fonts.googleapis.com/css?family=Yantramanav:400,500,700,900);

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}

body {
    font-size: 16px;
}

h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    margin: 0;
    line-height: 1em;
}

h2 {
    font-size: 3vw;
    color: #ddd;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}


button {
    border: none;
    font-size: 15px;
    border-radius: 20px;
    border: 2px solid #01ffff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-right: 25px;
    padding: 10px 20px 10px 20px;
}

button:focus {
    outline: none;
}

button:hover {
    background: #031E3C;
}

.section {
    padding: 0px 200px 100px 0px;
    box-sizing: border-box;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 15px;
}

.fa-angle-double-down {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    width: 10px;
    font-size: 2.5vw;
    color: #aaa;
    z-index: 11;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    -webkit-animation: glow 4s infinite;
    animation: glow 4s infinite;
}

.hero {
    height: 100vh;
    background: url("../../public/img/estrategia.png") center bottom no-repeat;
    position: relative;
    background-size: cover;
}

.highlight {
    color: #01ffff;

}

.highlight-secondary {
    color: #01ffff;
}

.hero-content {
    padding: 0px 100px 50px 100px;
    position: absolute;
    height: 50vh;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.5em;
    font-size: 1rem;
    z-index: 10;
}

.hero-content h1 {
    font-size: 2rem;
}

.gradient-overlay {
    height: 100%;
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.gradient-2-overlay {
    height: 100%;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

.input-container {
    margin-top: 32px;
    margin-top: 2rem;
}

.flex-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.4;
    /* Puedes ajustar esta opacidad si quieres que el contenido destaque más */
}


input {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    border: none;
}

input:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.4);
    outline: none;
}

input:last-of-type {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.description {
    width: 50%;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    color: #f5f5f5;
    letter-spacing: 0px;
    letter-spacing: 0.05rem;
    line-height: 1.5em;
    font-size: 1rem;
    font-weight: 200;
    z-index: 15;

}

.col-left {
    width: 100%;
    float: left;
    padding-left: 100px;
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 15;
}

.fade-in-left {
    -webkit-animation: fade-in-left 1.2s forwards;
    animation: fade-in-left 1.2s forwards;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1.2s forwards;
    animation: fade-in-bottom 1.2s forwards;
}

.col-right {
    width: 500px;
    padding: 25px;
    margin-left: 10%;
    color: #eee;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    background: transparent;
    border: 3px solid #eee;
    box-sizing: border-box;
    height: 350px;
    position: relative;
    z-index: 15;
    opacity: 0;
    filter: alpha(opacity=0);
}

.full-width {
    width: 100%;
}

.col-right-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border: 4px solid #01ffff;
    -webkit-transform: rotate(3deg) scale(1.01);
    -ms-transform: rotate(3deg) scale(1.01);
    transform: rotate(3deg) scale(1.01);
}

.paragraph {
    color: #ddd;
    letter-spacing: 0px;
    letter-spacing: 0.05rem;
    line-height: 1.5em;
    width: 100%;
    text-align: justify;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 2em 0;
}

.benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
    font-size: 1em;
    color: #ffffff;
}

.benefit-icon {
    width: 32px;
    height: 32px;
    margin-right: 1em;
    flex-shrink: 0;
}


@-webkit-keyframes glow {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);

    }
}

@keyframes glow {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);

    }
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    ;

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    ;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@media (max-width:1000px) {
    h2 {
        font-size: 2rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    .fa-angle-double-down {
        font-size: 2rem;
    }

    .section {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        background: -webkit-linear-gradient(#1f1f1f, #151515);
        background: linear-gradient(#1f1f1f, #151515);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
    }

    .col-left {
        padding-left: 0px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .description {
        width: 100%;
    }

    .col-right {
        margin-left: 0;
        width: 90%;
        margin-top: 50px;
    }
}

@media (max-width:680px) {
    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
}

@media (max-height:600px) {
    .hero-content {
        top: 0;
        margin-top: 50px;
    }
}