@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:root {
  --green: #016d38;
  --yellow: #ffdc5d;
  --text: #707070;
  --grey: #f7f7f7;
}

/************************************************************
                        RESPONSIVE
 *************************************************************/
/************************************************************
                      ESTILO GLOBALES
 *************************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 1rem;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
}

img {
  max-width: 100%;
}

p,
a {
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  p,
  a {
    font-size: 1.4rem;
  }
}

.font-r, header .nav .return {
  font-weight: 400;
}

.font-b, .btn, header .nav a, main .text h1, main .text h1 strong, .section-internas .info-2 .number, .section-internas .info-2 .text span, .section-internas .cards a .text h3 {
  font-weight: 700;
}

/************************************************************
                       UTILIDADES
 *************************************************************/
.flex, header, header .nav, header .nav a, main .text .btn-container, .section-internas .info-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid, main, .section .cards, .section-internas .info-2 .number, .section-internas .cards a {
  display: -ms-grid;
  display: grid;
}

.ma, main .text p {
  margin-right: auto;
  margin-left: auto;
}

.wrap, header, main, .section {
  padding: 0 8%;
}

.btn {
  display: inline-block;
  border-radius: 2rem;
  text-decoration: none;
  padding: 1rem 2rem;
}

.btn-main {
  color: var(--yellow);
  background: var(--green);
  margin-top: 1rem;
  -webkit-transition: 200ms background ease-in-out;
  transition: 200ms background ease-in-out;
}

.btn-main:hover {
  background: #01542b;
}

.btn-secondary {
  color: #686868;
  background: #e0e0e0;
  margin-top: 1rem;
  -webkit-transition: 200ms background ease-in-out;
  transition: 200ms background ease-in-out;
}

@media screen and (min-width: 1024px) {
  .btn-secondary {
    margin-left: 1rem;
  }
}

.btn-secondary:hover {
  background: #5b5b5b;
  color: #fff;
}

/************************************************************
                     ESTILOS SECCION
 *************************************************************/
header {
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(137, 137, 137, 0.09);
          box-shadow: 0 0 1rem rgba(137, 137, 137, 0.09);
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

header .logo {
  width: 10rem;
}

@media screen and (min-width: 1024px) {
  header .logo {
    width: 12rem;
  }
}

header .nav {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  header .nav {
    gap: 1rem 2rem;
  }
}

header .nav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--green);
}

header .nav .home-link p {
  display: none;
}

@media screen and (min-width: 1024px) {
  header .nav .home-link p {
    display: block;
  }
}

header .nav .return {
  background: #e0e0e0;
  border-radius: 3rem;
  color: #686868;
}

@media screen and (min-width: 1024px) {
  header .nav .return {
    padding: 0.8rem 1.5rem;
  }
}

header .nav .return img {
  width: 2.2rem;
}

header .nav .return p {
  display: none;
}

@media screen and (min-width: 1024px) {
  header .nav .return p {
    display: block;
  }
}

main {
  background: url(../img/pattern.svg) center/cover no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
  padding-bottom: 3rem;
  position: relative;
  margin-top: 9rem;
}

@media screen and (min-width: 1024px) {
  main {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    height: calc(100vh - 62.3594px);
    padding-bottom: 0;
    margin-top: 4rem;
  }
}

main .text {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  main .text {
    text-align: left;
  }
}

main .text img {
  width: 5rem;
  -webkit-filter: drop-shadow(0 0 1rem rgba(145, 145, 145, 0.17));
          filter: drop-shadow(0 0 1rem rgba(145, 145, 145, 0.17));
}

@media screen and (min-width: 1024px) {
  main .text img {
    width: 6rem;
  }
}

main .text h1 {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: var(--green);
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  main .text h1 {
    font-size: 3rem;
  }
}

main .text h1 strong,
main .text h1 span {
  display: block;
}

main .text h1 strong {
  color: var(--yellow);
  background: var(--green);
  padding: 1rem 0;
  position: relative;
}

main .text h1 strong::before, main .text h1 strong::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--green);
  display: none;
}

@media screen and (min-width: 1024px) {
  main .text h1 strong::before, main .text h1 strong::after {
    display: block;
    width: 20rem;
  }
}

@media screen and (min-width: 1400px) {
  main .text h1 strong::before, main .text h1 strong::after {
    width: 35rem;
  }
}

main .text h1 strong::after {
  left: -24%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  main .text h1 strong::before {
    right: -20rem;
  }
}

@media screen and (min-width: 1400px) {
  main .text h1 strong::before {
    right: -35rem;
  }
}

main .text p {
  margin-top: 2rem;
  color: var(--text);
  max-width: 500px;
}

@media screen and (min-width: 1024px) {
  main .text p {
    margin-left: 0;
  }
}

main .text .btn-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  main .text .btn-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

main .text .btn-container a {
  margin: 0;
}

