/*-------------SLIDER PRINCIPAL--------------*/
@keyframes fadeIn1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn3 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn4 {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeIn1, .fadeIn2, .fadeIn3, .fadeIn4 {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}

.fadeIn1 {
  animation-name: fadeIn1;
}

.fadeIn2 {
  animation-name: fadeIn2;
}

.fadeIn3 {
  animation-name: fadeIn3;
}

.fadeIn4 {
  animation-name: fadeIn4;
}

.portada__Xoscov{
  position: relative;
}

.int-xoscov{
  flex-direction: column;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.logo-blanco{
  width: 25%;
  height: auto;
}

.portada__Xoscov h1{
  font-size: 4vw;
  font-family: "Bebas Neue";
}

.portada__Xoscov h1::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.portada__Xoscov h2{
  font-size: 1vw;
  margin-top: 10px;
}

.portada__Xoscov h3{
  font-size: 1vw;
  margin-top: 20px;
}

.slide-web {
  padding: 7% 0 0 50px;
  background-color: #eeeef4;
}

.slide-web h1 {
  font-size: 48px;
  letter-spacing: 0;
}

.slide-tailw-title-1 {
  font-family: "Bebas Neue";
  font-size: 42px;
}

h1.slide-tailw-title {
  font-family: sans-serif;
}

.slide-tailw-title-2 {
  width: 500px;
  font-size: 1.7em;
  top: 50%;
}

.slide-web .span-slide-web-2 {
  font-size: 1rem;
  color: #636363;
}

.slide-web-text {
  display: grid;
  width: 30%;
  height: 60%;
  margin-right: 5%;
}

.slide-web-text .buttons-slide-web {
  margin-top: 20px;
  height: 100px;
  justify-content: left;
}

.buttons-slide-web::after {
  content: "";
  inset: 0;
  background-color: #636363;
  width: 100%;
  height: 1px;
}

.btn-slide-web {
  height: 35px;
  width: 50%;
  justify-content: left;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: quick;
  padding: 0 0 0 15px;
}

.btn-slide-web-1 {
  background-color: #222;
}

.btn-slide-web-2 {
  border: 1px solid #333;
  color: #333;
  margin-left: 20px;
}

.arrow-slide-web {
  width: 20px;
  height: 20px;
  right: 20px;
}

.btn-slide-web:hover .arrow-slide-web {
  transform: translateX(5px);
} 

.anuncio {
  flex-direction: row-reverse;
  padding-top: 7rem;
  background-color: #fbfbfc;
  gap: 10rem;
}

.anuncio::after {
  content: "";
  top: 0;
  right: 0;
  width: 25%;
  background-color: #2571d4;
}

.img_anuncio {
  width: 30%;
  height: auto;
  z-index: 1;
}

.title-tienda-a {
  font-family: "Bebas Neue";
  color: #ff8d0a;
  font-size: 1.4rem;
}

.title-tienda {
  margin-bottom: 20px;
  font-weight: bolder;
  font-size: 3rem;
  color: #333;
  font-family: "Bebas Neue";
}

.button-tienda {
  font-size: 1.2rem;
  padding: 3px 0 0px 2px;
  width: 10rem;
  border: 1px solid #222;
  margin-top: 20px;
}

.hover-underline-animation {
  justify-content: space-between;
}

.hover-underline-animation:hover {
  font-weight: bolder;
  border-color: #333;
}

.hover-underline-animation:hover #arrow-horizontal {
  transform: translateX(2px);
}

#arrow-horizontal {
  width: 20px;
  height: 20px;
  margin: 0 3px 4px 10px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 380px) {
  .span-slide-web-2 {
    display: none;
  }
  .img-web-slide {
    margin-top: 50px;
  }
}

/*-----------INTRODUCCIÓN------------*/
.introduccion {
  height: 350px;
  padding-top: 90px;
  text-align: left;
  background-position: center;
}
.curva {
  bottom: 0;
  height: 200px;
  overflow: hidden;
}

