:root {
    --c-black: #000000;
    --c-white: #ffffff;
    --c-blue-form: #1173cb;
    --c-blue-dark-form: #05057b;
    --c-blue-dark: #111C4E;
    --c-grey-form: rgb(242, 242, 242);
    --c-grey-light-form: rgb(242, 242, 242);
    --c-green-seed-info: #76b641;
    --c-green-seed-dark-info: #367700;
    --c-green-seed-dark-info: #367700;
    --c-blue-seed-info: #b5cbe1;
    --f-noto-sans: 'Noto Sans', sans-serif;
    --c-red-span: #ff0000;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.otf');
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: var(--f-noto-sans);
    height: 100%;

}

/* CLASES */
.wrapper {
    background-color: var(--c-white);
    position: relative;
    width: 100%;
    background-image: url(../img/pioneros-web-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: scroll;
    /* height: 100vh;
       display: grid;
       grid-template-columns: 1fr;
       grid-template-rows: 300px 100vh; */
    /* overflow: hidden; */
}

/* HEADER */
.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    position: relative;
}

.logoAdvanta {
    position: absolute;
    top: 0;
    right: 1%;
}

.seed-info-img-container2 {
    display: flex;
}

@media (min-width: 1620px) {
    .header {
        background-position: center -450px;
    }
}

.header .header-logo-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0.7) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: -100px;
    right: calc(50% - 200px);
    transform: translateX(-50%);
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0.4);
}


.header img {
    width: 85%;
    max-width: 100%;
    padding-top: 15px;
}

.header .header-title {
    color: var(--c-white);
    font-size: 4.3rem;
    padding: 65px 0 0 0;
    font-family: 'Bebas', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    text-align: center;
}

.header .header-text {
    color: var(--c-white);
    font-size: 1.8rem;
    padding: 0px 10px;
    font-family: 'Mont', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 737px) {
    .header .header-logo-container {
        width: 300px;
        height: 300px;
        top: -150px;
        right: calc(50% - 300px);
    }

    .header .header-logo-container img {
        width: 100%;
        padding: 50px;
    }

}

@media (min-width: 1200px) {
    .header .header-title {
        font-size: 9.3rem;
    }

    .header .header-text {
        font-size: 3.2rem;
    }
}

@media (min-width: 360px) {
    .header {
        align-items: center;
        justify-content: space-around;
    }
}

/* END HEADER / MAIN */
.main {

    z-index: 10;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: repeat(2, 1fr); */
    /* place-items: center; */
    row-gap: 30px;
    padding-bottom: 70px;
    overflow: hidden;
}

@media (min-width: 360px) {
    .main {
        padding: 0 7px 20px 7px;
    }
}

@media (min-width: 661px) {
    .main {
        place-items: center;
    }
}

@media (min-width: 1200px) {
    .main {
        display: grid;
        grid-template-columns: 1fr repeat(2, minmax(320px, 670px)) 1fr;
        grid-template-rows: 1fr;
        padding: 30px 0;
        column-gap: 40px;
        place-items: start center;
        margin-top: 30px;
    }
}

.main .seed-info {
    grid-column: 1 / 2;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 10px 0 0;
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: repeat(1, 2fr);
    row-gap: 15px;
    column-gap: 40px;
}

.seed-info-text-1 {
    background-color: #111C4E;
    padding: 5px 20px;
    margin: 17px 30px;
}

