/* ===============. Estilo Web ================ */

html,
body {
  font-family: "Futura";
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Futura";
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
/* ===============. Align ================ */

.align-right {
  text-align: right !important;
}

.align-right-c {
  text-align: right;
}

.align-right-l {
  text-align: right;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-left-c {
  text-align: left;
}

/* ===============. Color text ================ */

.c-white {
  color: #ffffff;
  text-shadow: black 0.1em 0.1em 0.3em;
}

.c-black {
  color: #000000;
}

.color-azul-100 {
  color: #0032a0;
}

.color-rojo-100 {
  color: #be0226;
}

.color-blanco {
  color: #fff;
}

.color-gris-100 {
  color: #434343;
}

.fondo-azul-100 {
  background: #0032a0;
}

/* =============== Font ================ */

h1 {
  font-size: 100px;
  font-family: "Signatra";
  line-height: 100px;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}

h2 {
  font-size: 100px;
  font-family: "Signatra";
  line-height: 95px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

h3 {
  font-size: 80px;
  font-family: "Signatra";
  line-height: 80px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

h3 sup {
  left: 12px;
}

h4 {
  font-size: 34px;
  font-family: "Futura";

  margin: 0px 0px 0px 0px;
  padding: 0px;
}

p,
li {
  font-size: 18px;
}

/* =============== Margin ================ */

.m-t-16 {
  margin: 16px 0px 0px 0px;
}

.m-t-32 {
  margin: 32px 0px 0px 0px;
}

.m-t-48 {
  margin: 48px 0px 0px 0px;
}

.m-t-64 {
  margin: 64px 0px 0px 0px;
}

.m-b-16 {
  margin: 0px 0px 16px 0px;
}

.m-b-32 {
  margin: 0px 0px 32px 0px;
}

.m-b-48 {
  margin: 0px 0px 48px 0px;
}

.m-b-64 {
  margin: 0px 0px 64px 0px;
}

/* =============== Buttons ================ */

.btn-white {
  height: 40px;
  font-size: 16px;
  color: #000000;
  border-radius: 100px;
  background-color: #ffffff;
  border: 0px;
  padding: 0px 40px 0px 40px;
  position: relative;
  z-index: 999;
}

.btn-white:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.btn-white:focus {
  background-color: #e6e6e6;
  outline: none;
}

.btn-red {
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #e4002b;
  border: 0px;
  padding: 0px 40px 0px 40px;
}
a.btn-red {
  padding: 6px 40px;
  transition: all 0.5s ease;
}
a.btn-red:hover {
  text-decoration: none;
  color: white;
}
.btn-red:hover {
  background-color: #be0226;
  cursor: pointer;
}

.btn-red:focus {
  background-color: #be0226;
  outline: none;
}

/*#invModal .modal-footer{
display:none;
}*/
#invModal{
  z-index:999999999999999999999999999;
}
#invModal .modal-header{
  background-color:rgb(42, 46, 86);
}
.btn-blue {
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #0032a0;
  border: 0px;
  padding: 10px 40px 10px 40px;
  margin: 15px auto;
  transition: all 0.5s ease;
}
a.btn-blue {
  color: #fff !important;
}

.btn-blue:hover {
  background-color: #00277c;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.btn-blue:focus {
  background-color: #00277c;
  outline: none;
}

/* =============== Controls slide ================ */

.controls-slide1 {
  padding: 20px 0px 20px 0px;
  color: #ffffff;
}

.controls-slide1 span {
  font-size: 14px;
}

.controls-slide1 button {
  width: 53px;
  height: 53px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0px 20px 0px 20px;
}

.controls-slide1 button:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.controls-slide1 button:focus {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  cursor: pointer;
}

/* ===============. Header ================ */

#header {
  background-color: transparent;
  padding: 30px 40px 40px 40px;
  height: 110px;
}

#header .menu-top {
  text-align: right !important;
  padding-right: 15px;
}

#header .menu-top form {
  display: inline-block;
}

#header .menu-top form input {
  padding: 8px 15px;
  border-radius: 4px;
  border: none;
  margin-left: 8px;
}

#header .menu-top a {
  margin-left: 15px;
  display: inline-block;
  color: #ffffff;
}

#header .menu-top .ef-ic:hover {
  cursor: pointer;
}

#header .menu-top .dropdown.show .ef-ic i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .menu-top .dropdown .ef-ic i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .menu-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#header .menu-top .dropdown {
  display: inline-block;
}

#header .menu-top .dropdown .dropdown-menu {
  margin-left: -80px;
  margin-top: 10px;
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#header .menu-top .dropdown .dropdown-menu a {
  color: #000000;
  margin-left: 0px;
}

#header .menu-top .dropdown .dropdown-menu a:hover {
  color: #d80326;
  opacity: 1;
  cursor: pointer;
}

#header .menu-top .dropdown .dropdown-menu a:hover i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .menu-top .dropdown .dropdown-menu img {
  margin-right: 10px;
}

#logo-lala {
  height: 40px !important;
}

#logo-lala-movil {
  height: 40px;
}
#header.dark {
  background-color: #2a2e56;
  padding: 10px 40px 20px 40px;
  -webkit-transition: all 0.5s ease ", " height ": " 100%;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100px;
}
#header .item-menu {
  color: #ffffff;
  font-size: 17px;
  margin-left: 25px;
  padding-bottom: 5px;
}

#header .item-menu:hover {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #e4002b;
}

#header .item-menu:focus {
  border-bottom: 2px solid #e4002b;
}

#header .item-menu:focus i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .item-menu i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header li {
  display: inline-block;
}
#header.header-fixeado {
  background-color: #2a2e56;
  padding: 10px 40px 20px 40px;
  -webkit-transition: all 0.5s ease;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100px;
}
@media (max-width: 1383px) {
  #header .item-menu {
    font-size: 16px;
    margin-left: 20px;
  }
}

@media (max-width: 1282px) {
  #header .item-menu {
    font-size: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 1192px) {
  #header .item-menu {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media (max-width: 1150px) {
  #header .item-menu {
    font-size: 14px;
    margin-left: 10px;
  }
  #logo-lala {
    height: 35px;
  }
}

@media (max-width: 1022px) {
  #header .item-menu {
    font-size: 13px;
    margin-left: 10px;
  }
}

#header2 {
  padding: 30px 10px 0px 10px;
  height: 100px;
}

/* =========== Sidenav movil================ */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: #2a2e56;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  z-index: 1000;
}

.sidenav a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav .header {
  padding: 0px 30px 0px 30px;
}

.sidenav .logo-side {
  height: 40px;
  position: relative;
  left: 0px;
}

.sidenav .close-side {
  float: right;
  right: 0px;
}

.sidenav .menu-top {
  padding: 20px 30px 20px 30px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#mySidenav .menu-languages a {
  color: #ffffff;
}

#mySidenav .dropdown, .dropup {
  position: initial;
}

#mySidenav .dropdown-menu.show {
  width: 100%;
  transform: none !important;
  top: 117px !important;
  height: 100px;
  background: #1f213b;
}


.sidenav .menu-top a {
  display: inline;
  margin-left: 10px;
  font-weight: 300;
  font-size: 16px;
}

.sidenav .menu-top i {
  font-size: 14px;
  font-weight: 300;
}

.sidenav .buscador {
  padding: 10px 30px 20px 30px;
}

.sidenav .buscador .input-group input {
  background-color: #212544;
  color: #ffffff;
  border: none;
}

.sidenav .buscador .input-group input:focus {
  outline: none !important;
  box-shadow: none;
}

.sidenav .buscador .input-group span {
  background-color: #212544;
  color: #ffffff;
  border-radius: 0px 4px 4px 0px;
  border: none;
}

.sidenav .menu-list a {
  font-size: 22px;
  padding: 10px 30px 10px 30px;
  transition: 0.3s;
}

