*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
      font-family: 'Poppins', sans-serif;
    overflow: hidden;
     background: #131D47;
}

.contenedor{
    width: 40%;
    max-width: 1400px;
    margin: auto;
}

.bg_animate{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #005C98, #505BDA);
    position: relative;
    overflow: hidden;
}

.header_nav{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_nav .contenedor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav h1{
    color: #fff;
    font-family: 'Gagalin';
}

.header_nav nav a{
    color: #fff;
    text-decoration: none;
    margin-right: 100px;
}

.banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner_title h2{
    color: #fff;
    font-size: 600px;
    font-weight: 800;
    margin-bottom: 20px;
}

.banner_title .llamanos{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    background: #1A2849;
    padding: 20px;
}

.banner_img{
    animation: movimiento 2.5s linear infinite;
}

.banner_img img{
    width: 600px;
    display: block;
}
/****/



.content h2{
    margin: 20px 0;
    color: #15f4ee;
    text-transform: uppercase;
    font-size: 3rem;
    text-shadow: 0 0 400px #15f4ee;
    text-align:center;
}

.content .input-div{
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 100px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.content .input-div.one{
    margin-top: 0 ;
}

.i{
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i i{
    transition:.3s;
}



a{
    display: block;
    text-align: right;
    text-decoration: none;
    color: #fff;
    
}


/* -------------BOTON.---------- */

.boton-neon{
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: #15f4ee;
    font-weight: 400;
    border: 2px solid;
    text-transform: uppercase;
    letter-spacing: 15px;
    cursor:pointer;
    border-radius: 100px;
    transition: 1.5s;
}

.boton-neon:hover{
    box-shadow: 0 5px 50px 0 inset, 0 5px 50px 0 #15f4ee;
}

/* burbujas */

.burbuja{
    border-radius: 50%;
    opacity: 1;
    
    position: absolute;
    bottom: -150;
    
    animation: burbujas 10s linear infinite ;
}

.burbuja:nth-child(1){
    width: 80px;
    height: 80px;
    left: 90%;
    animation-duration: 10s;
    animation-delay: 10s;
}
.burbuja:nth-child(11){
    width: 10px;
    height: 10px;
    left: 10%;
    animation-duration: 10s;
    animation-delay: 8s;
}


.burbuja:nth-child(2){
    width: 100px;
    height: 100px;
    left: 40%;
    animation-duration: 9s;
    animation-delay: 5s;
}

.burbuja:nth-child(12){
    width: 100px;
    height: 100px;
    left: 35%;
    animation-duration: 9s;
    animation-delay: 9s;
}
.burbuja:nth-child(3){
    width: 20px;
    height: 20px;
    left: 15%;
    animation-duration: 3.5s;
    animation-delay: 7s;
}

.burbuja:nth-child(13){
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 3.5s;
    animation-delay: 10s;
}

.burbuja:nth-child(4){
    width: 50px;
    height: 50px;
    left: 90%;
    animation-duration: 6s;
    animation-delay: 3s;
}
.burbuja:nth-child(14){
    width: 50px;
    height: 50px;
    left: 30%;
    animation-duration: 6s;
    animation-delay: 3s;
}

.burbuja:nth-child(5){
    width: 70px;
    height: 70px;
    left: 65%;
    animation-duration: 3s;
    animation-delay: 1s;
}

.burbuja:nth-child(15){
    width: 70px;
    height: 70px;
    left: 60%;
    animation-duration: 5s;
    animation-delay: 4s;
}

.burbuja:nth-child(6){
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s;
}

.burbuja:nth-child(16){
    width: 20px;
    height: 20px;
    left: 70%;
    animation-duration: 4s;
    animation-delay: 5s;
}

.burbuja:nth-child(7){
    width: 20px;
    height: 20px;
    left: 50%;
    animation-duration: 4s;
    animation-delay: 5s;
}
.burbuja:nth-child(17){
    width: 20px;
    height: 20px;
    left: 75%;
    animation-duration: 4s;
    animation-delay: 5s;
}

.burbuja:nth-child(8){
    width: 100;
    height: 100px;
    left: 52%;
    animation-duration: 5s;
    animation-delay: 5s;
}
.burbuja:nth-child(18){
    width: 100;
    height: 100px;
    left: 78%;
    animation-duration: 7s;
    animation-delay: 00.1s;
}

.burbuja:nth-child(9){
    width: 65px;
    height: 65px;
    left: 51%;
    animation-duration: 3s;
    animation-delay: 2s;
}

.burbuja:nth-child(19){
    width: 65px;
    height: 65px;
    left: 82%;
    animation-duration: 5s;
    animation-delay: 2s;
}

.burbuja:nth-child(10){
    width: 40px;
    height: 40px;
    left: 35%;
    animation-duration: 3s;
    animation-delay: 4s;
}
.burbuja:nth-child(21){
    width: 40px;
    height: 40px;
    left: 22%;
    animation-duration: 3s;
    animation-delay: 4s;
}
.burbuja:nth-child(22){
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
    animation-delay: 4s;
}.burbuja:nth-child(23){
    width: 40px;
    height: 40px;
    left: 38%;
    animation-duration: 5s;
    animation-delay: 4s;
}.burbuja:nth-child(24){
    width: 40px;
    height: 40px;
    left: 15%;
    animation-duration: 6s;
    animation-delay: 4s;
}

@keyframes burbujas{
    0%{
        bottom: 0;
        opacity: 0;
    }
    30%{
        transform: translateX(30px);
    }
    50%{
        opacity: .4;
    }
    100%{
        bottom: 100vh;
        opacity: 10;
    }
}

@keyframes movimiento{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(30px);
    }
    100%{
        transform: translateY(0);
    }
}


