@charset "utf-8";

:root {
  --rojo: #8a161b;
  --gris: #ececec;
  --txt: #41545e;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
  font-family: "Poppins", sans-serif;
  color: #41545e;
}
body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  color: #000;
}

h5 {
  color: #000;
}
h6 {
  color: #000;
}
/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #83a5af !important;
  background: #83a5af !important;
  color: #000 !important;
}
.btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: #55c4e6 !important;
  background-color: #55c4e6 !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
/* p {
  font-weight: 300;
  line-height: 1.5;
} */
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/
section.home-section {
  /* padding-top: 79px; */
  margin-top: 13.4rem;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.8rem 1.2rem 1.2rem;
}

.site-content {
  padding-top: 14rem;
  max-width: 1200px;
  margin: 0 auto;
}

#main-paginas:not(.pag_admin) .site-content {
  padding-top: 0px;
}

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/******* Titutlos paginas internas ********/

h2.content-box-title {
  font-weight: 900;
  color: #093467;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/***********************************/

.container__float--btns {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: fixed;
  z-index: 9;
  right: 1.6rem;
  bottom: 4rem;
}

.container__float--btn a {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  background-color: #3a63ab;
  border-radius: 50%;
  position: relative;
}

.container__float--btn svg {
  position: relative;
  z-index: 9;
}

.container__float--btn:nth-child(3) a {
  background-color: #27b816;
}

.container__float--btn-text {
  display: none;
  place-items: center;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  background-color: #3a63ab;
  border-radius: 50px;
  transition: min-width 0.4s ease-in;
}

.container__float--btn:nth-child(3) .container__float--btn-text {
  background-color: #27b816;
}

.container__float--btn:hover .container__float--btn-text {
  transition: min-width 0.4s ease-in-out;
  display: flex;
  min-width: 160px;
  max-width: 160px;
}

.container__float--btn-text p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  padding-left: 2rem;
  color: #fff;
}

/*** header ***/

header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 4px #0003;
  transition: all 0.4s ease;
}

.header-top {
  background-color: #002a40;
  height: 5.4rem;
}

.header-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 150rem;
  margin: 0 auto;
  height: 5.4rem;
  padding: 0 1.2rem;
}

.header-top-left ul,
.header-top-right {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 2rem;
}

.header-top-right {
  gap: 0.8rem;
}

.header-top-left ul {
  display: none;
  padding: 0;
  margin: 0;
}

.header-top-left ul li {
  font-size: 1.1rem;
  font-weight: 500;
  list-style: none;
  color: #afafaf;
  padding-left: 1.6rem;
  position: relative;
}

.header-top-left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #2cbce1;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
}

.header-top-left ul li span {
  font-weight: 700;
}

.header-top-login {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  padding: 0.6rem 1.6rem;
  color: #38bbe1;
  border: 0.1rem solid #38bbe1;
  border-radius: 0.4rem;
}

.header-top-login:hover,
.header-top-login:active,
.header-top-login:focus {
  background-color: #38bbe1;
  color: #fff;
}

.header__social--media {
  display: none;
  place-items: center;
  margin-left: 1.2rem;
  gap: 2rem;
}

.header__social--media span.header__top--follow {
  display: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 1.2rem 0 0;
  color: #afafaf;
}

.header__social--media a span {
  font-size: 2.4rem;
  color: #fff;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  height: 80px;
}

.header-content.active {
  justify-content: center;
}

.content-info-header {
  display: flex;
  place-content: center;
  place-items: center;
}

.nav-brand {
  max-width: 200px;
  transition: all 0.3s ease;
}
.nav-brand img {
  transition: all 0.3s ease;
  width: 100%;
}

.languages-select {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 0 0 1.2rem;
}

.languages-select .language-espanol img,
.languages-select .language-frances img {
  object-fit: cover;
}

/*para quitar los submenus en la vista responsive*/
.social-links,
.main-nav-mobile {
  display: none;
}
/*para quitar los submenus en la vista de escritorio*/
/* #menu-main> li > ul {
	display: none;
} */

