/* aca van todos los estilos del proyecto */
:root {
    --dark-primary-color: #e64a19;
    --light-primary-color: #ffccbc;
    --primary-color: #ff5722;
    --text-icons: #ffffff;
    --accent-color: #FFC107;
    --primary-text-color: #263846;
    --secondary-text-color: #757575;
    --light-text-color: #ffffff;
    --divider-color: #bdbdbd;

    --back-color1: #4CAF50;
    --back-color-footer-dark:#1D272F;
    --back-color-footer-light:#27313a;

    --footer-text-color-1 : #ffffff;
    --footer-text-color-2 : #989898;
    

    --size-text-normal: 0.9rem;
    --size-text-btnaction: 12px;
    --size-text-secondary: 12px;
    --size-text-small: 10px;
    --size-text-title: 24px;
    
    --size-text-event: 20px; 
    --size-text-event-footer: 16px;
    --size-text-large: 18px;

    --line-height-default: 1.5;

    --menu-mobile-background-color: #27AE60;

    --font-principal: 'Montserrat', sans-serif;
    --font-secundaria: 'Lato', sans-serif;

    --evento-texto-tamanio: 1rem;
    --evento-texto-tamanio-iconos: 0.8rem;


    --gold-medal : #f9ad0e;
    --silver-medal: #d1d7da;
    --bronze-medal: #df7e08;
    --neutral-medal: #d1d7da;    
}

.text-grey-color{
    color:#989898;
}

*{
    box-sizing: border-box;
    font-family: var(--font-principal);
}

textarea:focus, input:focus{
    outline: none;
}

body{
    font-family: var(--font-principal);
    color: var(--primary-text-color);
}


/* ,p,h1,h2,h3,h4,h5,h6  */
body{  
    margin:0;
}

p,h1,h2,h3,h4,h5,h6 {
    margin-block:8px;
}


.accent-color{
    background-color: var(--accent-color);
}

.back-color-dark3{
    background-color: white !important;
}

.buscadorParticipantes{
    padding-block-start: 8px !important;
    padding-block-end: 2px !important;
    margin-block-end:20px !important; 
}


/*------------------------------------------
 layout 
------------------------------------------*/
.wrapper{
    width:100%;
    max-width: 100%;
    /* padding-block-start: 20px; */
    /* padding-block-end: 20px; */
}

.wrapper__content{
    width:100%;
    max-width: 100%;
    /* padding-inline: 8px; */
    /* padding-block-start: 100px; */
    padding-block-end: 200px;
}

.wrapper_privacidad{
    width:100%;
    max-width: 100%;
    padding-block-start: 100px;
    padding-block-end: 100px;
    padding-inline: 40px;
}

.wrapper_privacidad h2{
    margin-block-start:40px;
    margin-block-end:20px;
        
}


div.avatar > img {
    width:100%;
    height:100%;
}

.avatar{
    width:96px;
    height:96px;
}
/*------------------------------------------
 elementos comunes de la pagina 
------------------------------------------*/
.center{
    text-align:center;
}

.text__medio{
    font-size:14px;
}

.text__normal{
    font-size:12px;
}

.text__grande{
    font-size: 20px;
    line-height: 1.5;
}

.text__small{
    font-size:10px;
}

.line-height-normal{
    line-height: 1.1;
}

.line-height-medium{
    line-height: 1.5;
}

.line-height-large{
    line-height: 1.8;
}




.estadisticasparticipantes{
    display:flex;
    flex-direction:row;
    padding:16px;
    flex-wrap:wrap;
}


.estadisticasparticipantes > span {    
    padding: 16px;
    font-size: 1.1rem;
    color:var(--back-color1);
    font-weight:bold;

}





.m-bottom-10{
    margin-block-end: 10px;
}

.m-bottom-20{
    margin-block-end: 20px;
}

.m-bottom-30{
    margin-block-end: 30px;
}

.m-bottom-40{
    margin-block-end: 40px;
}

.padding-inline-20{
    padding-inline: 20px;
}


.m-top-10{
    margin-block-start: 10px;
}

.m-top-20{
    margin-block-start: 20px;
}

.m-top-30{
    margin-block-start: 30px;
}

.m-top-40{
    margin-block-start: 40px;
}

.circulo{
    border-radius:50%;
    overflow:hidden;
}

.m-right-10{
    margin-inline-end: 10px;
}

.flex-row-center{
    display:flex;
    flex-direction:row;
    justify-content: center;
}

