@import url("../fonts/interface-c-genero/style.css");
@import url("../fonts/icomoon/style.css");
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap" rel="stylesheet');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.clear {
  clear: both;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:link
a:visited
a:hover
a:active

p, li, a {
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  font-size: 1.8rem;
}

html, body {
  height: 100%;
  min-height: 100%;
}

h1, h2, h3, h4, h5 {
  display: block;
}

h1 {
  font-size: 5rem;
}
h1 img {
  width: auto;
  height: 7rem;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
}

.btn {
  border-radius: 2rem;
  border: solid 2px #652C90;
  padding: 1rem 2rem;
  color: #652C90;
  cursor: pointer;
  letter-spacing: 0.1rem;
}

p {
  display: block;
  margin-bottom: 2rem;
  line-height: 2rem;
}

/*-----GENERALES-----*/
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Atkinson Hyperlegible", sans-serif;
  color: #2E3D4C;
  background-color: #E0E5E9;
  background-image: url(../imagenes/layout/background-body.png);
}

h2, h3, h4, h5 {
  color: #2E3D4C;
}

a {
  text-decoration: none;
  color: #f09;
}

strong {
  font-weight: 900;
}

.checkbox_interno {
  display: none;
}

p {
  text-align: justify;
}

.btn-cuerpo {
  display: block;
  margin: 0 auto;
  max-width: 30rem;
  text-align: center;
  cursor: pointer !important;
}

/*-------INTEGRADOS ARREGLADO-----*/
body, main, footer {
  background-color: #efefef;
}

.integra2_linkcolor:link {
  padding: inherit !important;
}

.integra2_size1 {
  font-size: 1.5rem;
}

.integra2_size2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.integra2_size3 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

/*--------CONCULTA RAPIDA------*/
.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  height: 1px;
  font-size: 1.4rem;
  overflow: hidden;
  z-index: -999;
}
.skip-main:focus {
  left: auto;
  top: auto;
  width: 20%;
  height: auto;
  overflow: auto;
  margin: 0 35%;
  padding: 5px;
  font-size: 2rem;
  outline: 3px solid #fff;
  text-align: center;
  z-index: 999;
  color: #fff;
  left: 0;
}
.skip-main.inter:focus {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 1rem;
  outline: 3px solid #652C90;
  text-align: center;
  z-index: 999;
  color: #652C90;
}

/*-----------TERMINA CONSULTA RAPIDA-----*/
#btn-menu {
  display: none;
}

label.navy-left-label {
  display: none;
}