.btn-contact a,
.lastMenuPlus a {
  display: flex;
  place-content: center;
  place-items: center;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-radius: 0.4rem !important;
  padding: 1.6rem 2.8rem !important;
  background-color: #38bbe1 !important;
}

#menu-main .lastMenuPlus a {
  margin: 2rem !important;
}

#menu-main > li > ul {
  color: #000 !important;
}

.toogle-search,
.toogle-close {
  cursor: pointer;
}

a.toogle-menu,
.toogle-search {
  /*boton del menu responsive*/
  color: #1a5c9c;
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background-color: #002a40;
  border-color: rgba(56, 187, 225, 0.1);
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #002a40;
}
.bg-icon {
  font-size: 25px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #38bbe1;
}

.header__language--country {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  margin-left: 0.4rem;
}

.select__country--conrensy {
  display: none;
  padding-right: 0.6rem;
}

.select__country--conrensy-btn {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
  padding: 1.3rem 2rem;
  border: 1px solid #39bbe1;
  border-radius: 0.4rem;
  cursor: pointer;
}

.select__country--conrensy-btn span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.select__country--conrensy.dropdown > .dropdown-menu {
  padding: 1.2rem;
  border-radius: .8rem;

}

.select__country--conrensy.dropdown.open > .dropdown-menu {
  display: block !important;
}

.select__country--conrensy.dropdown.open > .dropdown-menu li {
  display: flex;
  place-items: center;
  gap: .8rem;
  padding: .4rem 1.2rem;
  cursor: pointer;
  border-radius: .4rem;
  user-select: none;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.select__country--conrensy.dropdown.open > .dropdown-menu li:hover,
.select__country--conrensy.dropdown.open > .dropdown-menu li:focus,
.select__country--conrensy.dropdown.open > .dropdown-menu li:focus {
  background-color: #f3fcff;
}




/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #1a5c9c;
  background-color: #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #1a5c9c;
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

span.arrow-left {
  left: 12px;
  padding-right: 2px;
}
span.arrow-right {
  right: 12px;
  padding-left: 2px;
}

.slick-arrow {
  font-size: 2rem;
}

/**** Slick docks *****/

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 8px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #d7f5fe;
  color: transparent;
  border-radius: 50%;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: #38bbe1;
}

/*** slick dots ***/

/*** section banner home ***/

.container__hero--home {
  display: flex;
  flex-direction: column-reverse;
}

.slider-home {
  position: relative;
}

.container__hero--home .slick-list {
  min-height: 200px;
}

.content-banner {
  position: relative;
  min-height: 240px;
}

.content-banner img {
  object-fit: cover;
  min-height: 200px;
  margin: 0 auto;
  width: 100%;
}

.banner-detalles {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  min-width: 228px;
  max-width: 228px;
  z-index: 2;
}

.banner-detalles h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: start;
  line-height: 2.2rem;
}

.banner-detalles p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  padding: 4px 0;
  margin: 0px 0 12px 0;
  line-height: 1.2rem;
}

.button-ccd {
  background-color: #041f4e;
  border-radius: 6px;
  padding: 6px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
}

.button-ccd:hover,
.button-ccd:active,
.button-ccd:focus {
  color: white;
  background-color: #eea700;
  transition: all 0.5 ease-in-out;
}

/*** catalogo categories ***/

.container__product--categories {
  background-color: #f4f8ff;
  padding: 4rem 2rem;
  /* min-width: 32rem; */
  width: 100%;
}

.container__product--categories h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  padding: 0 2rem;
  color: #000;
}

.container__product--categories ul {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem 0 0;
  padding: 0 2rem 0 0;
  overflow: auto;
}

.container__product--categories ul li {
  list-style: none;
}

.container__product--categories ul li a {
  display: flex;
  place-items: center;
  padding: 0.8rem 1.6rem;
  transition: all 0.001;
}