.sidenav .menu-list a i {
  margin-left: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidenav .menu-list a[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.sidenav .menu-list a i {
  font-size: 14px;
  font-weight: 300;
}

.sidenav .menu-list .categoria {
  background-color: #1f213b;
  padding-top: 5px;
}

.sidenav .menu-list .categoria a {
  font-size: 18px;
  padding: 10px 30px 10px 50px;
  font-weight: 300;
  transition: 0.3s;
}

.sidenav .menu-list .categoria a:focus i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidenav .menu-list .subcategoria {
  background-color: #ffffff;
  color: #000000 !important;
  padding-top: 10px;
}

.sidenav .menu-list .subcategoria a {
  font-size: 18px;
  color: #2a2e54;
  padding: 10px 30px 10px 70px;
  font-weight: 300;
  transition: 0.3s;
}

.sidenav .redes {
  padding: 100px 30px 50px 30px;
  margin-top: -75px;
}

.sidenav .redes a {
  display: inline-block;
  margin-left: 10px;
}

/* =============== Megamenu ================ */

.navbar {
  z-index: 999;
}

.no-margin {
  padding: 0px;
  margin: 0px;
}

.megamenu-li {
  position: static;
}
.megamenu {
  position: absolute;
  max-width: 874px;
  border: 0;
  left: 0;
  right: 0;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.megamenu .menu-list {
  padding: 30px 20px 20px 50px;
}

.megamenu .menu-list h5 {
  font-size: 26px;
  margin: 0px 0px 10px 0px;
  color: #000000;
}

.megamenu .menu-list a {
  display: flex;
  font-size: 17px;
  color: #000000;
  padding: 6px 10px 8px 50px !important;
  margin-left: -50px;
  font-weight: 600px;
  border-radius: 100px 0px 0px 100px;
}

.megamenu .menu-list a h6 {
  display: flex;
  font-size: 17px;
  width: 95%;
  padding: 0px;
  margin: 0px;
}

.megamenu .menu-list a:hover {
  display: flex;
  font-size: 17px;
  color: #ffffff !important;
  background-color: #e4002b;
  cursor: pointer;
}

.megamenu .menu-list a:focus {
  color: #ffffff !important;
  background-color: #e4002b;
}

.megamenu .menu-list a:hover h6 {
  color: #ffffff !important;
}

.megamenu .mart {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.megamenu .mart a {
  color: #000000;
  padding: 0px;
}

.megamenu .mart a h6 {
  color: #000000;
  padding: 0px;
}

.megamenu .bg-submenu {
  background-color: #f4f4f4;
}

.megamenu .submenu-list {
  padding: 30px 0px 20px 15px;
}

.megamenu .submenu-list h5 {
  font-size: 26px;
  margin: 0px 0px 10px 40px;
  color: #000000;
}

.megamenu .submenu-list a {
  display: flex;
  font-size: 17px;
  color: #000000;
  padding: 6px 10px 8px 40px !important;
  font-weight: 600px;
  border-radius: 100px 0px 0px 100px;
}

.megamenu .submenu-list a h6 {
  font-size: 17px;
  padding: 0px;
  margin: 0px;
}

.megamenu .submenu-list a:hover {
  display: flex;
  font-size: 17px;
  color: #ffffff !important;
  background-color: #e4002b;
  cursor: pointer;
}

.megamenu .submenu-list a:hover h6 {
  color: #ffffff !important;
}

.megamenu .submenu-list a:focus {
  color: #ffffff !important;
  background-color: #e4002b;
}

.megamenu .img-megamenu {
  padding-top: 100px;
}

.megamenu .img-megamenu img {
  width: 100%;
}

.menu-col-1 {
  width: 320px;
  margin-top: 25px;
  margin-left: -120px;
}


.d-flex .dropdown:nth-child(5) .menu-col-1,
.d-flex .dropdown:nth-child(6) .menu-col-1,
.d-flex .dropdown:nth-child(7) .menu-col-1 {
  margin-left: -180px !important;
}

.menu-col-1 .menu-list {
  width: 340px;
  margin-left: -20px;
}

.menu-col-1 .menu-list h5 {
  font-size: 26px;
  margin: 0px 0px 10px 0px;
  color: #000000;
}

.menu-col-1 .menu-list a {
  display: flex;
  font-size: 17px;
  color: #000000;
  padding: 6px 10px 8px 50px !important;
  margin-left: -50px;
  font-weight: 600px;
  border-radius: 100px 0px 0px 100px;
  transition: all 0.2s ease;
}

.menu-col-1 .menu-list a h6 {
  display: flex;
  font-size: 17px;
  width: 95%;
  padding: 0px;
  margin: 0px;
}

.menu-col-1 .menu-list a:hover {
  display: flex;
  font-size: 17px;
  color: #ffffff !important;
  background-color: #e4002b;
  cursor: pointer;
  box-shadow: 6px 6px 13px rgb(0 0 0 / 40%);
}

.menu-col-1 .menu-list a:focus {
  color: #ffffff !important;
  background-color: #e4002b;
}

.menu-col-1 .menu-list a:hover h6 {
  color: #ffffff !important;
}

.open-megamenu:focus .megamenu2 {
  display: block;
}

.MegamenuModal {
  margin-top: 70px;
  z-index: 100000;
}

.MegamenuModal .modal-dialog {
  border-radius: 20px;
  width: 100%;
}

.MegamenuModal .modal-content {
  border-radius: 20px;
  width: 840px;
  margin-left: -170px;
}


.modal-backdrop {
  background-color: transparent;
  padding: 0px;
}

.MegamenuModal .megamenu-categoria {
  padding: 25px 10px 20px 30px;
}

.MegamenuModal .megamenu-categoria h5 {
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}

.MegamenuModal .megamenu-categoria ul {
  margin-left: -45px;
}

.MegamenuModal .megamenu-categoria li {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.MegamenuModal .megamenu-categoria li a {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 45px;
  color: #000000;
  border-radius: 100px 0px 0px 100px;
}

.MegamenuModal .megamenu-categoria li a:hover {
  background-color: #e4002b;
  color: #ffffff;
}

.MegamenuModal .megamenu-categoria li a i {
  float: right;
  margin-top: 4px;
}

.MegamenuModal .bg-grey {
  background-color: #f4f4f4;
}

.MegamenuModal .no-margin {
  padding: 0px;
  margin: 0px;
}

.MegamenuModal .megamenu-subcategoria {
  padding: 25px 0px 20px 0px;
}

.MegamenuModal .megamenu-subcategoria .tab-content {
  padding: 0px 0px 0px 0px;
}

.MegamenuModal .megamenu-subcategoria .tab-pane {
  padding: 0px 0px 0px 20px;
}

.MegamenuModal .megamenu-subcategoria h5 {
  font-size: 26px;
  margin: 0px 0px 10px 20px;
}

.MegamenuModal .megamenu-subcategoria li {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.MegamenuModal .megamenu-subcategoria li a {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 23px;
  color: #000000;
  border-radius: 100px 0px 0px 100px;
}

.MegamenuModal .megamenu-subcategoria li a:hover {
  background-color: #e4002b;
  color: #ffffff;
}

.MegamenuModal .megamenu-subcategoria li a i {
  float: right;
  margin-top: 4px;
}

.MegamenuModal .section-img {
  text-align: center;
  padding-top: 130px;
}

.MegamenuModal .section-img img {
  width: 100%;
}

/* =============== Footer ================ */

.sitemap {
  height: 630px;
  padding: 90px 40px 0px 40px;
}

.sitemap .border-right {
  border-right: 1px solid #9a9a9a;
  margin-right: 30px;
}

.sitemap img {
  height: 67px;
  margin: 0px 0px 10px 0px;
}

.sitemap h5 {
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  color: #000000;
  font-weight: 600;
}

.sitemap h5 i {
  float: right;
}

.sitemap h5:hover i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sitemap a {
  font-size: 13px;
  margin: 0px 0px 8px 0px;
  color: #3c3c3c;
  display: list-item;
  list-style: none;
}
.sitemap .subfooter.mt-5 a:first-child:not(.subfooter ul li a){
        font-size: 14px;
    margin: 0px 0px 20px 0px;
    color: #000000;
    font-weight: 600;
    cursor: text;
}
.sitemap .subfooter.mt-5 a:first-child:not(.subfooter ul li a):hover{
        opacity:1;
}
.sitemap a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.sitemap p {
  font-size: 12px;
  margin: 0px 0px 10px 0px;
  color: #000000;
}

.sitemap .social-media a {
  display: inline-block;
}

.sitemap .social-media i {
  height: 28px;
  width: 28px;
  border-radius: 100px;
  background-color: rgb(42, 46, 86);
  color: #ffffff;
  font-size: 14px;
  padding-top: 7px;
  display: inline-block;
}

.sitemap ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 1366px) {
  .sitemap {
    height: auto;
    padding: 50px 40px 40px 40px;
  }

  .sitemap h5 {
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    color: #000000;
    font-weight: 600;
  }
  .redes-footer {
    margin-top: 30px;
  }
}

/* =============== Slider Principal ================ */

.slide-principal {
  height: 860px;
  background-position: center;
  background-size: cover;
  padding: 0px 0px 0px 0px;
}

.slide-principal .opacity {
  height: 300px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  opacity: 0.9;
  position: absolute;
}

.cont-slider {
  height: 860px;
  padding: 0px 100px 0px 150px;
}

/* =============== Slider Productos================ */

.slide-productos {
  padding: 180px 10px 180px 0px;
  background-size: cover;
  background-color: transparent;
  margin-top: -130px;
  z-index: 10;
  margin-bottom: -100px;
  transition: all 0.5s ease;
}

.slide-productos.color-azul {
  background-image: url("/images/home/bg-blue.svg");
}

.slide-productos.color-rojo {
  background-image: url("/images/home/bg-red.svg");
}

.slide-productos.color-verde {
  background-image: url("/images/home/bg-green.svg");
}

.slide-productos.color-morado {
  background-image: url("/images/home/bg-purple.svg");
}

.slide-productos.color-aqua {
  background-image: url("/images/home/bg-aqua.svg");
}

.inf-producto {
  margin-top: -50px;
}

.CarruselUneteLala {
  z-index: 1;
}

.slide-grl {
  height: 860px;
  background-position: center;
  background-size: cover;
  padding: 0px 0px 0px 0px;
}

.slide-grl .opacity-right {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  opacity: 0.9;
  position: absolute;
}

.slide-grl .opacity-left {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  opacity: 0.9;
  position: absolute;
}

.cont-slider {
  height: 860px;
  padding: 0px 100px 0px 100px;
}

.carousel .carousel-indicators {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.carousel .carousel-indicators > li {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel .carousel-indicators li.active {
  background-color: #d80326;
}

.carousel {
  height: 860px;
}

.carousel .control-slider {
  height: 860px;
  width: 100%;
  margin: -860px;
  padding: 400px 0px 0px 0px;
}

.carousel .control-left {
  position: absolute;
  left: 20px;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 53px;
  height: 53px;
  padding: 14px 0px 0px 0px;
  text-align: center;
  border-radius: 100px;
}

.carousel .control-left:hover {
  color: #ffffff;
  border: 1px solid #d80326;
  background-color: #d80326;
}

.carousel .control-right {
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 53px;
  height: 53px;
  padding: 14px 0px 0px 0px;
  text-align: center;
  border-radius: 100px;
}

.carousel .control-right:hover {
  color: #ffffff;
  border: 1px solid #d80326;
  background-color: #d80326;
}

.no-mar-slide-p {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 1367px) {
  .slide-productos {
    padding: 134px 10px;
  }
}

@media (max-width: 992px) {
  .slide-productos {
    padding: 40px 0px 80px 0px;
    background-size: cover;
    background-color: transparent;
    margin-top: -130px;
    z-index: 10;
    margin-bottom: -110px;
  }
}

@media (max-width: 586px) {
  .slide-productos {
    padding: 50px 0px 150px 0px;
    background-image: url("../images/home/bg-productos-movil.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -130px;
    z-index: 10;
  }
}

/* =============== Animacion Sliders ================ */
.opacity-0 {
  opacity: 0;
}

.delay-1 {
  animation-duration: 0.8s;
}

.delay-2 {
  animation-duration: 1.5s;
}

.delay-3 {
  animation-duration: 2s;
}

/* =============== Carrusel principal home ================ */

.CarruselPrincipalHome .swiper-button-next {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselPrincipalHome .swiper-button-prev {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselPrincipalHome .swiper-pagination {
  bottom: 140px !important;
  width: auto !important;
  left: 46% !important;
  right: auto !important;
  position: absolute !important;
}

.CarruselPrincipalHome .swiper-pagination-bullet {
  border-radius: 100;
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #ffffff;
  margin-left: 10px !important;
  margin-right: 10px !important;
  opacity: 0.8;
}

.CarruselPrincipalHome .swiper-pagination-bullet-active {
  background: #d80326;
}

#CarruselPrincipalHome.swiper-container {
  width: 100%;
  height: 100vh;
  background: #000;
}

#CarruselPrincipalHome .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.CarruselPrincipalHome .parallax-bg {
  /*position: absolute;*/
  left: 0;
  top: 0;
  width: 110% !important;
}
/* =============== Unete a lala ================ */

.section-unete-lala {
  margin-top: 0px;
}

.CarruselUneteLala .swiper-button-next {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselUneteLala .swiper-button-prev {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselUneteLala .swiper-pagination {
  bottom: 50px !important;
  left: 50%;

  position: absolute;
}

.CarruselUneteLala .swiper-pagination-bullet {
  border-radius: 100;
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #ffffff;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.CarruselUneteLala .swiper-pagination-bullet-active {
  background: #d80326;
}

/* =============== Ellos son =============== */

.CarruselEllosSon .swiper-button-next {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselEllosSon .swiper-button-prev {
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.CarruselEllosSon .swiper-pagination {
  bottom: 50px !important;
  left: 50%;

  position: absolute;
}

.CarruselEllosSon .swiper-pagination-bullet {
  border-radius: 100;
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #ffffff;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.CarruselEllosSon .swiper-pagination-bullet-active {
  background: #d80326;
}

/* =============== Nuestra historia =============== */

.section-nuestra {
  height: 100%;
  background-color: #022349;
}
.section-nuestra .row {
  background-color: #022349;
  padding-bottom: 70px;
}
.section-nuestra .no-margin {
  margin: 0px;
  padding: 0px;
}

.section-nuestra .title {
  padding: 40px 0px 0px 0px;
  text-align: right;
}

.section-nuestra .title h2 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  right: 0px;
}

.img-historia {
  height: 608px;
  width: 100%;
  text-align: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-historia a:hover {
  opacity: 0.5;
}

.carrusel-historia .swiper-slide .img-historia .overlay {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  transition: all 0.5s ease;
  opacity: 0;
}

.carrusel-historia .swiper-slide.swiper-slide-active .img-historia .overlay {
  height: 100%;
  opacity: 1;
}

.cont-slide-v {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-nuestra .bg-blue {
  background-color: #022349;
  text-align: left;
  height: 608px;
  margin-left: -110px;
  padding: 290px 60px 0px 60px;
}

.section-nuestra .bg-blue span {
  font-size: 70px !important;
  width: 100% !important;
  color: #ffffff;
}
.section-nuestra .swiper-button-next {
  padding: 15px;
  position: absolute;
  bottom: -100px;
  /* display: flex; */
  /* flex-flow: row-reverse; */
  top: auto;
  width: 100px;
  height: 100px;
  font-size: 15px;
  border: 3px solid white;
  border-radius: 50%;
  right: 0;
}
.section-nuestra .swiper-button-prev {
  padding: 15px;
  position: absolute;
  bottom: -100px;
  /* display: flex; */
  /* flex-flow: row-reverse; */
  top: auto;
  width: 100px;
  height: 100px;
  font-size: 15px;
  border: 3px solid white;
  border-radius: 50%;
  right: 100px;
  left: auto;
}

.img-historia .overlay span {
  margin-top: -40px;
  font-size: 24px;
  line-height: 32px;
  color: white;
  position: absolute;
  left: 0;
  width: 55%;
  text-align: center;
  left: 41%;
  transform: translate(-50%, 50%);
}

.carrusel-historia .swiper-slide .img-historia {
  transform: scale3d(1.3, 1.3, 1);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1400ms ease;
}

.carrusel-historia .swiper-slide.swiper-slide-active .img-historia {
  transform: scale3d(1, 1, 1);
}

.img-historia h3 {
  font-family: "Futura";
  font-size: 120px;
  bottom: 20px;
  position: absolute;
  right: 20%;
  color: #ffffff;
  opacity: 0.7;
  font-weight: 900;
}

.CarruselNuestraHistoria .swiper-slide {
  margin: 0px;
  padding: 0px;
}

.CarruselNuestraHistoria .swiper-button-next {
  display: none;
}

.carrusel-historia .swiper-slide a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 1166px) {
  .img-historia .overlay span {
    margin-top: -40px;
    font-size: 24px;
    line-height: 32px;
    color: white;
    position: absolute;
    left: 0;
    width: 65%;
    text-align: center;
    left: 41%;
    transform: translate(-50%, 50%);
  }
}

@media (max-width: 768px) {
  .section-nuestra {
    padding: 50px 0px 50px 2px !important;
  }
  .CarruselPrincipalHome .parallax-bg .containwer-fluid {
    width: 100% !important;
  }
  .CarruselPrincipalHome .cont-slider h4 {
    font-size: 40px;
    line-height: initial;
  }
}

@media (max-width: 568px) {
  .img-historia {
    height: 608px;
    width: 100%;
    text-align: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px !important;
  }
  .img-historia .overlay span {
    left: 50%;
    font-size: 14px !important;
    line-height: 22px !important;
    width: 80%;
    vertical-align: middle;
    margin-top: 20px !important;
  }
  .carrusel-historia .swiper-slide.swiper-slide-active .img-historia .overlay {
    border-radius: 15px;
  }
  .paises {
    background-color: #1f213b;
  }
  .paises img {
    margin-right: 10px;
  }
  .paises a i {
    color: white;
  }
}

@media (max-width: 400px) {
  .img-historia .overlay span {
    top: 15% !important;
    left: 50%;
    font-size: 16px !important;
    line-height: 20px !important;
    width: 80%;
    vertical-align: middle;
  }

  .section-unete-lala {
    margin-top: -70px;
  }
}

/* =============== Newsletter =============== */

.parallax-newsletter {
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-newsletter {
  height: 411px;
  background-size: cover;
  background-position: bottom;
  padding: 50px 100px 0px 100px;
}

.section-newsletter h2 {
  font-size: 60px;
  line-height: initial;
}

.section-newsletter .form-group {
  display: inline;
  width: 372px;
}

.section-newsletter .form-group input {
  display: inline;
  width: 372px;
  border-radius: 100px;
  padding-left: 20px;
  margin-right: 10px;
}

.section-newsletter .sec-check {
  margin: 20px 0px 0px 0px;
}

.section-newsletter .tam1 {
  width: 100px;
}

.section-newsletter .btn-movil {
  display: none;
}

@media (max-width: 1270px) {
  .section-newsletter .form-group input {
    width: 300px;
  }
}

@media (max-width: 1024px) {
  .section-newsletter {
    height: 585px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 40px 0px 40px;
  }
  .section-newsletter .form-group input {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .section-newsletter {
    height: 385px;
    min-height: auto;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 30px 0px 30px;
  }
  .section-newsletter h2 {
    font-size: 50px;
  }
  .section-newsletter .form-group input {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .section-newsletter h2 {
    font-size: 40px;
  }
  .section-newsletter {
    height: 550px;
    min-height: 600px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 10px 0px 10px;
  }
  .section-newsletter .form-group input {
    width: 100%;
  }
}

/* =============== Slider 1================ */

.section-wrap {
  height: 840px;
  background-position: center;
  background-size: cover;
  padding: 0px 0px 0px 0px;
}

.section-wrap .opacity {
  height: 840px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  opacity: 0.9;
  position: relative;
  width: 100%;
}

.slider1 {
  height: 840px;
  padding: 0px 100px 0px 100px;
  position: relative;
}

/* ============= Aviso importante =============== */

.aviso-important {
  width: 385px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.59);
  border-radius: 10px;
  display: flex;
  margin-top: -50px;
  background-color: #ffffff;
  right: -340px;
  position: absolute;
  transition: all 0.5s ease;
  cursor: pointer ;
}

.aviso-important .text {
  width: 260px;
  padding: 15px 0;
}

.aviso-important .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.aviso-important .text p {
  font-size: 14px;
  margin: -8px 0px 0px 0px;
  padding: 0px;
}

.btn-circle-red {
  border-radius: 100px;
  background-color: #e4002b;
  width: 41px;
  height: 41px;
  border: none;
  color: #ffffff!important;
  font-size: 20px;
  margin: 15px 0px 0px 10px;
  display: block;
  line-height: 41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-circle-red:hover {
  background-color: #be0226;
}

.btn-circle-red:focus {
  background-color: #be0226;
  outline: none;
}

/* =========== Boton whatsap ========== */

.btn-flotante {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}

.btn-flotante:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn-flotante:focus {
  opacity: 0.8;
}

/* =============== Paddings Secciones ================ */

.pad-seccion-largo {
  padding: 300px 0px;
}

.pad-seccion-corto {
  padding: 80px 0;
}

.pad-seccion-chico {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .pad-seccion-largo {
    padding: 150px 0px;
  }
  .pad-seccion-corto {
    padding: 100px 0;
  }
  .pad-seccion-chico {
    padding: 50px 0;
  }
  /* .pad-seccion-chico img {
    margin-top: 40px;
  } */
}

/* =============== Background ================ */

.bg-gris {
  background-color: #f3f5f8;
}

.fill-gris {
  fill: #f3f5f8;
}

.fill-blanco {
  fill: #fff;
}

/* =============== Sombras ================ */

.sombra-1 {
  box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.16);
}

.sombra-2 {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.sombra-3 {
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.16);
}

/* =============== Ondas ================ */

.division-onda {
  width: 101%;
}

.onda-corta-invertida {
  transform: rotate(180deg);
}

.onda-absoluta-arriba {
  position: absolute;
  top: -1px;
  z-index: 9;
}

.onda-absoluta-abajo {
  position: absolute;
  bottom: -1px;
}

section.ond-neg-vid video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* =============== header hero ================ */

.header-hero {
  height: 85vh;
  position: relative;
  background-attachment: fixed;
}

.header-hero::after {
  content: " ";
  display: block;
  /* position: relative;*/
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.35) 25%,
    rgba(0, 0, 0, 0) 40%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-hero .row {
  z-index: 2;
}

.nuestra-gente-bg {
  background-image: url("../images/nuestra-gente/header-nuestra-gente-bg.jpg");
  background-size: cover;
  background-position: top;
}

.pagina-marca-bg {
  background-image: url("../images/pagina-marca/pagina-marca-bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.pagina-centro-reportes-bg {
  background-image: url("../images/centro-reportes/centro-reportes-bg.jpg");
  background-size: cover;
  background-position: top;
}
.pagina-gobierno-bg {
  background-image: url("/images/gobierno-corporativo/bg1.png");
  background-size: cover;
  background-position: top;
}

.pagina-prensa-eventos-bg {
  background-image: url("/images/prensa-eventos/prensa-eventos-bg.jpg");
  background-size: cover;
  background-position: top;
}

.pagina-overview-bg {
  background-image: url("/images/overview/fondo-overview.jpg");
  background-size: cover;
  background-position: center;
}

.pagina-medio-ambiente-bg {
  background-image: url("/images/medio-ambiente/medio-ambiente-bg.jpg");
  background-size: cover;
  background-position: center;
}

.pagina-emisiones-deuda-bg {
  background-image: url("/images/emisiones-deuda/emisiones-deuda-bg.jpg");
  background-size: cover;
  background-position: center;
}

.pagina-cocina-lala {
  background-image: url("/images/home-cocina-lala/fondo-homelala-bg.jpg");
  background-size: cover;
  background-position: center;
}
.pagina-cam {
  background-image: url("/images/cam/bg2.JPG");
  background-size: cover;
  background-position: center;
}

.pagina-receta-lala {
  background-image: url("/images/receta-cocina-lala/receta-lala-bg.jpg");
  background-size: cover;
  background-position: center;
}
.mes-patrio .video-contenedor{
    display: none;
}
.pagina-home-novedades {
  background-image: url("/images/home-novedades/home-novedades-bg.jpg");
  background-size: cover;
  background-position: center;
}
.pagina-historia {
  background-image: url("../images/nuestra-historia/bg.png");
  background-size: cover;
  background-position: center;
}
.pagina-evolucion-logo {
  background-image: url("../images/evolucion-logotipo/bg.png");
  background-size: cover;
  background-position: center;
}
.pagina-contacto-lala {
  background-image: url("/images/contacto/contacto-lala.jpg");
  background-size: cover;
  background-position: center;
}

.pagina-social-bg {
  background-image: url("../images/social/bg2.png");
  background-size: cover;
  background-position: top;
}

.pagina-atencion-covid-bg {
  background-image: url("../images/atencion-covid/bg.png");
  background-size: cover;
  background-position: top;
}

.pagina-nuestros-productos-bg {
  background-image: url("../images/producto-categoria/bg.png");
  background-size: cover;
  background-position: top;
}

.hero-bg {
  background-size: cover;
  background-position: center;
}

.recetas-bg {
  background-size: cover;
  background-position: center;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

table .even {
  background-color: #f3f5f8 !important;
}

@media (max-width: 768px) {
  .pagina-cocina-lala img,
  .pagina-receta-lala img {
    width: 125px;
    margin-top: 35px;
  }

  .pagina-cocina-lala h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  .recetas-bg img {
    width: 125px;
    margin-top: 35px;
  }

  .recetas-bg h2 {
    font-size: 36px;
    line-height: 1;
  }
}

/* =============== Nuestra Gente ================ */

#nuestra-gente p {
  line-height: 1.63;
}

.mision-vision {
  background-image: url(../images/nuestra-gente/mision-vision-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.mision-vision h3 {
  margin-bottom: 25px;
}

.mision-vision p {
  font-size: 22px;
}

.valor {
  padding: 32px;
  height: 100%;
  box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: #ffffff;
}

.nuestros-valores [class*="col-"] {
  margin-bottom: 30px;
}

svg {
  display: block;
}

.valor h4 {
  color: #0032a0;
  font-family: Signatra;
  font-size: 32px;
}

.valor p {
  font-size: 16px;
  margin: 0;
}

.nuestra-gente {
  background: rgb(0, 50, 160);
  background: radial-gradient(
    circle,
    rgba(0, 50, 160, 1) 0%,
    rgba(0, 25, 80, 1) 100%
  );
  color: #fff;
  position: relative;
}

.cadena-valor-contenedor {
  margin: 70px 0;
}

@media (max-width: 480px) {
  .cadena-valor-contenedor {
    margin: 45px 0;
  }
}

.cadena-valor-opcion {
  text-align: center;
  color: #0032a0;
}

@media (max-width: 960px) {
  .cadena-valor-opcion {
    width: 50%;
  }
  .contenido-vision {
    margin-bottom: 35px;
  }
}

.cadena-valor-opcion img {
  margin-bottom: 10px;
}

/* Seccion Universidad Lala */

.universidad-lala {
  background: rgb(228, 0, 43);
  background: radial-gradient(
    circle,
    rgba(228, 0, 43, 1) 0%,
    rgba(114, 0, 22, 1) 100%
  );
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .universidad-lala h3 {
    font-size: 65px;
  }
}

.universidad-lala p {
  line-height: 1.63;
}

.universidad-opciones {
  padding: 25px 0;
}

.opcion-universidad {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 19% !important;
  margin-right: 10px;
  background-color: #fff;
  padding: 18px;
  border-radius: 16px;
  color: #212529;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 480px) {
  .opcion-universidad {
    flex: 0 0 47% !important;
  }
}

.opcion-universidad:last-child {
  margin-right: 0;
}

.opcion-universidad-titulo {
  font-size: 32px;
  font-family: Signatra;
  color: #0032a0;
  line-height: 1;
  margin-bottom: 12px;
}

.opcion-universidad-descripcion {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

/* Seccion ciclo talento */

.ciclo-talento {
  /* padding: 150px 0; */
}

.resultados-contenedor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 25px;
}

/* Seccion Resultados del programa */

.resultados-programa-card {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #ffffff;
  text-align: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .resultados-contenedor {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .resultados-contenedor {
    grid-template-columns: 1fr 1fr;
  }
}

.resultados-programa-card img {
  height: 55px;
  margin-bottom: 10px;
}

.programa-becarios {
  background: rgb(0, 50, 160);
  background: radial-gradient(
    circle,
    rgba(0, 50, 160, 1) 0%,
    rgba(0, 25, 80, 1) 100%
  );
  position: relative;
  color: #fff;
}

/* Seccion Codigo de etica */

.codigo-etica {
  position: relative;
}

.btn-gris {
  color: #3c3c3c;
}

.btn-hypervinculo {
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #e4002b;
  border: 0px;
  padding: 10px 40px 10px 40px;
  margin-bottom: 25px;
  display: inline-block;
}

.btn-hypervinculo:hover {
  text-decoration: none;
  background-color: #be0226;
  color: #fff;
}

/* =============== Estilos Pagina Producto ================ */

.barra-busqueda-productos {
  background-color: #fff;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 90px;
}

#pagina-producto .barra-busqueda-productos {
  margin-top: 30px;
  margin-bottom: 75px;
}
#nuestras-categorias {
  text-transform: capitalize;
}
#pagina-producto .presSize {
  display: block;
  margin: 0 auto;
  width: 100%;

  text-align: center;
  margin-top: 10px;
  color: #fff;

  font-weight: bold;
  font-size: 11px;
}
#pagina-producto .pressImage {
  filter: brightness(0) invert(1);

}

@media (max-width: 480px) {
  #pagina-producto.gradiante-aqua,
  #pagina-producto.gradiante-azul,
  #pagina-producto.gradiante-rojo,
  #pagina-producto.gradiante-verde
  {
    padding-top: 100px;
  }

  .barra-busqueda-telefono {
    width: 70%;
    text-align: right;
    margin: 0 0 35px auto;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .barra-busqueda-productos {
    padding: 10px 5px;
  }
  .logo-marca {
    margin-bottom: 25px;
    width: 75%;
    margin: 0 auto 45px auto;
    display: block;
  }
}

.lista-productos-marca h3 {
  color: #434343;
}

.transparente {
  background: transparent;
}

/* =============== Estilos Generales producto singular ================ */

.fondo-verde-nutri-par {
  background: #0c563c;
}

.fondo-verde-nutri-inpar {
  background: #85af29;
}

.fondo-onda-verde-par {
  fill: #0c563c;
}

.fondo-onda-verde-inpar {
  fill: #85af29;
}

.fondo-verde-lala-par {
  background: #0c563c;
}

.fondo-verde-lala-inpar {
  background: #85af29;
}

.fondo-onda-verde-lala-par {
  fill: #0c563c;
}

.fondo-onda-verde-lala-inpar {
  fill: #85af29;
}

.fondo-azul-lala-par {
  background: #0032a0;
}

.fondo-azul-lala-inpar {
  background: #006ec8;
}


.fondo-onda-azul-lala-par {
  fill: #0032a0;
}

.fondo-onda-azul-lala-inpar {
  fill: #006ec8;
}

.fondo-rojo-lala-par {
  background: #e4002b;
}

.fondo-rojo-lala-inpar {
  background: #8d001b;
}
.fondo-onda-rojo-lala-inpar {
  fill: #8d001b;
}
.fondo-onda-rojo-lala-par {
  fill: #e4002b;
}

.fondo-onda-red1 {
  background: #a12e39;
}

.fondo-onda-red1-impar {
  fill: #a12e39;
}

.fondo-onda-red1-par {
  fill: #a12e39;
}

.fondo-onda-azul1 {
  background: #002474;
}

.fondo-onda-azul1-impar {
  fill: #002474;
}

.fondo-onda-azul1-par {
  fill: #002474;
}

.fondo-onda-azul2 {
  background: #0379c0;
}

.fondo-onda-azul2-impar {
  fill: #0379c0;
}

.fondo-onda-azul2-par {
  fill: #0379c0;
}

.fondo-onda-red2 {
  background: #aa0222;
}

.fondo-onda-red2-impar {
  fill: #aa0222;
}

.fondo-onda-red2-par {
  fill: #aa0222;
}

.fondo-onda-red3 {
  background: #8d001b;
}

.fondo-onda-red3-impar {
  fill: #8d001b;
}

.fondo-onda-red3-par {
  fill: #8d001b;
}

/*AnimaciĂłn de sombra paralela y llenado del contenedor */

div[class*="producto-onda-"] {
  transform: translateY(-50px);
  transition: background-image 0.2s ease-in-out, transform 0.4s ease-in-out;
  background-position: top;
}

.producto-contenedor:hover {
  filter: drop-shadow(0 4px 5px rgba(0, 16, 40, 0.6));
}

.producto-contenedor:hover div[class*="producto-onda-"] {
  transform: translateY(-100%);
  /* background-image: linear-gradient(to bottom, #AA0222 50%, transparent 50%);*/
  background-size: 100% 200%;
  background-position: top;
  /*background-color: #AA0222;*/
}

.producto-contenedor div[class*="producto-onda-"] svg {
  transition: transform 0.8s ease-in-out;
}

.producto-contenedor:hover div[class*="producto-onda-"] svg {
  transform: scaleX(3);
  transform: scaleY(2.5);
}

.producto-contenedor:hover .producto-imagen {
  margin-top: -15px;
}
.producto-imagen img {
  max-width: 90%;
  display: block;
  margin: 0 auto 30px;
}
.producto-contenedor div[class*="producto-onda-"] svg path {
  /*transition: fill .5s ease;*/
}

.producto-contenedor:hover div[class*="producto-onda-"] svg path {
  /*transition: fill .5s ease;*/
}

.producto-onda-inpar {
  transform: translateY(-50px) scaleX(-1);
}

@media (max-width: 480px) {
  .producto-onda-par {
    transform: translateY(-45px);
  }
  .producto-onda-inpar {
    transform: translateY(-45px) scaleX(-1);
  }
}

.producto-contenedor {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.5s ease;
}

.producto-contenido {
  /* position: absolute;
  bottom: 0; */
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-end;
  width: 100%;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  transition: all 0.5s ease;
  padding-bottom: 15px;
}

.producto-imagen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100px);
  z-index: 2;
  position: relative;
  transition: all 0.7s ease;
  flex-direction: column;
}
@media (max-width: 768px) {
  .producto-imagen {
    transform: translateY(75px);
  }
}
@media (max-width: 480px) {
  .producto-imagen {
    transform: translateY(30px);
  }
}
@media (max-width: 420px) {
  div[class*="producto-onda-"] {
    transform: translateY(-40px);
  }
}

.producto-informacion {
  padding: 0 25px 25px;
}

@media (max-width: 691px) {
  .producto-informacion {
    padding: 0 15px 15px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}

@media (max-width: 480px) {
  .producto-informacion {
    padding: 0 15px 15px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}

.producto-informacion h3 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  font-family: "Futura";
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 691px) {
  .producto-informacion h3 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .producto-informacion h3 {
    font-size: 13px;
  }
}

.producto-link {
  display: flex;
  margin-top: 25px;
}

@media (max-width: 480px) {
  .producto-link {
    margin-top: 10px;
    line-height: initial;
  }
}

.producto-link a {
  color: #fff;
  font-family: "Futura";
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .producto-link a {
    font-size: 9px;
  }
}

.producto-flecha {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .producto-flecha {
    width: 14px;
    margin-left: 13px;
  }
}

.producto-link a:hover {
}

/* =============== Estilos Centro Reportes ================ */

#centro-reportes {
  position: relative;
  color: #707070;
}

#centro-reportes h4 {
  font-size: 47px;
  font-family: Signatra;
  color: #434343;
}

.opcion-fecha {
  cursor: pointer;
  background: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}

@media (max-width: 480px) {
  .opcion-fecha {
    width: 40%;
    padding: 5px 10px;
    margin: 10px 10px;
    text-align:center
  }
}

.opcion-fecha:last-child {
  margin-right: 0;
}

.opcion-fecha.activo {
  background: #00277c;
  color: #fff;
  font-weight: bold;
  transform: scale(1.1);
}

#centro-reportes-tabs a {
  color: #707070;
}

#centro-reportes-tabs .active {
  background-color: #f3f5f8;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.16);
  border-color: rgba(255, 255, 255, 0);
  padding: 15px;
  font-weight: normal;
}

#centro-reportes-tabs .nav-link {
  padding: 15px;
  border: 1px solid #dadada;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-right: 10px;
  border-bottom: 0;
  /* transition: transition 0.5s ease; */
}

.tabs-opciones .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.tabs-opciones .nav-tabs {
  border-bottom: 0;
}

.tabs-opciones .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f3f5f8;
}

.tabs-opciones {
  padding: 75px 0 0;
}

#centro-reportes h3 {
  color: #434343;
}

.tab-content .tab-pane {
  transition: all 0.5s ease;
  height: 0;
}

.tab-content .tab-pane.active {
  height: auto;
}

/* Estilos de folder */

.folder-contenido {
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  border-radius: 6px;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
}

.folder-contenido:hover {
  transform: scale(1.1);
}

.folder-informacion {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  padding: 25px 10px 0;
}

.folder-descargar {
  /* position: absolute;
  bottom: 0;
  right: 0; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.folder-decoracion {
  position: absolute;
  top: -17px;
  left: 0px;
  width: 110px;
  height: 20px;
  background: #fff;
  border-top-right-radius: 6px;
}

.folder-descripcion {
  padding: 0 0 0 10px;
}

.folder-imagen {
  display: flex;
  align-items: center;
  flex: 0 0 30%;
  transition: all 0.5s ease;
}

.folder-imagen img {
  width: 61px;
  height: 75px;
  filter: drop-shadow(0 20px 19px rgba(0, 16, 40, 0.2));
}

.logo-marca {
  margin-bottom: 25px;
  width: 65%;
  margin: 0 auto 45px auto;
  display: block;
}

/* =============== Estilos Pagina de producto ================ */

#pagina-producto {
  position: relative;
}

.gradiante-aqua {
  background-image: linear-gradient(to bottom, #66CDAA, #7FFFD4);
}
.gradiante-azul {
  background-image: linear-gradient(to bottom, #006ec8, #0032a0);
}
.gradiante-rojo {
  background-image: linear-gradient(to bottom, #e4002b, #720016);
}
.gradiante-verde {
  background-image: linear-gradient(to bottom, #85af29, #0c563c);
}


.producto-singular-titular {
  font-family: Signatra;
  font-size: 99px;
  line-height: 0.52;
  text-align: left;
  color: #ffffff;
  margin-bottom: 25px;
}

.producto-singular-sub-titular {
  font-family: "Futura";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
}

.producto-singular-disponibilidad {
  margin-top: 50px;
}

/* =============== CAM ================ */

.parallax {
  background-image: url("img_parallax.jpg");
  height: 900px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-cam-home h4 {
  width: 640px;
}

.slide-cam {
  padding: 150px 10px 0px 0px;
  background-image: url("../images/cam/bg-white.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -150px;
  z-index: 10;
  margin-bottom: -50px;
}

.slide-cam img {
  width: 70%;
}

.content-slide {
  padding: 200px 0px 100px 0px;
}

.imgs-cuad {
  display: inline-block;
}

.img-cuad-big {
  display: inline-block;
  width: 240px;
  height: 261px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.img-cuad-medium {
  display: inline-block;
  width: 155px;
  height: 155px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
  margin-left: 210px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.img-cuad-small {
  display: inline-block;
  width: 118px;
  height: 118px;
  margin: 100px 0px 0px 0px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.img-cuad-big2 {
  display: inline-block;
  width: 240px;
  height: 261px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.section-cam2 {
  padding: 50px 0px 50px 0px;
}

.section-cam2 img {
  margin-top: 150px;
}

.bg-grey {
  background-color: #f3f5f8 !important;
}

@media (max-width: 800px) {
  .section-cam-home h4 {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .slide-cam {
    padding: 100px 10px;
    background-image: url("../images/cam/bg-white-movil.png");
  }
}

/* ========= CAM PRODUCTOS=============== */

.productos-cam {
  padding: 100px 0px 0px 0px;
}

.buscador-producto1 {
  width: 100%;
  height: 67px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0px 0px 110px 0px;
  padding: 12px 20px 10px 20px;
}

.buscador-producto1 .dropdown {
  display: inline-block;
}

.buscador-producto1 .btn-drop-cat {
  background-color: #ffffff;
  border-radius: 0px;
  padding-right: 30px;
}

.buscador-producto1 .btn-drop-cat:focus {
  outline: none;
}

.buscador-producto1 .btn-line {
  background-color: #ffffff;
  border-right: 1px solid #707070;
}

.buscador-producto1 .btn-drop-cat img {
  margin-right: 10px;
  height: 26px;
}

.buscador-producto1 .mart img {
  margin-right: 10px;
  height: 26px;
}

.buscador-producto1 form {
  width: 250px;
  float: right;
}

.buscador-movil {
  width: 200px;
  font-size: 12px;
  font-weight: lighter;
  color: #9c9c9c;
  -webkit-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 12px -7px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
}

.slide-productos-cat {
  padding: 40px 10px;
  background-image: url("../images/producto-categoria/bg-onda-grey.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -130px;
  z-index: 10;
  margin-bottom: 0px;
}

.producto-singular-controles-slide {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

#slide-producto .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d80326;
  box-shadow: 11px 6px 11px 0 rgba(0, 0, 0, 0.16);
  opacity: 1;
  margin-right: 10px;
  cursor: pointer;
}

#slide-producto .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

#slide-producto .swiper-pagination-bullet-active {
  background: #fff;
}

.producto-singular-control {
  font-size: 16px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px 12px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.producto-singular-control:hover {
  opacity: 0.8;
}

/* =============== Estilos Disponible Slider ================ */

#slider-disponible {
  margin: 0;
  width: 300px;
  padding: 0 25px;
}
.producto-singular-disponible-slider .swiper-button-prev {
  left: 0px !important;
}
.producto-singular-disponible-slider .swiper-button-next {
  right: 0px !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  transform: scale(0.45);
}

/* =============== Estilos Disponible Slider ================ */

#slider-lista-productos {
  padding-bottom: 50px;
}

#slider-lista-productos .next,
#slider-lista-productos .prev {
  font-size: 20px;
  border: solid 1px #e6e6e6;
  width: 53px;
  height: 53px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 32px 84px 0 rgb(14 86 124 / 16%);
  cursor: pointer;
}

#slider-lista-productos .next:hover,
#slider-lista-productos .prev:hover {
  opacity: 0.8;
}

.slider-lista-producto-navegacion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.slider-lista-producto-navegacion .swiper-pagination {
  position: relative;
  margin: 0 30px;
}

.slider-lista-producto-navegacion .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  box-shadow: 11px 6px 11px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #afafaf;
  background-color: #fcfcfa;
  margin-right: 10px;
  opacity: 0.5;
}

.slider-lista-producto-navegacion .swiper-pagination-bullet:last-child {
  margin: 0;
}

.slider-lista-producto-navegacion .swiper-pagination-bullet-active {
  background-color: #d80326;
  opacity: 1;
  border: 0;
}

/* =============== Estilos Pagina Prensa Eventos ================ */

#prensa-eventos {
  position: relative;
}

.boton-gris-busqueda {
  border: 1px solid #dee2e6;
  border-left: 0;
  background: #fff;
  color: #6c757d;
}

.boton-gris-busqueda i:hover {
  opacity: 0.5;
}

#tabs-presan-eventos {
  padding: 100px 0 0;
}

.border-radius-top {
  border-top-right-radius: 13px;
}

.border-radius-left {
  border-top-left-radius: 13px;
}

.tabla-eventos .table-striped {
  background-color: #f3f5f8;
}

.eventos-relevantes {
  margin-bottom: 75px;
}

.eventos-relevantes h3 {
  color: #434343;
}

.invitacion-objeto {
  text-align: center;
  box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 40px 25px 10px 25px;
  border-radius: 16px;
  margin-bottom: 25px;
  height: 100%;
}

/* ====== Data Tables ======== */

.dataTables_filter,
.dataTables_length,
.dataTables_info {
  display: none;
}

.page-item.active .page-link {
  background-color: #0032a0;
}

.page-link {
  color: #0032a0;
}

.paginate_button {
  padding: 0 !important;
  margin: -1px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: .75rem !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.members p {
  line-height: 0 !important;
  margin-bottom: 25px;
}

.members-mail {
  margin-top: -10px;
}

/* ======= Gobierno coorporativo ===== */

.section-consejo-admin {
  padding: 160px 0px 160px 0px !important;
  background-image: url("../images/gobierno-corporativo/bg-grey.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -130px;
  z-index: 10;
  margin-bottom: 0px;
}

.section-comite {
  padding: 150px 0px 100px 0px;
  margin-bottom: 130px;
  z-index: 1;
}

.section-senior-man {
  padding: 160px 0px 200px 0px !important;
  background-image: url("../images/gobierno-corporativo/bg-grey.png");
  background-size: cover;
  background-color: transparent;
  margin-top: 0px;
  z-index: 10;
  margin-bottom: 0px;
}

/* =============== Estilos Home cocina lala ================ */

.home-cocina-lala {
  position: relative;
  padding: 150px 0 0;
}

@media (max-width: 575px) {
  .home-cocina-lala {
    padding: 75px 0 0;
  }
}

.busqueda-cocina-lala {
  border-radius: 8px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #9c9c9c;
  padding: 35px;
}

.section-consejo-admin {
  padding: 130px 0px 130px 0px;
  background-image: url("../images/gobierno-corporativo/bg-grey.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -130px;
  z-index: 10;
  margin-bottom: -110px;
}

.invitacion-objeto img {
  margin-bottom: 25px;
}

.invitacion-objeto h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}

.invitacion-objeto a {
  font-size: 20px;
  font-weight: bold;
  color: #707070;
}

.invitacion-contenido {
  margin-bottom: 100px;
}

.invitacion-contenido h5 {
  font-size: 24px;
}

.invitacion-contenido h4 {
  font-family: Signatra;
  font-size: 47px;
  color: #434343;
}

/* =============== Social================ */

.section-social1 {
  padding: 160px 0px 100px 0px;
  background-image: url("../images/social/bg-grey1.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -130px;
  z-index: 10;
  margin-bottom: -110px;
}

.section-social-m {
  background-image: url("../images/social/bg-grey2.png");
  background-size: cover;
  padding: 120px 0px 60px 0px;
}

.section-social2 {
  background-image: url("../images/social/bg-grey3.png");
  background-size: cover;
  padding: 160px 0px 200px 0px;
  background-size: cover;
  background-color: transparent !important;
  z-index: 10000 !important;
}

.section-social1 h4,
.section-social-m h4,
.section-social2 h4 {
  font-family: "Signatra";
  font-size: 58px;
}

.section-social1 img,
.section-social-m img,
.section-social2 img {
  width: 75% !important;
}

.margin-top-sec {
  margin-top: 100px !important;
}

.section-social1 .pad-text,
.section-social-m .pad-text {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .section-social1 img,
  .section-social-m img,
  .section-social2 img {
    width: 100% !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 500px) {
  .section-social1 img,
  .section-social-m img,
  .section-social2 img {
    width: 100% !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 992px) {
  .align-left-c {
    text-align: center !important;
  }
  .align-right-c {
    text-align: center !important;
  }
  .align-right-l {
    text-align: center !important;
  }
  h1 {
    font-size: 100px;
    line-height: 70px;
  }
  h2 {
    font-size: 60px;
    line-height: 50px;
  }
  h4 {
    font-size: 30px;
    line-height: 30px;
  }
  p,
  li {
    font-size: 16px;
  }
  footer .border-right {
    border-right: none !important;
    margin-right: 0px;
  }
  .section-wrap {
    height: 800px;
  }
  .cont-slider {
    height: 800px;
    padding: 0px 40px 0px 40px;
    position: relative;
  }
  .slide-grl {
    height: 650px;
  }
  .slide-grl .opacity {
    height: 650px;
    width: 100%;
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    );
    opacity: 0.9;
  }
  .cont-slider {
    height: 650px;
    padding: 0px 20px 0px 20px;
    position: relative;
  }
  .carousel {
    height: 650px;
  }
  .carousel .control-slider {
    height: 650px;
    width: 100%;
    margin: -860px;
    padding: 400px 0px 0px 0px;
  }
  .carousel .carousel-indicators {
    bottom: 60px;
  }
  .carousel .control-slider {
    padding: 760px 0px 0px 0px;
  }
  .carousel .control-left {
    left: 80px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    padding: 4px 0px 0px 0px;
  }
  .carousel .control-right {
    right: 80px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    padding: 4px 0px 0px 0px;
  }
  .CarruselPrincipalHome .swiper-pagination {
    bottom: 60px !important;
    width: auto !important;
    left: 36% !important;
    right: auto !important;
    position: absolute !important;
  }
  .CarruselPrincipalHome .swiper-pagination {
    bottom: 50px !important;
  }
  .CarruselPrincipalHome .swiper-button-next {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-right: 50px;
  }
  .CarruselPrincipalHome .swiper-button-prev {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-left: 50px;
  }
  .CarruselUneteLala .swiper-pagination {
    bottom: 50px !important;
    left: 50%;

    position: absolute;
  }
  .CarruselUneteLala .swiper-button-next {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-right: 50px;
  }
  .aviso-important{
    width: 315px;
  }
  .aviso-important .text {
    padding:10px 0;
    width:230px;
  }
  .aviso-important .text h4{
    font-size:14px;
  }
  .btn-circle-red {
    width: 31px;
    height: 31px;
    line-height: 31px;
    margin: 15px 5px 0px 0px;
}
  .CarruselUneteLala .swiper-button-prev {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-left: 50px;
  }
  .CarruselEllosSon .swiper-pagination {
    bottom: 50px !important;
    left: 50%;

    position: absolute;
  }
  .CarruselEllosSon .swiper-button-next {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-right: 50px;
  }
  .CarruselEllosSon .swiper-button-prev {
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-top: 220px;
    margin-left: 50px;
  }
  .section-nuestra {
    height: 100%;
    background: radial-gradient(#0032a0, #001950);
    padding: 50px 0px 50px 100px;
  }
  .section-nuestra .title h2 {
    writing-mode: inherit;
    transform: none;
    position: relative;
    text-align: left;
    margin: 0px 0px 50px 0px;
  }

  .img-historia {
    height: 271px;
    width: 100%;
    border-radius: 0px;
    text-align: right;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-historia h3 {
    font-size: 64px;
    bottom: 0px;
    right: 0px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 900;
  }
  .CarruselNuestraHistoria .swiper-slide {
    overflow: hidden;
  }
  .img-historia .overlay span {
    font-size: 20px;
    line-height: 32px;
    color: white;
    position: absolute;
    left: 0;
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-top: -50px !important;
  }
  .section-nuestra .bg-blue {
    background-color: #022349;
    text-align: left;
    height: 271px;
    margin-left: 0px;
    padding: 130px 40px 0px 40px;
  }
  .section-nuestra .bg-blue span {
    font-size: 40px !important;
    width: 100% !important;
    color: #ffffff;
  }
  .section-nuestra .no-margin {
    margin-left: 20px;
  }
  .section-nuestra .col-md-2 .swiper-button-next {
    display: none;
  }
  .CarruselNuestraHistoria .swiper-button-next {
    line-height: 15px;
    width: 80px;
    height: 80px;
    /* margin-top: 100px !important; */
    /* margin-right: 0px; */
    display: block;
    text-align: center;
  }
  .CarruselNuestraHistoria .swiper-wrapper {
    padding-bottom: 100px;
  }
  .section-newsletter .btn-movil {
    display: block;
    margin-top: 15px;
  }
  .section-newsletter .btn-web {
    display: none;
  }
  .section-newsletter .form-group input {
    width: 100%;
  }
  .section-wrap {
    height: 800px;
  }
  .slider1 {
    height: 800px;
    padding: 0px 40px 0px 40px;
    position: relative;
  }
  .aviso-important {
    /*display: none;*/
  }
  .btn-flotante {
    bottom: 20px;
    right: 20px;
  }
  .opcion-universidad {
    flex: 0 0 31% !important;
    margin-bottom: 10px;
  }
  .content-slide {
    padding: 50px 10px 0px 10px;
  }
  .content-inf {
    padding: 0px 10px 0px 10px;
  }
  .parallax {
    background-image: url("img_parallax.jpg");
    height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-cam {
    padding: 100px 10px;
    background-image: url("../images/cam/bg-white-movil-r.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -130px;
    z-index: 10;
    margin-bottom: -110px;
  }
  .img-cuad-big {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin-right: 0px;
  }
  .img-cuad-small {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 100px 0px 0px 0px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
  }
  .img-cuad-medium {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .img-cuad-big2 {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    margin-right: 0px;
  }
  .section-cam2 {
    margin-top: 100px;
    padding: 0px 0px 50px 0px;
  }
  .section-cam2 img {
    margin-top: 50px;
    width: 70%;
  }
  .buscador-producto1 {
    margin: 0px 0px 80px 0px;
  }
  .buscador-producto1 .btn-drop-cat {
    font-size: 12px;
    padding-right: 20px;
  }

  .productos-cam form {
    width: 250px;
    float: right !important;
    margin-bottom: 15px !important;
    font-size: 12px;
  }

  .productos-cam form input {
    font-size: 12px;
  }

  .slide-productos-cat {
    padding: 0px 10px;
    background-image: url("../images/producto-categoria/bg-onda-grey-movil.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -130px;
    z-index: 10;
    margin-bottom: -50px;
  }
  .section-consejo-admin {
    padding: 70px 20px 100px 20px !important;
    background-image: url("../images/gobierno-corporativo/bg-grey-movil.png");
  }
  .section-consejo-admin h3 {
    font-size: 70px;
    line-height: 60px;
  }
  .section-comite {
    padding: 150px 20px 100px 20px;
  }
  .section-comite h3 {
    font-size: 70px;
    line-height: 60px;
  }
  .section-senior-man h3 {
    font-size: 70px;
    line-height: 60px;
  }
  .section-senior-man {
    padding: 70px 20px 100px 20px;
    background-image: url("../images/gobierno-corporativo/bg-grey-movil.png");
  }
  .section-social1 {
    padding: 160px 20px 100px 20px;
    background-image: url("../images/social/bg-grey1-movil.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -130px;
    z-index: 10;
    margin-bottom: -110px;
  }
  .section-social1 img,
  .section-social-m img,
  .section-social2 img {
    width: 100%;
    margin-top: 100px;
  }
  .margin-top-sec {
    margin-top: 50px !important;
  }
  .section-social-m {
    padding: 40px 20px 40px 20px;
  }
  .section-social1 h4,
  .section-social-m h4,
  .section-social2 h4 {
    line-height: 48px;
  }
  .section-social2 {
    padding: 40px 20px 150px 20px;
  }
}

@media (max-width: 768px) {
  .opcion-universidad {
    flex: 0 0 100% !important;
    margin-bottom: 10px;
  }
}

/* Estilos Pagina Receta lala */

.seccion-receta-lala {
  position: relative;
}

.seccion-receta-lala .breadcrumb {
  background: transparent;
}

.seccion-receta-lala .breadcrumb-item.active {
  font-weight: bold;
}

.seccion-receta-lala .breadcrumb-item a {
  color: #707070;
}

.seccion-receta-lala .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

.video-contenedor {
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.video-contenedor video {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.receta-lala-compartir {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #c6a96f;
  margin: 25px 0;
}

@media (max-width: 480px) {
  .receta-lala-compartir {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0 50px;
  }
  .receta-lala-hypervinculo {
    margin-bottom: 15px;
  }
}

.receta-lala-hypervinculo {
  margin-right: 25px;
  display: flex;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.receta-lala-hypervinculo:hover {
  transform: translateY(-4px);
}

.receta-lala-compartir-redes {
  /* display: flex; */
  display: none;
}

.receta-lala-compartir-redes a {
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  display: block;
}

.receta-lala-compartir-redes a:hover {
  transform: translateY(-4px);
}

.swiper-pagination-receta-lala-ingrediente {
  text-align: center;
  z-index: 500;
  position: relative;
  bottom: 0;
}

.swiper-pagination-receta-lala-ingrediente .swiper-pagination-bullet-active {
  background: #c5363e;
}

.receta-lala-ingrediente-utilizado {
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

@media (max-width: 575px) {
  .receta-lala-ingrediente-utilizado {
    margin-bottom: 35px;
  }
}

.receta-lala-lista-ingredientes {
  padding: 75px 0;
}

@media (max-width: 480px) {
  .receta-lala-lista-ingredientes {
    padding: 15px 0;
  }

  .buscador-producto1 {
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0px 0px 60px 0px;
    padding: 12px 5px 10px 5px;
  }

  .buscador-producto1 .btn-drop-cat {
    background-color: #ffffff;
    padding-right: 0px;
  }

  .buscador-producto1 button {
    padding-left: 3px;
  }

  .buscador-producto1 .dropdown-menu a {
    font-size: 12px;
  }
}

#receta-lala-ingredientes .swiper-button-next {
  display: none;
}

#receta-lala-ingredientes .swiper-button-prev {
  display: none;
}

.receta-lala-ingredientes-utilizado-titular {
  padding: 25px;
  background-color: #c6a86f;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  transform: translateY(-40px);
}

.receta-lala-lista-ingredientes h2 {
  color: #612f2f;
  font-size: 24px;
  font-family: "Futura";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}

.receta-lala-preparacion h2 {
  color: #612f2f;
  font-size: 24px;
  font-family: "Futura";
  font-weight: bold;
}

.receta-lala-lista-ingredientes ul {
  padding: 0;
}

.receta-lala-lista-ingredientes li {
  list-style: none;
}

#preparacion-slider .swiper-slide img {
  margin: 0 auto;
  display: block;
  border-radius: 16px;
}

.preparacion-slide-control {
  font-size: 16px;
  color: #c6b093;
  border: 2px solid #c6b093;
  padding: 5px 12px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  height: 39px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preparacion-slide-control.prev {
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.preparacion-slide-control.next {
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (max-width: 480px) {
  .preparacion-slide-control.prev {
    left: 15px;
  }
  .preparacion-slide-control.next {
    right: 15px;
  }
}

.preparacion-slider.swiper-pagination {
  margin: 10px auto 0;
  position: relative;
}

.preparacion-slider.swiper-pagination span {
  margin-right: 8px;
}

.preparacion-slider.swiper-pagination span:last-child {
  margin-right: 0;
}

.preparacion-slider .swiper-pagination-bullet-active {
  background: #381403;
  transform: scale(1.2);
}

/* =============== Estilos Home cocina lala ================ */

.busqueda-cocina-lala {
  border-radius: 8px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #9c9c9c;
  padding: 35px;
}

@media (max-width: 468px) {
  .busqueda-cocina-lala {
    padding: 15px;
  }
}

.busqueda-cocina-lala input {
  border-radius: 8px !important;
}

.busqueda-cocina-lala input[type="radio"] {
  display: none;
}

.busqueda-cocina-lala label {
  font-weight: bold;
}

@media (max-width: 468px) {
  .busqueda-cocina-lala label {
    font-size: 12px;
  }
  .btn-red {
    padding: 0 15px;
  }
}

.reaccion-group label {
  cursor: pointer;
  transition: transform 0.5s ease;
}

.reaccion-group label:hover {
  transform: scale(1.25);
}

.busqueda-cocina-lala input[type="radio"]:checked + label {
  transform: scale(1.4);
}

.reacciones-opcion input {
  margin-right: 10px;
}

.reaccion-group {
  margin-right: 10px;
}

.videoreceta-boton {
  text-decoration: none;
  transition: transform 0.5s ease;
}

.videoreceta-boton:hover {
  opacity: 0.6;
  transform: scale(1.1);
}

.titulo-seccion-recetas h3 {
  text-align: center;
  color: #5d5a55;
}

.titulo-seccion-recetas {
  border-bottom: 1px dashed #89756a;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-seccion-recetas div {
  background: #f3f5f8;
  margin-bottom: -40px;
  width: auto;
  padding: 0 35px;
}

@media (max-width: 968px) {
  .titulo-seccion-recetas div {
    padding: 0px 25px 0 0;
  }
  .titulo-seccion-recetas h3 {
    font-size: 60px;
  }
  .titulo-seccion-recetas {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .titulo-seccion-recetas h3 {
    font-size: 34px;
  }
}

.recetas-call-to-action {
  background-image: url("/images/home-cocina-lala/bg-recetas.jpg");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0 100px;
  height: 100%;
  display: none;
}

.recetas-call-to-action-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(114, 0, 22, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.recetas-call-to-action .onda-absoluta-arriba {
  z-index: 1;
}

.recetas-call-to-action-titulo {
  text-align: center;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
  line-height: 0.81;
}

.recetas-call-to-action-titulo .btn-red {
  padding-top: 13px;
  display: inline-block;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

@media (max-width: 480px) {
  .recetas-call-to-action-titulo .btn-red {
    padding: 13px 24px 0;
  }
}

.recetas-call-to-action-titulo .btn-red:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
  box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.16);
}

/* estilos recetas*/


/* Estilos mansory */

.receta-individual {
  position: relative;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.76);
  border-radius: 16px;
  display: inline-block;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s,
    background-size 2s ease-in;
  cursor: pointer;
}

.receta-individual:hover {
  transform: translateY(-10px);
  /*background-size: 285%;*/
}

.receta-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(114, 0, 22, 0) 35%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
}
#macy-container2 {
    margin: 100px 0 0;
}
#macy-container3{
    margin: 100px 0 0;
}
.receta-individual:nth-child(odd) {
  height: 300px !important;
}

.receta-individual:nth-child(even) {
  height: 450px !important;
}

.oropeza .receta-individual.crema-lala:not(oropeza) {
    display: none;
}
.oropeza .receta-individual.cocina-lala:not(oropeza) {
    display: none;
}

.crema .receta-individual.oropeza:not(crema) {
    display: none;
}
.crema .receta-individual.cocina-lala:not(crema) {
    display: none;
}

.lala .receta-individual.oropeza:not(lala) {
    display: none;
}
.lala .receta-individual.crema-lala:not(lala) {
    display: none;
}


.receta-individual .receta-contenidos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px;
}

.receta-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}

.receta-individual .receta-iconos {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.receta-individual-descripcion {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.receta-icono {
  width: 24px;
  margin-right: 5px;
}

#macy-container {
  margin: 100px 0 0;
}
#acy-container {
  margin: 100px 0 0;
}

@media (max-width: 480px) {
  .receta-individual .receta-contenidos {
    padding: 10px;
  }
  .receta-individual-descripcion {
    font-size: 8px;
    margin-top: 5px;
  }
  .receta-icono {
    width: 15px;
  }
  .receta-icono img {
    width: 15px;
  }
  .receta-titulo {
    font-size: 14px;
  }
  .receta-individual:nth-child(odd) {
    height: 200px !important;
  }
  .receta-individual:nth-child(even) {
    height: 350px !important;
  }
}

/* Estilos pagina novedades */

.novedad-contenedor {
  width: 100%;
  height: 300px;
  background: #ccc;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}

.novedad-tags {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
}

.novedad-tag {
  margin-right: 8px;
  padding: 5px 15px;
  border-radius: 8px;
  text-transform: uppercase;
  z-index: 1;
}

.novedad-tag a {
  color: #fff;
}

a.novedad-tag:hover {
  color: #fff;
}

.novedad-tag:last-child {
  margin-right: 0px;
}

.novedad-tag-azul {
  background-color: #0032a0;
  color: #fff;
}

.novedad-tag-rojo {
  background-color: #e4002b;
  color: #fff;
}

.novedad-titulo {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: black 0.1em 0.1em 0.3em;
  z-index: 1;
}

.novedad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(114, 0, 22, 0) 100%
  );
  border-radius: 20px;
}

.novedad-imagen {
  width: 100%;
  height: 100%;
  background-size: 110%;
  border-radius: 16px;
  transition: background-size 0.5s;
  background-position: center;
  background-size: cover;
}

@media (max-width: 480px) {
  .novedad-imagen {
    background-size: cover;
    background-size: cover;
  }
}

.novedad-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 1em;
  border-radius: 10px;
}

.novedad-imagen{
  transition: transform 0.5s;
}

.novedad-link:hover .novedad-imagen {
  transform: scale(1.1);
}

/* =============== Articulos novedades ================ */

.articulo-novedades h1 {
  font-family: Futura;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}

.articulo-novedades h3 {
  font-size: 24px;
  font-family: "Futura";
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: bold;
}

.articulo-novedades h4 {
  opacity: 0.42;
  font-family: Futura;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 25px;
}

.articulo-novedades img {
  max-width: 100%;
}

.tags-articulo {
  display: flex;
  margin-bottom: 30px;
}

.artiulo-lugar {
  font-family: Futura;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.articulo-fecha {
  opacity: 0.42;
  font-family: Futura;
  font-size: 18px;
}

.articulo-cabezera {
  margin-bottom: 25px;
}

.titulo-seccion-novedades h3 {
  text-align: center;
  color: #5d5a55;
  font-size: 54px;
}

.titulo-seccion-novedades {
  border-bottom: 1px dashed #89756a;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-seccion-novedades div {
  background: #f3f5f8;
  margin-bottom: -40px;
  width: auto;
  padding: 0 35px;
}

@media (max-width: 968px) {
  .titulo-seccion-novedades div {
    padding: 0px 25px 0 0;
  }
  .titulo-seccion-novedades h3 {
    font-size: 60px;
  }
  .titulo-seccion-novedades {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .titulo-seccion-novedades h3 {
    font-size: 34px;
  }
}

.notas-relacionadas {
  margin-top: 75px;
}

.articulo-novedades {
  position: relative;
}

/* =============== Atencion covid ================ */

.section-covid {
  padding: 160px 0px 100px 0px;
  background-image: url("../images/atencion-covid/bg-covid.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -80px;
  z-index: 10;
  margin-bottom: 0px;
}

.section-covid .cont-info {
  padding: 0px 100px 0px 100px;
}

.section-covid .cont-info h3 {
  font-family: "Futura";
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 34px;
}

.section-covid .cont-info .tag-blue {
  display: inline-block;
  background-color: #0032a0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
}
.cont-info .tag-blue {
  display: inline-block;
  background-color: #0032a0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
}

.section-covid .cont-info .tag-red {
  display: inline-block;
  background-color: #e4002b;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
}

.cont-info .tag-red {
  display: inline-block;
  background-color: #e4002b;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  font-weight: 300;
  margin: 0px 10px 10px 0px;
  font-size: 14px;
}

.section-covid .cont-info h5 {
  font-family: "Futura";
  font-size: 24px;
}

.section-covid .cont-info h6 {
  font-family: "Futura";
  font-size: 18px;
  opacity: 0.4;
  margin: 10px 0px 40px 0px;
}

.section-covid .cont-info video {
  width: 100%;
  height: 500px;
}

.section-covid .cont-info p {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px 30px 0px;
}

.section-covid .cont-info li {
  font-size: 16px;
  line-height: 26px;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 992px) {
  .section-covid .cont-info {
    padding: 0px 20px 0px 20px !important;
  }
  .section-covid {
    padding: 100px 0px 100px 0px;
    background-image: url("../images/atencion-covid/bg-covid-movil.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -160px;
    z-index: 10;
    margin-bottom: -140px;
  }
  .section-covid .cont-info video {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 828px) {
  .section-covid .cont-info {
    padding: 0px 20px 0px 20px !important;
  }
  .section-covid .cont-info video {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 766px) {
  .section-covid .cont-info {
    padding: 0px 20px 0px 20px;
  }
  .section-covid .cont-info video {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 688px) {
  .section-covid .cont-info {
    padding: 0px 20px 0px 20px !important;
  }
  .section-covid .cont-info video {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .section-covid {
    padding: 100px 0px 100px 0px;
    background-image: url("../images/atencion-covid/bg-covid-movil.png");
    background-size: cover;
    background-color: transparent;
    margin-top: -160px;
    z-index: 10;
    margin-bottom: 0px;
  }
  .section-covid .cont-info {
    padding: 0px 20px 0px 20px !important;
  }
  .section-covid .cont-info h3 {
    font-family: "Futura";
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .section-covid .cont-info .tag-blue {
    font-size: 12px;
  }
  .section-covid .cont-info .tag-red {
    font-size: 12px;
  }
  .section-covid .cont-info video {
    width: 100%;
    height: 200px;
  }
}

/*Responsive*/

@media (max-width: 768px) {
  .CarruselPrincipalHome .swiper-pagination {
    bottom: 160px !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    position: absolute !important;
  }
  .CarruselUneteLala .swiper-pagination {
    left: 55%;

    position: absolute;
  }
  .CarruselEllosSon .swiper-pagination {
    left: 55%;

    position: absolute;
  }
  .header-hero {
    height: 65vh;
  }
  .header-hero.pagina-marca-bg {
    height: 55vh;
    background-size: auto 60%;
  }
}

/* =============== Atencion covid ================ */

.section-historia {
  padding: 100px 0px 0px 0px;
  background-image: url("../images/nuestra-historia/bg-white.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -160px;
  z-index: 10;
  margin-bottom: -140px;
}

.swiper-slide .title-his {
  padding: 100px 80px 0px 100px;
  color: #2b2f57;
}

.section-historia .space1 {
  margin-top: 200px;
}

.sec-card-hitoria {
  padding-left: 50px;
  padding-right: 50px;
  height: 500px;
}

.sec-card-hitoria .card-historia {
  background-size: cover;
  background-position: center;
  margin: 20px 0px 0px 0px;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.sec-card-hitoria .info-card {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  padding: 100px 40px 0px 40px;
}

.sec-card-hitoria .info-card p {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

.sec-card-hitoria:hover .info-card {
  display: block;
  height: 350px;
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transitio: all 2s ease;
  transition: all 2s ease;
  text-align: center;
}

.sec-card-hitoria:hover .card-historia {
  margin-top: -5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(1);
}

.sec-card-hitoria:hover .fech-card-his {
  margin-top: 0px;
  margin-left: -120px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10000;
}

.fech-card-his {
  background-color: #e4002b;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin-top: -60px;
  z-index: 100;
  color: #ffffff;
  font-size: 30px;
  padding: 50px 0px 0px 0px;
  text-align: center;
  margin-left: -60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.fech-card-his p {
  color: #ffffff;
  font-size: 30px;
}

@media (max-width: 480px) {
  .section-historia {
    padding: 100px 0px 200px 0px;
    background-image: url("../images/nuestra-historia/bg-white-movil.png");
  }
  .section-historia h2 {
    font-size: 70px;
    color: #2b2f57;
    text-align: center;
    line-height: 50px;
  }
  .section-historia .space1 {
    margin-top: 100px;
  }
  .sec-card-hitoria {
    padding-left: 20px;
    padding-right: 0px;
    height: 380px;
  }
  .sec-card-hitoria .card-historia {
    background-size: cover;
    background-position: center;
    margin: 20px 0px 0px 0px;
    height: 300px;
  }
  .fech-card-his {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-top: -30px;
    margin-left: -20px;
    font-size: 16px;
    padding: 20px 0px 0px 0px;
  }
  .fech-card-his p {
    font-size: 18px;
  }
  .sec-card-hitoria .info-card p {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
  }
  .sec-card-hitoria:hover .fech-card-his {
    margin-top: 0px;
    margin-left: -20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transitio: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10000;
  }
}

/* ======== Evolucion lopgotipo  =========== */

.section-ev-logotipo {
  padding: 100px 0px 0px 0px;
  background-image: url("../images/nuestra-historia/bg-white.png");
  background-size: cover;
  background-color: transparent;
  margin-top: -160px;
  z-index: 10;
  margin-bottom: 0px;
}

.slide-principal .img-title-logo img {
  height: auto;
}

.slide-principal .img-logo {
  height: 350px;
}

.section-ev-logotipo .card-log-left {
  height: 430px;
  text-align: center;
}

.section-ev-logotipo .card-log-left img {
  height: 300px;
  margin-top: 30px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-left h4 {
  font-size: 85px;
  color: #000000;
  opacity: 0.5;
  margin-top: -70px;
  margin-left: 0px;
  font-family: "Signatra";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .section-ev-logotipo .card-log-left:hover img {
  margin-top: 0px;
  height: 370px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-left:hover h4 {
  font-size: 120px;
  opacity: 1;
  margin-top: -50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-right {
  height: 430px;
  text-align: center;
  margin-left: -100px;
}

.section-ev-logotipo .section-ev-logotipo .card-log-right img {
  height: 300px;
  margin-top: 30px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-right h4 {
  font-size: 85px;
  color: #000000;
  opacity: 0.5;
  margin-top: -70px;
  margin-left: 230px;
  font-family: "Signatra";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-right:hover img {
  margin-top: 0px;
  height: 370px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .card-log-right:hover h4 {
  font-size: 120px;
  opacity: 1;
  margin-top: -50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transitio: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-ev-logotipo .marg-top-card {
  margin-top: 200px;
}

@media (max-width: 480px) {
  .section-ev-logotipo {
    margin-top: -260px;
    padding: 100px 0px 0px 0px;
    background-image: url("../images/nuestra-historia/bg-white-movil.png");
  }
  .slide-principal .img-title-logo img {
    height: 100px;
  }
  .pagina-evolucion-logo .img-title-logo img {
    height: 80px;
  }
  .pagina-evolucion-logo h2 {
    margin: 70px 0px 0px 0px;
    font-size: 56px;
  }
  .slide-principal .img-logo {
    height: 200px;
  }
  .section-ev-logotipo .card-log-left {
    height: 300px;
    text-align: center;
  }
  .section-ev-logotipo .card-log-left img {
    height: 180px;
    margin-top: 30px;
  }
  .section-ev-logotipo .card-log-left h4 {
    font-size: 60px;
    color: #000000;
    opacity: 0.5;
    margin-top: -30px;
  }
  .section-ev-logotipo .card-log-left:hover img {
    margin-top: 0px;
    height: 210px;
  }
  .section-ev-logotipo .card-log-left:hover h4 {
    font-size: 80px;
    opacity: 1;
    margin-top: -10px;
  }
  .section-ev-logotipo .card-log-right {
    height: 300px;
    text-align: center;
    margin-left: -70px;
  }
  .section-ev-logotipo .card-log-right img {
    height: 180px;
    margin-top: 30px;
  }
  .section-ev-logotipo .card-log-right h4 {
    font-size: 60px;
    color: #000000;
    opacity: 0.5;
    margin-top: -30px;
    margin-left: 130px;
  }
  .section-ev-logotipo .card-log-right:hover img {
    margin-top: 0px;
    height: 210px;
  }
  .section-ev-logotipo .card-log-right:hover h4 {
    font-size: 80px;
    opacity: 1;
    margin-top: -10px;
  }
  .section-ev-logotipo .marg-top-card {
    margin-top: 130px;
  }
}

/* =============== Estilos Pagina Overview ================ */

.overview-sustainability-report {
  position: relative;
}

.overview-sustentabilidad-elemento {
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  display: block;
  border-radius: 17px;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.overview-sustentabilidad-elemento:hover {
  transform: translateY(-5px);
}

.overview-sustentabilidad-elemento img {
  width: 100%;
}

.overview-secciones h3 {
  font-family: Signatra;
  font-size: 58px;
  color: #434343;
}

/* ======== Lala en el mundo  =========== */

.section-lala-mundo {
  background-image: url("../images/lala-en-mundo/fondo-rojo.svg");
  background-size: cover;
  background-color: transparent;
  padding: 150px 0px 200px 0px;
  transition: all 0.5s ease;
}

.section-lala-mundo .contenido-mundo {
  padding: 50px 0px;
}

.section-lala-mundo .contenido-mundo img {
  width: 90px;
  margin: 0px 0px 30px 0px;
}

.section-lala-mundo .contenido-mundo h4 {
  font-size: 60px;
  margin: 0px 0px 20px 0px;
  font-weight: 900;
  font-family: "Futura";
}

.section-lala-mundo .contenido-mundo h5 {
  font-size: 25px;
  margin: 0px 0px 20px 0px;
  font-family: "Futura";
  color: #ffffff;
}

.section-lala-mundo .contenido-mundo .col-md-4:nth-child(2) h5 {
  width: 140px;
  margin: auto;
}

.cont-tab-mundo {
  margin-top: -300px;
}

.cont-tab-mundo .nav {
  display: list-item !important;
}

.cont-tab-mundo .nav li a {
  display: list-item !important;
  text-decoration: none;
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  text-align: right;
  color: #ffffff;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.cont-tab-mundo .nav li a.active {
  font-size: 22px;
}
.cont-tab-mundo .nav li a:hover {
  opacity: 1;
}

.cont-tab-mundo .nav li a:focus {
  opacity: 1;
}

.cont-tab-mundo .line {
  width: 53px;
  border-bottom: 1px solid #ffffff;
  margin: 3px 0px 10px 0px;
  margin-left: auto;
  opacity: 0.5;
}

.section-lala-mundo .no-margin {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 10px;
}

.contenido-mundo .no-tam {
  height: 140px;
}

@media (max-width: 992px) {
  .section-lala-mundo {
    background-image: url("../images/lala-en-mundo/bg-red-movil.png");
    padding: 100px 0px 200px 0px;
  }
  .section-lala-mundo h1 {
    font-size: 70px;
    margin: 0px 0px 0px 0px;
  }
  .section-nuestra .row {
    background: transparent;
  }
  .cont-tab-mundo {
    margin-top: -200px;
  }
  .cont-tab-mundo-movil {
    margin-top: 0px;
    padding: 40px 0px 0px 0px;
    font-family: "Futura";
  }
  .cont-tab-mundo-movil .nav {
    display: inline-block !important;
  }
  .cont-tab-mundo-movil .nav-item {
    display: inline-block !important;
  }
  .cont-tab-mundo-movil .nav-item li {
    display: inline-block !important;
  }
  .cont-tab-mundo-movil .nav-item a {
    color: #ffffff;
    font-family: "Futura";
    margin: 0px 40px 10px 0px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    opacity: 0.5;
    display: inline-block !important;
  }
  .cont-tab-mundo-movil .nav-item a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .cont-tab-mundo-movil .nav-item a:focus {
    opacity: 1;
    text-decoration: none;
  }
  .section-lala-mundo .no-margin {
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .section-lala-mundo .contenido-mundo {
    padding: 30px 0px 30px 0px;
  }
  .section-lala-mundo .contenido-mundo h4 {
    font-size: 50px;
    margin: 0px 0px 20px 0px;
  }
  .section-lala-mundo .contenido-mundo h5 {
    font-size: 20px;
    margin: 0px 0px 40px 0px;
  }
}

.bg-zindex-2 {
  z-index: -2;
}

@media (max-width: 500px) {
  .section-lala-mundo .contenido-mundo img {
    width: 100px;
    margin: 0px 0px 30px 0px;
  }
}

/* ======== Megamenu news  =========== */

.megamenu-header {
  width: 860px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 23px;
  padding: 0px !important;
}

/* Catergoria */

.megamenu-header .megamenu-categoria {
  padding: 20px 0px 20px 20px;
}

.megamenu-header .megamenu-categoria h5 {
  font-size: 26px;
  color: #000000;
  margin: 0px 0px 10px 10px;
}

.megamenu-header .megamenu-categoria .nav-pills {
  margin-left: -40px;
}

.megamenu-header .megamenu-categoria .nav-item {
  width: 100%;
  border-radius: 100px 0px 0px 100px;
  color: #000000;
  font-size: 17px;
}

.megamenu-header .megamenu-categoria .nav-item i {
  float: right;
}

.megamenu-header .megamenu-categoria .nav-pills .nav-link {
  color: #000000;
  height: 34px;
  padding: 5px 10px 0px 50px;
  transition: all 0.2s ease;
}

.megamenu-header .megamenu-categoria .nav-pills .nav-link i {
  margin-top: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.megamenu-header .megamenu-categoria .nav-pills .nav-link:focus i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.megamenu-header .megamenu-categoria .nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  background: #e4002b !important;
  border-radius: 100px 0px 0px 100px;
  color: #ffffff;
  box-shadow: 6px 6px 13px rgb(0 0 0 / 40%);
}

.megamenu-header .megamenu-categoria .nav-pills .nav-link.active i {
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Subatergoria */

.megamenu-header .no-margin {
  margin-right: 0px;
  padding-right: 0px;
}

.megamenu-header .megamenu-subcategoria {
  padding: 20px 0px 0px 0px !important;
}

.megamenu-header .megamenu-subcategoria h5 {
  font-size: 26px;
  color: #000000;
  margin: 0px 0px 10px 10px;
}

.megamenu-header .megamenu-subcategoria .nav-tabs {
  width: 100% !important;
  padding: 0px !important;
  margin-right: -20px !important;
  border: none !important;
}

.megamenu-header .megamenu-subcategoria .nav-tabs .nav-item {
  width: 100%;
  border-radius: 100px 0px 0px 100px;
  color: #000000;
  font-size: 17px;
  margin: 0px;
}

.megamenu-header .megamenu-subcategoria .nav-tabs a {
  width: 100%;
  border-radius: 100px 0px 0px 100px;
  color: #000000;
  font-size: 17px;
  margin: 0px;
  background-color: transparent !important;
}

.megamenu-header .megamenu-subcategoria .nav-tabs .nav-link {
  color: #000000;
  height: 34px;
  padding: 5px 10px 0px 20px;
  background-color: transparent !important;
}

.megamenu-header .megamenu-subcategoria .nav-tabs .nav-link.active,
.show > .nav-tabs .nav-link {
  background: #e4002b !important;
  border-radius: 100px 0px 0px 100px;
  color: #ffffff;
}

/* Imagen */

.megamenu-header .section-img {
  text-align: center;
  padding-top: 130px;
}

.megamenu-header .section-img img {
  width: 100%;
}

.section-responsiblidad-menu .dropdown:hover > .dropdown-menu {
  /*display: block;*/
}

.section-responsiblidad-menu .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  /*pointer-events: none;*/
}

.section-responsiblidad-menu .dropdown-menu {
  margin-top: -174px;
  padding-left: 20px;
  margin-left: 277px;
  padding-right: 0px;
  width: 240px;
  border-radius: 0 20px 20px 0;
  box-shadow: inset 4px 0px 4px rgb(0 0 0 / 20%);
  height: 230px;
  padding-top: 30px;
  border: none;
}

.section-responsiblidad-menu .dropdown-menu h5 {
  margin-bottom: 20px;
}

.section-responsiblidad-menu .dropdown-menu a {
  margin-right: 0px;
  margin-left: -40px;
  padding-left: 0px;
  width: 240px;
}

.section-responsiblidad-menu a i {
  float: right;
  display: inline-block;
}



/* ======== Megamenu marca  =========== */

.section-marca-menu .dropdown:hover > .dropdown-menu {
  /* display: block;*/
}

.section-marca-menu .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  /*pointer-events: none;*/
}

.section-marca-menu .dropdown a:hover i{
  /*transform: rotate(180deg);*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-marca-menu .dropdown-menu {

  margin-left: 276px;
  padding-right: 0px;
  width: 540px;
  border-radius: 0 20px 20px 0;
  box-shadow: inset 4px 0px 4px rgb(0 0 0 / 20%);
  height: 533px;
  border: none;
  top:67px
}

.section-marca-menu .dropdown-menu img{
  float: right;
  width: 230px;
  margin-top: 150px;
  margin-right: 10px;
}

.section-marca-menu .dropdown-menu .section-subcategoria-grey{
  display: inline-block;
  width: 280px;
  height: 533px;
  padding-left: 20px;
  padding-top: 30px;
  background-color: #f4f4f4;
  margin-top: -8px;
  padding-right: 0px;
}

.section-marca-menu .dropdown-menu h5 {
  margin-bottom: 10px;
  margin-left: 12px;
}

.section-marca-menu .dropdown-menu a {
  margin-right: 0px;
  margin-left: -35px;
  padding-left: 0px;
  width: 280px;
}

.section-marca-menu a i {
  float: right;
  display: inline-block;
}

/* ======== Space top megamenu dropdown  =========== */

.section-marca-menu .dropdown:nth-of-type(1) .dropdown-menu{
  margin-top: -138px;
}

.section-marca-menu .dropdown:nth-of-type(2) .dropdown-menu{
  margin-top: -172px;
}

.section-marca-menu .dropdown:nth-of-type(3) .dropdown-menu{
  margin-top: -206px;
}

.section-marca-menu .dropdown:nth-of-type(4) .dropdown-menu{
  margin-top: -240px;
}

.section-marca-menu .dropdown:nth-of-type(5) .dropdown-menu{
  margin-top: -274px;
}

.section-marca-menu .dropdown:nth-of-type(6) .dropdown-menu{
  margin-top: -308px;
}

.section-marca-menu .dropdown:nth-of-type(7) .dropdown-menu{
  margin-top: -342px;
}

.section-marca-menu .dropdown:nth-of-type(8) .dropdown-menu{
  margin-top: -376px;
}

.section-marca-menu .dropdown:nth-of-type(9) .dropdown-menu{
  margin-top: -410px;
}

.section-marca-menu .dropdown:nth-of-type(10) .dropdown-menu{
  margin-top: -444px;
}

.section-marca-menu .dropdown:nth-of-type(11) .dropdown-menu{
  margin-top: -478px;
}

.section-marca-menu .dropdown:nth-of-type(12) .dropdown-menu{
  margin-top: -512px;
}

.section-marca-menu .dropdown:nth-of-type(13) .dropdown-menu{
  margin-top: -546px;
}

.section-marca-menu .dropdown:nth-of-type(14) .dropdown-menu{
  margin-top: -580px;
}
.section-producto-menu .m-t-d-105 {
  margin-top: -105px;
}

.section-producto-menu .dropdown:nth-of-type(1) .dropdown-menu{
    margin-top: -105px;
}
.section-producto-menu .dropdown:nth-of-type(2) .dropdown-menu{
  margin-top: -139px;
}
.section-producto-menu .dropdown:nth-of-type(3) .dropdown-menu{
  margin-top: -173px;
}
.section-producto-menu .dropdown:nth-of-type(4) .dropdown-menu{
  margin-top: -207px;
}
.section-producto-menu .dropdown:nth-of-type(5) .dropdown-menu{
  margin-top: -241px;
}
.section-producto-menu .dropdown:nth-of-type(6) .dropdown-menu{
  margin-top: -275px;
}
.section-producto-menu .dropdown:nth-of-type(7) .dropdown-menu{
  margin-top: -309px;
}
.section-producto-menu .dropdown:nth-of-type(8) .dropdown-menu{
  margin-top: -343px;
}
.section-producto-menu .dropdown:nth-of-type(9) .dropdown-menu{
  margin-top: -377px;
}
.section-producto-menu .dropdown:nth-of-type(10) .dropdown-menu{
  margin-top: -411px;
}

/* ======== Megamenu producto  =========== */

.section-producto-menu .dropdown:hover > .dropdown-menu {
  /*display: block;*/
}

.section-producto-menu .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  /*pointer-events: none;*/
}

.section-producto-menu .dropdown a:hover i{
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-producto-menu .dropdown-menu {

  margin-left: 276px;
  padding-right: 0px;
  width: 540px;
  border-radius: 0 20px 20px 0;
  box-shadow: inset 4px 0px 4px rgb(0 0 0 / 20%);
  height: 431px;
  border: none;
}

.section-producto-menu .dropdown-menu img{
  float: right;
  width: 230px;
  margin-top: 120px;
  margin-right: 10px;
}

.section-producto-menu .dropdown-menu .section-subcategoria-grey{
  display: inline-block;
  width: 280px;
  height: 431px;
  padding-left: 20px;
  padding-top: 30px;
  background-color: #f4f4f4;
  margin-top: -8px;
  padding-right: 0px;
}

.section-producto-menu .dropdown-menu h5 {
  margin-bottom: 10px;
  margin-left: 12px;
}

.section-producto-menu .dropdown-menu a {
  margin-right: 0px;
  margin-left: -35px;
  padding-left: 0px;
  width: 280px;
}

.section-producto-menu a i {
  float: right;
  display: inline-block;
}


/* ======== Estilos Contacto  =========== */

.contenedor-formulario {
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
}

.contenedor-formulario h3 {
  color: #0032a0;
  font-size: 58px;
  line-height: 0.8;
}

.contenedor-formulario label {
  font-size: 14px;
  font-weight: bold;
  color: #373a3c;
}

.contenedor-formulario input,
select {
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
}

.lala-te-escucha {
  background-color: #0032a0;
  padding: 50px 35px;
  color: #fff;
}

.lala-te-escucha ul {
  margin-top: 35px;
  padding: 0;
}

.lala-te-escucha h3 {
  font-family: Signatra;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}

.lala-te-escucha img {
  margin-right: 5px;
}

.lala-te-escucha a {
  color: #fff;
}

.icono-lala-te-escucha {
  margin-right: 12px;
}

.lala-te-escucha li {
  display: flex;
  font-size: 14px;
  margin-bottom: 25px;
}

.enviar-formulario {
  background-color: #0032a0;
  color: #fff;
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.enviar-formulario:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.2);
}

.contenido-extra-contacto {
  margin: 50px 0;
}

.contenido-extra-contacto h4 {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
}

.contenido-extra-contacto a {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.contenido-extra-contacto ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 25px;
  justify-content: flex-start;
}

.contenido-extra-contacto li {
  list-style: none;
  margin-right: 25px;
  margin-bottom: 25px;
}

.contenido-extra-contacto li:last-child {
  margin-right: 0;
}

/* ======== Nuestra historia new =========== */

.section-100 {
  max-width: 100% !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}

#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
  overflow-x: visible;
  padding:50px;
}

.pin-wrap {
  height: 80vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 10px;
}

.pin-wrap > * {
  min-width: 670px;
}

.padd-top{
  margin-top: -200PX;
}



.pin-wrap h1 {
  margin: 0px 0px 0px 200px;
  color: #2b2f57;
}

#sectionPin .circle-fech {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #e4002b;
  color: #ffffff;
  font-size: 38px;
  font-family: "Futura";
  text-align: center;
  padding-top: 50px;

  z-index: 1000 !important;
  position: absolute;
}

.w-100px{
  width: 200px !important;
}

.card-historia2 {
  background-size: cover;
  background-position: center;
  margin: 0px 0px 20px 0px;
  position: relative;
  height: 348px;
  width: 560px;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1 !important;
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-historia2 p {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  text-shadow: 2px 4px 2px rgb(0 0 0 / 60%);
  font-weight: bold;
}

.card-historia2:hover .feat-image {
  transform: scale(1.1);
  filter: grayscale(1);
}

.card-historia2 .feat-image {
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.card-historia2 .opacity {
  height: 348px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: relative;
}

.card-historia2 .info {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
}

.feat-image {
  transition: 0.2s all ease-in-out;
}

.title-movil-c h1 {
  font-size: 70px;
  color: #2b2f57;
  text-align: center;
  margin: 50px 0px 0px 0px;
}

@media (max-width: 500px) {
  .pin-wrap > * {
    min-width: 300px;
  }
  #sectionPin{
    padding:120px 50px 0px!important;
  }
  .card-historia2 {
    height: 270px;
    width: 260px;
  }
  .card-historia2 .opacity{
    height:100%
  }
  .card-historia2 .info{
    top:40%;
  }
  .card-historia2 img {
    width: 260px;
    height: auto !important;
  }

  .card-historia2 p {
    font-size: 18px;
    line-height: 24px;
  }

  .section-card-carrusel .circle-fech {
    width: 80px !important;
    height: 80px !important;
    font-size: 22px !important;
    padding-top: 30px !important;
    margin: -60px 0px 0px -40px !important;
  }

  .section-card-carrusel .circle-fech {
    width: 80px;
    height: 80px;
    font-size: 22px;
    padding-top: 30px;
    margin: -60px 0px 0px -40px;
  }

  .pagina-historia h4 {
    font-size: 16px !important;
    line-height: 18px;
  }
}

@media (max-width: 340px) {

  #sectionPin {
    padding:30px 50px 0px!important;
  }

}

/* ======== Evolucion Logotipo New =========== */

.section-evol-lo .pin-wrap > * {
  min-width: 400px;
  margin-right: 30px;
}

.card-logo-evol {
  width: 250px !important;
}

.card-logo-evol img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-logo-evol h5 {
  font-size: 86px;
  color: #676767;
  font-family: "Signatra";
  margin-top: -80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-logo-evol:hover img {
  margin-top: -40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card-logo-evol:hover h5 {
  margin-top: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.m-t-car-1 {
  margin-top: 100px;
}

.m-t-car-2 {
  margin-top: -100px;
}

.m-card-2 {
  margin-right: 140px !important;
}

.m-card-3 {
  margin-right: 200px !important;
}

@media (max-width: 500px) {
  .section-evol-lo .pin-wrap > * {
    min-width: 250px;
    margin-right: 0px;
  }

  .card-logo-evol h5 {
    font-size: 60px;
    color: #676767;
    font-family: "Signatra";
    margin-top: -50px;
  }
}

.gallery {
  display: flex;
  margin-left: 12vw;
  padding-right: 12vw;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.gallery__item {
  margin: 0 3vw;
  display: grid;
  grid-template-areas:
    "... ..."
    "... gallery-image"
    "... ...";
  grid-template-columns: 8rem 21vmax;
  grid-template-rows: 8rem 28vmax 3rem;
  will-change: transform;
}

.gallery__item:nth-child(even) {
  padding-top: 10vh;
}

.gallery__item-img {
  grid-area: gallery-image;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

.gallery__item-imginner {
  background-size: cover;
  background-position: 50% 0;
  width: 500px !important;
  margin-top: -7vh;
  will-change: transform;
}

@media (max-width: 480px) {
  .gallery__item-imginner {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-top: -7vh;
    will-change: transform;
  }
}

.gallery__item-caption {
  display: grid;
  grid-template-areas:
    "gallery-number gallery-title"
    "gallery-link ..."
    "gallery-link gallery-tags";
  grid-template-columns: 8rem auto;
  grid-template-rows: 8rem auto 3rem;
  margin-top: 200px;
}

.gallery__item-caption2 {
  display: grid;
  grid-template-areas:
    "gallery-number gallery-title"
    "gallery-link ..."
    "gallery-link gallery-tags";
  grid-template-columns: 8rem auto;
  grid-template-rows: 8rem auto 3rem;
  margin-top: 160px;
  margin-left: 50px;
}

.gallery__item-number {
  grid-area: gallery-number;
  font-size: 6rem;
  font-size: clamp(2.5rem, 9vw, 6.5rem);
  justify-self: end;
  padding-right: 2rem;
  color: var(--color-gallery-number);
}

.gallery__item-title {
  grid-area: gallery-title;
  margin: 0;
  font-size: 4rem;
  font-size: clamp(2rem, 5vw, 4rem);
  color: var(--color-gallery-title);
}

.gallery__item-number,
.gallery__item-title,
.gallery__text {
  font-family: moret, serif;
  font-weight: 800;
  font-style: italic;
  align-self: center;
}

.gallery__item-link {
  grid-area: gallery-link;
  align-self: end;
  font-size: 30px;
  background: var(--color-gallery-link-bg);
  color: var(--color-gallery-link);
  text-decoration: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #e4002b;
  color: #ffffff !important;
}

.gallery__item-link2:focus,
.gallery__item-link2:hover {
  background: var(--color-gallery-link-bg-hover);
  color: var(--color-gallery-link-hover);
  text-decoration: none;
}

.gallery__item-link2 {
  grid-area: gallery-link;
  align-self: end;
  font-size: 85px;
  background: var(--color-gallery-link-bg);
  color: var(--color-gallery-link);
  text-decoration: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: none;
  color: #676767 !important;
  font-family: "Signatra";
}

.gallery__item-link:focus,
.gallery__item-link:hover {
  background: var(--color-gallery-link-bg-hover);
  color: var(--color-gallery-link-hover);
  text-decoration: none;
}

.gallery__item-tags {
  grid-area: gallery-tags;
  justify-self: end;
  font-size: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
  cursor: pointer;
}

.gallery__text {
  font-size: 120px;
  line-height: 0px;
  margin: 0 10vw 0 14vw;
}

.gallery__text-inner {
  display: block;
  color: #2b2f57;
}

.info-card-historia {
  height: 100%;
  width: 100px;
  color: #ffffff;
  padding: 140px 20px 100px 20px;
  width: 100% !important;
  display: block;
  text-align: center;
}

.info-card-historia span {
  color: #ffffff;
  font-size: 18px;
  width: 100% !important;
  overflow: none;
  word-wrap: break-word !important;
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.3em;
}

#layout-footer {
 padding: 0;
}

/*RESPONSIVO GENERAL*/
@media screen and (max-width: 768px) {
  h3 {
    font-size: 60px;
  }
  .section-consejo-admin {
    padding: 50px 20px !important;
  }

  .section-comite {
    padding: 50px 20px;
    z-index: 1;
  }

  .section-senior-man {
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 580px) {
  .header-hero {
    background-attachment: inherit;
  }
  .pagina-cam h4 {
    display: none;
  }

  .header-hero.pagina-marca-bg {
    height: 190px;
    margin-top: 100px;
    background-size: 100%;
    background-attachment: unset;
  }
  .header-hero.pagina-marca-bg::before {
    content: "";
    width: 100%;
    display: block;
    height: 100px;
    position: absolute;
    top: -100px;
    background-color: rgb(42, 46, 86);
  }

  .contenido-extra-contacto li {
    width: 100%;
  }
  .pagina-nuestros-productos-bg h2 {
    margin-top: 300px;
  }
  .kantar{
    background-position:right
  }
}
@media screen and (max-width: 420px) {
  .pagina-home-novedades h4 {
    font-size: 18px;
    line-height: initial;
  }

  .lalakantar {
    font-size: 38px;
    line-height: 42px;
  }
}
.sc-7dvmpp-1{
  display: none!important;
}

.slide-principal .layer {
  max-width: 400px;
}

.family {
  display: none;
}

.containwer-fluid {
  height: 75%;
}

@media screen and (max-width: 580px) {
  .containwer-fluid {
    height: 100%;
  }

  .containwer-fluid .cont-slider {
    height: 90%;
    padding: 20px !important;
    text-align: center;
    box-sizing: border-box;
    width: 95%;
  }

  .family {
    display: block;
  }

  .slide-principal h1 {
    text-align: center;
  }

  .slide-principal .layer {
    max-width: 250px;
    margin-bottom: 10px;
  }
    .cont-slider .col-md-5 {
      padding: 0;
    }
}


.Brand sup {
  font-size: 45%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: .7em;
}

#slide-producto {
  overflow: hidden;
}

.language-selected {
  text-transform: uppercase;
}
.language-selected + i {
  margin-left: 4px;
}

.searchForm {
  display: flex;
}

.searchInput {
  width: 100%;
  border: 0;
  font-size: 20px;
  line-height: 40px;
  padding: 10px;
}

.searchButton {
  font-size: 18px;
  padding: 20px 45px;
  border: 0;
  background: #e4002a;
  color: white;
}

.ss-result__title a {
  color: #e4002a;
}
/* =============== Producto ================ */

.swiper-slide img.press-image {
  filter: brightness(0) invert(1);
  cursor: pointer;
  height: 70px;
}

.swiper-slide .press-size {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}


.contenedor-anio {
  height: 0;
  opacity: 0;
  display: none;
}

.contenedor-anio.active {
  height: auto;
  opacity: 1;
  display: block;
  animation: fadeInFromNone 0.8s ease-out;
}

@keyframes fadeInFromNone {
  0% {
      display: none;
      opacity: 0;
  }

  1% {
      display: block;
      opacity: 0;
  }

  100% {
      display: block;
      opacity: 1;
  }
}

.pagination li a, .pagination li span {
  padding: 11px;
}

.section-nuestra .row pb-5 {
  overflow: hidden;
  padding-bottom: 5rem !important;
}

#slide-producto .swiper-wrapper,
#slider-lista-productos .swiper-wrapper,
#preparacion-slider .swiper-wrapper,
#slider-disponible .swiper-wrapper,
#receta-lala-ingredientes .swiper-wrapper {
  height: initial;
}

.receta-lala-ingrediente-utilizado {
   height: 100%;
}

.menu-col-1 .menu-list a h6 sup {
  top: initial !important;
}

.carrusel-historia .swiper-wrapper {
  overflow-y: clip !important;
}

.col.sec-img-social.align-center {
  min-width: 235px;
}

footer img {
  height: 67px !important;
  margin: 0px 0px 10px 0px;
}

.aviso-important img {
  margin: 0;
}

.producto-singular-descripcion p {
  font-family: "Futura";
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.producto-singular-descripcion p em {
  font-style: normal;
}

.producto-singular-descripcion code {
  color: #ffffff;
  top: -5px;
  position: relative;
}

.brand-lala h3 {
  display: none;
}

@media screen and (max-width: 580px) {
  .pagina-nuestros-productos-bg h1 {
    font-size: 60px;
    line-height: 50px;
    margin-top: 300px;
  }
}

.dropdown-menu.paises {
  top: 120px;
}
