* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1 {
  color: #281914 !important;
}

body {
  background-color: #fffcfc;
}

.inter-light {
  font-family: "Inter Light";
  font-weight: 300;
}
.inter_regular {
  font-family: "Inter Regular" !important;
  font-weight: 400;
}
.inter_bold {
  font-family: "Inter Bold" !important;
  font-weight: bold;
}
.inter_semibold {
  font-family: "Inter Semi Bold" !important;
  font-weight: 600;
}

.inter-medium {
  font-family: "Inter Medium" !important;
  font-weight: 500;
}

.inter {
  font-family: "Inter" !important;
}

.portada {
  background-image: url(../img/portada.webp);
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

/*boton contactenos*/
.btn-portada {
  background-color: #406169;
}
.btn-portada:hover {
  border: 2px solid #406169;
}

/*boton información*/
.btn-cajainfo {
  background-color: #5b5d5a;
  width: 100%;
  color: #fff;
}
.btn-cajainfo:hover {
  border: 3px solid #5b5d5a;
  color: #5b5d5a;
}
/*bg card*/

.bg-card {
  background-color: #fafafa;
  border-radius: none !important;
  border-color: #ededed;
}

/*card texto*/
.card-title {
  font-size: 20px;
}
.card-subtitle {
  font-size: 16px;
}
.card-texto {
  font-size: 24px;
}

.card-body {
  margin-left: 3rem;
  margin-right: 3rem;
}

/*tarjeta*/

.tarjeta {
  height: 110px;
  background-color: #fff1f1;
  width: 100%;
  display: flex;
}

.pago-tarjeta {
  gap: 3rem;
}
/* section valores*/
.valores {
  height: 600px;
}

/*caja de texto*/

.bloque-1 {
  display: none;
}

.bloque {
  display: inline-block;
  position: relative;
}

.bloque2 {
  display: none;
}

.caja-texto {
  position: absolute;
  margin-left: 9rem;
  top: 45%;
}

/*caja de texto 2*/

.caja-texto2 {
  position: absolute;
  margin-left: 9rem;
  top: 73%;
}

/*pie de pagina*/
footer {
  height: 200px;
  background-color: #eeeeee;
  width: 100%;
}

.footer {
  list-style: none;
  padding-top: 10px;
}

.adsky-footer {
  font-size: 12px;
}
.adsky-footer2 {
  display: none;
}

.footer li a {
  text-decoration: none;
  color: #281914;
}

.footer li {
  padding: 3px 0px;
}

.mr-footer {
  margin-left: 32px;
  font-size: 1.5em;
}
.redes-text {
  font-size: 1.5em;
}

/*iconos redes*/
.icono {
  margin-left: 0px;
}

.icono i {
  padding-top: 10px;
  gap: 10px;
  font-size: 44px;
}

/*serivio.php*/

@media screen and (max-width: 1200px) {
  /* section valores*/
  .valores {
    height: auto;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .caja-texto {
    position: absolute;
    margin-left: 7rem;
    top: 45%;
  }

  .caja-texto h6 {
    font-size: 14px;
  }

  .caja-texto p {
    font-size: 12px;
  }
  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 7rem;
    top: 73%;
  }
  .caja-texto2 h6 {
    font-size: 14px;
  }

  .caja-texto2 p {
    font-size: 12px;
  }
  /*card texto*/
  .card-title {
    font-size: 18px;
  }
  .card-subtitle {
    font-size: 16px;
  }
  .card-texto {
    font-size: 20px;
  }
  .card-body {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  /*icono*/
  .icono {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .adsky-footer {
    font-size: 10px;
  }
  .mr-footer {
    margin-left: 30px;
    font-size: 1.1em;
  }
  .redes-text {
    font-size: 1.1em;
  }
  .footer a {
    font-size: 12px;
  }

  .icono {
    margin-left: 0px;
  }
  /*Caja de texto del bloque*/
  .caja-texto {
    position: absolute;
    margin-left: 7.5rem;
    top: 45%;
  }

  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 7.5rem;
    top: 73%;
  }
}

@media screen and (max-width: 991px) {
  .caja-texto {
    position: absolute;
    margin-left: 9rem;
    top: 45%;
  }

  .caja-texto h6 {
    font-size: 18px;
  }

  .caja-texto p {
    font-size: 14px;
  }
  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 9rem;
    top: 73%;
  }
  .caja-texto2 h6 {
    font-size: 18px;
  }

  .caja-texto2 p {
    font-size: 14px;
  }
  /*BLoques*/
  .bloque-responsive {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .bloque {
    display: none;
    overflow: hidden;
  }
  .bloque-1 {
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .caja-texto {
    position: absolute;
    margin-left: 8rem;
    top: 45%;
  }

  .caja-texto h6 {
    font-size: 14px;
  }

  .caja-texto p {
    font-size: 12px;
  }
  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 8rem;
    top: 73%;
  }
  .caja-texto2 h6 {
    font-size: 14px;
  }

  .caja-texto2 p {
    font-size: 12px;
  }

  /*Footer*/
  .adsky-footer {
    display: none;
  }
  .adsky-footer2 {
    font-size: 15px;
    display: block;
  }
  .mr-footer {
    margin-left: 30px;
    font-size: 1.1em;
  }
  .redes-text {
    font-size: 1.1em;
  }
  .footer a {
    font-size: 11px;
  }

  .icono {
    margin-left: 0px;
  }
  .icono i {
    padding-top: 10px;
    gap: 10px;
    font-size: 30px;
  }
  footer {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .mv-portada {
    padding-left: 1em;
    padding-right: 1em;
  }
  .mv-portada h2 {
    font-size: 20px;
  }
  .mv-portada p {
    font-size: 13px;
  }
  .text-tarjeta {
    font-size: 12px;
  }
  .pago-tarjeta {
    gap: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .mr-footer {
    margin-left: 1em;
    font-size: 1em;
  }
  .redes-text {
    font-size: 1em;
  }
  .footer {
    padding-left: 1em !important;
  }
  .footer a {
    font-size: 9px;
  }

  .icono {
    margin-left: 0px;
  }
  .icono i {
    padding-top: 10px;
    gap: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  /*mision y vision*/
  .caja-texto {
    position: absolute;
    margin-left: 6rem;
    top: 45%;
  }

  .caja-texto h6 {
    font-size: 12px;
  }

  .caja-texto p {
    font-size: 10px;
  }
  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 6rem;
    top: 73%;
  }
  .caja-texto2 h6 {
    font-size: 12px;
  }

  .caja-texto2 p {
    font-size: 10px;
  }

  /*footer*/
  .mr-footer {
    margin-left: 1em;
    font-size: 1em;
  }
  .redes-text {
    font-size: 1em;
  }
  .footer {
    padding-left: 1em !important;
  }
  .footer a {
    font-size: 9px;
  }

  .icono {
    margin-left: 0px;
  }
  .icono i {
    padding-top: 10px;
    gap: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  /*mision y vision*/
  .caja-texto {
    position: absolute;
    margin-left: 5rem;
    top: 45%;
  }

  .caja-texto h6 {
    font-size: 10px;
  }

  .caja-texto p {
    font-size: 8px;
  }
  /*caja de texto 2*/

  .caja-texto2 {
    position: absolute;
    margin-left: 5rem;
    top: 73%;
  }
  .caja-texto2 h6 {
    font-size: 10px;
  }

  .caja-texto2 p {
    font-size: 8px;
  }

  .mr-footer {
    margin-left: 0em;
    font-size: 0.8em;
  }
  .redes-text {
    font-size: 0.8em;
  }
  .footer {
    padding-left: 0em !important;
  }
  .footer a {
    font-size: 9px;
  }

  .icono {
    margin-left: 0px;
  }
  .icono i {
    padding-top: 10px;
    gap: 10px;
    font-size: 20px;
  }
}

/* ANIMACIONES PARA LA WEB INDEX*/
.animacion-index {
  animation: portadaInicio 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.animacion-product3 {
  animation: product3Inicio 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animacion-bloque {
  animation: bloqueanimacion 4s ease-in-out both;
}

.animacion-bloqueimg {
  animation: bloqueimg cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes portadaInicio {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes product3Inicio {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes bloqueanimacion {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bloqueimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}