main .text-l {
  text-align: left;
}

main .text-l a {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  main .text-l a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

main .img {
  -ms-grid-column-align: center;
      justify-self: center;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 1024px) {
  main .img {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

main .legal-top {
  position: absolute;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  top: 15%;
  right: 0;
  width: 1.3rem;
}

@media screen and (min-width: 1024px) {
  main .legal-top {
    top: 50%;
    right: 2rem;
    width: initial;
  }
}

.section {
  background: var(--grey);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .section {
    margin-top: 0;
  }
}

.section::before {
  content: "";
  position: absolute;
  background: url(../img/pattern-top.svg) top/cover;
  width: 100%;
  top: -7rem;
  left: 0;
  height: 7rem;
}

.section .cards {
  gap: 6rem 8rem;
}

@media screen and (min-width: 1024px) {
  .section .cards {
    gap: 6rem 2rem;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.section .cards li {
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 1rem;
}

.section .cards li a {
  color: var(--text);
}

.section .cards li a img {
  margin-top: -3rem;
  border-radius: 2rem;
}

.section .cards li a h3 {
  padding: 1.5rem 0;
  max-width: 400px;
  margin: 0 auto;
}

.section .cards li a span {
  margin-top: 0;
  margin-bottom: 2rem;
}

.section .legal-bottom {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0.5rem;
  width: 0.8rem;
}

@media screen and (min-width: 1024px) {
  .section .legal-bottom {
    width: 1.2rem;
    left: 2rem;
  }
}

.section-internas {
  padding-top: 2rem;
  padding-bottom: 0;
}

.section-internas-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-internas-2::before {
  display: none;
}

.section-internas .info-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-style: italic;
  margin-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section-internas .info-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.section-internas .info-2 .number {
  background: var(--green);
  width: 5.5rem;
  height: 5.5rem;
  place-content: center;
  border-radius: 50%;
  font-size: 3rem;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  position: relative;
  z-index: 2;
}

.section-internas .info-2 .text p {
  font-size: 1.6rem;
  padding-left: 0.5rem;
}

.section-internas .info-2 .text span {
  display: block;
  background: var(--yellow);
  padding: 0.5rem;
  padding-right: 2rem;
  position: relative;
  font-size: 1.8rem;
  color: var(--green);
}

.section-internas .info-2 .text span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  background: var(--yellow);
  width: 3rem;
  height: 100%;
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-internas .info-2 .text span::before {
    display: block;
  }
}

.section-internas .cards {
  gap: 2rem;
}

.section-internas .cards a {
  text-align: left;
  gap: 1rem;
  padding: 1rem;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .section-internas .cards a {
    -ms-grid-columns: 20% auto;
        grid-template-columns: 20% auto;
  }
}

.section-internas .cards a .icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section-internas .cards a .icon img {
  margin: 0;
  width: 8rem;
  border-radius: 0;
}

.section-internas .cards a .text h3 {
  font-size: 1.5rem;
  font-style: italic;
  padding: 0;
  color: #3e3e3e;
  max-width: 300px;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section-internas .cards a .text h3 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .section-internas .cards a .text h3 {
    width: 100%;
    max-width: 100%;
  }
}

.section-internas .cards a .text p {
  font-size: 1rem;
}

.section-internas .cards a .text .btn {
  position: relative;
  top: 1rem;
  padding: 0.5rem 3rem;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .section-internas .cards a .text .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

#prevencion main h1 {
  border-left: 8px solid var(--green);
  padding-left: 1rem;
}

#prevencion .section-internas {
  padding-bottom: 4rem;
}

#marchas .section-internas {
  padding-bottom: 4rem;
}

#prevengamos .section-internas {
  padding-bottom: 4rem;
}

#prevengamos .section-internas .cards {
  margin-top: 4rem;
}

#prevengamos .section-internas .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 1rem;
  overflow: hidden;
}

#prevengamos .section-internas .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: var(--text);
  color: #fff;
  padding: 1rem;
  text-align: center;
}

#fade, #fade-2 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light, #light-2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  max-width: 100%;
  max-height: 1045px;
  /* margin-left: 50px; */
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media (max-width: 1920px) {
  #light, #light-2 {
    max-height: 660px;
  }
}

@media (max-width: 720px) {
  #light, #light-2 {
    max-height: 430px;
  }
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: var(--green);
  font-size: 30px;
  font-weight: 100;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: -14px;
  top: -9px;
  z-index: 1002;
  opacity: 0.9;
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display: none;
}

#videoElectrico, #videoExtintores {
  width: 100%;
  height: 65em;
}

@media (max-width: 1920px) {
  #videoElectrico, #videoExtintores {
    height: 40em;
  }
}

@media (max-width: 720px) {
  #videoElectrico, #videoExtintores {
    height: 22em;
  }
}
/*# sourceMappingURL=style.css.map */