.ir-arriba {
  display: none;
  padding: 20px;
  width: 50px;
  height: 50px;
  background: #f9299b;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 20px;
  background-image: url(../../imagenes/layout/flecha.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.logo-evento {
  display: block;
  margin: 2rem auto;
  width: 100%;
  max-width: 40rem;
}

.logo-ieem-icon-top {
  display: block;
  width: auto;
  height: 8rem;
  margin: 3rem auto;
  background-image: url(../imagenes/layout/ieem_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.galeria {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

main {
  max-width: 1280px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 3rem;
  min-height: 30rem;
  background-color: transparent;
}
main p {
  font-size: 1.5rem;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
main nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main nav ul li {
  display: block;
  margin-bottom: 2rem;
}
main nav ul li a {
  text-align: center;
  padding: 2rem 0;
}
main nav.registro {
  margin: 8rem auto;
}
main nav.registro ul {
  display: flex;
  width: fit-content;
  margin: auto;
  flex-direction: row;
}
main nav.registro li{
  margin-right: 30px;
}
main nav.registro ul li a {
  background-color: #f9299b;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 2.5rem;
  font-size: 2rem;
  display: block;
}
main nav.registro ul li a:hover{
  background-color: rgb(223, 0, 134);
}
main nav.avisos {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
main nav.avisos ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
main nav.avisos ul li a {
  font-size: 1.3rem;
}

.banner_conoceles {
  display: flex;
  width: 100%;
  height: 16rem;
  background-color: rgba(236, 207, 246, 0.6);
}
.banner_conoceles .contenedor_banner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: auto;
  position: relative;
  background-image: url(../imagenes/layout/para_que_cuente.svg);
  background-repeat: no-repeat;
  background-position: 3rem center;
  background-size: auto 90px;
}
.banner_conoceles .contenedor_banner p {
  display: block;
  width: 100%;
  padding-right: 30rem;
  padding-left: 30rem;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 0;
  color: #411d4e;
  font-weight: bold;
  text-align: left;
}
.banner_conoceles .contenedor_banner img {
  display: block;
  width: auto;
  height: 20rem;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  position: absolute;
}

#menu-accesible{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem;
  position: relative;
  border-bottom: solid 1px #A01B6C;
}

#menu-accesible ul{
  display: flex;
  justify-content: space-between;
  color: black;
}

#menu-accesible ul a{
  color: #f09;
  font-size: 2rem;
}

#menu-accesible ul a:hover{
  color: #A01B6C;
}

/* Acordeon*/

main .accordion h4{
  text-align: center;
}

main .accordion .btn-desconcentrados{
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 5rem;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    width: 100%;
    background-color: #80808021;
    border-radius: 1rem;
    color: #6c2381;
}

main .accordion .btn-desconcentrados[aria-expanded=false]:after{
    font-family: "icomoon";
    display: flex;
    content: "\e900";
    color: #f09;
    font-size: 2rem;
    margin-left: auto;
    width: fit-content;
    margin: auto;
}
main .accordion .btn-desconcentrados[aria-expanded=true]:after{
    font-family: "icomoon";
    display: flex;
    content: "\e900";
    color: #f09;
    font-size: 2rem;
    margin-left: auto;
    width: fit-content;
    margin: auto;
    transform: rotate(180deg);
}

main .accordion .accordion-panel{
  width: 90%;
  margin: auto;
}

main .accordion .contenido-acordion{
  text-align: center;
}

main .accordion .contenido-acordion h3{
  border-bottom: solid 2px #f09;
  width: fit-content;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-variant: petite-caps;
}

main .accordion .contenido-acordion li{
font-style: italic;
margin-bottom: 2rem;
}
/* Galeria */

.galeria{
  margin-top: 50px;
  overflow: hidden;
}

.galeria a{
  width: calc(25% - 15px);
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;

}

.galeria a:nth-of-type(4n){
  margin-right: 0;
}

.galeria a img{
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 3px 10px rgba(10, 37, 64, 0.40);
}

.galeria a img:hover{
  transform: scale(1.1, 1.1) !important;
  transition: .5s ease !important;
}



@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
  
}

@media screen and (min-width: 200px) and (max-width: 820px) {
  .banner_conoceles {
    height: auto;
  }
  .banner_conoceles .contenedor_banner {
    margin: auto;
    position: relative;
    background-position: center 3rem;
  }
  .banner_conoceles .contenedor_banner p {
    padding-top: 15rem;
    padding-bottom: 20rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .banner_conoceles .contenedor_banner img {
    display: block;
    width: auto;
    height: 20rem;
    top: inherit;
    bottom: -3rem;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
  }

  #menu-accesible{
    width: 90%;
    max-width: 820px;
  }

  .galeria a{
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  main nav.registro ul {
    display: flex;
    width: fit-content;
    margin: auto;
    flex-direction: column;
  }

  main nav.registro li{
    margin-right: 0;
  }

  
}
/*--FOOTER--*/
footer {
  display: block;
  border-top: solid 1px #395967;
  padding-bottom: 0.5rem;
}
footer section {
  display: block;
  width: 100%;
  margin: 25px auto 100px auto;
}
footer section .logo-ieem-icon {
  display: block;
  width: 13rem;
  height: 7rem;
  margin: 0 auto;
  background-image: url(../imagenes/layout/ieem_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer section .content_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto;
}
footer section .content_footer p {
  margin-right: 1rem;
  color: #2E3D4C;
}
footer section .content_footer a {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: end;
  margin-right: 0.5rem;
  color: #2E3D4C;
}
footer section .content_footer a:before {
  font-family: "interface-ieem";
  font-size: 2.5rem;
}
footer section .content_footer a.facebook:before {
  content: "\e901";
}
footer section .content_footer a.youtube:before {
  content: "\e907";
}
footer section .content_footer a.twitter:before {
  content: "\e905";
}
footer section .content_footer a.instagram:before {
  content: "\e903";
}
footer section .content_footer a.whats:before {
  content: "\e906";
}
footer section .content_footer span {
  display: flex;
  width: 7rem;
  height: 2.5rem;
  align-items: end;
}
footer section .content_footer span.coe:before {
  content: "\e900";
  font-family: "interface-ieem";
  font-size: 2.5rem;
}

footer section p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #566770;
  margin: 5px 0px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 12px;
}

footer section p a:hover img {
  opacity: 0.5;
}

footer section p.direccion {
  display: block;
  width: 100%;
  margin: 5px 10px;
}/*# sourceMappingURL=styles.css.map */

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

  .galeria{
    width: 100%;
    margin: auto;
  }

  .galeria a{
    width: 100%;
    margin-bottom: 10px;
  
  }

  .galeria a img{
    width: 100%;
    height: auto;
  }

  #menu-accesible ul{
    display: block;
    text-align: center;
  }

  #menu-accesible ul li{
    margin-bottom: 20px;
  }

  #menu-accesible ul a{
    border-bottom: solid 2px #f09;
  }

}