.flex-col-center{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.flex-nowrap{
    flex-wrap: nowrap;
}


.flex-wrap{
    flex-wrap: wrap;
}

.space-evenly{
    justify-content: space-evenly;
}


.bold{
    font-weight: bold;
}

.enlace{
    cursor:pointer;
    text-decoration:none;
    /* color:inherit; */
}

.btn__action{
    background-color: var(--accent-color);
    font-size:var(--size-text-btnaction);
    /* font-weight: 500; */
    font-weight: 400;
    border:none;
    width:140px;
    /* height:30px; */
    height:44px;
    cursor:pointer;
    margin-inline-end:20px;
}

.btn__action__autorizar{
    font-size:var(--size-text-btnaction);
    font-weight: 500;
    border:none;
    width:140px;
    height:44px;
    cursor:pointer;
    margin-inline-end:20px;
}

.btn__action-full{
    background-color: var(--accent-color);
    font-size:1.5rem;
    font-weight: 500;
    border:none;
    width:100%;
    /* height:30px; */
    height: auto;
    padding:12px;
    cursor:pointer;
    margin-inline-end:20px;
    text-align: center;

    display:flex;
    justify-content: space-evenly;
    flex-direction: row;

    margin-block-start: 20px;
    margin-block-end: 20px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn__action-full a{
    text-decoration:none;
    color:inherit;
}

.btn__telefono{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    font-size: 1.1rem;
    margin-block: 30px;    
}


.btn__default{
    font-size:var(--size-text-btnaction);
    /* font-weight: 500; */
    font-weight: 400;
    border:1px solid var(--divider-color);
    width:140px;
    /* height:30px; */
    height:44px;
    cursor:pointer;
    margin-inline-end:20px;
    text-decoration:none;
}


.event__date{
    background-color: var(--back-color1);
    color:var(--light-text-color);
    padding-inline: 16px;
    padding-block:8px;
    font-size:var(--size-text-normal);
    /* font-weight: 500; */
    font-weight: 400;
}


.events__item--date a{
    text-decoration:none;
}

.brand-icon{
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 50%;
    background-color: darkorange;
    color: #fff;    
}


.menu-icon{
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 6px;
    background-color: var(--back-color1);
    color: #fff;    
}

.back_color1{
    background-color:var(--back-color1);
}

.color1{
    color:var(--back-color1);
}


.back_color2{
    background-color:var(--back-color-footer-dark);
}

.seccion{
    margin-block:100px;
}
/*------------------------------------------
 seccion header 
------------------------------------------*/

/* header {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    padding-inline: 20px;
}

header > div {
    text-align:center;
} */


/*------------------------------------------
 hero del home 
------------------------------------------*/
section.hero{
    width:100%;
    /* height:268px; */
    /* height:55vh; */
    /* margin-block-start: 40px; */
    height:auto;
}

.herohome{
    width:100%;
    height:55vh !important;
}

@media screen and (min-width:768px){
    .herohome{
        height:55vh !important;
    }
    
}
    



.hero .hero__wrapper{
    height:100%;
}

.hero img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.hero .hero-item-event > img{
    width:100%;
    /* height:100%; */
    height:auto;
    object-fit: cover;
}


.swiper {
    width: 100%;
    height: 100%;
}

.hero-item{
    position:relative;
}

.hero-item-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    display:flex;
    justify-content: flex-start;
    /* align-items: center; */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size:2.2rem;
    /* font-weight: bold; */
    color:#fff; /* 263846; */
    padding:40px;
    line-height: 1.5;
}

.hero-item-back{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
    
    /* background-color: rgb(192 191 221 / 35%); */
}

/*------------------------------------------
 buscador
------------------------------------------*/
.buscador {
    background-color: var(--back-color1);
    /* height:106px; */
    /* padding: 20px; */
    padding-inline: 20px;
    padding-block-start: 20px;
    padding-block-end: 40px;
    /* margin-block-end: 34px; */
}

.buscador > div {
   width: 100% ;
}


.buscador .buscador__title{
    color:var(--light-text-color);
    font-size:var(--size-text-normal);
}

.buscadorParticipantes .buscador__title{
    color:var(--primary-text-color);
    font-size:var(--size-text-normal);
}

.buscadorParticipantes .buscador__search-box input[type="text"]{
    height:100%;
    color: var(--primary-text-color);
    width:70%;
    border:1px solid orange !important;
    font-size:var(--size-text-normal);
    padding:8px;

}


.buscador .buscador__search-box{
    display: flex;
    height:32px;
}

.buscador .buscador__search-box form , .buscador2 .buscador__search-box form{
    display: flex;
    width:100%;
    height:100%; 
}

.buscador .buscador__search-box input[type="text"]{
    height:100%;
    color: var(--primary-text-color);
    width:70%;
    border:none;
    font-size:var(--size-text-normal);
    padding:8px;

}



.buscador .buscador__search-box button{
    width:30%;
    height:100%;
    border:none;    
    color: var(--primary-text-color);
    background-color: var(--accent-color);
    font-size:var(--size-text-btnaction);
    font-weight: bold;
}

.buscador .buscador__search-box button:hover{
    cursor:pointer;
    background-color: #ebb617;
}

/*------------------------------------------
 eventos resultantes
------------------------------------------*/

.resultados{
    padding:20px;
}

.resultados__header{
    margin-block-end:54px;
}


.resultados .resultados__header p{
    text-align: center;
}

.title {
    color:var(--primary-text-color);
    font-size:var(--size-text-title);
    font-weight: bold;
}

.title > span{
    color: var(--accent-color);
}

.text{
    color:var(--secondary-text-color);
    font-size: var(--size-text-secondary);
    line-height:var(--line-height-default);
    font-weight: 400;
}




.events .events__item{
    display:flex;
    flex-direction:column;   
    margin-block-end:20px;
    padding-block-end: 20px;
    border-bottom: 1px dotted lightgrey;
}

.events .events__item--picture{
    width:100%;
    position:relative;
}

.events .events__item--picture  > div.background{
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    position:absolute;
    left:0;
    bottom:0;
    height: 30px;
    width:100%;
    z-index:10;
    display:none;
    opacity:0.2;
}

.events .events__item--picture a{
    width:100%;
}


.events .events__item--picture img{
    width:100%;
    /* height:auto;     */
    /* height:280px;     */
    border-radius:4px;
    object-fit:cover;
}

@media screen and (min-width:991px){
    .events .events__item--picture img{
        height:280px;
    }
}

/* ---------------------------------------- */
/* para que se haga zoom en la imagen */
/* ---------------------------------------- */
.events .events__item--picture a{
    position:relative;
    overflow:hidden;
    display:inline-block;
}

.events .events__item--picture a img{
    transition: transform 0.3s;    
}


.events .events__item--picture a img:hover{
    transform: scale(1.1);
}

/* ---------------------------------------- */
/* // */
/* ---------------------------------------- */

.events .events__item--date {
    margin-block-start: 10px;
    margin-block-end: 10px;
}

.events__item--title{
    /* //color:var(--primary-text-color); */
    color:var(--back-color1);
    font-size:var(--size-text-normal);
    font-weight: bold;
    font-size:var(--size-text-title);
    /* min-height: 66px; */
    min-height: 100px;
    height: 100px;
    overflow-y:hidden;


    text-align: center;
    padding: 10px;    
    
    
}

.events__item--title a{
    text-decoration:none;
    color:inherit;
}

.events__item--text{
    color:var(--secondary-text-color);
    /* font-size:var(--size-text-event); */
    font-size:0.9rem;
    font-weight: 400;
    line-height: var(--line-height-default);
    min-height: 80px;
    height: 80px;
    overflow-y:hidden;   
}


.events__item--location{
    color:var(--secondary-text-color);
    font-size:0.9rem;
    font-weight: 400;
    line-height: var(--line-height-default);
}


.events__item--buttons{
    margin-block-start: 20px;
    display:flex;
    justify-content:space-between;
}

.events__item--buttons > button.btn__action,.events__item--buttons > button.btn__default{
    width:47% !important; 
    margin-inline: 0px !important;
}


/* ---------------------------------------------------------------------- */
/* menu movil */
/* ---------------------------------------------------------------------- */
#menu_mobile{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* border:1px solid darkorange; */
    display:none;
    position:fixed;
    left:-100%;
    top:0;
    z-index:10;
    display:flex;
    flex-direction:row;
}