.curva-up {
  top: 0;
  height: 250px;
  overflow: hidden;
}

.content-intro h2 {
  width: 70%;
  float: right;
  margin-right: 100px;
  margin-left: 70px;
  font-size: 1.5rem;
  font-weight: bold;
}

.content-intro p {
  width: 70%;
  padding-top: 40px;
  float: right;
  margin-right: 100px;
  margin-left: 70px;
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
  .introduccion h2 {
    margin-right: 200px;
    margin-left: 200px;
  }

  .introduccion p {
    margin-right: 200px;
    margin-top: -30px;
    margin-left: 200px;
  }
}

/* --------- Lista de Servicios --------- */
.services-contenedor {
  background: linear-gradient(180deg, #fff 0, #f2f4f7);
  padding-bottom: 120px;
}
.content-service {
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.content-service img {
  width: 45%;
  padding-left: 30px;
}
.checklist-service {
  padding-top: 30px;
  padding-left: 40px;
  width: 40%;
}
.service {
  margin-bottom: 3px;
}
.service h3 {
  text-decoration: none;
  padding: 10px;
}
.service h3::before {
  content: "";
  width: 0;
  height: 4px;
  background-image: linear-gradient(-225deg, #379df7 20%, #7bb6f1 100%);
  bottom: 0;
  transition: all 0.5s;
}
.service h3:hover::before {
  width: 50%;
}

.service img {
  width: 60px;
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}

.n-service {
  margin-bottom: 7px;
  /*color: #222;*/
}

/*------------Valores añadidos Productos-------------*/
.valores-añadidos {
  height: 900px;
  background-size: cover;
  background-position: right center;
}
.camera-1 {
  object-fit: cover;
}
.camera-2 {
  display: none;
}
.valores-añadidos-content {
  padding: 50px 0 70px 0;
  display: grid;
  place-items: center;
  border-radius: 8px;
  width: 90%;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
}
.titulo-valores {
  padding: 5px 0;
  margin-bottom: 5rem;
  display: grid;
  place-items: center;
}

.titulo-valores p {
  font-size: 0.9em;
  color: #d68910;
  margin-bottom: 10px;
}

.valores-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  row-gap: 100px;
}
.valor {
  height: 150px;
  display: grid;
  justify-items: center;
  padding: 0 5px;
}
.valor figure {
  width: 80px;
  height: 80px;
  background: #252f52;
  border-radius: 50%;
}
.valor figure:hover {
  box-shadow: none;
}
.valor h3 {
  font-weight: bold;
  color: #333;
}
.valor span {
  font-size: 0.65em;
}
.fa-solid {
  font-size: 30px;
}
/*-------------Reseñas-------------*/
.review-container {
  margin: auto;
  display: grid;
  border-radius: 0.5rem;
  align-content: center;
}
.review-header {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem 0;
}
.review-header h2 {
  z-index: 0;
  padding-top: 0;
}
.review-header p {
  color: #444;
}
.review-content {
  padding: 2rem 2rem;
  overflow: hidden;
}
.arrow {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
.arrow:is(:hover, :focus) {
  color: rgba(255, 255, 255, 0.7);
}
.arrow svg {
  width: 30px;
  height: 30px;
  pointer-events: none;
}
#arrow--right {
  right: 4%;
  width: 80px;
  height: 80px;
}

#arrow--right:is(:hover, :focus) {
  transform: translate(10%, -50%);
}
#arrow--right::before {
  content: "";
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  transform: translate(2%, -2%) scale(0.6);
  inline-size: min(60px, 100%);
  block-size: min(60px, 100%);
  filter: blur(1px);
  transition: all 250ms ease-in-out;
  width: 80px;
  height: 80px;
}

#arrow--right:hover::before,
#arrow--right:focus::before {
  transform: translate(4%, -2%) scale(0.8);
}

