/* Para escritorio grande */
@media (min-width: 1024px) {
    /*  */
    @font-face {
    font-family: 'coolvetica';
    src: url('../../font/coolvetica.otf') format('opentype');
    }


    body{
        background-color: #EEEEEE;
    }

    /* INICIO DEL FLAG COLOR */
    .flagColors{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .lineColor{
        display:flex;
        flex-direction: row;
        width: 100%;
        border: 3px solid #66BB6A;
        margin-bottom: 1px;
    }
    /* FIN DEL FLAG COLOR */


    /* INICIO DEL REGISTER HEADER */
    .register-header{
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 60px;
        background-color: white;
        border-top:1px solid #395D3B;
        padding-left: 10px;
        padding-top: 10px;
    }

    .register-header-brand{
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 40%;
        height: 60px;
        /* border:1px solid blue; */
        margin-left: 10%;
    }

    .register-header-brand>a{
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        text-decoration: none;
        cursor: pointer;
    }

    .register-header-brand>a>img{
        width: auto;
        height: 48px;
    }

    .register-header-links{
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 40%;
        height: 60px;
        border:none;
        background-color: transparent;
        margin-right: 10%;
    }

    .register-header-links>span{
        font-size: 1em;
        color: black;
        font-weight:500;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .register-header-links>a{
        text-decoration: none;
        background-color: #66BB6A;
        /* background: linear-gradient(to right, #34D399, #10B981); */
        font-size: 0.9em;
        color: white;
        font-weight: bold;
        padding: 8px 8px;
        border-bottom:none;
        border-radius: 25px;
        margin-bottom:0px;
    }

    .register-header-links>a:hover{
        text-decoration: none;
        background-color: white;
        /* background: linear-gradient(to right, #34D399, #10B981); */
        font-size: 0.9em;
        color: black;
        font-weight: bold;
        padding: 8px 8px;
        border-bottom:none;
        border-radius: 25px;
        margin-bottom:0px;
        border: 1px solid #66BB6A;
    }
    /* FIN DEL REGISTER HEADER */


    /* INICIO DEL REGISTER CONTENT */
    .register-content{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border:1px solid red; */
    }

    .register-info{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width:42%;
        height: auto;
        margin-left: 8%;
        /* border:1px solid blue; */
    }

    .register-info-slogan-1{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width:100%;
        height: auto;
        /* border:1px solid green; */
        font-family: 'coolvetica', sans-serif;
        font-size: 1.9em;
        letter-spacing: 1.2px;
    }

    .register-info-slogan-2{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width:100%;
        height: auto;
        /* border:1px solid purple; */
        font-family: 'coolvetica', sans-serif;
        font-size: 1.9em;
        letter-spacing: 1.2px;

    }

    .register-info-process{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width:100%;
        height: auto;
        /* border:1px solid green; */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        /* background-color: red; */
        /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); */
        border-radius: 10px;

    }

    .register-info-process > p{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;

        padding: 0px;
        margin: 0px;
        margin-right: 1%;

        /* border: 1px solid red; */
        width: 19%;
        font-size: 0.8em;
        
    }

    .register-info-process > p>i{
        /* font-family: 'coolvetica', sans-serif; */
        /* font-size: 1em; */
        margin-right: 4px;
    }

    .register-info-process > p>span{
        text-align: center;
        font-family: 'coolvetica', sans-serif;
        /* font-size: 0.8em; */
    }


    .register-info-sub-slogan{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width:100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        /* border:1px solid purple; */
    }

    .register-info-sub-slogan>span{
        font-family: 'coolvetica', sans-serif;
        font-size: 1.1em;
        font-weight: normal;
        color: #424242;
        letter-spacing: 1.2px;
    }

    .register-info-form{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        /* border:2px solid yellowgreen;    */
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .register-info-form-form{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        /* border:2px solid red;    */
    }

    .register-info-form-form-inputs{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        /* border:2px solid blue;   */
    }

    .register-info-form-form-accept {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 8px; /* espacio entre checkbox y texto */
    /* border: 2px solid blue; */
    }

    .register-info-form-form-accept label {
    display: inline;
    font-size: 0.85em;
    /* border: 2px solid green; */
    line-height: 1.4;
    }

    .register-info-form-form-accept a {
    color: #3B82F6;
    text-decoration: underline;
    }

    .register-info-form-form-btn-submit{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        width: 100%;
        height: auto;
        /* border:2px solid blue;  */
    }

    .register-info-form-form-btn-submit>button{
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
        width: 100%;
        height: 2.5rem;
        /* border:2px solid red;  */
        border:2px solid green;
        background-color: white;
        color: black;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 0.625rem;
        margin-top: 5px;
    }

    .register-info-form-form-btn-submit>button:hover {
        /* background: linear-gradient(to right, #3b82f6, #2563eb); */
        background:none;
        background-color: #66BB6A;
        cursor: pointer;
    }


    .register-ads{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 50%;
        height: auto;
        /* border:1px solid green; */
        padding-top: 20px;
    }


    .register-ads > img{
        max-height: 500px;
        object-fit: contain;
        filter: drop-shadow(0px 4.71px 7.85px rgba(77, 55, 1, 0.29));
    }

    .hero-image {
        width: 90%;
        border-radius: 1rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }


    /* FIN DEL REGISTER CONTENT */
}