.seed-info-text-1 p {
    color: var(--c-white);
    font-family: 'Mont', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.text-1-strong {
    color: #acc811
}

.seed-info-text-2 {
    background-color: #111C4E;
    padding: 12px 20px;
    margin: 15px 30px;
    border: 1px solid var(--c-white);
}

.seed-info-text-2 p {
    color: var(--c-white);
    font-family: 'Mont', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;

}


.seed-info-text-3 {
    color: var(--c-white);
    background-color: #acc811;
    height: auto;
    border-radius: 1px;
    margin: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seed-info-text-3 p {
    padding: 10px 0px;
    font-family: 'Mont', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-size: 500;
}

@media (min-width: 1200px) {
    .seed-info-text-3 p {
        padding: 15px 30px;

    }
}

.camposO{
    font-size: 12px;
    padding-top: 20px;
    text-align: end;
    padding-bottom: 8px;
}

@media (min-width: 996px) {
    .main .seed-info {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .main .seed-info {
        min-height: 100%;
        align-items: flex-start;
        text-align: left;
    }
}



@media (min-width: 1200px) {
    .main .seed-info {
        grid-column: 1 / 3;
    }

}

.seed-info .seed-info-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seed-info .seed-info-img {
    position: relative;
    height: 100%;
}

.cuadro-bolsa {
    display: flex;
    justify-content: start;
    align-items: center;
}


@media (min-width: 600px) {
    .cuadro-bolsa {
        flex-direction: row;
    }

}

.cuadro-bolsa .cuadro-bolsa-t {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cuadro-bolsa .cuadro-bolsa-t p {
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

@media (min-width: 600px) {
    .cuadro-bolsa .cuadro-bolsa-t p {
        padding: 15px 60px;

    }
}

.cuadro-bolsa .t1 {
    background-color: #acc811;
}


.cuadro-bolsa .t2 {
    background-color: #01596f;
}

.cuadro-bolsa img {
    width: 11%;
}

.seed-info .seed-info-img:first-of-type {
    margin-left: 25px;
}

@media (min-width: 996px) {
    .seed-info .seed-info-img:first-of-type {
        margin-left: 0;
        margin-right: 25px;
    }
}

.seed-info .seed-info-img img {
    max-width: 100%;
    width: 100%;
    z-index: 20;
}

.seed-info .seed-info-img img.i-1 {
    width: 200px;
}

.seed-info .seed-info-img img.i-2 {
    width: 100%;
    margin-bottom: 30px;
}

.seed-info-copyright {
    color: var(--c-white);
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px;
}

/* SEED FORM */
.main .seed-form {
    max-width: 600px;
    background-color: var(--c-grey-light-form);
    border-radius: 15px;
    padding: 20px;
    grid-column: 1 / 2;
    z-index: 2;

    width: 300px;
    margin: 0 auto;
}

@media (min-width: 360px) {
    .main .seed-form {
        width: initial;
        padding: 45px 45px 10px 45px;
        }
}

@media (min-width: 1200px) {
    .main .seed-form {
        grid-column: 3 / 4;
        padding-top: 50px;
        margin-top: 30px
    }

}

.seed-form .seed-form-title {
    font-size: 2.5rem;
    color: var(--c-green-seed-info);
    text-align: center;
    padding: 0 0 60px 0;
    font-weight: 400;
}

.seed-form-title-span {
    color: var(--c-green-seed-info);
    font-weight: bold;
}

@media (min-width: 360px) {
    .seed-form .seed-form-title {
        font-size: 2.3rem;
        color: var(--c-green-seed-info);
        text-align: center;
        padding: 0 0px 60px 0px;
    }
}

.seed-form .seed-form-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 15px;
    column-gap: 25px;
}


@media (min-width: 996px) {
    .seed-form .seed-form-form {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: auto;
    }
}


.seed-form-form .form-label {
    display: flex;
    flex-direction: column;
}

.seed-form-form .form-label span {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 5px;
}

.seed-form-form h3 {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0px;
}

.pt-2 {
    padding-top: 20px;
}

.seed-form-form .form-label span i {
    font-weight: 200;
    font-size: 1.1rem;
}

.seed-form-form .form-label input,
.seed-form-form .form-label select {
    height: 40px;
    border-radius: 5px;
    border: none;
    border: 1px solid var(--c-black);
    padding-left: 15px;
    color: var(--c-black);
    background-color: var(--c-grey-light-form);
    font-weight: bold;
    font-size: 1.4rem;
}

.seed-form-form .form-label input:focus,
.seed-form-form .form-label select:focus {
    outline-color: var(--c-blue-form);
}


.seed-form-form .inputSubmit,
#modalSuccess .inputSubmit {
    grid-column: 1 / 2;
    color: var(--c-white);
    background-color: var(--c-blue-dark);
    width: 250px;
    border: none;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}

.seed-form-form .form-label.col-1 {
    grid-column: 1;
}

.seed-form-form .form-label.col-2 {
    grid-column: 1 / 9;
}

.seed-form-form .form-label.state {
    grid-column: 1;

}

.seed-form-form .form-label.culture {
    grid-column: 1 / 9;
    grid-row: auto;
}

.seed-form-form .inputSubmit {
    grid-column: 1 / 9;
}


@media (min-width: 996px) {
    .seed-form-form .form-label.col-1 {
        grid-column: 1 / 5;
    }

    .seed-form-form .form-label.col-2 {
        grid-column: 5 / 9;
    }

    .seed-form-form .form-label.state {
        grid-column: 1/9;

    }

    .seed-form-form .form-label.culture {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }

    .seed-form-form .inputSubmit {
        grid-column: 1 / 3;
    }
}

@media (min-width: 996px) {

    .seed-form-form .form-label.culture {
        grid-column: 1 / 2;
        grid-row: 7 /5;
    }

    .seed-form-form .inputSubmit {
        grid-column: 1 / 2;
    }
}

.seed-form-form .form-label.col-2 {
    grid-column: 1;
}

.seed-form-form .form-label.col-1-3 {
    grid-column: 1;
}

.seed-form-form .form-label.col-2-3 {
    grid-column: 1;
}

.seed-form-form .form-label.col-3-3 {
    grid-column: 1;
}

.seed-form-form .form-label.culture {
    grid-column: 1;
    grid-row: auto;
}

.seed-form-form .inputSubmit {
    grid-column: 1;
}

@media (min-width: 1200px) {
    .seed-form-form .form-label.col-2 {
        grid-column: 5 / 9;
    }

    .seed-form-form .form-label.col-1-3 {
        grid-column: 1 / 4;
    }

    .seed-form-form .form-label.col-2-3 {
        grid-column: 4 / 6;
    }

    .seed-form-form .form-label.col-3-3 {
        grid-column: 6 / 9;
    }

    .seed-form-form .form-label.culture {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }

    .seed-form-form .inputSubmit {
        grid-column: 4 / 6;
    }
}

/* END SEED FORM */

.disabled {
    pointer-events: none;
    background-color: #c7c7c7 !important;
    cursor: default;
}

.seed-form-form .form-label.error span {
    color: #dc3545 !important;
}

.seed-form-form .form-label.error input,
.seed-form-form .form-label.error select {
    border: .3rem solid #dc3545 !important;
}

.seed-form-form .form-label.error input:focus,
.seed-form-form .form-label.error select:focus {
    outline-color: #dc3545 !important;
}


/*Modal*/
.modal {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.61);
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
}

.flex-modal {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.modal-container {
    background-color: #ffffff;
    width: 90%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 2rem 0;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal h4 {
    margin: 0;
    text-align: center;
    color: #1f4c74;
    font-weight: 900;
    font-family: 'Mont', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.75rem;
}

.modal h5 {
    font-weight: 300;
    font-family: 'Gotham Rounded';
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}

.help-divider {
    display: flex;
    margin-top: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.vert-divider {
    width: 4px;
    height: 6.5rem;
    background-color: #bfbfbf;
    display: block;
    margin: 0 1.5rem;
}

.modal .btn {
    margin-top: 0;
    margin-bottom: 0
}

.modal p {
    margin: 0;
    font-family: 'Mont', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0px 20px;
}

.wrapper-reporte {
    background: rgb(17, 114, 202);
    background: linear-gradient(0deg, rgba(17, 114, 202, 1) 0%, rgba(4, 49, 109, 1) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-reporte form {
    box-shadow: 0 6px 7px rgba(0, 0, 0, .4);
    background-color: #fff;
    width: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    font-family: var(--f-noto-sans);

    border-radius: 15px;
}

.wrapper-reporte form h1 {
    padding-bottom: 25px;

    color: var(--c-blue-form);
}

.wrapper-reporte form input {
    height: 40px;
    border-radius: 5px;
    border: none;
    border: 1px solid var(--c-grey-form);
    padding-left: 15px;
    color: #9c9c9b;
    font-weight: bold;
    font-size: 1.4rem;
    width: 100%;
}

.wrapper-reporte form input:focus {
    outline-color: var(--c-blue-form);

}

.wrapper-reporte form .btn-group {
    display: flex;
    justify-content: center;
    margin: 0;
}

.wrapper-reporte form button {
    color: var(--c-white);
    background-color: var(--c-blue-form);
    width: 50%;
    border: none;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 25px;
    cursor: pointer;
    font-size: 1.8rem;
    font-family: var(--f-noto-sans);
}

.seed-footer {
    background-color: var(--c-blue-dark);
}

@media (min-width:368px) {
    .seed-footer {
        margin-bottom: 1rem;
    }
}

@media (min-width:368px) {


    @media(min-width:1200px) {
        .main .seed-info {
            display: flex;
            flex-direction: column;
            padding-top: 30px;
            width: 100%;
        }
    }
}


@media (min-width: 360px) {
    .seed-info2 .seed-info2-img img {
        max-width: 100%;
        width: 100%;
        z-index: 20;
    }

    .seed-info2 .seed-info2-img img.i-1 {
        width: 100%;
        height: 100%;
    }

}

.seed-info2-text {
    color: var(--c-blue-dark-form);
    font-weight: normal;
    font-size: 2.3rem;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.seed-info2-text-span-1 {
    font-size: 2rem;
    font-weight: bold;
}

.seed-info2-text-span-2 {
    font-weight: 300;
}

.seed-info2 .seed-info2-img-container {
    display: flex;
    padding-bottom: 30px;
}

.seed-info2 .seed-info2-img {
    position: relative;
    height: 100%;

}

.seed-info .seed-info-img:first-of-type {
    margin-left: 25px;
}

@media (min-width: 996px) {
    .seed-info .seed-info-img:first-of-type {
        margin-left: 0;
        margin-right: 25px;
    }
}

@media (min-width: 540px) {

    .seed-info2-text {
        color: var(--c-blue-dark-form);
        font-weight: normal;
        font-size: 2.9rem;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .seed-info2-text-span-1 {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

    .seed-info2-text-span-2 {
        font-weight: 300;
        letter-spacing: none;

    }

    .seed-info2 .seed-info2-img-container {
        display: flex;
        padding-bottom: 30px;
        padding-left: 5rem;
        margin-left: 20px;
        margin-right: 30px;
    }

    .seed-info2 .seed-info2-img {
        position: relative;
        height: 100%;

    }

    .seed-info .seed-info-img:first-of-type {
        margin-left: 25px;
    }


    @media (min-width: 996px) {
        .seed-info .seed-info-img:first-of-type {
            margin-left: 0;
            margin-right: 25px;
        }

        .seed-info2 {
            margin-right: 10px;
        }
    }

    .seed-info2 .seed-info2-img img {
        max-width: 100%;
        width: 100%;
        z-index: 20;
    }

    .seed-info2 .seed-info2-img img.i-2 {
        display: flex;
        width: 260px;
        height: 250px;
    }
}

@media (min-width:996px) {


    .seed-info2 .seed-info2-img-container {
        margin-right: 10px;
        padding-left: 0;
    }

    .seed-form .seed-form-title {
        padding: 0 2px 20px 0px;
    }

    .seed-form-form .form-label.culture {
        grid-row: 6 /7;
    }


    .seed-info2 .seed-info2-img img.i-1 {
        width: 600px;
        height: 100%;
    }
}

@media (min-width:360px) {
    .seed-form-form .form-label.culture {
        grid-row: 6/8;
        height: 100%;

    }



    .form-label .culture select {
        height: 80px;
        ;
    }


}

@media (min-width:540px) {
    .seed-form-form .form-label.culture {

        grid-row: 4/5;
        height: 100%;

    }



    .form-label .culture select {
        height: 80px;
        ;
    }


}

@media (min-width:970px) {
    .seed-form-form .form-label.culture {
        grid-row: 6/7;
        height: 100%;

    }



    .form-label .culture select {
        height: 80px;
        ;
    }


}


.input-clase {
    margin-top: 10px;
}

@media (min-width: 1200px) {

    .seed-form-form .form-label.culture {
        grid-row: 6/7;
        grid-row: 4/4;
    }
}


div.form-label {
    grid-row: 4/5;
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
}

div.form-label>div:nth-child(1)>div:nth-child(2) {
    height: 15xp;
    margin-right: 10px
}

div.form-label>div:nth-child(1)>div:nth-child(2)>input:nth-child(1) {
    height: 15px;
    margin-right: 10px;
}

div.form-label>div:nth-child(2)>input:nth-child(1) {
    height: 15px;
    margin-right: 10px
}

div.form-label>div:nth-child(1)>input:nth-child(1) {
    height: 15px;
    margin-right: 10px;
}

.option-cult {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: .2rem;
}

.option-cult {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: .2rem;
}

div.option-cult:nth-child(1)>div:nth-child(1)>input:nth-child(1) {
    margin: 0;
    height: 15px;
    margin-right: 10px;
}

div.option-cult:nth-child(1)>div:nth-child(1) {
    display: table-column;
    height: 1;
}

div.option-cult:nth-child(3)>input:nth-child(1) {
    height: 15px;
    margin-right: 10px;
}

@media (min-width: 661px) {
    .main {
        padding-top: 20px;
    }
}

@media (min-width: 996px) {
    .main .seed-form {
        margin-top: 30px;
    }
}

#seed-form {
    margin-top: 0;
}


@media(min-width:966px) {

    .seed-form-form .form-label input,
    .seed-form-form .form-label select {
        width: 500px;
    }
}

@media(min-width:1200px) {

    .seed-form-form .form-label input,
    .seed-form-form .form-label select {
        width: auto;
    }
}