           
.head {
    margin-top: 1%;
    width: 100%;
    height: 934px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 40% 10% 15% 15% 20%;
}

.head ul {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.shape {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 4;
    background-color: #1C1C1C;
}

.txt-head {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 65%;
    margin: auto;
    padding: 0%;
    font-family: "Aeonik-Light";
    font-size: 2.08vw;
    line-height: 100%;
    text-align: center;
    color: #CDAE7D;
    padding: 18px 0px 23px;
    }

.shape-white {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 4;
    grid-row-end: -1;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.shape-white p {
    margin: auto;
    width: 60%;
    font-family: 'Aeonik-Light';
    font-weight: 300;
    font-size: 1.56vw;
    line-height: 130%;
    text-align: center;
    color: #343434;
}

.title-head {
    width: 30%;
    font-family: 'Aeonik-Light';
    font-size: 5.2vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FAFAFA;
}

.line {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6%;
}

.line div {
    width: 139px;
    height: 0px;
    left: 225.79px;
    top: 391px;
    border-bottom: 1px solid #CDAE7D;
}

.plant {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 5;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.plant img {
    width: 15.5%;
}
/*Papers*/

.papers {
    margin-top: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}

.papers p {
    font-family: 'Aeonik-Light';
    font-size: 3.7vw;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #343434;
    margin-bottom: 2%;
}

.papers ul {
    margin-top: 5.1%;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.papers li {
    width: 48%;
    margin-top: 10.3%;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #FAFAFA;
    box-shadow: 4px 15px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.img-papers img {
    width: 100%;
}

.gray {
    filter: grayscale(100%);
}

.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    color: #CDAE7D;
}

.text-papers {
    width: 100%;
    text-align: center;
    padding: 7% 0% 7% 0%;
}

.text-papers a {
    text-decoration: none;
}


.text-papers p {
    margin: auto;
    width: 90%;
    text-align: left;
    color: #A5A6A8;
    font-family: 'Aeonik-Regular';
    font-size: 1.56vw;
    line-height: 100%;
    letter-spacing: 0.1em;
}

.text-papers p:hover {
    color: #CDAE7D;
    cursor: pointer;
}

.numeros_papers {
    background-color: #fff !important;
    width: 100%;
    text-align: start !important;
    font-size: 1vw !important;
    padding-bottom: 20px !important;
    font-family: "Aeonik-regular" !important;
    font-weight: bold !important;
    color: #CDAE7D !important;
}


/*FORMULARIO*/

.form1-contact {
    padding-top: 5%;
    width: 60%;
    margin: auto;
}

input {
    font-size: 0.938vw;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D7D7D7;
}

.cont_group1-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.group2 {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.group2 input, .group input {
    background-color: #FAFAFA;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

label {
    color: #A5A6A8;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.cont_group1-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

textarea {
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    height: 60px;
    display: block;
    font-size: 1vw;
}

input:focus~.bar:before, input:focus~.bar:after {
    width: 50%;
}

.bar:before {
    left: 50%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #CDAE7D;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:focus {
    outline: none;
}

.contacto-principal{
    margin-top: -3rem;
}

.contacto-principal__button {
    border: 1px solid #CDAE7D;
    box-sizing: border-box;
    border-radius: 88px;
    background-color: #CDAE7D;
    width: 130px;
    margin: auto;
    margin-top: 94px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.contacto-principal__button span {
    color: #FFF;
    font-size: 1.042vw;
}

textarea:focus {
    border-bottom: 2px solid #CDAE7D;
}

textarea:focus {
    outline: none;
}

textarea:focus~label, textarea:valid~label, input:focus~label, input:valid~label {
    top: -20px;
    font-size: 0.781vw;
    color: #CDAE7D;
}

.size-title-form{
    font-size: 3vw;
    letter-spacing: 0.2em;
    font-family: 'Aeonik-Light', 'Arial';
    color: #CDAE7D;
}

/*END FORMULARIO*/

@media only screen and (max-width: 950px) and (min-width: 600px) {
    /* Papers */
.papers ul {
    margin-top: 5%;
    width: 80%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.papers li {
    margin: 3% 1%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    box-shadow: 4px 15px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
}
/* Para mobile */

@media only screen and (max-width: 600px) and (min-width: 250px) {

    .banderita__button{
        margin: 0 20px 0 16%;
    }

    .logo_group img {
        margin-left: 0;
    }
    .txt-head span {
        font-size: 16px;
        line-height: 120%;
    }
    .head {
        margin-top: 20%;
        width: 100%;
        height: 520px;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 30% 20% 15% 15% 20%;
    }
    .line {
        width: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .shape {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: 4;
        background-color: #1C1C1C;
        border-radius: 30px 30px 30px 30px;
    }
    .title-head {
        width: 60%;
        text-align: center;
        font-size: 40px;
        font-weight: 200;
        color: #fff;
    }
    .txt-head {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 3;
        width: 90%;
        margin: auto;
        padding: 0%;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #CDAE7D;
    }
    .shape-white p {
        margin: auto;
        width: 90%;
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        font-weight: 300;
        /*font-style: italic;*/
        color: #343434;
    }
    .plant {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 3;
        grid-row-end: 5;
        width: 100%;
        z-index: 10;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .plant img {
        width: 100px;
    }

    .papers {
    padding-bottom: 10%;
    }

    .papers p {
        font-size: 6vw;
    }

    /*Calendar*/
    .title-calendar p {
            width: 89%;
        padding-bottom: 6%;
        margin: auto;
        text-align: center;
        color: #343434;
        font-weight: 250;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
    }
    .title-calendar p span {
        font-size: 5.9vw;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
    }

    .title-calendar-2 p{
        width: 100%;
    padding-top: 6%;
    }
    .img-1-2015 {
        width: 106% !important;
        margin-left: -3%;
    }
    .container-boxes {
        margin-top: 10%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .empresas_participan {
        width: 100%;
    }
    .boxes {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-top: 0px solid #CDAE7D;
    }
    .text-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .text-box div {
        font-family: "Aeonik-Bold";
        margin-top: 3%;
        font-size: 25px;
        letter-spacing: 0.15em;
        color: #CDAE7D;
    }
    .text-box p {
        font-family: "Aeonik-Regular";
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        color: #A5A6A8;
    }
    .elements {
        width: 8%;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .img-box {
        margin-top: 5%;
        width: 100%;
    }
    /* speakers */
    .speakers {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-rows: 1% 3% 94% 1% 1%;
    }
    .shape-sp {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 5;
        background-color: #F5F5F5;
    }
    .plant-sp {
        grid-column-start: 2;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
    }
    .plant-sp img {
        width: 110px;
    }
    .title-sp {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 2;
        grid-row-end: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .title-sp p {
        margin-top: 15%;
        font-weight: 250;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
        color: #343434;
    }

    .title-sp__span{
        font-weight: 250;
        font-size: 30px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.2em;
    }

    .group-sp {
        margin-top: 5%;
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 3;
        grid-row-end: 4;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
    }
    .person {
        margin-top: 15%;
        width: 65%;
    }
    .plant_2-sp {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 4;
        grid-row-end: -1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .plant_2-sp img {
        width: 35vw;
        margin-top: 8%;
    }
    .tit-person {
        font-size: 4.42vw;
    }
    .txt-person {
        font-size: 2.625vw;
    }
    /* End Frame */
    .links {
        width: 90%;
        height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .links li {
        width: 80%;
        text-align: center;
    }
    .links li a {
      justify-content: flex-start;
      margin: 0 auto;
    }

    .logo_group {
    margin-top: 9%;
}

.link-text {
  font-size: 3.8vw;
}

    /*FORM*/

    .size-title-form{
        font-size: 2rem !important;
    }

    .contacto-principal {
        margin-top: -2rem;
    }

    .input-mobile {
        padding-bottom: 14px;
    }


    input {
        font-size: 3.7vw;
    }

    textarea:focus~label, textarea:valid~label, input:focus~label, input:valid~label {
        top: -20px;
        font-size: 2.781vw;
        color: #CDAE7D;
    }

    .contacto-principal__button span {
        font-size: 4vw;
    }

    textarea {
      font-size: 3vw;
    }

    /*END FORM*/
}

@media only screen and (min-width: 960px) and (max-width: 1700px) {
.head {
    height: 100%;
    grid-template-rows: 49% 4% 37% 6%;
}
.title-head {
    padding-top: 3%;
}
.txt-head {
    width: 60%;
    /*opacity: 0.7;*/
}
.papers {
    margin-top: 21%;
}
.numeros_papers {
    background-color: #fff;
    width: 100%;
    text-align: start !important;
    font-size: 1vw !important;
    padding-bottom: 20px;
    font-family: "Aeonik-regular";
    font-weight: bold !important;
    color: #CDAE7D !important;
}
.text-papers {
    height: 138px;
}
}
@media only screen and  (max-width: 600px) {

    .text-papers p {
        font-size: 4.56vw;
    }
    .numeros_papers{
        font-size: 4.56vw !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
.shape-white p{
width: 75%;
font-size: 1.2em;
}
.text-papers p {
width: 100%;

padding-left: 40px;
}
.head{
margin-top: 1%;
width: 100%;
height: 550px;
display: grid;
grid-template-columns: 100%;
grid-template-rows: 40% 7% 13% 11% 3%;
}
}

@media only screen and (min-width: 1820px) and (max-width: 2560px)  {
    .text-papers p {
        width: 100%;
        padding-left: 20px;
    }
}