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

@font-face {
  font-family: bebas;
  src: url(../fonts/BebasNeue-Regular.otf);
}

@font-face {
  font-family: cream;
  src: url(../fonts/cream-DEMO.ttf);
}

@font-face {
  font-family: Evogria;
  src: url(../fonts/Evogria.otf);
}

@font-face {
  font-family: Evogria Italiana;
  src: url(../fonts/Evogria\ Italic.otf);
}


/* -------------------------------------------------------------------------- */
/*                                    fonts                                   */
/* -------------------------------------------------------------------------- */

.navbar-brand h1 {
  font-size: 2.25rem;
  font-family: cream;
}

.navbar {
  background-color: rgb(23, 151, 87);
  text-shadow: 2px 2px 5px black;
  margin: 0;
}

.navbar-nav .nav-item .nav-link {
  color: white;
}


#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: rgb(23, 151, 87);
  transition: background-color 0.2s ease;
}

#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: springgreen;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: springgreen !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: rgb(23, 151, 87);
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }

  #mainNav.navbar-shrink .navbar-brand:hover {
    color: springgreen;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: white;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: springgreen;
  }
}


.caja {
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/IMG_1215.JPG");
  background-size: cover;
  background-position: center;
  height: 60rem;
}

.caja .contenedor img {
  height: 250px;
  width: 250px;
  margin-top: 2rem;
  margin-left: 5rem;
}

.box {
  display: flex;
  justify-content: end;
  margin-top: 5rem;
}

.box a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  font-family: Evogria;
}

.box a:hover {
  color: springgreen;
}

.caja h2 {
  text-align: center;
  padding-top: 15rem;
  font-family: Evogria Italiana;
  color: wheat;
  text-shadow: 2px 2px 5px black;
  font-size: 2.25rem;
}

.caja p {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  color: white;
  text-shadow: 2px 2px 5px black;
}

hr.divider {
  height: 0.2rem;
  width: 4.25rem;
  margin: 1.5rem auto;
  background-color: #59f43a;
  opacity: 1;
}

hr.divider-light {
  background-color: #fff;
}

.btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: cream;
}

.btn-info:hover {
  background-color: aqua;
}

.caja2 {
  background-color: #347726;
}

.btn-light {
  margin-bottom: 20px;
}

.btn-light:hover {
  background-color: gainsboro;
}

.text {
  font-size: 1.55rem;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}

.text2 {
  font-size: 1.10rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
}

.caja3 {
  /* margin-top: 20px; */
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/IMG_0911.JPG");
  background-size: cover;
  background-position: center;
}

.caja3 .text4 {
  padding-top: 2rem;
  font-family: evogria;
  font-style: italic;
  color: wheat;
  text-shadow: 2px 2px 5px black;
}

.foto img {
  width: 70%;
  height: 70%;
  border-radius: 50%;
}

.nombre a {
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 10px black;
  font-style: italic;
}

.nombre a:hover {
  color: aqua;
}

.nombre2 a {
  color: violet;
  text-decoration: none;
  text-shadow: 0px 0px 10px black;
  font-style: italic;
}

.nombre2 a:hover {
  color: aqua;
}

.nombre3 a {
  color: orangered;
  text-decoration: none;
  text-shadow: 0px 0px 10px black;
  font-style: italic;
}

.nombre3 a:hover {
  color: aqua;
}

.nombre4 a {
  color: black;
  text-decoration: none;
  text-shadow: 0px 0px 10px black;
  font-style: italic;
}

.nombre4 a:hover {
  color: aqua;
}

.color2 a {
  color: rgb(51, 69, 226);
  font-style: italic;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
  text-decoration: none;
}

.color2 a:hover {
  color: aqua;
}

.texto2 {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.color {
  color: springgreen;
  font-weight: bold;
  font-style: italic;
}

.color2 {
  color: rgb(33, 51, 218);
  font-style: italic;
  font-weight: bold;
}

.color3 {
  color: black;
  font-style: italic;
  font-weight: bold;
  text-shadow: 0px 0px 2px black;
}

.contenedor2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.274);
  padding: 10px;
}

.contenedor2 .text3 {
  text-align: center;
  font-family: Evogria Italiana;
  font-size: 2.25rem;
  color: wheat;
  text-shadow: 2px 2px 5px black;
}