.container__product--categories ul li a:hover {
  background-color: #38bbe1;
  border-radius: 0.4rem;
  transition: all 0.001;
}

.container__product--categories ul li a:hover span,
.container__product--categories ul li a:hover path {
  fill: #fff;
  color: #fff;
  transition: all 0.001;
}

.container__product--categories ul li a span {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 500;
  color: #000;
  padding-left: 1.2rem;
}

/*** catalogo categories ***/

.container__hero--home .slick-arrow {
  color: #38bbe1;
  background-color: #fff;
  height: 40px;
  width: 26px;
  border-radius: 0;
}

.container__hero--home .slick-arrow:hover,
.container__hero--home .slick-arrow:active,
.container__hero--home .slick-arrow:focus {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #38bbe1;
}

.container__hero--home span.arrow-left {
  left: 12px;
  padding-right: 2px;
}

.container__hero--home span.arrow-right {
  right: 12px;
  padding-left: 2px;
}

/********  End  Section Banner Home ********/

/*** our products ***/

.container__ours--products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 140rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.container__get--price {
  max-width: 40rem;
  margin: 0 auto;
}

.container__get--price h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.8rem;
  color: #000;
}

.container__get--price h4 > b {
  color: #55c4e6;
}

.container__get--price label {
  display: none;
}

.container__get--price input,
.container__get--price textarea {
  height: 5.5rem;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  box-shadow: none;
}

.container__get--price textarea {
  height: 20rem;
}

.container__get--price input:active,
.container__get--price input:focus,
.container__get--price input:hover,
.container__get--price textarea:active,
.container__get--price textarea:focus,
.container__get--price textarea:hover {
  box-shadow: none;
  border: 1px solid #55c4e6;
}

.container__get--price button[type="submit"] {
  display: block !important;
  background-color: #55c4e6 !important;
  border: none !important;
  color: #fff !important;
  width: 100%;
  padding: 1.2rem 2rem !important;
  font-size: 1.7rem !important;
  line-height: 2.4rem !important;
  font-weight: 700 !important;
}

.container__featured--products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.8rem;
}

.container__ours--featured-products {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}

.container__ours--featured-products h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 2rem;
  text-align: center;
  color: #000;
}

.container__featured--product {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.container__featured--product a {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding: 2rem;
  height: 100%;
}

.container__featured--product-img {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 20rem;
  min-height: 20rem;
  max-width: 20rem;
  max-height: 20rem;
}

.container__featured--product-img img {
  object-fit: contain;
  padding: 1.2rem;
}

.container__featured--product h4 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  color: #000;
}

.container__featured--product span {
  display: inline-flex;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.container__featured--product p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: #7c7c7c;
}

.featured__products--view-more {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #133a58;
  padding: 1.6rem 6rem;
  background-color: #d8e1f0;
  margin-top: 2rem;
  border-radius: 4px;
}

.featured__products--view-more:hover {
  color: #133a58;
  background-color: #bfcbe2;
}

/*** our products ***/

/*** cards ***/

.container__cards {
  max-width: 140rem;
  margin: 0 auto;
  padding: 2rem 1.2rem;
}

.container__cards--slider a {
  display: inline-flex;
  border-radius: 0.4rem;
}

.container__card {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0.8rem;
}

.container__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(56, 187, 225, 0.0001) 27.15%,
    #38bbe1 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}

.container__cards--slider a:nth-child(1) .container__card::before {
  background: linear-gradient(
    180deg,
    rgba(56, 187, 225, 0.0001) 27.15%,
    #38bbe1 100%
  );
}

.container__cards--slider a:nth-child(2) .container__card::before {
  background: linear-gradient(
    180deg,
    rgba(58, 99, 171, 0.0001) 27.15%,
    #3a63ab 100%
  );
}

.container__cards--slider a:nth-child(3) .container__card::before {
  background: linear-gradient(
    180deg,
    rgba(56, 225, 146, 0.0001) 27.15%,
    #38e192 100%
  );
}

