@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap";
@import url("../fonts/icomoon/style.css");
/*----RESET CSS---*/
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

ul {
	list-style: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	clear: both;
}
html, body{
  height: 100%;
	min-height: 100%;
 	position: relative;
  box-sizing: border-box;
}

a {
	text-decoration:none;
	color:#f09;
}
p {
	display:block;
	margin:1em 0px 2.3rem 0px;
  line-height: 2.3rem;
}

*, *:before, *:after {
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
} 
strong {
  color:#ff0099;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}
.contenido {
    position: relative;
    z-index: 2;
}
body {
    font-size: 1.6rem!important;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    position: relative;
}

header {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 25rem;
    background-color:#e0e0e0;
    background-image: url(../imagenes/back_header.png);
    background-repeat: no-repeat;
    background-size:auto 100%;
    .logo_ieem {
        display: block;
        width: 100%;
        height: 5rem;
        background-color: #f09;
        img {
            display: block;
            width: auto;
            height: 7rem;
            padding: 1rem;
        }
    }
    .encabezado {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        min-height: 20rem;
        max-width: 1280px;
        margin: 0 auto;
        padding: 2rem;
        .icon.icon-ieem-logo {
          font-size: 10rem;
          text-align: center;
          color: #002a45;
        }
        .rompecabezas {
            display: block;
            position: absolute;
            width: 30rem;
            height: 30rem;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
        .rompecabezas_small {
            display: none;
        }
    }
}
main {
    display: block;
    width: 100%;
    max-width: 1280px;
    padding: 4rem 2rem;
    margin: 0 auto;
    text-align: justify;
    h1 {
      display: block;
      width: 100%;
      font-size:2.5rem;
      font-weight: 600;
      color: #002a45;
      margin-bottom: 5rem;
      span {
          display: block;
          font-weight: 600;
          font-size: 3.5rem;
          color: #f09;
      }
  }
    .listas { 
        display: block;
        list-style:disc;
        padding-left: 2rem;
        margin-bottom: 2.3rem;
        li {
            margin-bottom: 1.5rem;
            a {
              color: #f09;
            }
            i {
              font-size: 1.4rem;
            }
        }

    }
    .listas.unidades {
      font-weight: bold;
      font-size: 2.3rem;
    }
    .listas.link-bullets {
      display: block;
      margin:1em 0px 2.3rem 0px;
    }
    .listas.link-bullets li::marker {
      color: #f09;
      text-decoration: underline;
    }
    .listas.link-bullets a {
      text-decoration: underline;
    }

    .listas.link {
      color: #f09;
    }
    .listas.noBullets {
      list-style: none;
      color: #000;
    }
    table {
      border-collapse: collapse;
      border: solid 1px #ccc;
      font-size: 1.5rem;
      tr th {
        background-color: #f09;
        padding: 1rem;
        width: 50%;
        border-left: solid 1px #fff;
        color: #fff;
      }
      
      tr td {
        padding: 1rem;
        border-left: solid 1px #ccc;

        vertical-align: baseline;
      }
      tr td.linea1 {
        padding-right: 1rem;
      }
    }
}

/*-------FOOTER-----*/
.footer-template {
    display: block;
    width: 100%;
    background-color: #E3E3E3;
    color: #4B575E;
  }
  .footer-template section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(30rem, 100%), 1fr));
    gap: 3rem;
    padding: 3rem;
    max-width: 1280px;
    min-height: 25rem;
    margin: 0 auto;
  }
  .footer-template section article.intro-ieem {
    display: flex;
    flex-direction: column;
  }
  .footer-template section article.intro-ieem .icon {
    color: #4B575E;
    margin-right: 2rem;
    height: 10rem;
  }
  .footer-template section article.intro-ieem .icon.icon-ieem-logo {
    font-size: 8rem;
    width: 50%;
    text-align: center;
  }
  .footer-template section article.intro-ieem p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
  .footer-template section article.contactos-ieem {
    padding-top: 3rem;
  }
  .footer-template section article.contactos-ieem h4 {
    font-weight: 900;
    font-size: 2rem;
  }
  .footer-template section article.contactos-ieem .icon {
    font-size: 2.5rem;
    margin-right: 1rem;
    text-decoration: none;
    height: auto;
  }
  .footer-template section article.contactos-ieem p {
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-bottom: 1.3rem;
  }
  .footer-template section article.contactos-ieem p.coe {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 900;
    color: #4B575E;
  }
  .footer-template section article.contactos-ieem p.coe span {
    display: block;
    font-family: "icomoon";
  }
  .footer-template section article.contactos-ieem .aviso-privacidad-ieem {
    margin-top: 2rem;
  }
  .footer-template section article.contactos-ieem span {
    display: inline;
  }
  .footer-template section article.contactos-ieem a {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #4B575E;
    font-weight: 900;
  }
  @media screen and (max-width: 768px) { 
    header {
        .encabezado {
            h1 {
                display: block;
                width: 55%;
                font-size:1.6rem;
            }
            .rompecabezas {
                display: none;
            }
            .rompecabezas_small {
                display: block;
                position: absolute;
                width: 22rem;
                height: 30rem;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
            }
        }
    }
  }
  @media screen and (max-width: 400px) { 
    header {
        .encabezado {
            h1 {
                width: 50%;
                font-size:1.4rem;
            }
            .rompecabezas_small {
                display: block;
                position: absolute;
                width: 17rem;
                height: 22rem;
            }
        }
    }
  }