#arrow--left {
  width: 80px;
  height: 80px;
  left: 4%;
}

#arrow--left:is(:hover, :focus) {
  transform: translate(-10%, -50%);
  color: rgba(230, 238, 243, 0.7);
}
#arrow--left::before {
  content: "";
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-2%, -2%) scale(0.6);
  inline-size: min(60px, 100%);
  block-size: min(60px, 100%);
  filter: blur(1px);
  transition: all 250ms ease-in-out;
  width: 80px;
  height: 80px;
}

#arrow--left:hover::before,
#arrow--left:focus::before {
  transform: translate(-4%, -2%) scale(0.8);
}

.arr2 {
  width: 20px;
  height: 20px;
}
.arr {
  width: 20px;
  height: 20px;
}
.review {
  padding: 0 2rem 2rem;
  flex: 1 0 100%;
  display: grid;
  max-width: 100%;
  place-items: center;
  gap: 1.3rem;
}
.review__headshot {
  z-index: 0;
  inline-size: 120px;
  block-size: 120px;
}
.review__headshot img {
  inline-size: 120px;
  border-radius: 50%;
}
.review__headshot::before {
  content: "";
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.05);
  filter: blur(1px);
}

.review__name {
  letter-spacing: 0.05rem;
  font-size: clamp(1.3rem, 1.10909097rem + 0.872727vw, 1.6rem);
}

.review__company {
  font-size: 15px;
  margin-bottom: 5px;
}

.review__location p {
  margin-top: -1rem;
  font-size: 0.9rem;
}
.review__stars img {
  width: 20px;
  height: 20px;
}

p.review__body p {
  max-width: 400px;
  margin: auto;
  font-size: 19px;
}

.rev {
  padding: 0 16rem;
}
/*-------- Tablas del cuerpo ---------- */
.tabla {
  margin: auto;
  padding-top: 20px;
}
.tablax2 {
  width: 340px;
  margin: 12px;
  flex-direction: column;
}

.icono-tab img {
  width: 90%;
  height: 5%;
  border-radius: 3px;
}
.caja {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
  border-radius: 8px;
}
.caja h2 {
  letter-spacing: 0.1em;
  margin: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #06548c;
}
.info {
  color: #818670;
  list-style: none;
  padding: 0 30px;
  margin-bottom: 30px;
}
.icono-tab {
  color: #0872be;
  padding-top: 18px;
  font-size: 3em;
  padding-bottom: 10px;
}
.boton-info {
  margin: 0 0 30px 0;
  padding: 10px 0;
}
.mas-info {
  background-color: #278cd9;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 18px;
  width: 86%;
  font-size: 13px;
  margin-left: auto;
  font-family: quick;
}
.mas-info:hover {
  background: #444;
}
/*-----Banner Marcas de productos que comercializamos-------*/
.banner-1 {
  background: #0872be;
  clear: both;
  padding: 30px 50px 50px 50px;
  box-sizing: border-box;
}
.banner-1:hover {
  background: #444;
}
.banner-1 h3 {
  font-size: 32px;
}
.banner-1 a {
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.banner-1 a:hover {
  color: #222;
  border-bottom: 2px solid #222;
}
/*------------------ Estilos Generales ----------------------*/
/* Elementos con display: flex */
.int-xoscov, .slide-web, .icono-tab, .tabla, .reviews, .review__stars, .arrow, .valor figure, .content-service, .slide-web-text .buttons-slide-web, .btn-slide-web, .anuncio, .button-tienda, .hover-underline-animation{
  display: flex;
}  
/* Elementos con justify-content: center;*/
.int-xoscov, .slide-web, .slide-web-text, .anuncio, .button-tienda, .valor, .valor figure, .arrow, .tabla, .icono-tab{
  justify-content: center; 
}
/* Elementos con align-items: center; */
.int-xoscov, .slide-web, .slide-web-text, .arrow, .review-container, .valor figure, .anuncio,.btn-slide-web, .slide-web-text .buttons-slide-web, .button-tienda, .hover-underline-animation, .content-service {
  align-items: center; 
} 
/* Elementos  width: 100%;*/
.slide-web, .tabla, .banner-1,  .slide-web-text .buttons-slide-web, .introduccion, .curva, .curva-up, .camera-1, .review-container {
  width: 100%;
}
/* Elementos height: 100% */
.slide-web, .anuncio::after, .camera-1, .caja {
  height: 100%;
} 
/* Elementos position: absolute;*/
.buttons-slide-web::after, .arrow-slide-web, .arrow, #arrow--right::before, #arrow--left::before, .review__headshot::before, .anuncio::after, .curva, .curva-up, .service h3::before, .valores-añadidos-content{
  position: absolute;
}
/* Elementos position: relative;*/
.portada__Xoscov h1, .slide-web-text, .review__headshot, .review-container, .review-content, .review-header h2, .valores-añadidos, .slide-web-text .buttons-slide-web, .btn-slide-web, .anuncio, .introduccion, .service h3{
  position: relative;
}
/* Elementos color: #278cd9;*/
.slide-web h1 span, #arrow--right::before, #arrow--left::before{
  color: #278cd9;
}
/* Elementos cursor: pointer;*/
.content-service img, .service h3, .valor figure, .arrow, .arr2, .arr, .mas-info{
  cursor: pointer;
}
/* Elementos text-align: center;*/
.valores-añadidos-content, .review-container, .arrow, .tabla, .banner-1{
  text-align: center;
}
/* Elementos color: #fff; */
.portada__Xoscov h1, .btn-slide-web-1,  .fa-solid, .arrow, .mas-info, .banner-1 h3, .banner-1 a  {
  color: #fff;  
}
/* Elementos  transition: 0.4s; */
.arrow-slide-web, .hover-underline-animation, .valor figure, .arr, .arr2, .caja, .mas-info, .banner-1 {
  transition: 0.4s;
}