#menu_mobile_content{
    width:75%;
    height:100%;
    background-color: var(--menu-mobile-background-color);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position:relative;  
    padding:20px;
    overflow-y:scroll;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */

    box-shadow: 15px 3px 23px 6px  rgba(0,0,0,0.65);

    -webkit-box-shadow: 15px 3px 23px 6px  rgba(0,0,0,0.65);

    -moz-box-shadow: 15px 3px 23px 6px  rgba(0,0,0,0.65);    
}


.menu_mobile_content--borde{
    height:100%;
    position:absolute;
    top:0;
    right:0;
}


#btn_menu_close{
    position:absolute;
    right: 15px;
    top:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 32px;
    height: 32px;
    border-radius:6px;
    background-color:#fff;
    color:var(--primary-text-color);
    text-decoration: none;
}

.menu_mobile_content--user{
    border-radius:50%;
    width:48px;
    height:48px;

}

.menu_mobile_content--user img{
    width:100%;
    height:100%;
}

.menu_mobile_content--login .menu_mobile_content--login_name{
    font-size:36px;
    font-family: var(--font-secundaria);
    color: #3C464F;
    font-weight: bold;
}

.menu_mobile_content--login .menu_mobile_content--login_in{
    font-size:20px;
    font-family: var(--font-secundaria);
    color: #3C464F;
    font-weight: 400;
}

.menu_mobile_content--social {
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
}

.menu_mobile_content--social .menu_mobile_content--social_google{
    width:40%;
    height:40px;
    background-color:#EC3237;
    color:#fff;
    
    margin-inline-end: 8px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor:pointer;
}


.menu_mobile_content--social .menu_mobile_content--social_facebook{
    width:40%;
    height:40px;
    background-color:#3D5A98;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor:pointer;
}


.menu_mobile_content--options{
    display: flex;
    flex-direction:column;
    color:#fff;
    margin-block-start: 20px;
}

.menu_mobile_content--options > a{
    border-bottom:1px dashed lightgray;
    padding-block: 12px;
    display:flex;
    flex-direction: row;
    /* font-size:14px; */
    font-size:1.2rem;
    cursor:pointer;
    text-decoration: none;
    color:#fff;

}

.menu_mobile_content--options > a > span:first-of-type{
    margin-inline-end: 10px;
    font-size:20px;
    cursor:pointer;
}


/* ---------------------------------------- */
/* EVENTO */
/* ------------------------------------ */
.event_actions{
    display:flex;
    flex-direction:column;
}

.event_actions .event_actions--main{
    display: grid;
    grid-template-columns: auto auto ;
    /* justify-content: space-evenly; */
}

.event_actions .event_actions--main .event_actions--main--icon span{
    font-size: 5rem;
    /* color:orangered; */
    color: var(--back-color1)
}

.event_actions .event_actions--main .event_actions--main--icon--title {
    /* font-size: 1.2rem; */
    font-size: var(--evento-texto-tamanio-iconos);
    /* color:orangered; */
    color: var(--back-color1)
}


.event_actions .event_actions--main > div {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-block-end: 24px; */
    margin-block: 48px;
}

.event_actions .event_actions--main > div > img{
    cursor:pointer;
}

.event_actions .event_actions--main > div > a {
    text-decoration: none;
    cursor:pointer;
    color:#989898;
    font-weight: bold;
    font-family: var(--font-principal);
    font-size:12px;
}

.event_actions .event_actions--main > div > img {
    margin-block-end: 16px;
}

