*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;

}


.portada-convocatoria{
 width: 1000px;
 margin: auto;
 margin-bottom: 100px;
 margin-top: 100px;
 border-radius: 10px;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}

.img-portada{
    width: 101%;
}




.contenido-convocatoria-wrapper{
    display: flex;
    width: 1000px;
    margin:auto;
    margin-bottom: 10px;
    margin-top: 100px;
    text-align: justify;

   
}


/** ------------Acordeon------------**/

.accordion-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 10px;
}
  .accordion-face{
    border: 0;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    background: rgb(238, 238, 238);
    border-radius: 10px;
    margin-top: 10px;
  }
  .mas{
    border: 1px solid #cacaca;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cacaca;
  }
  .w3-container{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-top: 10px;
  } 
  .w3-hide{
      display: none;
    }
    .w3-show{
      display: flex;
    }












.texto-convocatoria-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 30px;
}


.convocatoria-title{
    font-weight: bold;
    font-size: 1.2em;
}

.convocatoria-intro{
    font-size: .8em;
    display: flex;
    flex-direction: column;
}

.form-wrapper{
    width: 100%;
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    height: 300px;
    border-radius: 10px;
}

.campo{
  width: 90%;
  position: relative;

}
.label{
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: .6em;
}




input, button{
    width: 100%;
    height: 30px;
    margin: 5px;
    
}
input{
  width: 95%;
  padding-top: 5px;
  padding-left: 5px;
  border: 0px;
}

input[type="submit"]{
  padding-bottom: 30px;
}

.accordion-face{
  height: 45px;
}

.form-title{
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
  color:gray;
}

.btn{ background: #004BA0;
  width: 136px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: .9em;
  margin-top: 10px;
  color: white;
  text-decoration: none;
  border:0px;
}

/*----------------Archivos wrapper------------*/

.archivos-wrapper{
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.archivo{
  width: 25%;
  height: auto;
  border: 1px solid #888888;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 10px;
  margin: 10px;
}

.tag-archivo{
  background: #57a3ff;
  border-radius: 5px;
  font-size: .7em;
  padding: 3px 15px;
  margin-top: 10px;
  color: white;
  margin-bottom: 10px;
}

.tag-red{background-color: rgb(249, 38, 38);}
.tag-blue{background-color: rgb(109, 169, 254);}
.tag-green{background-color: rgb(124, 226, 65);}
.tag-yellow{background-color: rgb(254, 225, 79); color: black;}
.tag-purple{background-color: rgb(181, 79, 254);}
.tag-orange{background-color: rgb(255, 147, 24);}
.tag-brown{background-color: rgb(116, 71, 20);}
.tag-gray{background-color: rgb(112, 112, 112);}

.titulo-archivo{
  font-size: .9em;
  font-weight: bold;
  text-align: left;
}
.fecha-archivo{
  font-size: .7em;
  color: gray;
}

.descripcion-archivo{
  font-size: .7em;
}

.btn-archivo{
  background-color: #004BA0;
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  font-size: .9em;
  border-radius: 5px;
  margin-top: 10px;
  align-self: flex-end;
}

.logo-descargable{
  width: 40px;
}


/*----------------Archivos wrapper------------*/




/*--------------Apartado Imágenes------------------*/

.archivo-foto{
  width: 45%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  margin: 10px;
  position: relative;
}

.img-w100{
  width: 100%;
}

.btn-archivo-absoluto{
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*--------------Apartado Imágenes------------------*/










@media only screen and (max-width: 1000px) {



.contenido-convocatoria-wrapper {
    display: flex;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    text-align: justify;
}



.texto-convocatoria-wrapper{
  margin-right: 0px;
}




}/*1000PX*/



/*Tablet*/
@media only screen and (max-width: 768px) {

   
  .archivo-foto{
    width: 100%;
  }

  .accordion-face {
    font-size: .8em;
  }

  .archivo {
    width: 41%;
    padding: 20px 10px;
    margin: 4px;
}

.titulo-archivo {
  font-size: .8em;
}

.logo-descargable{
  width: 30px;
}

.img-w100{
  width: 100%;
}





}/*fin tablet*/