/*------------RESPONSIVE--------------*/
@media only screen and (max-width: 1150px) {
  .arrow-slide-web {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .slide-tailw-title {
    font-size: 36px;
  }
  .slide-tailw-title-2 {
    font-size: 1.5em;
  }
  .anuncio {
    gap: 5rem;
  }
  .anuncio::after {
    width: 25%;
  }
  .introduccion {
    height: 220px;
  }
  .content-intro h2 {
    margin-right: 80px;
    margin-left: 70px;
    font-size: 1.5em;
    margin-top: -66px;
  }
  .content-intro p {
    margin-top: -64px;
    margin-right: 80px;
    margin-left: 70px;
  }
  /*--------- Lista de servicios ------- */
  .service h3:hover:before {
    width: 60%;
  }
  .valores-añadidos-content {
    padding: 30px 10px 80px 10px;
    width: 95%;
  }
  .valores-content {
    row-gap: 50px;
  }
  .valor {
    height: 120px;
  }
  .valor figure {
    width: 60px;
    height: 60px;
  }
  .fa-solid {
    font-size: 20px;
  }
  .valor {
    padding: 0 5px;
  }
  .rev {
    padding: 0 10rem;
  }
  /*---------- Tablas del cuerpo ----------*/
  .tabla {
    flex-direction: column;
    align-items: center;
  }
  .tablax2 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .info h3 {
    margin-left: 25px;
    margin-right: 25px;
    text-decoration: none;
  }
  .caja h2 {
    font-size: 1.25em;
  }
  .mas-info {
    margin-left: 0;
  }
  .boton-info {
    padding: 0 0 50px 0;
  }
  /*-----Banner Marcas de productos que comercializamos-------*/
  .banner-1 {
    width: 100%;
    clear: both;
    padding: 30px 50px 50px 50px;
    text-align: center;
  }
  .banner-1 h3 {
    font-size: 32px;
  }
  .banner-1 a {
    text-decoration: none;
    margin-left: 20px;
    border-bottom: 2px solid #fff;
  }
}

@media only screen and (max-width: 900px) {

  .portada__Xoscov h1{
    font-size: 4.5vw;
  }

  .portada__Xoscov h1::before{
    bottom: -50px;
  }

  .portada__Xoscov h2{
    font-size: 1.8vw;
  }

  .portada__Xoscov h3{
     margin-top: 5px;
    font-size: 1.8vw;
  }

  .slide-web {
    padding: 7% 0 0 30px;
  }
  .slide-web-text {
    margin-right: 2%;
  }
  .slide-web h1 {
    font-size: 36px;
    letter-spacing: 0;
  }
  .slide-tailw-title {
    font-size: 36px;
  }
  .slide-tailw-title-2 {
    font-size: 1.5em;
    width: 13em;
  }
  .slide-tailw-title-2 {
    font-size: 1.3em;
  }
  .slide-web-text .buttons-slide-web {
    margin-top: 10px;
  }
  .arrow-slide-web {
    display: none;
  }
  .btn-slide-web {
    height: 30px;
    padding: 0;
    justify-content: center;
  }
  .btn-slide-web-2 {
    margin-left: 10px;
  }
  .slide-web-text {
    height: 70%;
  }
  .slide-web .span-slide-web-2 {
    font-size: 0.8rem;
  }
  .anuncio {
    gap: 3.5rem;
  }
  .title-tienda {
    font-size: 2.2rem;
  }
  .button-tienda {
    font-size: 1rem;
    width: 10rem;
  }
  .introduccion {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: left;
    align-content: center;
    text-align: left;
    margin-top: 0;
  }
  .curva {
    display: none;
  }
  .content-intro {
    text-align: left;
  }
  .content-intro h2 {
    padding: 0 30px 15px 50px;
    margin: 0;
    font-size: 1.4em;
    width: 100%;
  }
  .content-intro p {
    padding: 0 50px;
    margin: 0;
    width: 100%;
  }
  /*--------- Lista de Servicios -------- */
  .services-contenedor {
    margin-top: 50px;
  }
  .content-service img {
    width: 80%;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .checklist-service {
    width: 80%;
    padding-top: 15px;
  }
  .titulo {
    font-size: 1.4em;
  }
  .service h3 {
    font-size: 1.25em;
  }
  .service h3:hover:before {
    width: 50%;
  }
  .service img {
    width: 52px;
    margin-right: 1px;
    margin-top: -18px;
    margin-left: -55px;
  }
  /*------------Valores añadidos-------------*/
  .valores-añadidos-content {
    padding: 15px 0 20px 0;
  }
  .valores-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 30px;
  }
  .valor {
    border-right: none;
  }
  .valor figure {
    width: 50px;
    height: 50px;
  }
  .fa-solid {
    font-size: 18px;
  }
  .titulo-valores {
    margin-bottom: 3rem;
  }
  /* ---------- Reseñas --------- */
  .rev {
    padding: 0 5rem;
  }
  /*---------- Tablas del cuerpo ----------*/
  .tabla {
    flex-direction: column;
    align-items: center;
  }
  .tablax2 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .info h3 {
    text-decoration: none;
  }
  .caja h2 {
    font-size: 1.25em;
  }
  .mas-info {
    margin-left: 0;
  }
  .boton-info {
    padding: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {

  .portada__Xoscov h1::before{
    bottom: -30px;
  }

  .logo-blanco {
    width: 50%;
  }

  .slide-web {
    padding: 2% 0 0 16px;
  }
  .slide-web-text {
    width: 35%;
    height: 30%;
    margin-right: 0;
  }
  .br-web {
    display: none;
  }
  .slide-tailw-title-2 {
    font-size: 0.8em;
    width: 200px;
  }
  .slide-web h1 {
    font-size: 20px;
  }
  .slide-web .span-slide-web-2 {
    margin-bottom: 10px;
    font-size: 0.5rem;
  }
  .slide-web-text .buttons-slide-web {
    margin-top: 10px;
    height: 0;
  }
  .btn-slide-web {
    height: 20px;
    font-size: 0.5rem;
  }
  .buttons-slide-web::after {
    display: none;
  }
  .btn-slide-web-1 {
    width: 70%;
    height: 20px;
  }
  .btn-slide-web-2 {
    display: none;
  }
  .anuncio {
    gap: 0.8rem;
    padding-top: 4rem;
  }
  .exp-comp-val {
    font-size: 0.6rem;
  }
  .title-tienda {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .button-tienda {
    font-size: 0.6rem;
    padding: 2px 0 0 0;
    width: 7rem;
    margin-top: 15px;
  }
  .title-tienda-a {
    font-size: 0.9rem;
  }
  .introduccion {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 150px;
    padding: 0;
  }
  .content-intro h2 {
    padding: 0 20px 15px 20px;
    font-size: 1.2em;
  }
  .content-intro p {
    padding: 0 20px;
  }
  /*--------- Lista de Servicios -------- */
  .services-contenedor {
    margin-top: 20px;
  }
  .content-service img {
    width: 90%;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .checklist-service {
    width: 70%;
    padding-top: 15px;
  }
  .service h3:hover:before {
    width: 70%;
  }
  .service img {
    width: 50px;
    margin-right: 1px;
    margin-top: -18px;
    margin-left: -55px;
  }
  /*------------Valores añadidos-------------*/
  .valores-añadidos {
    background-size: cover;
    background-position: center;
    height: 1150px;
  }
  .camera-2 {
    display: grid;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .camera-1 {
    display: none;
  }
  .valores-añadidos-content {
    background: rgba(255, 255, 255, 0.7);
    height: 95%;
    width: 90%;
    padding: 0 10px;
  }
  .valores-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .titulo-valores {
    margin-bottom: 0;
  }
  .valor {
    height: 100px;
    border-right: none;
  }
  .valor figure {
    width: 50px;
    height: 50px;
  }
  .fa-solid {
    font-size: 18px;
  }
  .valor {
    padding: 0 5px;
  }
  /* ---------- Reseñas --------- */
  .review-header {
    padding: 2rem 1rem 0;
  }
  .arr {
    width: 30px;
    height: 30px;
  }
  .review-content {
    position: relative;
    padding: 2rem 0.5rem;
    overflow: hidden;
  }
  .arrow {
    color: #666666;
  }
  #arrow--left {
    width: 25px;
    height: 25px;
    left: 5%;
  }
  #arrow--left::before {
    display: none;
  }
  #arrow--right {
    right: 5%;
    width: 25px;
    height: 25px;
  }
  #arrow--right::before {
    display: none;
  }
  #arrow--left:is(:hover, :focus) {
    transform: translate(-10%, -50%);
    color: #666666;
  }
  #arrow--right:is(:hover, :focus) {
    color: #666666;
    transform: translate(10%, -50%);
  }
  .review__body p {
    font-size: 16px;
    color: #777;
  }
  .rev {
    padding: 0;
  }
  /*---------- Tablas del cuerpo ----------*/
  .tabla {
    flex-direction: column;
    align-items: center;
  }
  .tablax2 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .caja {
    padding: 0 0 10px 0;
  }
  .caja h2,  .caja h3  {
    font-size: 1em;
  }
  .mas-info {
    font-size: 12px;
    margin-left: 0;
  }
  .boton-info {
    padding: 0;
  }
  /*---------- Llamada a la acción ----------*/
  .mensaje p {
    font-size: 16px;
  }
  .banner-1 {
    width: 100%;
    clear: both;
    padding: 10px 60px 30px 60px;
    text-align: center;
    box-sizing: border-box;
  }
  .banner-1 h3 {
    font-size: 1.1em;
  }
  .banner-1 a {
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
  }
} 