a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.edicion {
  text-transform: uppercase;
  font-weight: 700;
}

.titulo {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}

#dorado {
  color: #a78e29;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .only-desk {
    display: block;
  }

  .only-mobile {
    display: none;
  }

  /* Seccion 1 */
  #ss1 {
    background-color: white;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  #ss1 .descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;

    width: 50%;
    height: 100%;
    background-image: url("/media/premio/vector-principal.svg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 130px;
    margin-top: 100px;
  }

  #ss1 .descripcion .text {
    display: flex;
    flex-direction: column;
  }

  #ss1 .descripcion .text p {
    max-width: 600px;
    font-weight: 300;
  }

  #ss1 .button {
    background-color: #a78e29;
    color: white;

    border-radius: 30px;
    padding: 0px 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: normal;
    width: fit-content;
    height: 45px;
    margin-top: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ss1 .imagen {
    width: 50%;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 100px;
  }

  #ss1 .imagen .video {
    width: 360px;
  }

  #ss1 .imagen .video video {
    height: 70vh;
    width: auto;
  }

  #ss1 .imagen p {
    color: #a78e29;
    text-transform: uppercase;
  }

  /* Sección 2 */
  #ss2 {
    background-color: #000031;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #ss2 .timeline {
    color: #fff;
    width: 63vw;
  }

  #ss2 .timeline h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
  }

  #ss2 .timeline-container {
    width: 63vw;
    height: 25vh;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
  }

  #ss2 .line-container {
    height: 70px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
  }

  #ss2 .line {
    height: 37px;
    width: 100%;
    display: flex;
  }

  #ss2 .line-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }

  #ss2 #line1 {
    background-color: white;
    color: #a78e29;
    height: 100%;
    width: 12.5vw;
  }

  #ss2 #line2 {
    background-color: #a78e29;
    color: white;
    width: 25vw;
  }

  #ss2 #line3 {
    background-color: white;
    color: #a78e29;
    width: 25.5vw;
  }

  #ss2 .marks-container {
    position: absolute;
    width: 100%;
    height: 100%;

    display: flex;
  }

  #ss2 .marks-container .marks-line1 {
    width: 12.5vw;

    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #ss2 .marks-container .marks-line2 {
    width: 25vw;

    display: flex;
    justify-content: space-around;
  }

  #ss2 .marks-container .marks-line3 {
    width: 25.5vw;

    display: flex;
    justify-content: space-around;
  }

  #ss2 #mark-1 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid white;
    width: 8px;
  }

  #ss2 .mark-2-container {
    display: flex;
    align-items: flex-end;
  }

  #ss2 #mark-2 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #a78e29;
    width: 8px;
    height: 10px;
  }

  #ss2 #mark-3 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid #a78e29;
    width: 8px;
    height: 10px;
  }

  #ss2 .mark-4-container {
    display: flex;
    align-items: flex-end;
  }

  #ss2 #mark-4 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid white;
    width: 8px;
    height: 10px;
  }

  #ss2 #mark-5 {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 17px solid white;
    width: 8px;
    height: 10px;
  }

  #ss2 .text {
    width: 63vw;
    position: absolute;
    bottom: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-weight: 300;
  }

  #ss2 .text b {
    color: #a78e29;
    font-weight: 500;
    margin-left: 5px;
  }

  #ss2 .line-texts {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
  }

  #ss2 .line-texts .texts-line1 {
    height: 100%;
    width: 12.5vw;
  }

  #ss2 .line-texts .texts-line2 {
    height: 100%;
    width: 25vw;
    display: flex;
    justify-content: space-around;
  }

  #ss2 .line-texts .texts-line3 {
    height: 100%;
    width: 25.5vw;
    display: flex;
    justify-content: space-around;
  }

  #ss2 .line-text {
    display: flex;
    flex-direction: column;
  }

  #ss2 .line-text h4 {
    color: #a78e29;
    margin: 0;
  }

  #ss2 .line-text p {
    color: #fff;
    margin: 0;
    font-size: 0.8rem;
  }

  #ss2 .text-2-container {
    display: flex;
    align-items: flex-end;
  }

  #ss2 .text-4-container {
    display: flex;
    align-items: flex-end;
  }

  /* Sección 3 */
  #ss3 {
    background-color: white;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    padding-top: 100px;
  }

  #ss3 .container-ejes1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 150px;
    width: 50vw;
    height: 70vh;
  }

  #ss3 .container-ejes1 .eje-1-container {
    display: flex;
    justify-content: space-between;
  }

  #ss3 .container-ejes1 .eje-1-container h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    color: #000031;
    width: 380px;
  }

  .eje {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .eje h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #000031;
    margin: 0;
    margin-top: 10px;
    max-width: 365px;
  }

  .eje p {
    font-size: 0.8rem;
    color: #4a4a4a;
    margin: 0;
    margin-top: 10px;
    width: 350px;
  }

  #ss3 .container-ejes1 .eje-1-container #eje1 {
    align-items: flex-end;
  }

  #ss3 .container-ejes1 .eje-1-container #eje1 p {
    text-align: right;
  }

  #ss3 .container-ejes1 .eje-2-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  #ss3 .container-ejes1 .eje-2-container .imagen-detalle {
    margin: 0px;
    width: 466px;
  }

  #ss3 .container-ejes1 .eje-2-container #eje2 {
    align-items: flex-start;
  }

  #ss3 .container-ejes2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 70vh;
    gap: 12.5px;
  }

  #ss3 .container-ejes2 .imagen-1 {
    width: 100%;
    padding-left: 60px;
  }

  #ss3 .container-ejes2 .imagen-2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #ss4 {
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0;
    padding-top: 100px;
  }

  #ss4 .container-ejes1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70vh;
    margin-left: -150px;
  }

  #ss4 .container-ejes1 #eje3 {
    align-items: flex-end;
  }

  #ss4 .container-ejes1 #eje3 h4 {
    text-align: right;
  }

  #ss4 .container-ejes1 #eje3 p {
    text-align: right;
  }

  #ss4 .container-ejes1 #eje4 {
    align-items: flex-start;
  }

  #ss4 .container-ejes2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 70vh;
    gap: 10px;
  }

  #ss4 .container-ejes2 .imagen-1 {
    width: 100%;
  }

  #ss4 .container-ejes2 .imagen-1 img {
    margin-left: 60px;
  }

  #ss4 .contenedor-eje-5 {
    display: flex;
    align-items: flex-end;
    gap: 60px;
    margin-right: 100px;
  }

  #ss4 .contenedor-eje-5 #eje5 {
    align-items: flex-start;
  }

  #ss5 {
    background-color: #000031;
    color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    padding-top: 100px;
  }

  #ss5 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    width: 297px;
  }

  #ss5 .casos-container {
    display: flex;
    gap: 150px;
  }

  #ss5 .caso {
    width: 346px;
  }

  #ss5 .caso h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 0;
    margin-top: 10px;
  }

  #ss5 .caso h4 {
    font-size: 1.6rem;
    margin: 0;
    margin-top: 5px;
  }

  #ss5 .caso p {
    font-size: 0.9rem;
    font-weight: 300;
  }

  #ss5 #caso-1 a {
    text-decoration: none;
  }

  #ss5 #caso-1 .texto-redireccion {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    color: #a78e29;
  }
}

