* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*Variables--------------------------------------------*/

:root {
  /*-------h1-----------*/

  --size-h1: 1.4rem;
  --line-height-h1: 32px;
  --letter-spacing-h1: 3px;
  --font-weight-h1: 500;
  --margin-p: 0 0 60px 0;

  /*-------h4----------*/

  --size-h4: 24px;
  --line-height-h4: 29.16px;
  --letter-spacing-h4: 7.92px;
  --font-weight-h4: 400;
  --margin-h4: 0 0 60px 0;

  /*-------h6.title-new----------*/

  --size-new: 18px;
  --line-height-new: 30.6px;
  --letter-spacing-new: 4.4px;
  --font-weight-new: 500;
  --margin-new: 0 0 60px 0;

  /*------font---------*/

  --fuente-principal: "Montserrat", sans-serif;
  --fuente-secundaria: "Montserrat", sans-serif;

  --font-style: normal;

  --margin-h2: 3rem 0 0.54rem 0;
  --line-height-h2: 1.65;
  --padding-h2: 0 0 0 0;

  /*------p---------*/

  --size-p: 16px;
  --line-height-p: 27.2px;
  --letter-spacing-p: normal;
  --font-weight-h4: 400;
  --margin-p: 10px 0 30px 0;

  --font-color: rgb(66, 64, 75);
}

h1 {
  font-family: var(--fuente-principal);
  font-size: var(--size-h1);
  letter-spacing: var(--letter-spacing-h1);
  line-height: var(--line-height-h1);
  text-align: center;
  font-weight: var(--font-weight-h1);
  text-transform: uppercase;
}

h1::before {
  content: "líderes en el rubro";
  display: block;
  line-height: 24px;
  font-family: var(--fuente-principal);
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 5px;
}

h2 {
  font-family: var(--fuente-principal);
  font-size: var(--h2);
  margin: var(--margin-h2);
  padding: var(--padding-h2);
  letter-spacing: 6px;
  line-height: var(--line-height-h2);
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-family: var(--fuente-principal);
  font-size: 19px;
  margin: 1.7rem 0 0.35rem 0;
  padding: var(--padding-h2);
  letter-spacing: 2px;
  line-height: var(--line-height-h2);
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  font-family: var(--fuente-principal);
  font-size: var(--size-h4);
  margin: 1.7rem 0 0.35rem 0;
  color: var(--font-color);
  letter-spacing: var(--letter-spacing-h4);
  line-height: var(--line-height-h4);
  text-align: left;
  font-weight: var(--font-weight-h4);
  text-transform: uppercase;
}

h5 {
  font-family: var(--fuente-principal);
  margin-top: 0;
  text-align: right;
  font-weight: 600;
  font-size: 8.5px;
  letter-spacing: 2px;
  line-height: 1.5;
}

h6 {
  font-family: var(--fuente-principal);
  margin-top: 0;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: 4.4px;
  line-height: 29.16px;
  text-transform: uppercase;
}

h6.title-new {
  font-family: var(--fuente-principal);
  margin-top: 0;
  text-align: left;
  font-weight: var(--font-weight-new);
  margin-bottom: 15px;
  font-size: var(--size-new);
  letter-spacing: var(--letter-spacing-new);
  line-height: var(--line-height-new);
  text-transform: uppercase;
  color: rgb(64, 63, 75);
}

h6.title-sas {
  font-family: var(--fuente-principal);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3.08px;
  color: rgb(64, 63, 75);
}

p {
  font-family: var(--fuente-secundaria);
  font-style: var(--font-style);
  margin: var(--margin-p);
  letter-spacing: var(--letter-spacing-p);
  font-size: var(--size-p);
  line-height: var(--line-height-p);
  color: var(--font-color) !important;
}

.pres {
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  color: rgb(64, 63, 75);
  max-width: 80%;
  margin: 0 auto;
  padding: 2rem 1rem;
}

