@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

:root {
  --blue-neon: #00FFFF;
  --blue-neon-shadow: rgba(36, 242, 235, 0.6);
  --white: #eee;
  --blue-footer: #003065;
  --bkg-sol: #1a5f71;
  --bkg-store: #203b6f;
  --bkg-contac: #54575d;
  --develop: #858a94;
  --bkg-us: #929195;
  --bkg-logo: rgba(255, 255, 255, 0.7);
  --bkg-mision: rgba(23, 215, 160, 0.4);
  --bkg-vision: rgba(210, 19, 18, 0.4);
  --bkg-values: rgba(236, 179, 101, 0.5);
  --box-mision: rgba(23, 215, 160, 0.7);
  --box-mision-neon: rgb(19, 253, 187);
  --box-vision: rgba(210, 19, 18, 0.7);
  --box-vision-neon: rgb(247, 26, 26);
  --box-values: rgba(236, 179, 101, 0.8);
  --box-values-neon: rgb(255, 170, 50);
  --blue-div: #0977b5;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
html {
  font-size: 10px;
  font-size: calc(5px + 0.4vw);
  
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  
}
a {
  text-decoration: none;
  color: var(--white);
}
body::-webkit-scrollbar {
  width: 8px; /* Tamaño del scroll en vertical */
  height: 8px; /* Tamaño del scroll en horizontal */
  display: none; /* Ocultar scroll */
}
.info > #nav-check {
  display: none;
}
.info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin-top: 1rem;

  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.logo-left {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 25%;
  background-color: var(--bkg-logo);
  float: left;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nav-links {
  padding-top: 4.5rem;
}
.nav-links a {
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 0.5rem;
  font-size: 2rem;
  border-radius: 5px;

  animation: ease;
}
.add-cart svg {
  font-size: 3rem;
  color: var(--white);

}
.add-cart:hover{
  scale: 1.02;
  transition: ease;
}
sup {
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
}
.nav-links a:hover {
  color: var(--blue-neon);
  text-decoration: underline wavy var(--blue-neon);
}

.info img {
  width: 120px;
}
/* Slider style */
.title-section {
  display: flex;
  position: absolute;

  width: 65%;
  height: 25%;
  top: 70%;
  justify-content: center;
  z-index: 2;
  align-items: center;
  font-size: 6rem;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.cd-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.alto-principal {
  height: 100vh;
}
.alto-secundario {
  height: 75vh;
}

.cd-slider.ie9 nav div span {
  display: none;
}

.cd-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}
/*animation: 30s slidy infinite;
  .cd-slider ul li::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      width: 135vh;
      height: 135vh;
      border: solid rgba(0,0,0,0.2);
      border-width: 0;
      transform: translate(-50%, -50%);
      pointer-events: none;
      transition: border-width .4s .6s;
      
  }
*/
.imgbg1 {
  background-image: url(../img/aula\ 2-min.jpg);
  filter: brightness(60%);
}
.imgbg2 {
  background-image: url(../img/aula\ 7-min.jpg);
  filter: brightness(60%);
}
.imgbg3 {
  background-image: url(../img/escuela-min.jpg);
  filter: brightness(60%);
}
.imgNosotros {
  background-image: url(../img/APRENDIZAJE_1-min.jpg);
  filter: brightness(60%);
}
.imgSoluciones {
  background-image: url(../img/libros-min.jpg);
  filter: brightness(60%);
}
.imgPagos {
  background-image: url(../img/pago-min.jpg);
  filter: brightness(60%);
}
.imgContactos {
  background-image: url(../img/contacto-min.jpg);
  filter: brightness(60%);
}
.content {
  position: absolute;

  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-size: 100% 95vh;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  opacity: 0.5;
  transform: scale(1.2);
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}
.content1 {
  position: absolute;

  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: 100% 115vh;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  opacity: 0.5;
  transform: scale(1.2);
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}
.content blockquote {
  position: absolute;
  bottom: 50%;
  left: 25%;
  z-index: 2;
  max-width: 45%;
  filter: none;
}
.content1 blockquote {
  position: absolute;
  bottom: 50%;
  left: 25%;
  z-index: 2;
  max-width: 45%;
  filter: none;
}
blockquote p {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: var(--blue-neon);
}
blockquote span {
  font-size: 1.4rem;
}

/* current slide
  ---------------------------------*/
.cd-slider li.current_slide {
  visibility: visible;
}
.cd-slider li.current_slide::before {
  border-width: 16rem;
}
.cd-slider li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
.cd-slider li.current_slide .content1 {
  opacity: 1;
  transform: scale(1);
}
.cd-slider2 li.current_slide {
  visibility: visible;
}
.cd-slider2 li.current_slide::before {
  border-width: 16rem;
}
.cd-slider2 li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
.cd-slider2 li.current_slide .content1 {
  opacity: 1;
  transform: scale(1);
}
/* nav
  ---------------------------------*/
nav div {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  list-style: none;
}
nav div:last-of-type {
  left: auto;
  right: 4%;
}
.prev,
.next {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: box-shadow 0.3s;
}
.prev::before,
.prev::after,
.next::before,
.next::after {
  content: "";
  position: absolute;
  left: 43%;
  background: var(--white);
  width: 0.4rem;
  min-width: 3px;
  border-radius: 3px;
  height: 34%;
}
.prev::before {
  transform: rotate(45deg);
  top: 24%;
}
.prev::after {
  transform: rotate(-45deg);
  bottom: 24%;
}
.next::before,
.next::after {
  left: auto;
  right: 43%;
}
.next::before {
  transform: rotate(-45deg);
  top: 24%;
}
.next::after {
  transform: rotate(45deg);
  bottom: 24%;
}
.prev:hover,
.next:hover {
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}

nav > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;
  will-change: width, height;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  30% {
    left: 0%;
  }
  35% {
    left: -100%;
  }
  65% {
    left: -100%;
  }
  70% {
    left: -200%;
  }
  95% {
    left: -200%;
  }
  100% {
    left: -300%;
  }
}
.simple-linear {
  background: linear-gradient(blue, pink);
}