@media (min-height: 533px) and (max-height: 800px) {
  /* Seccion 1 */
  #ss1 .descripcion {
    gap: 0px;
  }

  #ss1 .descripcion .text p {
    font-size: 0.7rem;
  }

  #ss1 .button {
    padding: 0px 15px;
    font-size: 0.7rem;
    height: 35px;
  }

  #ss1 h3 {
    font-size: 0.9rem;
  }

  #ss1 .edicion p {
    font-size: 0.9rem;
  }

  #ss1 .imagen .video {
    display: flex;
    justify-content: center;
  }

  #ss2 .line-text h4 {
    font-size: 0.7rem;
  }

  #ss2 .line-text p {
    font-size: 0.7rem;
  }

  #ss2 .text {
    font-size: 0.7rem;
  }

  .eje h4 {
    font-size: 1rem;
  }

  .eje p {
    font-size: 0.7rem;
  }

  #ss5 .caso h3 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  #ss5 .caso h4 {
    font-size: 1rem;
  }

  #ss5 .caso p {
    font-size: 0.7rem;
  }

  #ss5 .caso img {
    width: 346px;
    height: 180px;
    object-fit: cover;
  }
}

@media (max-width: 1880px) {
  .eje p {
    width: 290px;
  }
  .eje img {
    width: 70px;
  }
  #ss3 .container-ejes1 .eje-2-container .imagen-detalle {
    width: 300px;
  }
  #ss3 .container-ejes2 .imagen-1 img {
    width: 300px;
  }
  #ss3 .container-ejes2 .imagen-2 img {
    width: 300px;
  }
  #ss4 .container-ejes2 .imagen-1 img {
    width: 300px;
  }

  #ss4 .container-ejes2 .contenedor-eje-5 .imagen-detalle {
    width: 300px;
  }
}

@media (max-width: 1700px) {
  #ss1 .descripcion {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 1440px) {
  #ss1 .descripcion .text p {
    max-width: 500px;
  }
  #ss4 .container-ejes1 {
    margin-left: -100px;
  }
}

@media (max-width: 1310px) {
  #ss1 .descripcion {
    width: 70%;
  }
}

