@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
}
section.contenidoSuperior {
    padding-top: 20px;
}
.contenidoSuperior{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.contenido{
    display: flex;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.curso,
.terminoA,
.terminoB{
    width: 50%;
    font-size: 22px;
}
.terminoB img{
    width: 150px;
}
.emprendedores{
    text-align: center;
    width: 50%;
}
.emprendedores .img{
    width: 100%;
    display: block;
}
.concurso__titulo2 .guerreros{
    width: 100%;
    
}

.concurso{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}
.consurso_termino{
    display: flex;
    align-items: center;
}

.contenidoInferior{
    background-color: #Ffffff;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.contenido-btn{
    flex-direction: column;
    text-align: center;
}
.logo-metro{
    justify-content: center;
    position: relative;
    padding-bottom: 100px;
    align-items: center;
}

.pregunta{
    color: red;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    padding: 0px 35px 10px 35px;
}
.participa{
    color: #726e6d;
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 13px;
    font-weight: 500;
}

.desc-termino{
    color: #726e6d;
    font-size: 26px;
    padding-left: 5px;
    text-align: left;
}
.consurso_termino_soles{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 100px;
    padding-left: 100px;
}
.mitad{
    width: 50%;
    text-align: center;
}
.img-centrada img{
    width: 100%;
    text-align: center;
}
.pad-pc{
    padding-top:5%;
    padding-bottom:5%;
}
.terminoA,
.terminoB{
    width: 70%;
    background-color: #f1f1f1;
    background: linear-gradient(#f1f1f1, #ffffff);
    text-align: center;
    border: 1.5px solid #ffffff;
    border-radius: 20px;
    margin: 20px auto;
    padding: 30px 28px;
    box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
-webkit-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
}
/* #d8d8d8; anterior 
.terminoA:hover,
.terminoB:hover{
    transition: 0.5s all ;
    background-color: #fff;
    box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
-webkit-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.58);
}*/

section.contenidoInferior {
    padding-top: 40px;
}
.red {
    color: #ec0100;
}
.linea{
    padding-bottom: 10px;
}

.contenido-btn{
    padding-top: 15px;
}
.contenido-btn p{
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    padding-bottom: 20px;
}
.contenido-btn a{
    font-weight: bold;
    font-size: 32px;
    background-color: #FFC20E;
    padding: 7px 30px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none; 
    cursor: pointer;
}
.concurso__titulo{
    display: flex;
}

.junto{
    display: none;
}

p.participa.frase {
    padding-bottom: 10px;
    padding-top: 10px;
}
.puntoini::before{
    content: url('punto_1.png');
    position: relative;
    bottom: -7px;
    right: 5px;
}
.punto::before{
    content: url('punto_2.png');
    position: relative;
    bottom: -7px;
    right: 5px;
}
.puntoult::before{
    content: url('punto_3.png');
    position: relative;
    bottom: -7px;
    right: 5px;
}
.text-phone{
    text-align: left;
    color: #666666;
}

p.participa.frase {
    padding-left: 35px;
    padding-right: 35px;
}
.concurso__participa img {
    width: 100%;
}
.pd-35{
    padding-left: 35px;
    padding-right: 35px;
}
.contenido.contenido-btn {
    padding-bottom: 40px;
}

.legales{
    background-color: #fff;
    color: black;
    font-size: 22px;
    text-decoration: none;
    border-radius: 35px;
    padding: 5px 80px;
    font-weight: 500;
}
.logo-final{
    position: absolute;
    right: 0;
}
.logo-metro-final{
    display: none;
}

.contenidoBases{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 50px;
    text-align: center;
    background-color: #ffffff;
}


.accordion {
    background-color: #ec0100;
    color: #fff;
    cursor: pointer;
    padding: 10px 120px;
    border-radius: 20px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
  }
  
.accordion .flecha img{
    position: relative;
    padding: 0 0 0 5px;
    width: 13px;
  }

  .active, .accordion:hover {
    background-color: #ec0100;
  }
  
  .panel {
    padding: 0px 200px;
    margin-top: 30px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 12px;
    text-align: center !important;
    color: #000000;
  }


@media (max-width: 1300px) { 
    .img{
        width:100%;
    }
    .pregunta {
        font-size: 25px;
        padding: 0px 0px 10px 0px;
    }
    .participa {
        font-size: 23px;
    }
    .concurso__titulo img{
        width: 350px;
    }
    .curso, .terminoA, .terminoB {

        font-size: 18px;
    }
    .emprendedores{
        width: 50%;
    }
    .consurso_termino_soles {
        padding-left: 50px;
        padding-right: 40px;
    }
}

@media (max-width: 1180px) { 
    
    .concurso__titulo img{
        width: 300px;
    }
    .emprendedores, .curso, .terminoA, .terminoB {
        font-size: 18px;
    }
    .emprendedores{
        width: 50%;
    }
    .pregunta {
        font-size: 22px;
    }
    .participa {
        font-size: 19px;
    }
    .desc-termino {
        font-size: 22px;
    }
    .concurso {
        justify-content: center;
    }
    .concurso__participa img {
        width: 100%;
    }
    .pd-35{
        padding-left: 80px;
        padding-right: 80px;
    }
}



@media (max-width: 1024px) { 
    .contenidoInferior .contenido2{
        display: block;
    }
    .logo-metro img{
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .concurso__participa img {
        width: 100%;
    }
    .curso, .terminoA, .terminoB {
        width: auto;
    }
    .emprendedores{
        width: 50%;
    }
    .mitad{
        width: 100%;
    }
    .terminoA, .terminoB {
        
        margin: 20px 140px;

    }
    .consurso_termino_soles {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .pad-pc{
        padding-top:0;
        padding-bottom:0;
    }
}
@media (max-width: 950px) { 

    .terminoA, .terminoB {
        margin: 20px 100px;
    }
}

@media (max-width: 860px) { 

    .terminoA, .terminoB {
        margin: 20px 70px;
    }
    .concurso__titulo img {
        width: 100%;
    }
    .guerreros{
        width: 250px;
        max-height: 210px;
    }
    .pregunta {
        font-size: 20px;
    }
    .concurso__participa img {
        width: 100%;
    }
    .participa {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .desc-termino {
        font-size: 16px;
    }
    
    .emprendedores, .curso, .terminoA, .terminoB {
        font-size: 16px;
    }
    .contenido-btn p {
        font-size: 20px;
    }
    .contenido-btn a {
        font-size: 20px;
    }
    section.contenidoInferior {
        padding-top: 20px;
    }
    .pd-35 {
        padding-left: 60px;
        padding-right: 60px;
    }
    .legales {
        font-size: 16px;
    }
    
}
@media (max-width: 767px) { 
    .concurso{
        width: 100%;
    }
    .emprendedores{
        display: none;
    }
    .junto{
        display: block;
    }
    .pregunta {
        padding: 4px 20% 10px;
    }
    .participa {
        padding-bottom: 10px;
    }
    .mitad{
        width: 100%;
        text-align: center;
    }
    .terminoA, .terminoB {
        margin: 20px 45px;
    }
    
    .concurso__titulo {
        display: flex;
        align-items: center;
    }
    .legales {
        padding: 5px 60px;
    }
}
@media (max-width: 600px) { 
    .concurso__titulo img {
        width: 100%;
    }
    .terminoA, .terminoB {
        margin: 20px 35px;
    }
    .terminoA, .terminoB, .text-phone{
        font-size: 14px;
    }
    .legales {
        padding: 5px 40px;
    }
    .logo-metro img{
        display: none;
    }
    .logo-metro-final{
        display: block;
    }
    .logo-metro {
        padding-bottom: 50px;
    }
    .logo-metro-final {
        display: flex;
        justify-content: flex-end;

    }
    img.logo-final-mobile {
        padding-right: 25px;
        padding-bottom: 10px;
    }

    .contenidoBases{
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 50px;
        text-align: center;
        background-color: #ffffff;
    }
    
    
    .accordion {
        background-color: #ec0100;
        color: #fff;
        cursor: pointer;
        padding: 10px 28px;
        border-radius: 20px;
        border: none;
        text-align: center;
        outline: none;
        font-size: 13px;
        transition: 0.4s;
      }
      .accordion .flecha img{
        position: relative;
        padding: 0 0 0 3px;
        width: 11px;
      }
      
      .active, .accordion:hover {
        background-color: #ec0100;
      }
      
      .panel {
        padding: 0px 18px;
        margin-top: 10px;
        background-color: #Ffffff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        font-size: 11px;
        text-align: center !important;
        color: #000000;
      }
    
    
}
@media (max-width: 500px) { 
    .concurso__titulo img {
        width: 100%;
    }
    section.contenidoSuperior {
        padding-top: 0px;
    }
    .pregunta {
        padding: 4px 12% 10px;
    }
    .participa {
        padding-bottom: 10px;
    }
    .terminoB img{
        width: 120px;
    }
    
}

@media (max-width: 452px) { 
    .contenido.logo-metro img {
        width: 100px;
    }
    .contenido-btn p {
        font-size: 17px;
    }
    .contenido-btn a {
        font-size: 18px;
    }
}

@media (max-width: 426px) { 
    .pregunta {
        padding: 4px 3% 10px;
    }
    .terminoA, .terminoB {
        margin: 20px 20px;
    }
    .concurso__titulo img {
        width: 100%;
    }
    .terminoA, .terminoB {
        padding: 20px 15px;
    }
}

@media (max-width: 400px) { 
    .contenido.logo-metro img {
        padding-top: 10px;
        width: 80px;
    }
    .concurso__titulo img {
        width: 100%;
    }
    .pregunta {
        font-size: 18px;
    }
    .concurso__participa img {
        width: 100%;
    }
    .legales {
        padding: 5px 20px;
    }
}


@media (max-width: 323px) { 
    .desc-termino {
        font-size: 14px;
    }
    .pregunta {
        font-size: 16px;
    }
    .participa {
        font-size: 14px;
    }
    
    
}