.container__cards--slider a:nth-child(4) .container__card::before {
  background: linear-gradient(
    180deg,
    rgba(56, 187, 225, 0.0001) 27.15%,
    #38bbe1 100%
  );
}

.container__card img {
  object-fit: cover;
  width: 100%;
}

.container__card h3 {
  font-size: 38px;
  line-height: 41px;
  font-weight: 700;
  color: #ffffff;
  padding: 4rem 2rem;
  hyphens: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 8px solid transparent;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out, border-left 0.4s ease-in-out;
}

.container__card:hover h3 {
  transition: transform 0.4s ease-in, border-left 0.4s ease-in;
  border-left: 8px solid #fff;
  transform: translateY(-2.8rem);
}

/*** cards ***/

/*** energy ***/

.container__energy {
  max-width: 136rem;
  margin: 2rem auto;
  position: relative;
}

.container__clouds {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.container__energy--clouds {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
  gap: 4rem;
  padding: 2rem;
}

.container__energy--title h2 span {
  display: flex;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  color: #002a40;
}

.container__energy--title h2 span:nth-child(1) {
  color: #38bbe1;
}

.container__energy--title h2 span:nth-child(2) {
  color: #3a63ab;
}

.container__energy--title h2 span:nth-child(3) {
  color: #002a40;
}

/*** energy ***/

/*** benefits ***/

.container__benefits {
  padding: 2rem;
  max-width: 136rem;
  margin: 0 auto;
}

.container__benefits h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  padding: 2rem;
  color: #000;
}

.container__benefits h2 span:nth-child(2) {
  color: #38bbe1;
}

.container__benefits--cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.container__benefits--card {
  display: flex;
  flex-direction: column;
  padding: 5.2rem 3.2rem;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 100%;
  transition: background-color 0.2s ease-in;
}

.container__benefits--card a {
  display: block;
}

.container__benefits--card:hover {
  transition: background-color 0.2s ease-in-out;
  background-color: #38bbe1;
}

.container__benefits--card:hover img,
.container__benefits--card:hover h3,
.container__benefits--card:hover p {
  filter: brightness(0) invert(1);
}

.container__benefits--card img {
  min-width: 66px;
  min-height: 63px;
  max-width: 66px;
  max-height: 63px;
  object-fit: contain;
}

.container__benefits--card h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 1.2rem;
  color: #38bbe1;
}

.container__benefits--card p {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  color: #646464;
}

/*** benefits ***/

/*** solutions ***/

.container__solutions {
  padding: 4rem 2rem;
  max-width: 136rem;
  margin: 0 auto;
}

.container__solutions--img {
  position: relative;
}

.container__solutions--img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  border-radius: 0.4rem;
}

.container__solutions--img img {
  object-fit: cover;
  border-radius: 0.4rem;
}

.container__solutions--img h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 3;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** solutions ***/

/*** brands ***/

.container__brands {
  max-width: 136rem;
  margin: 0 auto;
  padding: 1.2rem 2rem 4rem;
}

.container__brands h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 2rem;
  text-align: center;
  color: #000;
}

.container__brands--slider {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding: 2rem 0;
}

.container__brands--slider a {
  display: block;
}

.container__brand--slider {
  display: flex;
  place-content: center;
  place-items: center;
  padding: 2rem;
  min-height: 12rem;
  max-height: 12rem;
  transition: transform 0.6s cubic-bezier(0.075, 0.62, 0.165, 1);
}

.container__brands--slider a:hover .container__brand--slider {
  transition: transform 0.4s cubic-bezier(0.075, 0.62, 0.165, 1);
  transform: translateY(-2rem);
}

/*** brands ***/

/*** footer ***/

.container__footer--bg {
  width: 100%;
  background-color: #002a40;
  margin-top: 20px;
  overflow: hidden;
}

.contatiner__footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  max-width: 140rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.contatiner__footer--left {
  max-width: 50rem;
  position: relative;
  z-index: 2;
}

