/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'ipterv2';
  src: url("../iconos/ipterv2.eot?tqfzq2");
  src: url("../iconos/ipterv2.eot?tqfzq2#iefix") format('embedded-opentype'), url("../iconos/ipterv2.ttf?tqfzq2") format('truetype'), url("../iconos/ipterv2.woff?tqfzq2") format('woff'), url("../iconos/ipterv2.svg?tqfzq2#ipterv2") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change ../iconos */
  font-family: 'ipterv2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-whatsapp:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e90b";
}
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: 'Sen', sans-serif;
  font-size: 14px;
}
.layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.Header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header figure {
  margin: 0;
  padding: 0;
}
.Header figure img {
  display: block;
  max-width: 30%;
}
#menu {
  position: absolute;
  display: none;
  color: #01172e;
  cursor: pointer;
  font-size: 24px;
  top: 25px;
  right: 20px;
}
@media (min-width: 768px) {
  #menu {
    top: 80px;
    right: 50px;
  }
}
.Menu {
  color: #01172e;
}
.Menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.Menu li {
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}
.Menu li:last-child {
  margin-right: 0;
}
.Menu li:hover {
  color: #00508c;
  border-bottom: 1.5px solid #00508c;
}
.Footer {
  background-image: url("../images/footer-bg.jpg");
  background-color: #01172e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding-top: 30px;
}
.Footer__info {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
}
.Footer__direccion {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.Footer__direccion i {
  margin-right: 10px;
}
.Footer__direccion a {
  color: #bd7d3d;
}
.Footer__direccion p {
  margin: 5px 0;
}
.Footer__contacto {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.Footer__contacto i {
  margin-right: 10px;
}
.Footer__contacto p {
  margin: 5px 0;
}
.Footer__img {
  display: flex;
  justify-content: center;
}
.Footer img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  .Footer {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .Footer__info {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1140px) {
  .Menu li:first-child {
    display: none;
  }
  .Menu li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .Header figure img {
    width: 25%;
  }
  .Footer img {
    max-width: 50%;
  }
  #menu {
    display: block;
  }
  #menu.selected {
    color: #fff;
    position: fixed;
    z-index: 10;
  }
  .Menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    padding: 100px 20px 20px 20px;
    background: #00508c;
    text-align: center;
    transition: all 0.2s ease-in;
    z-index: 9;
  }
  .Menu.show {
    right: 0;
  }
  .Menu ul {
    padding: 0;
    display: block;
  }
  .Menu li {
    display: block;
    margin: 10px 0 40px 0;
  }
  .Menu li:hover {
    color: #fff;
    border: none;
  }
}
.derechos {
  color: #fff;
  text-align: center;
}
.derechos--quimaira {
  color: #fff;
  font-size: 16px;
  margin: 15px 0;
}
.pie {
  display: flex;
  justify-content: center;
}
.pie a {
  text-align: center;
}
.pie .espacio-1 {
  min-width: 25%;
}
.pie .espacio-2 {
  min-width: 15%;
}
@media screen and (max-width: 767px) {
  .pie {
    flex-direction: column;
  }
  .pie .espacio-1,
  .pie .espacio-2 {
    width: 100%;
  }
}
.banner {
  position: relative;
  cursor: pointer;
}
.banner img {
  width: 100%;
  display: block;
}
.banner-container {
  position: absolute;
  bottom: 100px;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.banner-container .layout {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.banner-container-col {
  width: 50%;
}
.banner-container .col1 {
  padding-top: 100px;
}
.banner-container .col1 p {
  color: #fff;
  font-size: 48px;
  text-align: left;
  font-weight: 800;
}
.banner-container .col1 p span {
  color: #bd7d3d;
}
.banner-container .col1 #banner-action {
  font-weight: 700;
  text-shadow: 0px 0px 2px rgba(255,255,255,0.4);
  color: #fff;
  font-size: 24px;
  background: #01172e;
  padding: 15px 15px;
}
.banner-container .col2 {
  text-align: right;
}
.banner-container .col2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
}
.welcome {
  background: #fff;
  padding: 70px 0;
}
.welcome .layout {
  display: flex;
}
.welcome-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome-top-image {
  width: 45%;
}
.welcome-top-image img {
  display: block;
  width: 100%;
}
.welcome-top-texto {
  width: 100%;
  padding: 20px 20px 20px 40px;
}
.welcome-top-texto h2 {
  margin: 0;
  color: #01172e;
  font-size: 34px;
}
.welcome-top-texto p {
  text-align: justify;
  color: #01172e;
  line-height: 1.3em;
}
.welcome-top-texto p strong {
  font-size: 22px;
}
.welcome-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.welcome-bottom-images {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.welcome-bottom-images img {
  display: block;
  width: calc(50% - 10px);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.welcome-bottom-video {
  width: 85%;
  padding-left: 20px;
  z-index: 10;
}
.welcome-bottom-video video {
  width: 100%;
}
.servicios {
  padding: 150px 0 100px 0;
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-70px);
  margin-bottom: -70px;
}
.servicios-container {
  color: #fff;
}
.servicios-container-titulo {
  text-align: center;
}
.servicios-container-titulo h2 {
  margin: 0 0 40px 0;
  font-size: 50px;
  font-weight: 400;
}
.servicios-container-titulo h2 span {
  display: block;
  font-weight: 800;
}
.servicios-container-flex {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.servicios-container-flex-servicio {
  width: 300px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.servicios-container-flex-servicio img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 11px 12px 25px -16px rgba(0,0,0,0.75);
}
.servicios-container-flex-servicio p {
  font-weight: 700;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
}
.blog {
  background: #bd7d3d;
  padding: 60px 0 140px 0;
}
.blog-container-titulo {
  color: #fff;
  text-align: center;
}
.blog-container-titulo h2 {
  margin: 40px 0;
  font-size: 42px;
  font-weight: 800;
}
.blog-container-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-container-items-item {
  margin-bottom: 20px;
  height: 450px;
  width: calc(33.33% - 20px);
  display: block;
  color: #fff;
}
.blog-container-items-item img {
  width: 100%;
  display: block;
  box-shadow: 11px 12px 25px -16px rgba(0,0,0,0.75);
}
.blog-container-items-item h2 {
  text-align: left;
  font-size: 16px;
  margin: 20px 0;
}
.blog-container-items-item p {
  text-align: justify;
  line-height: 1.5em;
}
.blog-container-items-item span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #fff;
  border-top: 3px solid #fff;
  padding: 5px 20px 5px 0;
  font-weight: 700;
}
.contacto {
  background: #fff;
  padding: 80px 0;
}
.contacto-titulo {
  text-align: center;
  color: #01172e;
}
.contacto-titulo h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}
.contacto-titulo p {
  max-width: 520px;
  margin: 10px auto 40px auto;
  line-height: 1.3em;
  font-size: 17px;
  font-weight: 700;
}
.contacto-formulario form {
  max-width: 920px;
  margin: 0 auto;
}
.contacto-formulario .input {
  position: relative;
  margin-bottom: 10px;
}
.contacto-formulario .input p {
  color: #01172e;
  margin: 0 0 5px 0;
  font-weight: 700;
}
.contacto-formulario .input input,
.contacto-formulario .input textarea {
  background: rgba(255,255,255,0.2);
  color: #01172e;
  border: 1px solid #bd7d3d;
  display: block;
  width: 100%;
  padding: 10px 5px;
}
.contacto-formulario .input input:focus,
.contacto-formulario .input textarea:focus {
  outline: none;
}
.contacto-formulario .input textarea {
  resize: none;
  height: 176px;
}
.contacto-formulario-container {
  display: flex;
  justify-content: space-between;
}
.contacto-formulario-left,
.contacto-formulario-right {
  width: calc(50% - 15px);
}
.contacto-formulario-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.contacto-formulario-actions .recaptcha,
.contacto-formulario-actions .button {
  width: 50%;
  margin: 20px;
}
.contacto-formulario-actions .recaptcha {
  text-align: right;
}
.contacto-formulario-actions .g-recaptcha {
  display: inline-block;
  vertical-align: top;
}
.contacto-formulario-actions button {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 26px 116px;
  background: #01172e;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (max-width: 1240px) {
  .banner-container .col1 {
    width: 100%;
    padding-top: 0px;
  }
  .banner-container .col1 p {
    font-size: 32px;
  }
  .banner-container .col1 #banner-action {
    font-size: 18px;
  }
  .banner-container .col2 {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .welcome {
    padding-top: 20px;
  }
  .welcome-top,
  .welcome-bottom {
    flex-wrap: wrap;
  }
  .welcome-top {
    flex-direction: column-reverse;
  }
  .welcome-top-image {
    width: 100%;
  }
  .welcome-top-image img {
    display: block;
    width: 100%;
  }
  .welcome-top-texto {
    width: 100%;
    padding: 20px 0;
  }
  .welcome-bottom-images,
  .welcome-bottom-video {
    width: 100%;
  }
  .welcome-bottom-images {
    margin-bottom: 20px;
  }
  .welcome-bottom-video {
    padding: 0;
  }
  .contacto-formulario-container,
  .contacto-formulario-actions {
    flex-wrap: wrap;
  }
  .contacto-formulario-left,
  .contacto-formulario-right,
  .contacto-formulario .recaptcha,
  .contacto-formulario .button {
    width: 100%;
  }
  .contacto-formulario .recaptcha,
  .contacto-formulario .button {
    text-align: center;
  }
  .contacto-formulario button {
    display: inline-block;
    vertical-align: top;
    padding: 10px 40px;
  }
  .blog-container-items {
    flex-wrap: wrap;
  }
  .blog-container-items-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 740px) {
  .banner-container {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    display: block;
  }
  .banner .layout {
    display: block;
    padding: 0;
  }
  .banner .col1 {
    padding: 20px;
    background-color: #bd7d3d;
    text-align: center;
  }
  .banner .col1 p {
    margin: 0;
    font-size: 22px;
    text-align: center;
  }
  .banner .col1 #banner-action {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    background: #01172e;
    padding: 4px 8px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 640px) {
  .blog-container-items {
    flex-wrap: wrap;
  }
  .blog-container-items-item {
    width: 100%;
  }
}
.blog-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 250px;
}
@media screen and (max-width: 1023px) {
  .hidden {
    display: none !important;
  }
}
