@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,600;1,100;1,600&display=swap");
* {
  margin: 0;
  padding: 0; }

.grid-container-main .productos .contenedor-tarjetas div, .grid-container-main .info .contenedor-tarjetas-info div, .grid-container-main .nuevos-ingresos .contenedor-tarjetas div {
  transition: 1s; }
  .grid-container-main .productos .contenedor-tarjetas div:hover, .grid-container-main .info .contenedor-tarjetas-info div:hover, .grid-container-main .nuevos-ingresos .contenedor-tarjetas div:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47); }

header .navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  header .navbar .container-fluid {
    width: 100%;
    background-color: #142b3b; }
    header .navbar .container-fluid a img {
      width: 200px;
      height: 200px; }
    header .navbar .container-fluid .navbar-toggler {
      background-color: #ffcc99; }
    header .navbar .container-fluid .collapse {
      flex-direction: row-reverse; }
      header .navbar .container-fluid .collapse ul {
        list-style: none;
        margin-right: 30px; }
        header .navbar .container-fluid .collapse ul li {
          margin: 8px; }
          header .navbar .container-fluid .collapse ul li a {
            text-decoration: none;
            color: #ffcc99;
            font-family: 'Poppins', sans-serif;
            font-weight: 200 italic;
            transition: 0.5s; }
            header .navbar .container-fluid .collapse ul li a:hover {
              color: #e47c5d; }

main {
  font-family: 'Poppins', sans-serif;
  background-color: #142b3b; }

/*------INDEX------*/
.hero {
  width: 100%;
  height: 80vh;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.425)), url("../img/img-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .hero h1 {
    font-size: 70px;
    font-weight: 600;
    color: #e47c5d; }
  .hero h2 {
    font-size: 30px;
    font-weight: 400;
    color: #ffcc99; }

.grid-container-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "productos" "info" "ingresos"; }
  .grid-container-main .productos {
    grid-area: productos; }
    .grid-container-main .productos h2 {
      text-align: center;
      font-weight: 600;
      font-size: 30px;
      color: #e47c5d;
      margin: 20px; }
    .grid-container-main .productos .contenedor-tarjetas {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
      .grid-container-main .productos .contenedor-tarjetas div {
        border: 2px solid #ffcc99;
        border-radius: 5px;
        background-color: #0d1c27;
        width: 250px;
        height: 400px;
        margin: 20px; }
        .grid-container-main .productos .contenedor-tarjetas div img {
          width: 245px;
          height: 300px; }
        .grid-container-main .productos .contenedor-tarjetas div h3 {
          text-align: center;
          color: #e47c5d;
          font-weight: 500;
          font-size: 25px;
          margin-top: 30px; }
  .grid-container-main .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    grid-area: info; }
    .grid-container-main .info .contenedor-tarjetas-info {
      display: flex;
      flex-direction: row; }
      .grid-container-main .info .contenedor-tarjetas-info div {
        width: 250px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 100%;
        margin: 20px;
        text-align: center;
        background-color: #5ebdb256;
        transition: 1s; }
        .grid-container-main .info .contenedor-tarjetas-info div img {
          width: 100px;
          height: 100px; }
        .grid-container-main .info .contenedor-tarjetas-info div h3 {
          color: #000000;
          font-weight: 400;
          margin: 10px; }
  .grid-container-main .nuevos-ingresos {
    grid-area: ingresos; }
    .grid-container-main .nuevos-ingresos h2 {
      text-align: center;
      font-weight: 600;
      font-size: 30px;
      color: #e47c5d;
      margin: 20px; }
    .grid-container-main .nuevos-ingresos .contenedor-tarjetas {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
      .grid-container-main .nuevos-ingresos .contenedor-tarjetas div {
        border: 2px solid #ffcc99;
        border-radius: 5px;
        background-color: #0d1c27;
        width: 250px;
        height: 400px;
        margin: 20px; }
        .grid-container-main .nuevos-ingresos .contenedor-tarjetas div img {
          width: 245px;
          height: 300px; }
        .grid-container-main .nuevos-ingresos .contenedor-tarjetas div h3 {
          text-align: center;
          color: #e47c5d;
          font-weight: 500;
          font-size: 25px;
          margin-top: 30px; }

/*----Pagina Productos------*/
.titulos-h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #e47c5d; }

.tarjetas-productos h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #ffcc99;
  margin: 20px; }

.tarjetas-productos .style-tarjetas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  .tarjetas-productos .style-tarjetas div {
    border: 2px solid #ffcc99;
    border-radius: 5px;
    width: 350px;
    height: 500px;
    margin: 20px;
    text-align: center;
    background-color: #0d1c27;
    transition: 1s; }
    .tarjetas-productos .style-tarjetas div:hover {
      transform: scale(1.05);
      -webkit-box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47);
      -moz-box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47);
      box-shadow: 15px 13px 5px 0px rgba(0, 0, 0, 0.47); }
    .tarjetas-productos .style-tarjetas div img {
      width: 345px;
      height: 400px; }
    .tarjetas-productos .style-tarjetas div h3 {
      color: #e47c5d;
      text-align: center;
      font-size: 20px;
      font-weight: 400; }
    .tarjetas-productos .style-tarjetas div a {
      border: 3px solid #ffcc99;
      text-decoration: none;
      color: #0d1c27;
      background-color: #ffcc99;
      font-size: 16px;
      border-radius: 15px;
      transition-property: font-size;
      transition-duration: 1s; }
      .tarjetas-productos .style-tarjetas div a:hover {
        font-size: 120%; }

/*----------Pagina Tips----------*/
.titulo-tips-p {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #ffcc99;
  margin: 10px; }

.style-tips {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px; }
  .style-tips img {
    width: 500px;
    height: 350px; }
  .style-tips h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #e47c5d;
    margin: 20px; }
  .style-tips div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .style-tips div img {
      width: 80px;
      height: 80px; }
    .style-tips div .parrafos-tips {
      color: #ffcc99;
      font-weight: 200;
      text-align: center; }
    .style-tips div .subtitulo-tips {
      color: #e47c5d;
      font-size: 30px;
      font-weight: 500;
      text-align: center; }

.cuidados {
  width: 100%;
  margin-top: 30px; }
  .cuidados .subtitulo-tips {
    color: #e47c5d;
    font-size: 30px;
    font-weight: 500;
    text-align: center; }
  .cuidados .parrafos-tips {
    height: 50vh;
    width: 100%; }
    .cuidados .parrafos-tips p {
      color: #ffcc99;
      font-weight: 200;
      text-align: center; }

/*----Pagina nosotros------*/
.page-nosotros {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column; }
  .page-nosotros img {
    width: 400px;
    height: 400px;
    margin-top: 2px; }
  .page-nosotros div {
    padding: 20px; }
    .page-nosotros div p {
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      color: #ffcc99; }

/*------Pagina contactos-----*/
.container .row div {
  border-color: #ffcc99; }
  .container .row div label {
    color: #ffcc99;
    background-color: #5ebdb256;
    border-color: #5ebdb256; }
  .container .row div button {
    background-color: #5ebdb256;
    border-color: #5ebdb256;
    color: #142b3b; }

.grid-container-footer {
  background-color: #0d1c27;
  font-family: 'Poppins', sans-serif;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 100px 50px;
  grid-template-areas: "logo img" "parrafo parrafo"; }
  .grid-container-footer .footer-link {
    grid-area: logo;
    display: flex;
    justify-content: none;
    align-items: center;
    flex-direction: row; }
    .grid-container-footer .footer-link a img {
      width: 100px;
      height: 100px; }
  .grid-container-footer .grid-footer-img {
    grid-area: img;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row; }
    .grid-container-footer .grid-footer-img .footer-img {
      margin-right: 20px; }
      .grid-container-footer .grid-footer-img .footer-img a img {
        width: 50px;
        height: 50px;
        transition: 1s; }
        .grid-container-footer .grid-footer-img .footer-img a img:hover {
          transform: scale(1.1); }
  .grid-container-footer .footer-parrafo {
    color: #ffcc99;
    grid-area: parrafo;
    display: flex;
    justify-content: center;
    align-items: none;
    flex-direction: row; }

@media screen and (max-width: 1150px) {
  .tarjetas-productos .style-tarjetas div {
    width: 250px;
    height: 400px; }
  .tarjetas-productos .style-tarjetas div img {
    width: 245px;
    height: 300px; } }

@media screen and (max-width: 980px) {
  .cuidados .parrafos-tips {
    height: 60vh; } }

@media screen and (max-width: 991px) {
  header .navbar .container-fluid .collapse ul {
    margin-left: 10px; } }

@media screen and (max-width: 875px) {
  .grid-container-main .productos .contenedor-tarjetas {
    flex-direction: column; }
  .grid-container-main .nuevos-ingresos .contenedor-tarjetas {
    flex-direction: column; }
  .grid-container-main .info .contenedor-tarjetas-info {
    flex-direction: column; } }

@media screen and (max-width: 850px) {
  .tarjetas-productos .style-tarjetas {
    flex-direction: column; }
  .cuidados .parrafos-tips {
    height: 70vh; } }

@media screen and (max-width: 660px) {
  header {
    flex-direction: column; } }

@media screen and (max-width: 600px) {
  header .navbar .container-fluid a img {
    width: 130px;
    height: 130px; } }

@media screen and (max-width: 520px) {
  .hero h1 {
    font-size: 65px; }
  .hero h2 {
    font-size: 25px; }
  .style-tips img {
    width: 300px;
    height: 150px; }
  .page-nosotros img {
    width: 300px;
    height: 300px; }
  .cuidados .parrafos-tips {
    font-size: 14px;
    margin-top: 10px;
    height: 78vh; }
    .cuidados .parrafos-tips p {
      margin-left: 4px;
      margin-right: 4px; } }

@media screen and (max-width: 460px) {
  .grid-container-footer .grid-footer-img .footer-img a img {
    width: 35px;
    height: 35px; }
  .grid-container-footer .footer-parrafo p {
    font-size: 10px; }
  .grid-container-footer .footer-link a img {
    width: 80px;
    height: 80px; } }

@media screen and (max-width: 450px) {
  header nav ul li {
    margin: 3px; }
  .info .contenedor-tarjetas-info div h3 {
    font-size: 20px; }
  .page-nosotros div p {
    font-size: 15px; } }