/* --------- Nosotros ----------*/
.our-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-items: center;
  background-color: #3371b6;
  background: linear-gradient(var(--bkg-us), var(--white));
}

.our-div {
  height: 90vh;
  width: calc(85% / 3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 2rem;
  justify-items: center;
}
.our-img {
  width: 40%;
  border-radius: 50%;
  margin: auto;
  padding-top: 2rem;
}
.our-div:hover{
  scale: 1.01;
}
.our-img img {
  width: 100%;
}
.our-img img:hover {
  scale: 1.03;
}
.our-img h1 {
  font-size: 4rem;
  color: #eee;
  font-weight: 700;
}
.our-text {
  width: 80%;
  padding-top: 3rem;
  margin: auto;
}
.our-text p {
  font-size: 2rem;
  text-align: center;
  color: #eee;
}
.our-text li {
  font-size: 2rem;
  text-align: left;
  color: #eee;
}
.mision-bkgcolor {
  background-color: var(--bkg-mision); /*#17D7A0;*/
  box-shadow: 0 0 0 1rem var(--box-mision);
}
.mision-bkgcolor:hover {
  box-shadow: 0 0 0 1rem var(--box-mision-neon);
}
.vision-bkgcolor {
  background-color: var(--bkg-vision); /*#279EFF;*/
  box-shadow: 0 0 0 1rem var(--box-vision);
}
.vision-bkgcolor:hover {
  box-shadow: 0 0 0 1rem var(--box-vision-neon);
}
.values-bkgcolor {
  background-color: var(--bkg-values); /*#ECB365;*/
  box-shadow: 0 0 0 1rem var(--box-values);
}
.values-bkgcolor:hover {
  box-shadow: 0 0 0 1rem var(--box-values-neon);
}
.img-bkgcolor {
  background-color: grey;
}
/* --------- Fin Nosotros ----------*/

/* --------- Soluciones ----------*/
.solutions-container {
  height: 90vh;
  background: linear-gradient(var(--bkg-sol), var(--white));
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
}

.sol-wrap-opt {
  justify-items: center;
  flex-direction: column;
  display: flex;
  height: 35vh;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
  
}
.sol-wrap-opt a{
  width: 100%;
  font-size: 2rem;
  text-align: center;
  color: var(--white);
  
}
.sol-wrap-opt  a:hover{
  color: var(--blue-neon);
  scale: 1.03;
}
.sol-wrap-img {
  justify-items: center;
  flex-direction: column;
  display: flex;
  
}
.sol-div {
  height: auto;
  width: calc(85% / 4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 2rem;
  justify-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  
  background-color: var(--white);
}
.sol-div:hover {
  scale: 1.005;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.sol-img {
  width: 90%;
  height: 250px;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  justify-items: center;
  background-color: var(--white);
  margin-top: 1rem;
  border: 13px double var(--blue-div);
}
.sol-img img {
  height: 100%;
  width: 100%;
  
}
.sol-titulo {
  width: calc(100% - h1);
  height: 10vh;
  padding-top: 3rem;
  margin: auto;
}
.sol-titulo h1 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: 700;
  margin: auto;
}

.sol-text {
  width: 80%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 5px;
  margin: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  justify-items: flex-start;
  background-color: var(--blue-div);
}


.sol-text:hover{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  
}
/* --------- Soluciones ----------*/

/* --------- Tienda ----------*/
.store-container {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  height: auto;
  background: linear-gradient(var(--bkg-store), var(--white));
}
.store-wrap-img {
  justify-items: center;
  flex-direction: column;
  display: flex;
  
}
.store-div {
  height: auto;
  width: calc(85% / 4);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 2rem;
  justify-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  
  background-color: var(--white);
}
.store-div:hover {
  scale: 1.005;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.store-img {
  width: 90%;
  height: 250px;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
  justify-items: center;
  background-color: var(--white);
  margin-top: 1rem;
  border: 13px double var(--blue-div);
}
.store-img img {
  height: auto;
  width: 100%;
  
}
.store-titulo {
  width: calc(100% - h1);
  height: 10vh;
  padding-top: 3rem;
  margin: auto;
}
.store-titulo h1 {
  font-size: 1.9rem;
  color: #2b2b2b;
  font-weight: 700;
  margin: auto;
}
.store-titulo h2 {
  font-size: 1.8rem;
  color: #2b2b2b;
  font-weight: 700;
  margin: auto;
}

/* --------- Tienda ----------*/

/* --------- Contacto ----------*/
.contact-container {
  background: linear-gradient(var(--bkg-contac), var(--white));
}
/* FORMULARIO =================================== */
.bgnd-contact {
  width: 100%;
  padding: 5rem;
}
.form_wrap {
  width: calc(100%-10rem);
  height: 600px;

  display: flex;

  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

/* Informacion de Contacto*/

.cantact_info::before {
  content: "";
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
  background: #4091ec;
  opacity: 0.9;
}

.cantact_info {
  width: 38%;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: url("/img/fondo.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 5%;
}

.info_title,
.info_items {
  position: relative;
  z-index: 2;
  color: #fff;
}

.info_title {
  margin-bottom: 60px;
}

.info_title span {
  font-size: 100px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.info_title h2 {
  font-size: 35px;
  text-align: center;
}

.info_items p {
  display: flex;
  align-items: center;

  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info_items p:nth-child(1) span {
  font-size: 30px;
  margin-right: 10px;
}

.info_items p:nth-child(2) span {
  font-size: 50px;
  margin-right: 15px;
  margin-left: 4px;
}

/* Formulario de contacto*/

form.form_contact {
  width: 62%;
  padding: 30px 40px;
}

form.form_contact h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 30px;
}

form.form_contact .user_info {
  display: flex;
  flex-direction: column;
}

form.form_contact label {
  font-weight: 600;
  color: #303030;
  font-size: 1.5rem;
}

.txtInput {
  width: 100%;
  padding: 8px 0px 5px;
  margin-bottom: 20px;

  border: none;
  border-bottom: 2px solid #d1d1d1;

  font-family: "Open sans";
  color: #5a5a5a;
  font-size: 2.5rem;
  font-weight: 400;
}

form.form_contact textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 90px;
}

.btn {
  width: 180px;
  background: #4091ec;
  padding: 10px;
  border: none;
  border-radius: 25px;

  align-self: flex-end;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Open sans";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  
  box-shadow: 0px 0px 30px var(--blue-neon);
  color: var(--blue-neon)
}

/* Ventana de errores*/
.modal_wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;

  display: flex;
  justify-content: center;
  align-items: center;
}

.mensaje_modal {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  width: 400px;
  padding: 30px 20px 15px;
}

.mensaje_modal h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #e25151;
}

.mensaje_modal h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  margin: 10px 0px 15px;
}

.mensaje_modal p {
  font-size: 16px;
  color: #606060;
}

.mensaje_modal p:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  color: #e25151;
  margin-right: 8px;
}

#btnClose {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;

  background: #e25151;
  color: #fff;
  border: 2px solid #b14141;
  cursor: pointer;
  border-radius: 5%;
}

