body{
    background-color: #F6F7F9;
    font-family: "Poppins", sans-serif;
}
/*Pagina - Desafios*/
h1{
    color: #573CF9;
    font-size: 20pt;
    font-weight: bold;
}

.logo{
    width: 200px;
}
.icon-perfil{
    text-align: end;
}
.burger-icon{
    width: 30px;
}
.perfil-icon{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: solid;
    border-width: 3px;
    border-color: #573cf9;
}
.perfil-arrow{
    width: 30px;
}
.form-control{
    border: 1px solid #573CF9;
    border-radius: 10px;
    color: #B3B3B3;
}
button{
    background-color: none;
    border: none;
}
.btn-filtrar{
    max-width: 80px;
}
.desafios-img1{
    width: 200px;
    background-image: url(../img/Recurso\ 9.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
.desafios-img2{
    width: 200px;
    background-image: url(../img/Recurso\ 10.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
.desafios-img3{
    width: 200px;
    background-image: url(../img/Recurso\ 11.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
.desafios-img4{
    width: 200px;
    background-image: url(../img/Recurso\ 12.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
.desafios-img5{
    width: 200px;
    background-image: url(../img/Recurso\ 13.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
.desafios-img6{
    width: 200px;
    background-image: url(../img/Recurso\ 14.png);
    background-size:cover;
    border-radius: 30px;
    color: white;
    padding-right: 8px;
}
h2{
    font-size: 12pt;
    font-weight: lighter;
}
h4{
    font-size: 10pt;
    margin-top: 00%;
}
p{
    font-size: 8pt;
}
footer{
    height: 200px;
    background-color: #99FFF5;
}
.logo-footer{
    width: 300px;
    margin-top: 60px;
}
.icon-perfil {
    position: relative;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    background-color: white;    
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content a {
    color: #4b4b4b;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #573CF9;
    background-color: #f0efef;
    border-radius: 10px;
}

/*Mis desafios*/
.img-desafio{
    margin-top: 10px;
}
.p-estado{
    background-color: white;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 10px;
    font-size: 10pt;
}
.p-ver-desafio{
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    font-size: 10pt;
}
@media (max-width: 767.98px){
    .logo{
       100%;
    }
    .desafios-img1{
        width: 42%;
        margin: 10px;
    }
    .desafios-img2{
        width: 42%;
        margin: 10px;
    }
    .desafios-img3{
        width: 42%;
        margin: 10px;
    }
    .desafios-img4{
        width: 42%;
        margin: 10px;
    }
    .desafios-img5{
        width: 42%;
        margin: 10px;
    }
    .desafios-img6{
        width: 42%;
        margin: 10px;
    }
    .form-control{
        display: none;
    }
    .perfil-arrow {
        width: 20px;
    }
    .btn-adjuntar{
        width: 100%;
    }
    #citas{
        width: 100%;
    }
    #url{
        height: 45px!important;
    }
   
    #acceso, #accesodf, #solverdf, #recompensadf {
        width: 90%;
    }
    #categoria, #categoriadf {
        width: 90%;
    }
    input {
        width: 90%;
    }
    #owner, #ownerdf {
        width: 90%;
    }
    textarea {
        width: 90%;
    }
}
/*Foro*/
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

.breadcrumb-container {
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}

.breadcrumb-item.active {
    color: #573CF9;
}
.h2-foro{
    padding: 0%;
    color: #573CF9;
    font-size: 15pt;
    font-weight: 400;
    font-style: normal;    
}
h1 span{
    color: #666666;
    font-weight: lighter!important;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.p-foro{
    color: #4D4D4D;
    font-size: 11pt;
    font-weight: 600;
    margin: 0%;
    padding: 0%;    
}

.img-portada{
    background-size: cover;
    width: 100%;
}

.upload-container {
    text-align: start;
}

.upload-box {
    border: 1px solid #573CF9;
    border-radius: 10px;
    width: 66%;
    height: 200px;
    background-image: url(../img/background-img.png);
    background-size: cover;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.upload-box:hover {
    border-color: #666;
}

.upload-box p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.upload-box input {
    display: none;
}

.preview-container {
    margin-top: 20px;
}

.preview-container img {
    max-width: 100%;
    height: auto;
}
#preview-image{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
#categoria, #categoriadf{
    width: 500px;
    border-radius: 10px;
    height: 50px;
    background-color: #F6F7F9;
    outline: none;
    padding: 15px 15px 15px 15px;
    border: 1px solid #573CF9;
}
option{
    width: 100%;
    border-radius: 10px;
    background-color: #F6F7F9;
    color: #808080;
}
.h3-foro{
    font-size: 12pt;
}
input {
    width: 500px;
    border-radius: 10px;
    height: 50px;
    background-color: #F6F7F9;
    outline: none;
    padding: 15px;
    border: 1px solid #573CF9;
    box-sizing: border-box;
}

textarea {
    width: 500px;
    border-radius: 10px;
    background-color: #F6F7F9;
    outline: none;
    padding: 15px;
    border: 1px solid #573CF9;
    box-sizing: border-box;
    resize: none;
}

.detalle {
    width: 66% !important;
    height: 150px; 
    min-height: 150px;
    overflow: auto; 
}
.file-container{
    border: 1px solid #573CF9;
    border-radius: 10px;
    width: 70%;
    height: 50px;
    background-image: url(../img/background-img.png);
    background-size: cover;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.custom-file-upload {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    color: #573CF9;
    height: 50px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.custom-file-upload i {
    margin-right: 10px;
}
.btn-adjuntar{
    cursor: pointer;
}

#file-upload, #file-upload2 {
    display: none;
}
.btn-adjuntar{
    width: 100%;
}
#url{
    width: 100%;
    height: 53px;
}
.url{
    background-image: url(../img/Recurso-20.png);
    background-size: cover;
    width: 100%;
}
.btn-publicar{
    background-color: #573CF9;
    width: 250px;
    height: 50px;
    border-radius: 10px;
    color: #99FFF5;
    font-weight: bold;
    font-size: 16pt;
}
.btn-publicar:hover{
    color: white;
}

/*Crear desafio*/
.h1-crear-desafio{
    font-size: 16pt;
}

.h2-desafio{
    font-size: 14pt;
    color: #4D4D4D;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#titulo{
    width: 66%;
}
#preview-image-desafio{
    width: auto;
    height: 100%;
    border: none;
    border-radius: 10px;
}
#owner, #ownerdf{
    width: 500px;
    border-radius: 10px;
    height: 50px;
    background-color: #F6F7F9;
    outline: none;
    padding: 15px 15px 15px 15px;
    border: 1px solid #573CF9;
}
#acceso, #accesodf, #solverdf, #recompensadf{
    width: 500px;
    border-radius: 10px;
    height: 50px;
    background-color: #F6F7F9;
    outline: none;
    padding: 15px 15px 15px 15px;
    border: 1px solid #573CF9;
}
@media (max-width: 767.98px) {
    .breadcrumb-container{
        display: none;
    }
    .burger-icon{
        width: 25px;
    }
    input{
        height: 40px;
    }
    .upload-box{
        width: 100%;
        height: 150px;
    }
    #owner{
        width: 100%;
    }
    #hashtag{
        width: 100%;
    }
    .logo{
        width: 100px;
    }
    .perfil-icon{
        width: 50px;
    }
    #titulo{
        width: 100%;
    }
    .detalle{
        width: 100%!important;
    }
    .btn-adjuntar{
        width: 320px;
    }
    #acceso{
        width: 100%;
    }
    #categoria{
        width: 100%;
    }
}
/*Sitio del desafio*/
.img-principal{
    
    background-size: cover;
    height: 300px;
}
.h1-desafio{
    color: white;
    font-size: 40px;
    padding-right: 25%;
    padding-left: 25%;
    padding-top: 14%;
}
.p-desafio-1{
    font-size: 12pt;
    color: #573CF9;
}
.p-desafio-1 a{
    text-decoration: none;
    color: #573CF9;
}
.p-desafio-2{
    font-size: 14pt;
    color: #1A1A1A;
}
.p-desafio-3{
    font-size: 14pt;
    color: #573CF9;
}
.btn-contactar{
    background-color: #573CF9;
    border-radius: 10px;
    width: 280px;
    height: 50px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15pt;
    font-style: normal;
    transition: transform 0.3s ease;
}
.btn-contactar:hover{
    color: #99FFF5;
    transform: scale(1.02); 
}
.h2-desafio-page{
    color: #573CF9;
    font-weight: bold;
    font-size: 22pt;
}
.p-desafio{
    color: black;
    font-size: 11pt;
}
.h3-desafio{
    font-size: 21pt;
    color:#573CF9;
}
.p-desafio-4{
    font-size: 11pt;
    line-height: 2;
}
.caja-desafios-esp{
    background-color: white;
    border-radius: 10px;
    width: 620px;
    margin: 20px;
    margin-left: 0px!important;
    padding: 35px;
}
@media  (max-width: 1370px) {
    .caja-desafios-esp{
        width: 550px;
    }
}
.img-beneficios{
    width: 35%;
}
.p-beneficios{
    font-size: 11pt;
}
.icono-perfil{
    width: 70px;
}
.accordion-button{
    background-color: white;
    font-size: 13pt;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-radius: 20px 20px 0px 0px;
    height: 70px;
}
.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
    
}
.accordion-button:focus {
    box-shadow: none;
}
.img-like{
    margin-left: 0%;
}
.likes{
    font-size: 16pt;
    font-weight: normal;
    margin: 15px;
    margin-left: 12px;
}
.accordion-body {
    background-color: #dfe8e9;
    margin-top: 0px;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
}
.h3-desafio{
    font-size: 14pt;
}
.p-desafio-5{
    font-size: 10pt;
}
.img-like-2{
    margin-left: 66%;
}
.img-like-3{
    margin-left: 58%;
}
.accordion-item{
    box-shadow: none;
    border: none;
    border-radius: 20px 20px 0px 0px;
}
.icono-coment{
    width: 60px;
    margin-top: 10px;
}
.coment{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    width: 60%;
}
.coment-next{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    width: 60%;
}
.img-like-coment{
    padding: 0px;
    margin-left: 140px
}
.img-like-coment-2{
    padding: 0px;
    margin-left: 250px;
}
.likes-1{
    font-size: 15pt;
}
.icono-coment-2{
    margin-left: 125px;
    width: 55px;
}
.btn-comentar{
    width: 250px;
    height: 50px;
    color: #573CF9;
    font-size: 15pt;
    font-weight: bold;
    border: 1px solid #573CF9;
    border-radius: 10px;
}
.btn-comentar:hover{
    background-color:#573CF9 !important;
    color: white;
}
@media (max-width: 767.98px) {
    .h1-desafio{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 23%;
        font-size: 24pt;
    }
    .img-principal{
        height: 200px;
    }
    .p-desafio-1{
        text-align: center;
    }
    .contacto{
        text-align: start!important;
    }
    .h2-desafio-page{
        font-size: 18pt;
    }
    .p-desafio{
        font-size: 12pt;
    }
    .caja-desafios-esp{
        width: 390px;
        padding: 15px;
        margin: 10px;
    }
    .h3-desafio{
        font-size: 18pt;
    }
    .row-beneficios{
        padding: 10px;
    }
    .p-beneficios{
        font-size: 10pt;
        margin-top: 15px;
    }
    .icono-perfil{
        width: 100%;
        margin-top: 10px;
    }
    .img-like{
        margin-left: 24%;
    }
    .img-like-2{
        margin-left: 10%!important;
    }
    .img-like-3{
        margin-left: 10%;
    }
    .icono-coment{
        width: 100%;
    }
    .coment{
        width: 80%;
    }
    .img-like-coment{
        margin-left: 100px

    }
    .icono-coment-2{
        width: 50px;
        margin-left: 30px;
        margin-top: 10px;
    }
    .coment-next{
        width: 70%;
    }
    .img-like-coment-2{
        margin-left: 130px
    }
    .btn-comentar{
        width: 160px;
        height: 40px;
        font-size: 12pt;
    }

}