.caja5 {
  display: flex;
  justify-content: center;
  background-color: #333;
}

.caja6 {
  margin-top: 20px;
}

.carousel {
  width: 60%;
  height: 60%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

#fechas {
  background-color: #212529;
}

.fechas {
  color: wheat;
  font-family: bebas;
  font-size: 35px;
  text-align: center;
  padding-top: 20px;
}

#portfolio .container-fluid,
#portfolio .container-sm,
#portfolio .container-md,
#portfolio .container-lg,
#portfolio .container-xl,
#portfolio .container-xxl {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box,
#portfolio .container-sm .portfolio-box,
#portfolio .container-md .portfolio-box,
#portfolio .container-lg .portfolio-box,
#portfolio .container-xl .portfolio-box,
#portfolio .container-xxl .portfolio-box {
  position: relative;
  display: block;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption,
#portfolio .container-sm .portfolio-box .portfolio-box-caption,
#portfolio .container-md .portfolio-box .portfolio-box-caption,
#portfolio .container-lg .portfolio-box .portfolio-box-caption,
#portfolio .container-xl .portfolio-box .portfolio-box-caption,
#portfolio .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 255, 58, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-md .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category,
#portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-md .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name,
#portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}

#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-sm .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-md .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-lg .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-xl .portfolio-box:hover .portfolio-box-caption,
#portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fab19d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(244, 98, 58, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.fw-bolder {
  font-weight: bolder !important;
}


.d-none {
  display: none !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}


.d-grid {
  display: grid !important;
}


footer {
  background-color: rgb(0, 175, 88);
  height: 100px;
}

footer .contenedor3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contenedor3 a:hover {
  color: wheat;
}

.contenedor3 .fa-youtube:hover {
  color: wheat;
}

.contenedor3 .fa-instagram:hover {
  color: wheat;
}

.contenedor3 .fa-spotify:hover {
  color: wheat;
}


.contenedor3 a {
  font-family: cream;
  font-size: 25px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
}

.fa-youtube {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}

.fa-instagram {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blueviolet;
}

.fa-spotify {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: springgreen;
}

/* --------------------------------- tienda --------------------------------- */


body.cuerpo {
  background-color: #212529;
}

.tienda {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10rem;
}

.contenido {
  display: flex;
  justify-content: space-between;
}

.card {
  width: 290px;
  height: 454px;
  padding: .8em;
  background: #f5f5f5;
  position: relative;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 10rem;
}

