.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
}

.menu_sup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f7f7f7;
  box-shadow: 6px 6px 18px 1px rgba(10, 53, 7, 0.52);
}

.container {
  max-width: 100%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 10px;
}

.linea01 {
  height: 1px;
  margin-top: 13px;
  background-color: #93d500;
  color: #93d500;
}

.link_menu {
  border-right: 1px solid #d6d3d3;
  color: #535353;
  font-weight: 700;
}

.link_menu:hover {
  color: #93d500;
}

.link_menu.w--current {
  color: #415e00;
}

.nav-menu {
  padding-top: 8px;
}

.seccion_portada {
  height: 500px;
  margin-top: 90px;
  background-image: url('../images/slide_dipu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slider {
  height: 100%;
  max-height: 100%;
  background-color: transparent;
}

.t01 {
  width: 600px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  font-weight: 900;
  text-align: center;
}

.t02 {
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  color: #1a2406;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.boton01 {
  display: block;
  width: 350px;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 3px;
  border-color: #5e8800;
  border-radius: 15px;
  background-color: #93d500;
  color: #1f2a05;
  font-size: 24px;
  text-align: center;
}

.boton01:hover {
  background-color: #e3f1c2;
}

.seccion_listado {
  padding-bottom: 65px;
  text-align: left;
}

.t03 {
  margin-top: 10px;
  color: #5e8800;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
}

.caja_titulo {
  text-align:center;
  width: 400px;
  margin: 36px auto 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #93d500;
}

.ficha_listado {
  margin-top: 1px;
  margin-right: 166px;
  margin-left: 166px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #93d500;
}

.t04 {
  display: inline-block;
  padding: 9px;
  background-color: #5e8800;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.t05 {
  display: inline-block;
  margin-top: 13px;
  margin-left: 12px;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
}

.contenedor_fichas {
  max-width: 90%;
}

.seccion_bases {
  padding-top: 23px;
  padding-bottom: 135px;
}

.seccion_inscripcion {
  padding-bottom: 54px;
  background-color: #5e8800;
}

.contenedor_inscripcion {
  max-width: 90%;
  text-align: center;
}

.t06 {
  margin-top: 44px;
  color: #93d500;
  font-weight: 800;
}

.contenedor_inscripcion-copy {
  max-width: 90%;
  text-align: center;
}

.t07 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f7f7f7;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.contenedor_formulario {
  margin-right: auto;
  margin-left: auto;
}

.titulo_formulario {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: -4px;
  color: #f7f7f7;
  font-size: 20px;
  line-height: 44px;
}

.campo_formulario {
  display: block;
  width: 450px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #f7f7f7;
}

.campo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.seccion_somos {
  margin-top: 0px;
  padding-top: 71px;
  padding-bottom: 98px;
  background-image: url('../images/fondo01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-2 {
  max-width: 100%;
}

.grid-4 {
  padding-right: 100px;
  padding-left: 100px;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4 {
  margin-top: 28px;
}

.p1 {
  padding-right: 31px;
  color: #5e8800;
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
}

.des {
  color: #3a5401;
  font-size: 30px;
  font-weight: 900;
}

.image {
  margin-left: 0px;
}

.contenedor_bases {
  max-width: 90%;
  text-align: center;
}

.r1 {
  margin-top: 55px;
  color: #5e8800;
  text-align: center;
}

.r2 {
  font-size: 20px;
  text-align: left;
}

.r3 {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.descargas {
  margin-top: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid #5e8800;
  border-bottom: 1px solid #5e8800;
  text-align: left;
}

.boton02 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: solid;
  border-width: 0px;
  border-color: #5e8800;
  border-radius: 15px;
  background-color: #5e8800;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.boton02:hover {
  background-color: #2d3f04;
}

.seccion_pie {
  padding-top: 37px;
  padding-bottom: 0px;
  background-color: #5e8800;
}

.grid-5 {
  margin-right: 290px;
  margin-bottom: 33px;
  margin-left: 290px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.izq {
  padding-right: 30px;
}

.der {
  padding-top: 37px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f7f7;
  font-size: 24px;
  font-weight: 600;
}

.h2 {
  margin-top: 0px;
  color: #f7f7f7;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.div_cierre {
  height: auto;
  background-color: #3f5a01;
  text-align: center;
}

.img_dipu {
  margin-left: 29px;
}

.text_cierre {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 300;
}

.link {
  color: #93d500;
}

.link-2 {
  color: #93d500;
}

.link-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .link_menu {
    color: #f7f7f7;
    text-align: center;
  }

  .nav-menu {
    background-color: #5e8800;
    text-align: center;
  }

  .t02 {
    font-size: 25px;
  }

  .ficha_listado {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .p1 {
    padding-right: 0px;
  }

  .image {
    margin-left: 0px;
  }

  .boton02 {
    margin-top: 17px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .izq {
    padding-right: 0px;
  }

  .div_cierre {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text_cierre {
    line-height: 25px;
  }

  .icon {
    color: #5e8800;
    font-size: 50px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .t01 {
    width: 400px;
  }

  .t02 {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
  }

  .caja_titulo {
    margin-top: 33px;
    margin-bottom: 12px;
  }

  .ficha_listado {
    margin-top: 9px;
    padding-bottom: 4px;
  }

  .t05 {
    margin-top: 8px;
  }

  .seccion_bases {
    padding-bottom: 75px;
  }

  .p1 {
    padding-right: 0px;
  }

  .grid-5 {
    padding-right: 26px;
    padding-left: 26px;
  }

  .img_dipu {
    width: 300px;
  }

  .menu-button {
    padding: 9px;
  }

  .marca {
    width: 390px;
  }
}

@media screen and (max-width: 479px) {
  .menu_sup {
    text-align: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .seccion_portada {
    height: 400px;
    margin-top: 69px;
  }

  .slider {
    padding-right: 33px;
    padding-left: 33px;
  }

  .t01 {
    width: auto;
    margin-top: 53px;
    font-size: 25px;
    line-height: 30px;
  }

  .t02 {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .boton01 {
    width: auto;
  }

  .seccion_listado {
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 50px;
  }

  .t03 {
    font-size: 16px;
  }

  .caja_titulo {
    width: auto;
  }

  .contenedor_fichas {
    max-width: none;
  }

  .seccion_bases {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .t06 {
    font-size: 30px;
    line-height: 30px;
  }

  .t07 {
    font-size: 15px;
  }

  .titulo_formulario {
    font-size: 17px;
    line-height: 25px;
  }

  .campo_formulario {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .seccion_somos {
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .p1 {
    font-size: 16px;
    line-height: 26px;
  }

  .des {
    font-size: 22px;
  }

  .image {
    width: 150px;
  }

  .r1 {
    font-size: 20px;
    line-height: 30px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .r2 {
    font-size: 16px;
    line-height: 20px;
  }

  .r3 {
    font-size: 13px;
    line-height: 20px;
  }

  .boton02 {
    margin-right: auto;
    line-height: 25px;
  }

  .der {
    padding-top: 10px;
  }

  .h1 {
    margin-bottom: 11px;
    line-height: 30px;
  }

  .img_dipu {
    width: 250px;
    margin-left: 0px;
  }

  .icon {
    font-size: 30px;
  }

  .menu-button {
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-_510a19c8-06b2-a363-f12e-f0c9026b4db1-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_39bffe47-676d-7c24-64e8-2fb2e15cfafd-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1537a639-d577-703b-984f-5c264e889b9d-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_583605df-eb8f-78f0-c9f5-18418d8442f3-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5fb7e2eb-b531-4ab3-51a2-58868b9d1a6e-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0936f122-626b-af4a-37e7-8ab88f5252d0-8f856d46 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.displayNone {
	display:none;
}