/* ----- fin contacto ----*/

/*inicio de estilos del footer*/
.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; 
  min-height:100px;
  max-height:150px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

.footer-waves {
  
  
  left: 0;
  width: 100%;
  background: var(--white);
  text-align: center;
  
}
.footer {
  
  
  left: 0;
  width: 100%;
  background: var(--blue-footer);
  text-align: center;
  
}
.icons {
  padding-top: 1rem;
}

.icons a {
  text-decoration: none;
  font-size: 2.5rem;
  margin: 1rem;
  color: #fff;
}

.company-name {
  font-size: 1rem;
  margin-top: 1rem;
  
  color: var(--white);
}
.develop-name {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  
  color: var(--develop);
}

@media (max-width: 500px) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
/*fin de estilos del footer*/

@media (max-width: 600px) {
  .info {
    margin-top: 0;
  }
  .info > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .info > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .info > .nav-btn > label:hover,
  .info #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .info > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid var(--white);
  }
  .info > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 110px;
    left: 0px;
  }
  .info > .nav-links > a {
    display: block;
    width: 100%;
    font-size: 5rem;
    line-height: 10rem;
  }
  .info > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .info > #nav-check:checked ~ .nav-links {
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .imgbg1 {
    width: 150%;
    background-image: url(/img/aula\ 2.jpg);
  }
  .imgbg2 {
    width: 150%;
    background-image: url(/img/aula\ 7.jpg);
    filter: brightness(60%);
  }
  .imgbg3 {
    width: 150%;
    background-image: url(/img/escuela.jpg);
    filter: brightness(60%);
  }
  .imgNosotros {
    width: 100%;
    height: 100%;
    background-image: url(/img/APRENDIZAJE_1.jpg);
    filter: brightness(70%);
  }
  .imgSoluciones {
    width: 100%;
    height: 100%;
    background-image: url(/img/libros.jpg);
    filter: brightness(70%);
  }
  .imgPagos {
    width: 100%;
    height: 100%;
    background-image: url(/img/pago.jpg);
    filter: brightness(70%);
  }
  .imgContactos {
    width: 100%;
    height: 100%;
    background-image: url(/img/contacto.jpg);
    filter: brightness(70%);
  }
  .title-section {
    display: flex;
    position: absolute;
    width: 95%;
    height: 25%;

    justify-content: center;
    z-index: 2;
    align-items: center;
    font-size: 4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .bgnd-contact {
    width: 100%;
    padding: 1rem;
  }
  .form_wrap {
    display: flex;
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cantact_info {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/img/fondo.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 5%;
  }
  form.form_contact {
    width: 100%;
    padding: 10px 15px;
  }
  form.form_contact h2 {
    font-size: 3.5rem;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
  }
  .alto-secundario {
    height: 45vh;
  }
  .alto-principal {
    height: 100vh;
  }
  .our-div {
    height: 50vh;
    width: 92%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin: 2rem;
    justify-items: center;
  }
  .mision-bkgcolor {
    background-color: rgba(23, 215, 160, 0.3);
    box-shadow: 0 0 0 1rem rgba(23, 215, 160, 0.7);
  }
  .vision-bkgcolor {
    background-color: rgba(210, 19, 18, 0.3);
    box-shadow: 0 0 0 1rem rgba(210, 19, 18, 0.7);
  }
  .values-bkgcolor {
    background-color: rgba(236, 179, 101, 0.4);
    box-shadow: 0 0 0 1rem rgba(236, 179, 101, 0.7);
  }
  .content {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* background-position: 50% 100%; 
  background-size: 100% 45vh;*/
    background-repeat: no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    transform: scale(1.2);
    transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
  }
  .content1 {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* background-position: 50% 100%; 
  background-size: 100% 45vh;*/
    background-repeat: no-repeat;
    mix-blend-mode: lighten;
    opacity: 0.5;
    transform: scale(1.2);
    transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
  }

  .bkground {
    background-size: 100% 45vh;
  }
  .our-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    background-color: #3371b6;
    background: linear-gradient(#929195, var(--white));
    align-items: center;
  }

  .sol-div {
    
    width: 92%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin: 2rem;
    justify-items: center;
  }
  .solutions-container {
    height: auto;
    background: linear-gradient(var(--bkg-sol), var(--white));
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
  }
  .sol-wrap-opt a {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: var(--white);
  }
  .store-container {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    height: auto;
    background: linear-gradient(var(--bkg-store), var(--white));
  }
  .store-div {
    height: auto;
    width: 92%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 2rem;
    justify-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    
    background-color: var(--white);
  }
  .store-titulo h2 {
    font-size: 2.7rem;
    color: #2b2b2b;
    font-weight: 700;
    margin: auto;
}
.store-titulo h1 {
  font-size: 2.7rem;
  color: #2b2b2b;
  font-weight: 700;
  margin: auto;
}
}



/* ----------- Modal ----------- */

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(to right, #834d9b, #d04ed6);
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  transition: all .4s;
  height: 100vh;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: absolute;
  
  min-height: 25%;
  min-height: 40%;
  max-width: 380px;
  
  background: #fff;
  padding: 1em 2em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.modal_h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.modal__close {
  background: var(--blue-footer);
    color: var(--white);
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 44px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
}
.logo-modal {
  width: 50%;
  margin: auto;
}
.logo-modal img{
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* ---------- Fin Modal ----------*/