.card-img {
  background-color: #ffcaa6;
  background-image: url(../img/remera.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: .5rem;
  transition: .3s ease;
}

.card-img2 {
  background-color: #ffcaa6;
  background-image: url(../img/buzo.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: .5rem;
  transition: .3s ease;
}

.card-img2:hover {
  transform: translateY(-25%);
  box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
}

.card-img3 {
  background-color: #ffcaa6;
  background-image: url(../img/gorro.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  border-radius: .5rem;
  transition: .3s ease;
}

.card-img3:hover {
  transform: translateY(-25%);
  box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
}

.card-info {
  padding-top: 10%;
}

svg {
  width: 20px;
  height: 20px;
}

.card-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/*Text*/
.text-title {
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.5;
}

.text-body {
  font-size: .9em;
  padding-bottom: 10px;
}

/*Button*/
.card-button {
  border: 1px solid #252525;
  display: flex;
  padding: .3em;
  cursor: pointer;
  border-radius: 50px;
  transition: .3s ease-in-out;
}

/*Hover*/
.card-img:hover {
  transform: translateY(-25%);
  box-shadow: rgba(226, 196, 63, 0.25) 0px 13px 47px -5px, rgba(180, 71, 71, 0.3) 0px 8px 16px -8px;
}

.card-button:hover {
  border: 1px solid #ffcaa6;
  background-color: #ffcaa6;
}

.texto3 {
  font-family: bebas;
  font-size: 25px;
}

.texto4 {
  font-family: evogria italiana;
  text-shadow: -2px 2px 10px #000000;
}

.color4{
  color: tomato;
  font-style: bolder;
}

.card2 {
  width: 290px;
  height: 454px;
  background: #07182E;
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.card2 button {
  z-index: 1;
  color: white;
  font-size: 2em;
}

.card2::before {
  content: '';
  position: absolute;
  width: 100px;
  background-image: linear-gradient(180deg, rgb(255, 0, 0), rgb(255, 148, 48));
  height: 130%;
  animation: rotBGimg 3s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.card2::after {
  content: '';
  position: absolute;
  background: #07182E;
  ;
  inset: 5px;
  border-radius: 15px;
} 

.boton {
  padding: 1rem 2rem;
  border: 0;
  box-shadow: 0px 0px 40px 0px red;
  font-weight: bolder;
  color: white;
  border-radius: 0.3rem;
  background-color: red;
  letter-spacing: .2rem;
}

.boton:hover {
  animation: changeBg 1s infinite;
  -webkit-animation-duration: 10s;
}

@keyframes changeBg {

  0%,
  100% {
    box-shadow: 0px 0px 40px 0px red;
  }

  25% {
    box-shadow: 0px 0px 40px 0px turquoise;
    background-color: turquoise;
  }

  50% {
    box-shadow: 0px 0px 40px 0px purple;
    background-color: purple;
  }

  75% {
    box-shadow: 0px 0px 40px 0px rgb(191, 204, 11);
    background-color: rgb(191, 204, 11);
  }
}

/* -------------------------------------------------------------------------- */
/*                                    media                                   */
/* -------------------------------------------------------------------------- */

/* --------------------------------- tienda --------------------------------- */



@media (max-width:1200px) {
  .card  {
    margin-bottom: 22rem;
    margin-left: 2rem;
  }

  .card2 {
    margin-bottom: 22rem;
    margin-left: 2rem;
  }

  .card2 .boton{
    font-size: 25px;
  }
}


@media (max-width:1024px) {
  .cuerpo-carta {
    margin-bottom: 7rem;
    margin-left: 2rem;
  }

}

@media (max-width:1023px) {
  .cuerpo-carta {
    margin-bottom: 7rem;
    margin-left: 2rem;
  }

}

@media (max-width:1440px) {
  .card {
    margin-bottom: 13rem;
    margin-left: 2rem;
  }

  .card2 {
    margin-bottom: 13rem;
    margin-left: 2rem;
  }

}


@media (max-width:768px) {
  .card {
    margin-bottom: 10rem;
    margin-left: 2rem;
  }


  .card2 {
    margin-bottom: 22rem;
    margin-left: 2rem;
  }

  .card2 .boton{
    font-size: 15px;
  }
}


@media (max-width:600px) {
  .card {
    margin-bottom: 7rem;
    margin-left: 2rem;
    width: 290px;
    height: 354px;
  }

  .texto3{
    font-size: 18px;
  }

  .texto4{
    font-size: 12px;
  }

  .card2 {
    margin-bottom: 7;
    margin-left: 2rem;
    width: 290px;
    height: 354px;
  }

  .card2 .boton{
    font-size: 15px;
  }
}


@media (max-width:480px) {
  .card {
    margin-bottom: 9rem;
    margin-left: 2rem;
    width: 290px;
    height: 280px;
  }

  .texto3{
    font-size: 12px;
  }

  .texto4{
    font-size: 10px;
  }

  .card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
  }

  
  .card2 {
    margin-bottom: 7;
    margin-left: 2rem;
    width: 290px;
    height: 280px;
  }

  .card2 .boton{
    font-size: 10px;
  }
  

}

@media (max-width:320px) {
  .card {
    margin-bottom: 12rem;
    width: 290px;
    height: 230px;
  }

  .text-title{
    font-size: 8px;
  }

  .texto3{
    font-size: 8px;
  }

  .texto4{
    font-size: 5px;
  }

  .card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    width: 50px;
    height: 50px;
  }
  
  .card-button{
    height: 25px;
    width: 25px;
  }

  .card2 {
    margin-bottom: 7;
    margin-left: 2rem;
    width: 290px;
    height: 230px;
  }

  .card2 .boton{
    font-size: 3px;
  }
  

}






/* ---------------------------------- idex ---------------------------------- */

@media (max-width: 480px) {

  footer {
    justify-content: space-between;
    text-align: center;
  }

  .contenedor3 a {
    font-size: 20px;
  }

  .contenedor3 i {
    font-size: 30px;
  }

}


@media (max-width: 320px) {

  .caja .contenedor img {
    margin-left: 2rem;
  }

  .caja .contenedor .box a {
    font-size: 15px;
  }

}