a.tipo1 {
  background: #cfae8b;
  /* border: 2px solid; */
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: var(--fuente-principal);
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 100%;
  padding: 15px 30px;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
  margin-bottom: 2rem;
}

a.tipo1:hover {
  background-color: #cfae8b;
  color: #fff;
}

footer {
  max-width: 100%;
  overflow: hidden;
  padding: 0rem 3rem;
  background: url("../img/main/nova2/pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #42404b;
}
footer ul li {
  list-style: none;
}
footer a {
  font-family: var(--fuente-principal);
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: rgb(66, 64, 75);
  cursor: pointer;
}
.container-footer {
  max-width: 1520px;
  margin: 0 auto;
}
.grid-footer {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

.grid-footer > div {
  grid-column: span 12;
  margin-bottom: 2.2rem;
}

.line-footer {
  display: flex;
}
.line-footer div {
  margin-bottom: 1rem;
}
.line-footer > div:last-child {
  display: flex;
  align-items: center;
  font-family: var(--fuente-secundaria);
  font-style: var(--font-style);
}

.line-img {
  margin-right: 0.7rem;
  max-width: 22px;
}
.line-img img {
  height: auto;
  max-width: 100%;
}

.mensaje {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #0dc143;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: bottom ease 0.5s;
  z-index: 1000;
}




.mensaje:hover {
  bottom: 33px;
}




/* Precarga */


/* 
.loader {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader>img {
  width: 100px;
  transform: scale(3);
} */


/* Estilos para hacer el mapa responsive */
.map-responsive {
  overflow: hidden;
  width: 95%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: 0.3;
}

.map-responsive:hover::after {
  display: none;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*Header------------------------------------------------*/

a {
  text-decoration: none;
}

.header {
  position: fixed;
  padding: 8px 0;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  transition: all 0.4s ease;
}

.efecto {
  background-color: white;
  padding: 5px 0;
  transition: all 0.4s ease;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}

.header-main {
  --rotate: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu > .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.header .menu > .menu-item a {
  display: block;
  padding: 16px 0;
  cursor: pointer;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-family: var(--fuente-principal);
  font-weight: 500;
  transition: all 0.3s ease;
}

.header .menu > .menu-item a.cambio {
  color: #000000;
}

.plus {
  display: inline-block;
  width: 0.7rem;
  margin-left: 0.5rem;
  transform: rotate(var(--rotate));
  transition: all 0.5s ease;
  pointer-events: none;
}

.menu-item-has-children:hover {
  --rotate: 180deg;
}

.header .menu > .menu-item > .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid var(--auraColorAlter);
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.header .logo {
  padding: 0 15px;
}

.header .logo a {
  font-size: 30px;
  text-transform: capitalize;
  color: #0b1b3b;
}

.header .nav-menu {
  padding: 0 15px;
}

/*HTML VIDEO-------------------------------------------------------------------*/

.parentContainer {
  width: 100%;
  height: 568px;
  position: relative;
}
.parentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*VIDEO TEXTO----------------------*/

.video-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  max-width: 90%;
  z-index: 100;
}

.comment-video {
  font-family: var(--fuente-secundaria);
  font-style: var(--font-style);
  margin: 10px 0 30px 0;
  letter-spacing: 1px;
  font-size: 19px;
}

.btn-video {
  font-family: var(--fuente-principal);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 500;
  padding: 12px 28px;
  border: none;
  background-color: #D02552;
  color: white;
  margin-top: 1.4rem;
}

.btn-video:hover {
  background-color: white;
  color: #000000;
  transition: all 0.3s ease;
}



.img-ico{
  max-width: 120px;
  margin: 0 auto;
}
/*VIDEO TEXTO----------------------*/

.overlay-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.93;
  z-index: 99;
}

.home-section {
  width: 100%;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 25em) {
  /* small 400px */

  .header {
    padding: 8px 0;
    z-index: 9999;
    transition: all 0.4s ease;
  }

  .efecto {
    padding: 5px 0;
    transition: all 0.4s ease;
  }

  .header-main img.marca {
    width: 125px;
  }
}

@media only screen and (min-width: 38em) {
  /* medium 608px */

  .parentContainer {
    height: 450px;
  }
}

@media only screen and (min-width: 48em) {
  /* medium 768px */

  .pres {
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 33.6px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.4px;
    color: rgb(64, 63, 75);
    max-width: 70%;
    margin: 0 auto;
    padding: 7rem 1rem 2.7rem;
  }

  :root {
    --h1: 2.9rem;
  }

  .parentContainer {
    height: 550px;
  }
}

@media only screen and (min-width: 61.938em) {
  /* large 991px*/

  :root {
    --h1: 4.03rem;
    --pseudoElement: 1.1rem;
    --h2: 26px;
    --h3: 1.06rem;
    --p: 0.9rem;

    --line-height-h2: 1.3;
    --margin-h2: 0 0 0.54rem 0;

    --line-height-p: 1.4;

    --button: 0.9rem;

    --span: 1rem;
  }

  .header .menu > .menu-item a {
    font-size: 12px;
    letter-spacing: 1.8px;
  }

  h1::before {
    margin-bottom: 22px;
  }
  .comment-video {
    margin: 25px 0 36px 0;
  }

  .header .menu > .menu-item:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .grid-footer {
    gap: 4rem;
  }
  .grid-footer > div:first-child {
    grid-column: span 6;
  }
  .grid-footer > div:nth-child(2) {
    grid-column: span 3;
  }
  .grid-footer > div:last-child {
    grid-column: span 3;
  }
}

@media only screen and (min-width: 64em) {
  /* medium 1024px */

  :root {
    /*-------h1-----------*/

    --size-h1: 3.2rem;
    --line-height-h1: 65px;
    --letter-spacing-h1: 3px;
    --font-weight-h1: 500;
    --margin-p: 0 0 60px 0;

    /*-------h4----------*/

    --size-h4: 36px;
    --line-height-h4: 43.74px;
    --letter-spacing-h4: 7.92px;
    --font-weight-h4: 400;
    --margin-h4: 0 0 60px 0;

    /*-------h6----------*/

    --size-new: 24px;
    --line-height-new: 40.8px;
    --letter-spacing-new: 4.4px;
    --font-weight-new: 500;
    --margin-new: 0 0 60px 0;

    /*------font---------*/

    --fuente-principal: "Montserrat", sans-serif;
    --fuente-secundaria: "Montserrat", sans-serif;

    --font-style: normal;

    --margin-h2: 3rem 0 0.54rem 0;
    --line-height-h2: 1.65;
    --padding-h2: 0 0 0 0;

    /*------p---------*/

    --size-p: 16px;
    --line-height-p: 27.2px;
    --letter-spacing-p: normal;
    --font-weight: 400;
    --margin-p: 10px 0 30px 0;
  }

  form {
    padding-top: 1.7rem;
  }

  h1::before {
    content: "somos líderes en el rubro";
    display: block;
    line-height: 24px;
    font-family: var(--fuente-principal);
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 9px;
  }

  .header .menu > .menu-item a {
    font-size: 12px;
  }

  .header {
    padding: 20px 0;
    z-index: 101;
    transition: all 0.4s ease;
  }

  .efecto {
    padding: 5px 0;
    transition: all 0.4s ease;
  }

  .header-main img.marca {
    width: 170px;
  }

  .parentContainer {
    height: 100vh;
  }

  footer h6 {
    padding-bottom: 1.7rem;
  }

  footer li a {
    display: inline-block;
    padding-bottom: 0.5rem;
  }

  footer .grid-footer p {
    max-width: 70%;
  }
}

@media only screen and (min-width: 75em) {
  /*  large 1200px */
}
@media only screen and (min-width: 90em) {
  /* extra large 1440px */
}