.contatiner__footer--left div.col-md-12 {
  padding: 0;
}

.contatiner__footer--left::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(./bg_footer_left.png);
  width: 398px;
  height: 427px;
}

.contatiner__footer--left-contact,
.contatiner__footer--left-about {
  position: relative;
  z-index: 3;
}

.contatiner__footer--left-contact h4 {
  font-size: 3.6rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #38bbe1;
}

.contatiner__footer--left-contact p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}

.contatiner__footer--left-about {
  margin-top: 2.8rem;
}

.contatiner__footer--left-about h5 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 800;
  color: #ffffff;
}

.contatiner__footer--left-about p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: #ffffff;
}

.contatiner__footer--right {
  max-width: 80rem;
}

.contatiner__footer--right-menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.contatiner__footer--right-menu h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  color: #38bbe1;
}

.contatiner__footer--right-menu ul {
  padding: 0;
  margin: 0;
}

.contatiner__footer--right-menu ul li,
.contatiner__footer--right-menu ul li a {
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 0.2rem 0;
  color: #ffffff;
}

.contatiner__footer--right-follow {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.contatiner__footer--right-follow-redes {
  display: flex;
  place-items: center;
  gap: 1.2rem;
}

.contatiner__footer--right-follow-redes span {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: #afafaf;
}

.contatiner__footer--right-follow-redes span.bg-icon {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.contatiner__footer--right-follow-location {
  padding-left: 4rem;
  position: relative;
}

.contatiner__footer--right-follow-location::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 2rem;
  min-width: 2rem;
  border-radius: 50%;
  background-color: #38bbe1;
}

.contatiner__footer--right-follow-location p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

.contatiner__footer--right-bottom {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.contatiner__footer--right-copy p,
.contatiner__footer--right-design p a {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
  color: #939393;
}

/********* End footer *********/

/* Media Queries */

@media (min-width: 500px) {
  /*** header ***/

  .header__social--media {
    display: flex;
  }

  .header__social--media span.header__top--follow {
    display: flex;
  }

  /*** header ***/

  /*** section banner home ***/

  .banner-detalles {
    min-width: 400px;
    max-width: 400px;
  }

  .button-ccd {
    padding: 8px 30px;
  }

  /*** catalogo categories ***/

  .container__product--categories ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }

  /*** catalogo categories ***/

  /*** section banner home ***/

  /*** energy ***/

  .container__energy--title h2 span {
    font-size: 46px;
    line-height: 62px;
  }

  /*** energy ***/

  /*** benefits ***/

  .container__benefits h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .container__benefits--card h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .container__benefits--card p {
    font-size: 13px;
    line-height: 18px;
  }

  /*** benefits ***/

  /*** solutions ***/

  .container__solutions--img h2 {
    font-size: 32px;
    line-height: 36px;
  }

  /*** solutions ***/

  /*** brands ***/

  .container__brands h2 {
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 4rem;
  }

  /*** brands ***/

  /*** footer ***/

  .contatiner__footer--right-menus {
    grid-template-columns: repeat(3, 1fr);
  }

  /*** footer ***/
}

@media (min-width: 550px) {
  /*** our products ***/

  .container__featured--products {
    grid-template-columns: repeat(2, 1fr);
  }

  /*** our products ***/
}

@media (min-width: 650px) {
  /*** benefits ***/

  .container__benefits {
    padding: 0 2rem 4rem;
  }

  .container__benefits--cards {
    grid-template-columns: repeat(2, 1fr);
  }

  /*** benefits ***/

  /*** footer ***/

  .contatiner__footer--right-menus {
    grid-template-columns: repeat(5, 1fr);
  }

  .contatiner__footer--right-follow {
    flex-direction: row;
    place-items: center;
    gap: 4rem;
  }

  /*** footer ***/
}

@media (min-width: 700px) {
  /*** section banner home ***/

  /*** catalogo categories ***/

  .container__product--categories ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
  }

  /*** catalogo categories ***/

  /*** section banner home ***/
}
