body{
    width:100%;
    height: 100%;
    background-color: #B2D6E7;
    position: relative;
    overflow: hidden;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#content_full
{
    width:100%;
    height: 100%;
    position: relative;
}

.header-sky{
    width:100%;
}

.nube {
    width: 450px;
    position: absolute;
}

.nube-left-top{
    top: -55px;
    animation: 40s linear infinite;
    animation-name: fly-left;
}

.nube-left-top-clara{
    top: 40px;
    animation: 50s linear infinite;
    animation-name: fly-left-clara;
}

.nube-left-bottom{
    top: 165px;
    animation: 40s linear infinite;
    animation-name: fly-right;
}

.nube-left-bottom-clara{
    top: 75px;
    animation: 50s linear infinite;
    animation-name: fly-right-clara;
}

.copo{
    display: none;
}

.copo-chico {
    width: 50px;
    position: absolute;
}

.copo-mediano {
    width: 80px;
    position: absolute;
}

.copo-chico-top-bottom, .copo-mediano-top-bottom{
    top: -55px;
}

.copo-uno{
    left: 5%;
    animation: 15s linear infinite;
    animation-name: fly-bottom;
}

.copo-dos{
    left: 15%;
    animation: 25s linear infinite;
    animation-name: fly-bottom;
}

.copo-tres{
    left: 30%;
    animation: 35s linear infinite;
    animation-name: fly-bottom;
}

.copo-cuatro{
    left: 45%;
    animation: 20s linear infinite;
    animation-name: fly-bottom;
}

.copo-cinco{
    left: 60%;
    animation: 45s linear infinite;
    animation-name: fly-bottom;
}

.copo-seis{
    left: 75%;
    animation: 35s linear infinite;
    animation-name: fly-bottom;
}

.copo-siete{
    left: 85%;
    animation: 15s linear infinite;
    animation-name: fly-bottom;
}

.copo-ocho{
    left: 97%;
    animation: 20s linear infinite;
    animation-name: fly-bottom;
}

.information-form{
    width: 433px;
    height: 580px;
    margin-left: 40px;
    background-image: url(../images/pergamino.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px;
}

.information-form img{
    width: 200px;
    margin: 0 auto;
}

.information-form h5{
    color: #8B3F80;
    font-size: 23px;
    margin-bottom: 20px;
}

.information-form h6{
    color: #8B3F80;
}

.information-form p{
    color: #272e34 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.information-form .radio-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .information-form label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: #2b3a47;
    cursor: pointer;
  }

  .information-form input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #2b3a47;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
  }

  .information-form input[type="radio"]:checked {
    background-color: #272e34;
    border-color: #2b3a47;
  }

  .information-form button{
    margin-top: 15px !important;
    font-size: 13px;
    margin: 0 auto;
    display: flex;
    padding: 8px 60px 5px 60px;
  }

  #loading{
      display: none;
  }

  .loading{
      animation: spin 4s linear infinite;
      width: 90px !important;
      height: 90px;
      margin-bottom: 10px;
  }

@-webkit-keyframes fly-left {
    0% { left: -30%; }
    100% {left: 120%;}
}

@-webkit-keyframes fly-left-clara {
    0% { left: -60%; }
    100% {left: 120%;}
}

@-webkit-keyframes fly-right {
    0% {right: -30%; }
    100% {right: 120%;}
}

@-webkit-keyframes fly-right-clara {
    0% {right: -60%; }
    100% {right: 120%;}
}