@media (max-width: 1140px) {
  .only-desk {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  #ss1-mobile .contenedor-azul {
    background-color: #000031;
    color: #fff;
    margin-top: 81px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-top: 30px;
    padding-bottom: 30px;
  }

  #ss1-mobile .contenedor-azul .edicion {
    margin-bottom: 0px;
  }

  #ss1-mobile .contenedor-azul .titulo h2 {
    font-size: 2.5rem;
  }

  #ss1-mobile .contenedor-azul h3 {
    margin-top: -12.5px;
  }

  #ss1-mobile .contenedor-blanco {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #ss1-mobile .contenedor-blanco .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  #ss1-mobile .contenedor-blanco .text p {
    font-size: 0.9rem;
    text-align: center;
    width: 410px;
  }

  #ss1-mobile .contenedor-blanco .button {
    font-size: 0.9rem;
    margin-top: 50px;
    text-decoration: none;
    color: #fff;
    background-color: #a78e29;
    width: 181px;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }

  #ss2-mobile {
    background-color: #000031;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #ss2-mobile h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
  }

  #ss2-mobile .cronograma-container .mes-container {
    width: 262px;
    height: 65px;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #ss2-mobile .cronograma-container .mes-container .mes {
    height: 32px;
    width: 100%;
    font-weight: 600;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ss2-mobile .cronograma-container .mark-container {
    position: absolute;
    width: 100%;
    height: 16.5px;
    bottom: 0px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  #ss2-mobile .cronograma-container .mark-container .mark {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 8px;
  }

  #ss2-mobile .cronograma-container #mark-1 .mes {
    background-color: #fff;
    color: #a78e29;
  }
  #ss2-mobile .cronograma-container #mark-1 .mark-container .mark {
    border-top: 15px solid white;
  }

  #ss2-mobile .cronograma-container #mark-2 .mes {
    background-color: #a78e29;
    color: #fff;
  }
  #ss2-mobile .cronograma-container #mark-2 .mark-container .mark {
    border-top: 15px solid #a78e29;
  }

  #ss2-mobile .cronograma-container #mark-3 .mes {
    background-color: #fff;
    color: #a78e29;
  }

  #ss2-mobile .cronograma-container #mark-3 .mark-container .mark {
    border-top: 15px solid white;
  }

  #ss2-mobile .fecha {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #ss2-mobile .fecha h4 {
    color: #a78e29;
    font-size: 1rem;
    margin: 0;
  }

  #ss2-mobile .fecha p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
  }

  #ss3-mobile {
    background-color: #a5a5a530;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #ss3-mobile h2 {
    color: #000031;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.3rem;
    max-width: 410px;
    text-align: center;
  }

  #ss3-mobile .ejes-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 38px;
    margin-top: 50px;
  }

  #ss3-mobile .eje {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    width: 410px;
    /*width: 281px;*/
  }

  #ss3-mobile .eje img {
    width: 97px;
  }

  #ss3-mobile .eje h4 {
    text-transform: uppercase;
    text-align: center;
    color: #000031;
    margin: 0px;
  }

  #ss3-mobile .eje p {
    font-size: 0.9rem;
    text-align: center;
    margin: 0px;
    width: 410px;
  }

  #ss4-mobile {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #ss4-mobile h2 {
    color: #000031;
    font-size: 2.5rem;
    line-height: 2.3rem;
    max-width: 410px;
    text-transform: uppercase;
    text-align: center;
  }

  #ss4-mobile .casos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
  }

  #ss4-mobile .caso {
    width: 284px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }

  #ss4-mobile .caso img {
    width: 284px;
  }

  #ss4-mobile .caso h3 {
    text-transform: uppercase;
    text-align: center;
    color: #000031;
    margin: 0;
  }

  #ss4-mobile .caso h4 {
    text-transform: uppercase;
    text-align: center;
    color: #000031;
    margin: 0;
  }

  #ss4-mobile .caso p {
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
  }

  #ss4-mobile .caso a {
    text-decoration: none;
  }

  #ss4-mobile .caso .texto-redireccion {
    color: #a78e29;
    text-transform: uppercase;
    font-size: 0.57rem;
    margin-top: 0px;
  }
}

@media (max-width: 992px) {
  #ss1-mobile .contenedor-azul {
    margin-top: 0px;
  }
  #ss1-mobile .contenedor-blanco .text p {
    font-size: 0.9rem;
    text-align: center;
    width: 360px;
  }
}

@media (max-width: 470px) {
  #ss1-mobile .contenedor-azul .titulo h2 {
    font-size: 2rem;
  }
  #ss1-mobile .contenedor-azul h3 {
    font-size: 0.95rem;
  }
  #ss1-mobile .contenedor-blanco .text p {
    width: 280px;
  }
  #ss1-mobile .contenedor-blanco .button {
    margin-top: 65px;
  }
  #ss2-mobile h2 {
    font-size: 2rem;
  }
  #ss3-mobile h2 {
    font-size: 2rem;
  }
  #ss3-mobile h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    max-width: 250px;
  }
  #ss3-mobile .eje {
    width: 281px;
  }
  #ss3-mobile .eje p {
    width: 250px;
  }
  #ss4-mobile h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    max-width: 250px;
  }
}