.event_actions .event_actions--secondary{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event_actions .event_actions--secondary a{
    text-decoration: underline;
    cursor:pointer;
    color:#989898;
    font-weight: 500;
    font-family: var(--font-principal);
    /* font-size:14px; */
    font-size:var(--evento-texto-tamanio);
    /* border-bottom: 1px solid lightgrey; */
    padding:10px;
}


/* ---------------------------------- */
/* ACORDION */
/* Style the buttons that are used to open and close the accordion panel */
/* ---------------------------------- */
.myaccordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;

    display: flex;
    flex-direction: row;
    align-items: center;    
  }
  
  .myaccordion span{
    margin-inline-end: 8px;
  }

  /* Add a background color to the button if it is clicked on
   (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .myaccordion:hover {
  /*   background-color: #ccc; */
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    padding-block-start: 16px;
  }
  
  .panel__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fila{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items: center;
    width: 45%;
    text-align:center;
    height:150px;
    border-bottom: 1px dashed lightgrey;
    margin-block: 60px;
    /* font-size:0.8rem; */
    font-size: var(--evento-texto-tamanio);
  }

  .fila > span:nth-of-type(1){ 
    height:20%;
    text-transform:capitalize;
  }

  .fila > span:nth-of-type(2){ 
    display:block;
    height:50%;
    font-size:3.2rem;
  }

  .fila > span:nth-of-type(3){ 
    height:30%;
    font-weight: bold;
    color:#27ae60;
  }

  .panel_remeras {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .panel_remeras > img{
    width:45%;
    height:150px;
  }

  .panel_galeria {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .panel_galeria > img{
    width:45%;
    height:150px;
    margin-block-end: 16px;
  }



  /* ------------------------------ */
  /* inscripcion */
  /* ------------------------------ */
.image-container{
    display:flex;
    justify-content: center;
}


.image-container .logo{
    width:40%;
    height:auto;
}

.distances {
    display:flex;
    flex-direction:row ; 
    justify-content: space-evenly;
    color:#fff;
    margin-block-end: 50px;
    
  } 

  .distances > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .distances span.dist1 {
    font-size:1.4rem;
    border-radius:50%;
    width:60px;
    height:60px;
    background-color: #FF9000;
    text-align:center;
    vertical-align: middle;
    padding-block-start: 13px;
    margin-block-end: 10px;

  }

  .titleForm{
    text-align: center;
    color:#ffffff;
    margin-block-end: 30px;
  }

  .myform {
    padding-inline:4%;
  }





  .myform > div label{
    margin-block-end: 8px;
    display:block;
  }

  .form-inscripcion{
    padding-inline:32px;
    padding-block-end:32px;
    padding-block-start:0px;
  }

  .myform input , .myform select {
    height: 22px;
    border-radius: 4px;
    box-sizing: content-box;
    padding: 8px;
    outline: none;
    /* border: 1px solid lightgrey;    */
    /* background-color:lightgray;  */
  }

  .myform .btnhover { 
    width: 100%;
    height: 48px;

    margin-block-end: 32px;
    background-color: var(--accent-color);
    color: var(--primary-text-color);
    font-size: 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;    
    
    position: relative;
    overflow: hidden;
    z-index: 1;

    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-block-end: 32px;
  }

  .myform .btnhover:hover { 
    color:var(--light-text-color);
  }

  /* creo un pseudoelemento */

  .myform .btnhover::after {
    content: "";
    background: var(--dark-primary-color); /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    top: 0;
    bottom: 0;
    
    /* se completa desde la derecha */
    /* left: 100%;
    right: -100%; */

    /* se completa desde la izquierda */
    left: -100%;
    right: 100%;


    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  .myform .btnhover:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }



.btn-mercado-pago{
    background-color:#0099FF;
    height:60px;
    border-radius:8px;
    color:#fff;
    font-family: 'Montserrat',sans-serif;
    font-size:18px;
    font-weight:bold;
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    width:100%;
    margin:auto;
}




.btn-mercado-pago > div > img{
    width:44px;
    height:42px;
}


.testimonio{
    display:flex;
    flex-direction:column;
    margin-block:100px;
}

.testimonio p{
        text-align: justify;
    
}


.testimonio .testimonio__picture{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-block-end: 40px;    
}


.testimonio .testimonio__texto{
    font-size:20px;
    line-height: 1.8;
}



textarea{
    border: 1px solid lightgrey;
}




/* pagina del  de evento */
.info {
    margin-block: 30px;
}




/* menu grande */

.menu-large a{
    text-decoration: none;
    cursor:pointer;
}


.menu-large .menu-large--top {
    /* background-color: rgb(26, 34, 41); */
    background-color: var(--back-color1);
    color:#fff;
    /* height:30px; */
    font-size:0.9rem;
    font-weight: 500;
    font-family: var(--font-secundaria);
    padding-block:6px;
    padding-inline-start:16px;
    padding-inline-end:16px;
    display:flex;
    justify-content:space-between;
    align-items: center;
}

.menu-large .menu-large--top > div:nth-of-type(1){
    display:flex;
    justify-content: space-between;
}

.menu-large .menu-large--top > div:nth-of-type(2)  span {
    padding-inline:8px;
    padding-block:6px;
    transform: skew(-10deg);
    display:inline-block;
    text-align:center;

}


.menu-large--bottom {
    background-color: var(--back-color-footer-light);
}

.top_presupuesto {
    background-color:var(--accent-color);
    color:var(--light-text-color);
}

.top_presupuesto:hover{
    color:var(--primary-text-color)   ;    
}

.top_contacto {
    background-color:var(--light-text-color);
    color:var(--primary-text-color)
}

.top_contacto:hover {
    background-color:var(--back-color-footer-dark);
    color:var(--light-text-color);
}

.menu-large--bottom{
    display:grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 100px;
    padding-block-start:12px;
}




x-logo{
    grid-column: 1 / span 1 ; 
    grid-row: 1 / span 1 ; 
}

.menu-large--bottom__search{
    grid-column: 2 / span 1 ; 
    grid-row: 1 / span 1 ; 
}

.menu-large--bottom__brand{
    grid-column: 3 / span 1 ; 
    grid-row: 1 / span 1 ; 
}

.menu-large--bottom__options{
    grid-column: 1 / span 3 ; 
    grid-row: 2 / span 1 ; 
    
}


.menu-large--bottom__logo {
    display:flex;
    flex-direction:row;
    color:#fff;
}


.menu-large--bottom__logo a{
    display:block;
    cursor:pointer;
    text-decoration: none;
}


.menu-large--bottom__logo div{
    padding:4px;
}

span.brand__icon{
    font-size: 4rem;
    color: var(--accent-color);  
}

.menu-large--bottom__logo .brand_name {
    color: var(--light-text-color);
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-large--bottom__logo .brand_name  span{
    color: var(--accent-color);
}

.menu-large--bottom__logo .brand_name_slogan{
    color: var(--light-text-color);
    font-size: 0.8rem;
}



.menu-large--bottom__brand{
    color: var(--light-text-color);
    font-weight: bold;
    flex-direction: row;
    align-items: center;    
    justify-content:center;
}

.menu-large--bottom__brand span{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;    
    margin-inline-end: 12px;
    font-size:0.8rem;
}

.menu-large--bottom__brand i{
    margin-inline-end: 12px;
}

.menu-large--bottom__brand .fa-facebook-square{
    color:#fff;
    /* background-color:#3b5998; */
    font-size:32px;
    cursor:pointer;
}

.menu-large--bottom__options{
    background-color:var(--back-color-footer-dark);
}


/*------------------------------------------
 buscador home desktop
------------------------------------------*/
.buscador2 {
    /* background-color: var(--back-color1);
    padding-inline: 20px;
    padding-block-start: 20px;
    padding-block-end: 40px; */
    margin-block-end: 34px;
}

.buscador2  .buscador__title{
    color:var(--light-text-color);
    font-size:var(--size-text-normal);
}

.buscador2 .buscador__search-box{
    display: flex;
    height:32px;
}

.buscador2 .buscador__search-box input[type="text"]{
    height:100%;
    /* height:32px; */
    color: var(--primary-text-color);
    width:70%;
    border:none;
    font-size:var(--size-text-normal);
    padding:8px;
    
}


.buscador2 .buscador__search-box button{
    width:30%;
    height:100%;
    border:none;    
    color: var(--primary-text-color);
    background-color: var(--accent-color);
    font-size:var(--size-text-btnaction);
    font-weight: bold;
    
}

.buscador2 .buscador__search-box button:hover{
    cursor:pointer;
    background-color: #ebb617;
}

.quienes-somos {
    display:grid;
    grid-template-columns: auto auto ;
    gap: 10px;
    row-gap:20px;
    margin-block: 100px;
}

.quienes-somos img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.quienes-somos img{
    flex-grow:1;
    
}



.menu-large--bottom__options{
    display: flex;
    flex-direction:row;
    justify-content: center;
    padding-block:8px;
}

.menu-large--bottom__options a{
    padding-inline: 16px;
    color:var(--light-text-color);
    font-size: var(--size-text-normal);
    font-family: var(--font-principal);
    box-sizing: border-box;
    display:none;
}

.menu-large--bottom__options a:hover{
    background-color: var(--back-color-footer-light);
    /* font-weight: bold; */
    /* padding-block:8px; */
}

.menu-large--bottom__options a:hover{
    color: var(--accent-color);
}


/* 
----------------------------------
FORMULARIO PRESUPUESTO
---------------------------------- */
.presupuesto{
    padding:10px;
    padding-block-end:200px;
}

.presupuesto .presupuesto__header{
    padding-block-start: 30px;
    padding-block-end: 50px; 
    padding-inline: 40px;   
    text-align: center;
}


.presupuesto__content{
    display:flex;
    flex-direction:row;
    justify-content: center;
}

.presupuesto__content .presupuesto__content--image{
    display:none;
}

.presupuesto__content .presupuesto__content--form{
    width:100%;
    padding:10px;
}




/* -----------------------
FORM DE INSCRIPCION
-----------------------
 */


.step-content {
    display: none;
  }

  .step-content.active-tab{
    display: block;
  }

  .progress{
    margin-block-end: 50px;
  }



/*----------------------------------------- */
/* ITEMS PARTICIPANTES DE UN EVENTO   */
/* participantes del evento */
/* XS BREAKPOINT */
/*----------------------------------------- */

.participantes-item{
    width: 100%;
    font-family:'Lato',sans-serif;
    /* font-size: 12px; */
    font-size:1rem;
    color:var(--primary-text-color);
    padding-inline:20px;
    padding-block:8px;
    /* border-bottom: 1px dashed lightgray; */
    /* margin-block-end: 8px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    /* border-top: 1px solid crimson; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}

/* .participantes-item:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}*/   

.participantes-item .participantes-item--name > p:nth-of-type(1){
    /* font-size:1rem; */
    font-size:1.4rem;
    font-weight: bold;
    /* color:var(--primary-text-color); */
    color:#282828;
    /* color: #007aff */
}


/* .participantes-item .participantes-item--name > p:nth-of-type(2){
    color: var(--dark-primary-color);
}
 */

.participantes-item .participantes-item--footer{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}


/* AVATAR PARTICIPANTE */

.participantes-item--footer .participantes-item--avatar{
    /* width:15%; */
    /* width:50px;
    height:50px; */
    width:108px;
    height:108px;    
    overflow:hidden;
    margin-inline-end: 16px;
}


.participantes-item--footer .participantes-item--avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    
    margin-block-end:16px;
}

.miImagen2{
    width:50% !important;
    height:50% !important;

}

.miImagen3{
    width:32% !important;
    height:32% !important;

}

/* DATOS DEL PARTICIPANTE  */

.participantes-item--footer .participantes-item--datos{
    width:50%;
    color:var(--secondary-text-color);

    display:grid;
    grid-template-columns: 1fr ;
    grid-template-rows: auto auto auto;
    align-items:center;
    justify-content:center;
}


/* ESTADO DE PAGO  */

.participantes-item--footer .participantes-item--estado{
    width:30%;
    display:flex;
    flex-direction:column;
    align-items:center;

    /* para girar la caja */
    position: relative;
    top: -21px;
    /* transform-origin: center;
    transform: rotate(30deg);  */
}



.participantes-item--footer .participantes-item--estado > span{
    font-size:0.8rem;
    font-weight: bold;
    margin-block-end: 12px;
    color:var(--secondary-text-color);
}


.participantes-item--footer .participantes-item--estado a{
    display:inline-block;
    width: 100%;
    
}


    


.clasificacion-posicion {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width:25%;
}


.participantes-item--estado > div {
    width: 50px;
    height: 50px;
    border-radius: 50% ;
    text-align:center;
    padding-block-start: 8px;
}

.participantes-item--estado > div > span {
    color:var(--light-text-color);
    font-size:2rem;
    font-weight: 500;
}

.participantes-item--estado > div > span.clasificacion-text {
    color:var(--light-text-color);
    font-size:1.4rem;
    font-weight: 500;
    padding-top:8px;
    padding-inline-start: 6px;
}






.participantes-item2{
    display:none;
}



.badge-pagado {
    background-color: #cff6dd    ;
    color:#1fa750;
    position: relative;
    border-radius: 30px;
    padding: 4px 10px 4px 25px;    
    box-sizing: border-box;
    font-size:12px;
    font-weight: bold;
}


.badge-pagado:after {
    background: #23bd5a;
    position: absolute;
    top: 9px;
    left: 10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;    
}

.badge-pendiente {
    background-color: #fdf5dd    ;
    color:#cfa00c;
    position: relative;
    border-radius: 30px;
    padding: 4px 10px 4px 25px;    
    box-sizing: border-box;
    font-size:12px;
    font-weight: bold;
}


.badge-pendiente:after {
    background: #cfa00c;
    position: absolute;
    top: 9px;
    left: 10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;    
}

button.btnpagar{
    margin-block-start: 8px;
    margin-inline-start: 13px;
}

.participante__ciudad{
    color:var(--primary-text-color);
}

.participante__team{
    color:var(--primary-text-color);
}


.table-participantes{
    margin-block-start: 40px;
    display:none;
}

.table-participantes tr td{
    font-size:14px;
}

   

/* --------------------------------------- */
/* RESULTADOS O CLASIFICACION */
/* --------------------------------------- */
.resultados-item{
    display:flex;
    flex-direction:row;
    margin-block-start: 16px;
    margin-block-end: 32px;
    width:100%;
    font-size:0.8rem;   
    border-bottom:1px dashed lightgray;
    padding-block-end: 20px;
    padding-inline-start: 12px;
}

.resultados-item .resultados-item--puesto{
    width:15%;
    margin-inline-end: 5px;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
    font-size:1.2rem;
}

.resultados-item .resultados-item--puesto > span:nth-of-type(1) {
    font-size:10px;
}



.resultados-item .resultados-item--avatar{
    width:15%;
    overflow:hidden;
    margin-inline-end: 10px;
    display:flex;
    flex-direction:column;
    align-items: center;
}

.resultados-item .resultados-item--datos  span{
    margin-block-end: 8px;
}

.resultados-item .resultados-item--datos .badge-pendiente,
.resultados-item .resultados-item--datos .badge-pagado{
    display:table;
}


.resultados-item .resultados-item--avatar span{
    font-weight: bold;

}

.resultados-item .resultados-item--avatar img{
    width:100%;
    border-radius:50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    
    margin-block-end:16px;
}


.resultados-item .resultados-item--datos{
    display:flex;
    flex-direction:column;
    width:100%;
}

.resultados-item .resultados-item--datos span{
    color:var(--secondary-text-color);
}

.resultados-item .resultados-item--datos .resultados-item--name{
    font-size:1.1rem;
    font-weight: bold;
    color:var(--primary-text-color);
}


.resultados-mobile-wrapper{
    display:block;
}

.resultados-desktop-wrapper{
    width:100%;
    display:none;
    flex-direction: row;
    padding-block-start: 40px;
}

.resultados-desktop-wrapper-filter{
    width:0%;
    padding-inline-end: 20px;
}

.resultados-desktop{
    width:100%;
}

.result-type{
    display:flex;
    flex-direction:column;
    padding-block-start:40px;
    align-items:center;
}

.result-type button{
    margin-block-end: 16px;
    width: 80%;
}



/* .resultados-head{
    background-image: url(../img/42km.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
 */

/*------------------------------------------
CARD-SIMPLE
SE USA EN RESULTADOS
------------------------------------------*/

.clasificacion--main{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}

.clasificacion--main > div{
    margin-block-end:40px;
}

.clasificacion--main--card{
    width:339px;
    height:280px;
    background-color:#D9D9D9;
    border:1px dashed #4CAF50;
    border-radius:10px;
    font-family:'Lato', sans-serif;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    padding-inline:16px;
}

.clasificacion--main--card p{
    font-weight: bold;
    font-size:24px;
    /* color:#4CAF50; */
    color:var(--primary-text-color);
}

.clasificacion--main--card img{
    /* width:176px; */
    height:115px;
    width:auto;

}

.clasificacion--main--card  a{
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background-color: #4CAF50;
    width: 253px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 17px;
    cursor:pointer;
}

.clasificacion--main--card  a:hover{
background-color:#09930E;
}

/* -----------------------------
PAGINA DE ADMINISTRACION DEL 
EVENTO
-----------------------------
 */

 

/* CONTACTO */

.mytextarea{
    box-sizing:content-box;
    width: 100% ; 
    padding:8px;
}



/*----------------------------------------------
** desplegable
/*----------------------------------------------*/

.desple{
    position: relative;
    display: inline-block;
}


.desple-content{
    display: none;
    position: absolute;
    top:32px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.desple-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  /* .desple-content a:hover {background-color: #ddd;} */
  
  /* Show the dropdown menu on hover */
  .desple:hover .desple-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
 /*  .desple:hover .desplebtn {background-color: #3e8e41;} */



/*----------------------------------------------
* panel opciones
/*----------------------------------------------*/

.panel-opciones{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.panel-opciones > div{
    margin-block-end: 48px;
}


/* FORMULARIO REGISTRO DE EVENTO */
label{
    font-weight: bold;
}



.form-registro-evento  .accordion-header > button {
    font-weight: 500;
    border: 1px solid #0434a152;
}

.form-registro-evento  .accordion-header > button  > span{
    margin-inline-end: 16px;
    color: var(--back-color1);;
}


.oculto{
    display:none;
}


#cargar-categorias{
    display:flex;
    flex-direction:column;
}



.evento-textarea{
    width: 100%;
    height: 296px;
}



/*----------------------------------------------------------------------------------------
input file modificado
----------------------------------------------------------------------------------------*/

span.inputfile{
    cursor:pointer;
    position: relative;
    z-index: 10;
    background-color: aliceblue;
    padding: 5px;
    border-radius: 10px;        
}

span.borrarimg{
    cursor:pointer;
    position: absolute;
    right:8%;
    top:8%;
    z-index: 10;
    background-color: aliceblue;
    padding: 2px;
    border-radius: 10px;   
    
}

.inputfile__container{
    width: 100%;
    height: 250px;
    border: 1px solid lightgrey;
    border-radius:4px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}


.inputfile__container:hover{
    background-color: #82a1db;
}

input[type="file"].inputfile {
    display: none;
}

.inputfile__container img{
    /* width: 100px;
    height:100px; */
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;     
    position:absolute;   
    object-fit:cover;
}

.noimage{
    display:none !important;
}

.galeria__container{
    display:flex;
    flex-direction:column;
}



.galeria__container > div{
    margin-inline-end: 16px;
}

/* .evento-logo img{
    height: 50vh;
    width: auto;
} */

.infopanel{
    color: crimson;
    padding-block-start: 24px;
    padding-block-end: 80px;
    font-size:1.3rem;
}

.myaccordion{
    font-weight: bold;
    background-color: #ccc;
}

.evento-info-imagenes {
    margin-block-start:24px;
}

.evento-info-imagenes img{
    width: 97% ; 
    height:auto;
    object-fit:cover;
    margin-inline-end:16px;
    margin-block-end:32px;
}



#remember_me {
    background-color: rgb(79, 70, 229);
}


.image-rounded{
    border-radius:100px;
    object-fit:cover;
}

.unlike{
    transform: rotate(180deg);
}



/*header */

.btnContacto{
    display:none;
}

.menu-large--bottom__search{
    display:none;
}

#btnMenu{
    margin-inline-end: 16px;
 
}


.top_presupuesto{
    font-size:1.2rem;
}




.tabla-datos-desktop{
    display:none;
}

.desktop{
    display:none;
}


.tabla-datos-mobile{
    display:block;
}

.mobile{
    display:block;
}





.accordion-body{
    padding-inline: 8px
}



#btnEnviarInscripcion {
    position:fixed !important;
    bottom: 20px !important;
    right: 10px !important;
    margin:0 !important;

}



.ps30{
    padding-inline: 30px;
}

.btn__event_item{
    font-size:0.9rem !important;
}

.background__gradient{
/*     background: rgb(22,21,32);
    background: linear-gradient(90deg, rgba(22,21,32,1) 0%, rgba(153,153,164,1) 35%, rgba(12,13,13,1) 100%);    
 */
    background: rgb(22,21,32);
    background: radial-gradient(circle, rgba(22,21,32,0.2) 0%, rgba(153,153,164,0.2) 35%, rgba(12,13,13,1) 100%);


    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    opacity:0.7;
}

.events__item .events__item--picture .inscripcion_cerrada{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
   
}

.events__item .events__item--picture .inscripcion_cerrada a{
    text-decoration:none;
    cursor:pointer;
    display:inline !important;
    width:auto;
}

.events__item .events__item--picture .inscripcion_cerrada a:nth-of-type(1) span{
    font-size: 1.8rem;   
    color: white;
    font-weight: 500;
}

.events__item .events__item--picture .inscripcion_cerrada a:nth-of-type(2) span{
    font-size: 3rem;   
    color: var(--accent-color);
    font-weight: bold;
}

.color-dorado{
    background-color: #FFD700;
    color: #000;
}

.color-plata{
    background-color: #C0C0C0;
    color: #000;
}

.color-bronce{
    background-color: #CD7F32;
    color: #000;
}


/* Estilos generales */
.medalla {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    background-color: #ffc107;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  
/* MEDALLAS */


  /* Añadir la forma de medalla */
  .medalla::before,
  .medalla::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
  }
  
  /* Triángulo izquierdo */
  .medalla::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffc107;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Triángulo derecho */
  .medalla::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffc107;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  


  /* MEDALLAS 2 */
/* 
  html {
    box-sizing: border-box;
  }
  
  body {
    display: flex;
  }
   */
  
  
  .quiz-medal {
    position: relative;
    margin-bottom: 16px;
  }
  
  .quiz-medal__circle {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 46px;
    vertical-align: middle;
    position: relative;
    border-width: 0.2em;
    border-style: solid;
    z-index: 1;
    box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #edeff1;
    text-shadow: 2px 2px 0 #98a6ad;
    background: linear-gradient(to bo1ttom right, #d1d7da 50%, #c3cbcf 50%);
  }
  .quiz-medal__circle.quiz-medal__circle--gold {
    box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #fadd40;
    text-shadow: 0 0 4px #9d6c04;
    background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
  }
  .quiz-medal__circle.quiz-medal__circle--silver {
    box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #edeff1;
    text-shadow: 0px 0px 4px #98a6ad;
    background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
    color:#000;
  }
  .quiz-medal__circle.quiz-medal__circle--bronze {
    box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #f7bb23;
    text-shadow: 0 0 4px #7d4604;
    background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
  }
  
  .quiz-medal__ribbon {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 6px 10px;
    width: 0;
    height: 20px;
    top: 50px;
  }
  
  .quiz-medal__ribbon--left {
    border-color: #FC402D #FC402D transparent #FC402D;
    left: 8px;
    transform: rotate(20deg) translateZ(-32px);
  }
  
  .quiz-medal__ribbon--right {
    left: 28px;
    border-color: #f31903 #f31903 transparent #f31903;
    transform: rotate(-20deg) translateZ(-48px);
  }


  .grupo-separador1 {
    text-align:center;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .grupo-separador2 {
    text-align:center;
    font-size: 1rem;
    font-weight: 500;
  }


  

  .idrace {
    padding-block:100px;
    padding-inline: 16px;
  }




  /* MODAL PARA MOSTRAR IMAGEN DE PARTICIPANTE */

  /* Estilos para el modal */
.modalp {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
  
.modalp .img-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
}


.modalp  .modal-contenido {
    margin: auto;
    display: block;
    max-width: 700px;
    max-height: 80%;
}
  
.modalp .cerrar {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.modalp .cerrar:hover,  .modalp .cerrar:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


div#borrar-inscripcion > button.bnt-borrar-inscripcion{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;    
}



/* ------------------------------------------------ 
/* MEDIAS QUERYS */
/*------------------------------------------------ */

@media only screen and (min-width:576px){
    .info > button{
        font-size: 1.3rem;
    }

    .panel__evento , .panel{
        font-size: 1.3rem;
    }

    .fila{
        font-size: 1.3rem;
    }


    #menu_mobile_content{
        width:55%;
    }
    
    .event_actions .event_actions--main{
        grid-template-columns: auto auto auto auto;
    }
    
    .event_actions .event_actions--secondary{
        /* flex-direction: row; */
        justify-content:space-around;
        margin-block:30px;
        
    }

    .event_actions .event_actions--secondary a{
        text-align: center;
    }

    .text{
        font-size: var(--size-text-normal);
    }

    .events {
        display:grid;
        grid-template-columns: auto auto ;
        column-gap:20px;
        row-gap:20px;
    }

    .events .events__item{
        margin-block-end:100px;
    }

    .myform {
        padding-inline:20%;
    }

}


@media only screen and (min-width:768px) and (max-width:990px){
    .events {
        display:grid;
        grid-template-columns: auto auto;
        column-gap:20px;
        row-gap:20px;
    }

    .myform {
        padding-inline:20%;
    }    
}



@media only screen and (min-width: 576px) and (max-width: 768px) {
    .hero{
        /* height:450px; */
    }
}



@media only screen and (min-width:768px){
    .buscador2 input{
        width:80%;
    }

    .buscador2 button{
        width:20%;
    }

    .btn__action-full{
        width:50%;
        align-self: center;
    }

    .hero{
        height:65vh;
    }

    .buscador input{
        width:80%;
    }

    .buscador button{
        width:20%;
    }


    /* menu mobile oculto y menu large visible */
    .wrapper{
        padding-block-start: 0;
    }

    header {
        display:none;
    }

    .menu-large{
        display:flex;
        flex-direction:column;
    }    

    /* el buscador lo necesito en participantes */
  
    .menu-large--bottom__logo {
        justify-content: center;
    }      

}



  
@media screen and (min-width: 768px){
    .buscador > div {
        width: 80% ;
        margin-left:10%;
     }
}

@media screen and (min-width: 991px){
    .buscador > div {
        width: 60% ;
        margin-left:20%;
     }     
}



@media only screen and (min-width: 577px){
    .participantes-item--footer .participantes-item--datos{
        grid-template-columns: 1fr 2fr;
    }    
}


@media screen and (min-width:991px){
    
    .text__small{
        font-size:12px;
    }

    .text__normal{
        font-size:14px;
    }
    
    .text__medio{
        font-size:16px;
    }

    .text__grande{
        font-size: 22px;
        line-height: 1.5;
    }
}


@media only screen and (min-width: 991px){
    .participantes-item--footer .participantes-item--estado{
        width:16%;
    }
}

@media only screen and (min-width: 500px){
    .myform {
        padding-inline:10%;
    }
  }


  @media screen and (min-width:576px) {
    .btn-mercado-pago{
        width:80%;
    }
}

@media screen and (min-width:768px) {
    .btn-mercado-pago{
        width:40%;
    }
}

@media screen and (min-width:991px) {
    .btn-mercado-pago{
        width:40%;
    }
}

@media screen and (min-width:1200px) {
    .btn-mercado-pago{
        width:30%;
    }
}


@media screen and (min-width:991px){
    .testimonio{
        flex-direction:row;
    }

    .testimonio .testimonio__picture{
        width: 40%;
    }

    .testimonio .testimonio__texto{
        width:60%;
    }
    
}


@media screen and (min-width:991px){
    .menu-large--bottom{
        padding-inline:50px;
    }
    
}


@media screen and (min-width: 768px){
    .quienes-somos {
        display:grid;
        grid-template-columns: 1fr 1fr ;
    }

    .quienes-somos .item3 , .quienes-somos .item6{
        grid-column: 1 / span 2;
    }
}

@media screen and (min-width: 768px){
    .quienes-somos {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .quienes-somos .item3 {
        grid-column: 3 / span 1;
    }    
    .quienes-somos .item6{
        grid-column: 3 / span 1;
    }
}


@media only screen and (min-width: 991px){


    .events {
        display:grid;
        /* grid-template-columns: auto auto auto; */
        /* grid-template-columns: 33% 33% 33%; */
        grid-template-columns: 30% 30% 30%;
        column-gap:50px;
        row-gap:20px;
    } 

    
}


@media only screen and (min-width: 1200px){

    .wrapper{
        padding-block: 0px;
    }

    .wrapper__content{
        /* padding-inline: 60px; */
        padding-inline: 30px;
    }

    
    
    header {
        display:none;
    }

    .hero{
        margin-block-start: 0;
    }
    
    .menu-large{
        display:flex;
        flex-direction:column;
    }

    
 

    
}

@media only screen and (min-width: 576px){
    .presupuesto__content .presupuesto__content--form{
        width:70%;
    }   
}

@media only screen and (min-width: 768px){
    .presupuesto__content .presupuesto__content--form{
        width:55%;
    }   

}


@media only screen and (min-width: 992px){

    .presupuesto__content{
        justify-content: flex-start;
        padding:5px;
    }

    
    .presupuesto__content .presupuesto__content--image{
        display:block;
        width:40%;
        padding:10px;
    }
    
    
    .presupuesto__content .presupuesto__content--image img{
        width:100%;
        height:auto;
    }
    
    .presupuesto__content .presupuesto__content--form{
        width:40%;
        padding:10px;
    }

    .myform .btnhover { 
        width:50%;
        text-align: center;
        margin-inline-start:25%;
    }
    
}

@media only screen and (min-width: 991px){
    .participantes-item--footer .participantes-item--avatar{
        width:100px;
        height:100px;
    
}

@media only screen and (min-width: 576px){
    .participantes-item--footer .participantes-item--avatar{
        /* width:70px;
        height:70px; */

        width:150px;
        height:150px;        
    }    
}


@media screen and (min-width: 768px){
    .table-participantes{
        display: block;
    }
}

@media only screen and (min-width: 768px){
    .resultados-item .resultados-item--puesto{
        width:15%;
        flex-direction:row;
    }
}


@media screen and (min-width:576px ){
    .resultados-item .resultados-item--avatar{
        margin-inline-end: 20px;
    }

    .resultados-item  .resultados-item--datos .badge-pendiente{
        margin-block-end: 12px;
    }
}


@media screen and (min-width:768px ){
    .resultados-item{
        display:none;
    }

}

@media screen and (min-width:500px){
    .result-type button{
        width: 60%;
    }
}

@media screen and (min-width:768px){
    .result-type button{
        width: 40%;
    }
}


@media screen and (min-width:768px){
    .resultados-desktop-wrapper{
        display:block;
    }

    .resultados-mobile-wrapper{
        display:none;
    }
}


@media screen and (min-width:768px){
    .clasificacion--main{
        flex-direction:row;
    }

    .clasificacion--main > div{
        /* margin-block-end:0px; */
        margin-inline-end:20px;
    }
    
}



@media screen and(min-width:991px){
    #datosEvento .accordion-body .container-fluid {
        overflow-y: scroll;
        height: 300px;
    }
}


@media screen and (min-width:991px){
    .panel-opciones > div{
        margin-inline-end: 30px;
    }
    
}


@media only screen and (min-width: 991px){
    #cargar-categorias{
        flex-direction:row;
    }
    
}

@media screen and (min-width: 991px){
    .inputfile__container{
        width: 200px;
        height: 200px;
    }
    
}

@media screen and (min-width: 991px){
    .galeria__container{
        flex-direction:row;
        flex-wrap: wrap;
        row-gap: 12px;        
    }
}

@media screen and (min-width:700px ) and (max-width:992px) {
    .evento-info-imagenes img{
        width: 45% ; 
    }
}

@media screen and (min-width:768px ) and (max-width:992px) {
    .evento-info-imagenes img{
        width: 45% ; 
    }
}

@media screen and (min-width:991px ) {
    .evento-info-imagenes img{
        width: 31% ; 
    }
}


@media screen and (min-width:991px){

    .menu-large .menu-large--top > div:nth-of-type(1){
        width: 60%;
    }
    
    .menu-large .menu-large--top{
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
    
    .btnContacto{
        display:inline-block;
    }

    .menu-large--bottom__search{
        display:block;
    }

    .menu-large--bottom__options a{
        display:inline;
    }

    .user_name{
        display:inline;
    }
    
    .menu-large--bottom__brand{
        display: block;
    }
 
    .top_presupuesto{
        font-size:1rem;
    }
        
}


@media screen and (max-width:991px){
    .wrapper {
        padding-block-start: 0;
    }

}


@media screen and (min-width: 991px){
    .tabla-datos-desktop{
        display:block;
    }    

    .desktop{
        display:block;
    }    

    .tabla-datos-mobile{
        display:none;
    }

    .mobile{
        display:none;
    }
    
}


@media screen and(min-width: 991px){
    .accordion-body{
        padding-inline: 8px
    }
}
    


@media only screen and (min-width: 991px){
    #btnEnviarInscripcion {
        right: 130px !important;
    }
}
    

@media only screen and (min-width: 991px){
    .grupo-separador1 {
        font-size: 2.2rem;
    }

    .grupo-separador2 {
        font-size: 1.5rem;
    }
  }

}


@media screen and (min-width: 576px){
    .resultados-item--avatar{
        width:70px;
        height:70px;        
    }    
}

@media screen and (min-width: 991px){
    .resultados-item--avatar{
        width:70px;
        height:70px;
    }    

    #container-tabla-categorias{
        height: 913px;
        overflow-y: scroll;
    }
}