@-webkit-keyframes fly-bottom {
    0% { top: -30%; }
    100% {top: 120%;}
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.container-fluid{
    max-width: 1500px;
    padding-top: 80px;
}

.container-fluid .row,
.container-fluid .col{
    height: 100%;
    align-items: top;
    position: relative;
}

.container-fluid .row .three-img-bg{
    background-image: url(../images/arbol.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_hojas{
    width: 100%;
    height: 100%;
    position: absolute;
}

.content_hojas .hoja-left{
    position: absolute;
    top: -80px;
    left: -10px;
}

.content_hojas .hoja-right-top{
    position: absolute;
    top: -118px;
    right: -295px;
 }

.content_hojas .hoja-right{
    position: absolute;
    bottom: -108px;
    right: -280px;
 }

.happy-bg h3 {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    color: #8B3F80;
    font-size: 6rem;
}

.happy-bg p{
    color: #ffffff;
    font-size: 22px;
}

.vh100{
    height: 100vh;
}

.information-content{
    display: flex;
    justify-content: start;
    padding-left: 60px;
}

.information-content .danger{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.information-content .danger span{
    color: red;
}

.information img{
    width: 450px;
}

.information-note{
    margin-top: 40px;
}

.information-note b{
    color: #8B3F80;
}

.information-note span{
    color: #ffffff;
    font-size: 15px;
}

.information-form ul{
    list-style: none;
    display: flex;
    justify-content: center;
    width: 200px;
    margin: 0 auto;
    gap: 2rem;
    padding: 6px 0 0 0;
}

.information-form ul li:first-child{
    border-radius: 20px;
}

.information-form ul li:first-child img{
    width: 120px;
    border-radius: 20px;
}

.information-form ul li:last-child{
    background: #ffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 7px;
}

.information-form ul li:last-child img{
    width: 130px;
}

form{
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

form input{
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 12px 0 12px 55px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    font-family: "Josefin Sans", sans-serif;
    background-image: url(../images/user_icon.png);
    background-position: 10px center;
    background-size: 30px;
    background-repeat: no-repeat;
}

::placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff;}
::-ms-input-placeholder {color: #fff;}

form button{
    margin-top: 50px;
    padding:10px 25px;
    color: #fff;
    border: 0;
    padding: 8px 60px 5px 60px;
    outline:none;
    background-color: #8B3F80;
    text-transform: uppercase;
    transition: all 0.5s;
}

form button:focus, form button:active, form button:hover{
    outline:none;
    background-color: #8b3f80de;
}

@media(max-width: 1199px)
{
    .container-fluid img.elefante{
        max-width: 550px;
        right: 0;
    }
    .nube {
        width: 390px;
    }
}

@media(max-width: 992px)
{
    .container-fluid img.elefante{
        max-width: 450px;
        right: 0;
        position: relative;
        top: -130px;

    }
    .nube {
        width: 300px;
    }

    body{
        overflow-y: scroll;
    }

    .information-content{
        display: block;
        margin-bottom: 30px;
        padding: 0;
    }

    .information img{
        width: 400px;
    }

    form {
        max-width: 300px;
    }

    form button{
        margin-top: 30px;
    }

    .happy-bg h3{
        font-size: 4rem;
    }

    .happy-bg p{
        font-size: 20px;
    }

    .information-form{
        margin: 0 auto;
    }
}


@media(max-width: 768px)
{
    .header-sky{
        height: 0px;
    }

    .container-fluid{
       padding-top: 0;
    }

    .container-fluid img.elefante{
        top: 0;
        margin: 10px 0 0 0;
        width: 100%;
    }

    .nube {
        width: 300px;
    }

    body{
        overflow-y: scroll;
    }

    .information-content{
        display: block;
    }

    .information img{
        width: 100%;
    }

    form {
        max-width: 300px;
    }

    form input{
        font-size:20px;
    }

    form button{
        margin-top: 30px;
    }

    .vh100{
        height: auto;
    }

    .col-sm-12{
        text-align:center;
    }

    .nube-left-top-clara{
        top:65px;
    }

    #content_full{
        overflow: hidden;
    }

    .information-form ul li:first-child img{
        width: 100px !important;
    }

    .information-form ul li:last-child img{
        width: 114px !important;
    }
}

@media(max-width: 567px)
{
    .happy-bg h3{
        font-size: 3rem;
    }

    .information-form{
        width: 90% !important;
        height: auto !important;
        padding: 35px 15px !important;
        margin: 0 auto;
    }
}
