.radpan-banner-principal {
  height: 80vh;
}

/* {
   background-image: url(../assets/banner-principal.png);
   background-position: center;
   background-size: cover;
} */

.radpan-banner-swiper {
  width: 100%;
  height: 100%;
}

.banner-principal-items {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-principal-items.primero .logo-banner img {
  width: 250px;
}

.banner-principal-items.primero p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.banner-principal-items.primero > span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: block;
  margin-bottom: 30px;
  strong {
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
  }
}

.banner-principal-items.primero .links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner-principal-items.primero .links a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.banner-principal-items.primero .links a.como-llegar {
  background-color: var(--color-primary);
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 6px;
  text-align: center;
}

.banner-principal-items.primero .links a.escribenos {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--color-accent);
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 6px;
}

.banner-principal-items-titulo {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-shadow: 7px 7px 12px #000000b3;
}

.banner-principal-items > p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}

.banner-principal-items > p.destacado {
  background: var(--color-accent) 0% 0%;
  mix-blend-mode: hard-light;
  font-weight: 600;
  padding: 0 10px;
}

.banner-principal-items > span {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
}

.banner-principal-items > span strong {
  color: var(--color-accent);
}

.banner-principal-items .check-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.banner-principal-items .check-text img {
  width: 40px;
}

.banner-principal-items .check-text span {
  color: var(--color-accent);
  font-weight: 500;
  font-size: 19px;
}

.banner-principal-items .links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-principal-items .links p > span {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}

.banner-principal-items .links a {
  background-color: var(--color-primary);
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  display: flex;
  height: 34px;
  width: 170px;
  justify-content: center;
  margin: 0 auto;
}

.banner-principal-items .links a.escribenos {
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: 7px;
  span {
    font-size: 20px;
  }
}

.banner-principal-items > a.link-whatsapp-full {
  color: #fff;
  background-color: var(--color-accent);
  text-decoration: none;
  padding: 7px 35px;
  border-radius: 7px;
  span {
    font-size: 20px;
  }
}

.swiper-pagination {
  display: table;
  width: auto !important;
  right: 1% !important;
  left: initial !important;
  bottom: 7px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* POR QUE ELEGIRNOS */

.porque-elegirnos {
  padding: 100px;
}

.porque-elegirnos-contenedor {
  margin: 0 auto;
}

.porque-elegirnos-contenedor > h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  color: var(--color-primary);
}
.porque-elegirnos-contenedor > p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 80px;
}

.porque-elegirnos-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px;
}

.porque-elegirnos-items > div {
  border-radius: 20px;
  background-color: var(--color-gray-light);
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: center;
  padding: 30px 50px;
}

.porque-elegirnos-items > div img {
  width: 100%;
}

.porque-elegirnos-items > div p {
  text-align: center;
  color: #272727;
  font-weight: 600;
  font-size: 19px;
}

/* que dicen de nosotros */

.que-dicen-nosotros {
  margin-bottom: 40px;
}

.que-dicen-nosotros-contenedor {
  margin: 0 auto;
}

.que-dicen-nosotros-header {
  text-align: center;
  position: relative;
}

.que-dicen-nosotros-header {
  position: relative;
  margin-bottom: 170px;
}

.que-dicen-nosotros-header h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.que-dicen-nosotros-header img {
  width: 180px;
  position: absolute;
  top: 15px;
  right: 5%;
}

.que-dicen-nosotros-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Espaciado entre las tarjetas */
  justify-content: center;
  position: relative; /* Posicionamiento relativo para controlar las capas */
  height: 495px;
}

.que-dicen-nosotros-items article {
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 20px;
  position: absolute;
  z-index: 1; /* Para que se "superpongan" correctamente */
  transition: transform 0.3s ease;
}

.que-dicen-nosotros-items > article:nth-child(1) {
  transform: translate(-100%, -40px);
  animation: float1 3s infinite ease-in-out;
}
.que-dicen-nosotros-items > article:nth-child(2) {
  transform: translate(-27px, -95px);
  animation: float2 3s infinite ease-in-out;
}
.que-dicen-nosotros-items > article:nth-child(3) {
  transform: translate(100%, -40px);
  animation: float3 3s infinite ease-in-out;
}
.que-dicen-nosotros-items > article:nth-child(4) {
  transform: translate(-90%, 140px);
  animation: float4 3s infinite ease-in-out;
  z-index: 2;
}
.que-dicen-nosotros-items > article:nth-child(5) {
  transform: translate(15%, 83px);
  animation: float5 3s infinite ease-in-out;
  z-index: 2;
}
.que-dicen-nosotros-items > article:nth-child(6) {
  transform: translate(100%, 191px);
  animation: float6 3s infinite ease-in-out;
}
.que-dicen-nosotros-items > article:nth-child(7) {
  transform: translate(-21%, 260px);
  animation: float7 3s infinite ease-in-out;
}
.que-dicen-nosotros-items > article:nth-child(8) {
  transform: translate(0, -40px);
}

@keyframes float1 {
  0%,
  100% {
    transform: translate(-100%, -40px);
  }
  50% {
    transform: translate(-100%, -44px);
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: translate(-27px, -95px);
  }
  50% {
    transform: translate(-27px, -91px);
  }
}

@keyframes float3 {
  0%,
  100% {
    transform: translate(100%, -40px);
  }
  50% {
    transform: translate(100%, -44px);
  }
}

@keyframes float4 {
  0%,
  100% {
    transform: translate(-90%, 140px);
  }
  50% {
    transform: translate(-90%, 136px);
  }
}

@keyframes float5 {
  0%,
  100% {
    transform: translate(15%, 83px);
  }
  50% {
    transform: translate(15%, 87px);
  }
}

@keyframes float6 {
  0%,
  100% {
    transform: translate(100%, 191px);
  }
  50% {
    transform: translate(100%, 188px);
  }
}

@keyframes float7 {
  0%,
  100% {
    transform: translate(-21%, 260px);
  }
  50% {
    transform: translate(-21%, 256px);
  }
}

.que-dicen-nosotros-items article .nosotros-comillas {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 37px;
  height: 37px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;

  img {
    filter: invert(1);
    width: 23px;
  }
}

.que-dicen-nosotros-items article .dicen-nosotros-persona {
  padding: 30px 40px;
  gap: 30px;
  display: grid;
  grid-template-columns: 50px 1fr;
}

article .dicen-nosotros-persona .image img {
  border-radius: 50%;
}

article .dicen-nosotros-persona .texto p {
  margin-bottom: 3px;
  line-height: 20px;
  font-size: 15px;
}

article .dicen-nosotros-persona .texto div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article .dicen-nosotros-persona .texto div img {
  width: 70px;
}

article .dicen-nosotros-persona .texto div p {
  color: #606060;
  font-weight: 500;
  font-size: 13px;
}

/* SERVICIOS QUE OFRECEMOS  */

.servicios-que-ofrecemos {
  margin-bottom: 80px;
}

.servicios-que-ofrecemos-contenedor {
  margin: 0 auto;
}

.servicios-que-ofrecemos-contenedor > h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  color: var(--color-primary);
  margin-bottom: 40px;
}

.servicios-que-ofrecemos-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px 200px;
  gap: 30px;
}

.servicios-que-ofrecemos-items article {
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.servicios-que-ofrecemos-items article h3 {
  color: #fff;
  font-weight: 400;
  text-shadow: 7px 7px 12px #000000b3;
  font-size: 35px;
  margin-bottom: 10px;
}

.servicios-que-ofrecemos-items article a {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 10px;
  cursor: pointer;
}
/* nuestro trabajo */

.nuestro-trabajos {
  margin-bottom: 80px;
}
.nuestro-trabajos-contenedor {
  margin: 0 auto;
}
.nuestro-trabajos-contenedor h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.nuestro-trabajos-items-swiper {
  width: 100%;
  height: 240px;
}
.nuestro-trabajos-items-swiper .swiper-slide div {
  height: 100%;
}

.nuestro-trabajos-items-swiper .swiper-slide div img {
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
  font-size: 24px !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 29px !important;
}

.nuestro-trabajos-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(191px, 1fr));
  gap: 10px;
  margin-bottom: 40px;
}

.nuestro-trabajos-mas {
  text-align: center;
}

.nuestro-trabajos-mas a {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 40px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

/* forn mapa */

.radpan-formulario-mapa {
  position: relative;
}

.radpan-formulario-mapa::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-color: var(--color-gray-light);
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
}

.radpan-formulario-mapa-contenedor {
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.formulario-content {
  box-shadow: 0px 7px 15px #00000029;
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 70px;
}

.formulario-content h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.formulario-content form input {
  display: block;
  background-color: var(--color-gray-light);
  padding: 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
}

.formulario-content form input::placeholder {
  color: rgb(117, 117, 117);
}

.formulario-content form textarea {
  display: block;
  background-color: var(--color-gray-light);
  padding: 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
	height: 100px;
}

.formulario-content form textarea {
  color: #000;
}

.formulario-content form button, .formulario-content form .btn-form {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 15px;
  font-weight: 600;
  border-radius: 10px;
  outline: none;
  border: 2px solid var(--color-primary);
  display: block;
  margin: 0 auto;
	    width: 120px;
	cursor: pointer;
		transition: .3s;

}
.formulario-content form .btn-form:hover{
	color: #000;
	background: #fff;
	transition: .3s;
}
/* mapa */

.mapa-content {
}

.mapa-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.mapa-content > p {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.mapa-content > a {
  display: block;
}

.mapa-content > img {
}

.datos-redes > div {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.datos-redes {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.datos-redes > div {
  width: 40%;
  padding: 20px 40px;
}

.datos-redes > div h4 {
  color: var(--color-primary);
  font-size: 21px;
}
.datos-redes > div p {
  margin-bottom: 13px;
}

.datos-redes > div.contacto a.whatsapp {
  display: flex;
  align-items: center;
  color: #000;
  gap: 7px;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;

  img {
    width: 25px;
  }
}

.datos-redes > div.contacto a.correo {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 500;
  span {
    font-size: 18px;
  }
}

.datos-redes > div.sociales div a {
  color: #000;
  text-decoration: none;
  font-size: 35px;
  padding-left: 10px;
}

.dejanos-tu-opinion button {
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 40px;
  font-weight: 600;
  border-radius: 10px;
  outline: none;
  border: none;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1331px) {
  .porque-elegirnos-items {
    gap: 20px;
  }

  .porque-elegirnos-items > div {
    padding: 20px 20px;
  }

  .porque-elegirnos-items > div p {
    font-size: 17px;
  }

  .porque-elegirnos-items > div p br {
    display: none;
  }

  .radpan-formulario-mapa {
    background-position: 0 100px;
  }
}

@media (max-width: 1200px) {
  .contenedor {
    padding: 0 20px;
  }

  .que-dicen-nosotros-items article {
    max-width: 350px;
  }
  .que-dicen-nosotros-items article .dicen-nosotros-persona {
    padding: 20px 28px;
    gap: 23px;
    display: grid;
    grid-template-columns: 43px 1fr;
  }
}

@media (max-width: 1047px) {
  .porque-elegirnos-contenedor > p {
    margin-bottom: 30px;
  }

  .porque-elegirnos-items {
    grid-template-columns: 1fr;
  }

  .que-dicen-nosotros-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;
  }

  .que-dicen-nosotros-header {
    margin-bottom: 0;
  }

  .que-dicen-nosotros-items article {
    max-width: 350px;
    transform: none !important;
    animation: none !important;
    position: relative !important;
    margin-bottom: 15px;
  }

  .que-dicen-nosotros-header img {
    display: none;
  }

  .servicios-que-ofrecemos-contenedor > h3 {
    margin-bottom: 15px;
  }

  .servicios-que-ofrecemos-items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }

  .servicios-que-ofrecemos-items article {
    width: 100%;
    padding: 20px 0;
    background-size: cover;
    padding: 10px;
  }

  .servicios-que-ofrecemos-items article h3 {
    font-size: 23px;
  }

  .formulario-content {
    padding: 20px 20px;
  }

  .mapa-content h3 {
    color: #3e3e3e;
  }

  .mapa-content > p {
    color: #3e3e3e;
  }
}

@media (max-width: 767px) {
  .banner-principal-items > p.destacado {
    margin-bottom: 20px;
  }

  .banner-principal-items > span {
    display: none;
  }

  .banner-principal-items .links p > span {
    display: none;
  }

  .banner-principal-items.primero > span {
    display: none;
  }

  .swiper-pagination {
    bottom: 53px !important;
  }

  .porque-elegirnos-contenedor > h2 {
    font-size: 26px;
  }

  .porque-elegirnos {
    padding: 20px;
    margin-bottom: 50px;
  }

  .porque-elegirnos-items > div {
    grid-template-columns: 70px 1fr;
  }

  .porque-elegirnos-items > div img {
    width: 100%;
  }

  .banner-principal-items-titulo {
    font-size: 30px;
    text-align: center;
  }

  .banner-principal-items {
    padding: 0 10px;
  }

  .banner-principal-items > p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .banner-principal-items.primero .logo-banner img {
    width: 215px;
  }

  .banner-principal-items.primero p {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner-principal-items.primero .links {
    flex-direction: column;
    gap: 10px;
  }

  .banner-principal-items.primero .links a.como-llegar {
    text-align: center;
  }

  .banner-principal-items .links {
    flex-direction: column;
  }

  .que-dicen-nosotros-header h3 {
    font-size: 25px;
  }

  .servicios-que-ofrecemos-items {
    gap: 10px;
  }

  .servicios-que-ofrecemos {
    margin-bottom: 50px;
  }

  .servicios-que-ofrecemos-contenedor > h3 {
    font-size: 25px;
  }

  .nuestro-trabajos-contenedor h3 {
    font-size: 26px;
  }

  .servicios-que-ofrecemos-items article h3 {
    font-size: 20px;
  }

  .servicios-que-ofrecemos-items article a {
    font-size: 16px;
    padding: 5px 8px;
    span {
      display: none;
    }
  }
  .mapa-content h3 {
    color: var(--color-primary);
    font-size: 26px;
  }

  .datos-redes {
    flex-direction: column;
    gap: 24px;
  }

  .datos-redes > div {
    width: 100%;
    padding: 17px 26px;
  }

  .modal-servicios {
    padding: 0 20px;
  }
  .modal-servicios-body {
    width: 100%;
    padding: 29px 17px 17px 20px;
  }

  .modal-servicios-body .btnl-close-modal {
    top: -5px;
    right: 9px;
    font-size: 43px;
  }

  .modal-servicios-body > div {
    gap: 13px;
    flex-direction: column;
  }

  .modal-servicios-body > div a {
    padding: 9px 9px;
    width: 100%;
    text-align: center;
  }

  .modal-servicios-body .lista-grupo {
    height: 300px;
    overflow: auto;
  }
  .modal-servicios-body .lista-grupo ul {
    padding-left: 26px;
  }

  .modal-galeria-body-grid {
    padding: 0;
  }

  .modal-galeria-body {
    padding: 60px 10px 40px 10px;
    width: 95%;
    height: 430px;
  }
}

/* Radpan home redesign */
.radpan-hero.radpan-banner-principal {
  height: 76vh;
  min-height: 640px;
}

.radpan-hero .banner-principal-items {
  align-items: flex-start;
  padding: 140px max(28px, calc((100% - 1200px) / 2)) 88px;
}

.radpan-hero .banner-principal-items::before {
  background:
    linear-gradient(90deg, rgba(5, 67, 117, 0.93) 0%, rgba(5, 67, 117, 0.78) 42%, rgba(5, 67, 117, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.radpan-hero .logo-banner img {
  filter: none !important;
  margin-bottom: 22px;
  max-width: 270px;
  width: 270px !important;
}

.radpan-hero .banner-principal-items h1,
.radpan-hero .banner-principal-items-titulo {
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.06;
  max-width: 760px;
  text-align: left;
}

.radpan-hero .banner-principal-items p,
.radpan-hero .banner-principal-items > span {
  max-width: 720px;
  text-align: left;
}

.radpan-hero .banner-principal-items p {
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 700;
}

.radpan-hero .banner-principal-items > span {
  font-size: 16px;
}

.radpan-hero .links {
  gap: 14px;
  margin-top: 10px;
}

.radpan-hero .links a,
.radpan-hero .link-whatsapp-full {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  min-width: 170px;
  padding: 11px 24px;
}

.radpan-hero .banner-principal-items.primero h1,
.radpan-hero .banner-principal-items.primero p,
.radpan-hero .banner-principal-items.primero > span {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.radpan-hero .banner-principal-items.primero p {
  max-width: 720px;
}

.radpan-hero .banner-principal-items.primero > span {
  max-width: 680px;
}

.radpan-hero .banner-principal-items.primero .links {
  justify-content: flex-start;
}

.radpan-hero .banner-principal-items.primero {
  gap: 14px;
}

.radpan-hero .banner-principal-items.primero h1 {
  font-size: clamp(34px, 3.6vw, 56px) !important;
  line-height: 1.06 !important;
  margin-bottom: 0;
  max-width: 720px;
}

.radpan-hero .banner-principal-items.primero p {
  margin-bottom: 0;
}

.radpan-hero .banner-principal-items.primero > span {
  margin-bottom: 6px;
}

.radpan-home {
  background: #fff;
}

.radpan-home section {
  position: relative;
}

.radpan-home-intro,
.radpan-home-featured,
.radpan-home-products,
.radpan-home-gallery {
  padding: 86px 20px;
}

.radpan-home-intro {
  background: #fff;
}

.radpan-home-intro-grid,
.radpan-section-heading--split {
  align-items: end;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
}

.radpan-home-intro-copy h2,
.radpan-section-heading h2 {
  color: var(--color-primary-dark);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 18px;
  max-width: 760px;
}

.radpan-home-intro-copy p,
.radpan-section-heading p {
  color: #46566b;
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
}

.radpan-home-proof {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 142px);
}

.radpan-home-proof article {
  background: var(--color-primary-dark);
  border-radius: 8px;
  color: #fff;
  padding: 22px 18px;
}

.radpan-home-proof strong {
  color: #fff;
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.radpan-home-proof span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.radpan-home-featured {
  background: #f5f7fa;
}

.radpan-section-heading {
  margin: 0 auto 34px;
  max-width: 1200px;
}

.radpan-section-heading--split {
  margin-bottom: 34px;
}

.radpan-section-heading--split a {
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  padding: 12px 18px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.radpan-section-heading--split a:hover {
  background: var(--color-accent);
  transform: translateY(-2px);
}

.radpan-home-feature-grid {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 0 auto;
  max-width: 1200px;
}

.radpan-home-feature-grid article {
  background: #fff;
  border: 1px solid rgba(5, 67, 117, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(5, 67, 117, 0.08);
  overflow: hidden;
  text-align: left !important;
}

.radpan-home-feature-grid img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  height: 230px !important;
  object-fit: cover;
  width: 100%;
}

.radpan-home-feature-grid article > div {
  padding: 24px;
}

.radpan-home-feature-grid h3,
.radpan-home-product-grid h3 {
  color: var(--color-primary-dark);
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px;
}

.radpan-home-feature-grid p {
  color: #46566b;
  line-height: 1.65;
  margin: 0 !important;
  max-width: none !important;
}

.radpan-home-products {
  background: #fff;
}

.radpan-home-product-grid {
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 1200px;
}

.radpan-home-product-grid article {
  background: #f7f9fb;
  border: 1px solid var(--color-gray-light);
  border-radius: 8px;
  padding: 18px;
  text-align: left !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.radpan-home-product-grid article:hover {
  box-shadow: 0 18px 42px rgba(5, 67, 117, 0.13);
  transform: translateY(-4px);
}

.radpan-home-product-grid img {
  background: #fff;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  height: 190px !important;
  margin-bottom: 16px;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.servicios-que-ofrecemos {
  background: #f5f7fa !important;
  margin: 0 !important;
  padding: 86px 20px !important;
}

.servicios-que-ofrecemos-items {
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
}

.servicios-que-ofrecemos-items article {
  background-size: cover !important;
  border-radius: 8px !important;
  min-height: 260px;
}

.servicios-que-ofrecemos-items article h3 {
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-weight: 900 !important;
}

.radpan-home-gallery {
  background: #fff;
}

.radpan-gallery-preview {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
}

.radpan-gallery-preview img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(5, 67, 117, 0.1);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.radpan-formulario-mapa {
  padding: 86px 20px !important;
}

.radpan-formulario-mapa-contenedor {
  max-width: 1200px;
}

@media (max-width: 980px) {
  .radpan-home-intro-grid,
  .radpan-section-heading--split {
    grid-template-columns: 1fr;
  }

  .radpan-home-proof,
  .radpan-home-feature-grid,
  .radpan-home-product-grid,
  .servicios-que-ofrecemos-items,
  .radpan-gallery-preview {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  .radpan-hero.radpan-banner-principal {
    height: auto;
    min-height: 680px;
  }

  .radpan-hero .banner-principal-items {
    align-items: center;
    padding: 132px 18px 76px;
  }

  .radpan-hero .banner-principal-items h1,
  .radpan-hero .banner-principal-items-titulo,
  .radpan-hero .banner-principal-items p,
  .radpan-hero .banner-principal-items > span {
    text-align: center;
  }

  .radpan-hero .links {
    flex-direction: column;
    width: 100%;
  }

  .radpan-hero .links a,
  .radpan-hero .link-whatsapp-full {
    width: min(100%, 280px);
  }

  .radpan-home-proof,
  .radpan-home-feature-grid,
  .radpan-home-product-grid,
  .servicios-que-ofrecemos-items,
  .radpan-gallery-preview {
    grid-template-columns: 1fr !important;
  }

  .radpan-home-intro,
  .radpan-home-featured,
  .radpan-home-products,
  .servicios-que-ofrecemos,
  .radpan-home-gallery,
  .radpan-formulario-mapa {
    padding: 60px 16px !important;
  }
}

.radpan-hero .banner-principal-items.primero h1,
.radpan-hero .banner-principal-items .banner-principal-items-titulo {
  font-size: clamp(32px, 4.2vw, 56px) !important;
  line-height: 1.04 !important;
}

.radpan-home-intro-copy h2,
.radpan-section-heading h2 {
  font-size: clamp(28px, 3.2vw, 42px) !important;
  line-height: 1.08 !important;
}

/* Radpan brand refresh */
.section-kicker {
  color: var(--color-accent);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.radpan-banner-principal {
  min-height: 640px;
}

.banner-principal-items {
  overflow: hidden;
  padding: 120px 20px 70px;
  position: relative;
}

.banner-principal-items::before {
  background: linear-gradient(90deg, rgba(5, 67, 117, 0.88), rgba(5, 67, 117, 0.54), rgba(5, 67, 117, 0.22));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.banner-principal-items > * {
  position: relative;
  z-index: 1;
}

.banner-principal-items.primero .logo-banner img {
  filter: brightness(0) invert(1);
  margin-bottom: 24px;
  width: 310px;
}

.banner-principal-items.primero h1,
.banner-principal-items-titulo {
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 16px;
  text-align: center;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.banner-principal-items.primero p,
.banner-principal-items > p {
  color: #fff;
  font-size: clamp(18px, 2.1vw, 27px);
  line-height: 1.35;
  max-width: 820px;
}

.banner-principal-items.primero > span,
.banner-principal-items > span {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  max-width: 760px;
  text-align: center;
}

.banner-principal-items > span strong,
.banner-principal-items .check-text span {
  color: #fff;
}

.banner-principal-items .check-text img {
  background: #fff;
  border-radius: 999px;
  padding: 8px;
}

.banner-principal-items > p.destacado {
  background: var(--color-accent);
  mix-blend-mode: normal;
}

.banner-principal-items.primero .links a,
.banner-principal-items .links a,
.banner-principal-items > a.link-whatsapp-full,
.nuestro-trabajos-mas a,
.dejanos-tu-opinion button {
  border-radius: 8px;
  box-shadow: 0 14px 26px rgba(5, 67, 117, 0.16);
  min-height: 42px;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.banner-principal-items.primero .links a.como-llegar,
.banner-principal-items .links a,
.nuestro-trabajos-mas a {
  background-color: var(--color-primary);
}

.banner-principal-items.primero .links a.escribenos,
.banner-principal-items .links a.escribenos,
.banner-principal-items > a.link-whatsapp-full,
.servicios-que-ofrecemos-items article a,
.formulario-content form button,
.formulario-content form .btn-form,
.dejanos-tu-opinion button {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.banner-principal-items.primero .links a:hover,
.banner-principal-items .links a:hover,
.banner-principal-items > a.link-whatsapp-full:hover,
.servicios-que-ofrecemos-items article a:hover,
.nuestro-trabajos-mas a:hover,
.formulario-content form .btn-form:hover {
  background-color: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
}

.radpan-quienes-somos {
  background: #fff;
  padding: 90px 20px 40px;
}

.radpan-home-capture {
  background: #fff;
  padding: 80px 20px 40px;
}

.radpan-home-capture-contenedor {
  margin: 0 auto;
}

.radpan-home-statement {
  background: #f7f9fb;
  border: 1px solid var(--color-gray-light);
  border-radius: 8px;
  color: var(--color-primary-dark);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 42px;
  padding: 24px;
  text-align: center;
}

.radpan-home-feature-grid,
.radpan-home-product-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.radpan-home-feature-grid article,
.radpan-home-product-grid article {
  text-align: center;
}

.radpan-home-feature-grid h2,
.radpan-home-product-grid h2 {
  color: var(--color-primary-dark);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
}

.radpan-home-feature-grid img,
.radpan-home-product-grid img {
  border: 1px solid var(--color-gray-light);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(5, 67, 117, 0.1);
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.radpan-home-feature-grid p {
  color: #46566b;
  line-height: 1.6;
  margin: 18px auto 0;
  max-width: 320px;
}

.radpan-home-product-grid {
  margin-top: 64px;
}

.radpan-home-product-grid img {
  background: #f7f9fb;
  height: 170px;
  object-fit: contain;
  padding: 10px;
}

.radpan-quienes-somos-contenedor {
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(260px, 0.8fr) 1fr;
  margin: 0 auto;
}

.radpan-quienes-somos h2,
.porque-elegirnos-contenedor > h2,
.que-dicen-nosotros-header h2,
.servicios-que-ofrecemos-contenedor > h2,
.nuestro-trabajos-contenedor h2,
.formulario-content h2,
.mapa-content h2 {
  color: var(--color-primary-dark);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  text-align: center;
}

.radpan-quienes-somos h2,
.radpan-quienes-somos .section-kicker {
  text-align: left;
}

.radpan-quienes-somos p {
  color: #334155;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.porque-elegirnos {
  background: var(--color-gray-light);
  padding: 90px 20px;
}

.porque-elegirnos-contenedor > p {
  color: #46566b;
}

.porque-elegirnos-items > div {
  background-color: #fff;
  border: 1px solid rgba(46, 92, 184, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.porque-elegirnos-items > div:hover {
  box-shadow: 0 22px 50px rgba(5, 67, 117, 0.18);
  transform: translateY(-4px);
}

.porque-elegirnos-items > div img {
  background: rgba(227, 131, 43, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.porque-elegirnos-items > div p {
  color: var(--color-primary-dark);
}

.que-dicen-nosotros {
  background: #fff;
  margin-bottom: 0;
  padding: 90px 20px;
}

.que-dicen-nosotros-header {
  margin-bottom: 48px;
}

.que-dicen-nosotros-header h2 {
  margin-bottom: 0;
}

.que-dicen-nosotros-header h3,
.que-dicen-nosotros-header img {
  display: none;
}

.que-dicen-nosotros-items {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  justify-content: initial;
}

.que-dicen-nosotros-items article,
.que-dicen-nosotros-items > article:nth-child(n) {
  animation: none;
  background: var(--color-primary-dark);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  max-width: none;
  position: relative;
  transform: none;
}

.que-dicen-nosotros-items article .nosotros-comillas {
  background-color: var(--color-accent);
  border-radius: 8px;
}

.que-dicen-nosotros-items article .dicen-nosotros-persona {
  grid-template-columns: 72px 1fr;
  min-height: 180px;
}

article .dicen-nosotros-persona .image {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: var(--color-primary);
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  width: 64px;
}

article .dicen-nosotros-persona .texto p {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

article .dicen-nosotros-persona .texto div {
  justify-content: flex-start;
}

article .dicen-nosotros-persona .texto div p {
  color: var(--color-gray-light);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.servicios-que-ofrecemos {
  background: var(--color-gray-light);
  margin-bottom: 0;
  padding: 90px 20px;
}

.servicios-que-ofrecemos-contenedor > h3,
.nuestro-trabajos-contenedor h3,
.formulario-content h3 {
  display: none;
}

.servicios-que-ofrecemos-items {
  grid-template-rows: repeat(3, minmax(220px, auto));
}

.servicios-que-ofrecemos-items article {
  background-size: cover;
  border-radius: 8px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.servicios-que-ofrecemos-items article::before {
  background: linear-gradient(180deg, rgba(5, 67, 117, 0.25), rgba(5, 67, 117, 0.88));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.servicios-que-ofrecemos-items article h3 {
  font-weight: 800;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

.nuestro-trabajos {
  background: #fff;
  margin-bottom: 0;
  padding: 90px 20px;
}

.nuestro-trabajos-items-swiper {
  border-radius: 8px;
  height: 280px;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--color-primary-dark) !important;
}

.radpan-formulario-mapa {
  background: var(--color-primary-dark);
  padding: 90px 20px;
}

.radpan-formulario-mapa::after {
  background-color: var(--color-gray-light);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 45%;
}

.radpan-formulario-mapa-contenedor {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.95fr) 1fr;
  padding: 0;
}

.formulario-content,
.mapa-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 0;
  padding: 36px;
}

.formulario-content .section-kicker,
.mapa-content .section-kicker,
.formulario-content h2,
.mapa-content h2 {
  text-align: left;
}

.formulario-content form input,
.formulario-content form textarea {
  background-color: #f5f7fa;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.formulario-content form input:focus,
.formulario-content form textarea:focus {
  background-color: #fff;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(46, 92, 184, 0.12);
}

.formulario-content form button,
.formulario-content form .btn-form {
  padding: 8px 18px;
}

.mapa-content h2,
.mapa-content > p {
  color: var(--color-primary-dark);
  text-align: left;
}

.radpan-contacto-rapido {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.radpan-contacto-rapido a,
.radpan-map-link {
  align-items: center;
  background: var(--color-gray-light);
  border-radius: 8px;
  color: var(--color-primary-dark);
  display: inline-flex;
  font-weight: 700;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.radpan-contacto-rapido a:hover,
.radpan-map-link:hover {
  background: var(--color-accent);
  color: #fff;
  transform: translateY(-2px);
}

.radpan-map-link {
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 1047px) {
  .radpan-quienes-somos-contenedor,
  .radpan-formulario-mapa-contenedor,
  .que-dicen-nosotros-items {
    grid-template-columns: 1fr;
  }

  .mapa-content h2,
  .mapa-content > p {
    color: var(--color-primary-dark);
  }
}

@media (max-width: 767px) {
  .radpan-banner-principal {
    height: 86vh;
    min-height: 620px;
  }

  .banner-principal-items.primero .logo-banner img {
    width: 235px;
  }

  .banner-principal-items.primero h1,
  .banner-principal-items-titulo {
    font-size: 34px;
  }

  .radpan-quienes-somos,
  .radpan-home-capture,
  .porque-elegirnos,
  .que-dicen-nosotros,
  .servicios-que-ofrecemos,
  .nuestro-trabajos,
  .radpan-formulario-mapa {
    padding: 60px 16px;
  }

  .radpan-quienes-somos h2,
  .radpan-quienes-somos .section-kicker,
  .formulario-content .section-kicker,
  .mapa-content .section-kicker,
  .formulario-content h2,
  .mapa-content h2 {
    text-align: center;
  }

  .radpan-quienes-somos p,
  .mapa-content > p {
    text-align: center;
  }

  .formulario-content,
  .mapa-content {
    padding: 24px 18px;
  }

  .radpan-contacto-rapido {
    justify-content: center;
  }

  .servicios-que-ofrecemos-items {
    grid-template-columns: 1fr;
  }

  .radpan-home-feature-grid,
  .radpan-home-product-grid {
    grid-template-columns: 1fr;
  }
}

/* Radpan alignment and overflow guard */
.radpan-home,
.radpan-home section,
.radpan-hero,
.servicios-que-ofrecemos,
.nuestro-trabajos,
.radpan-formulario-mapa {
  max-width: 100%;
  overflow-x: clip;
}

.radpan-hero .banner-principal-items > * {
  width: min(100%, 760px);
}

.radpan-hero .banner-principal-items h1,
.radpan-hero .banner-principal-items-titulo,
.radpan-hero .banner-principal-items p,
.radpan-hero .banner-principal-items > span {
  width: min(100%, 760px);
}

.radpan-hero .logo-banner {
  width: min(100%, 760px);
}

.radpan-hero .links {
  justify-content: flex-start;
  width: min(100%, 760px);
}

.radpan-home-intro-grid,
.radpan-section-heading,
.radpan-section-heading--split,
.radpan-home-feature-grid,
.radpan-home-product-grid,
.servicios-que-ofrecemos-contenedor,
.radpan-gallery-preview,
.radpan-formulario-mapa-contenedor {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
  width: min(100%, 1200px);
}

.radpan-home > section > .contenedor,
.radpan-home > section > .servicios-que-ofrecemos-contenedor,
.radpan-home > section > .radpan-formulario-mapa-contenedor {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.radpan-home-intro-grid,
.radpan-section-heading--split {
  align-items: center;
}

.radpan-home-intro,
.radpan-home-featured,
.radpan-home-products,
.servicios-que-ofrecemos,
.radpan-home-gallery,
.radpan-formulario-mapa,
.nuestro-trabajos {
  padding-left: clamp(18px, 4vw, 32px);
  padding-right: clamp(18px, 4vw, 32px);
}

.radpan-home-featured .radpan-section-heading,
.servicios-que-ofrecemos .radpan-section-heading,
.radpan-home-gallery .radpan-section-heading {
  margin-bottom: 34px !important;
}

.radpan-home .radpan-formulario-mapa {
  background: #fff !important;
}

.radpan-home .radpan-formulario-mapa::after {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .radpan-hero .banner-principal-items {
    align-items: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .radpan-hero .banner-principal-items > *,
  .radpan-hero .logo-banner,
  .radpan-hero .links {
    width: 100%;
  }
}

/* Mobile hero normalization */
@media (max-width: 767px) {
  .radpan-hero.radpan-banner-principal {
    height: 430px !important;
    min-height: 430px !important;
  }

  .radpan-hero .radpan-banner-swiper,
  .radpan-hero .swiper-wrapper,
  .radpan-hero .swiper-slide,
  .radpan-hero .banner-principal-items {
    height: 100% !important;
    min-height: 0 !important;
  }

  .radpan-hero .banner-principal-items {
    align-items: center !important;
    justify-content: center !important;
    padding: 74px 18px 58px !important;
    text-align: center;
  }

  .radpan-hero .logo-banner {
    margin-bottom: 14px;
    text-align: center;
  }

  .radpan-hero .logo-banner img,
  .radpan-hero .banner-principal-items.primero .logo-banner img {
    margin: 0 auto !important;
    max-width: 170px !important;
    width: 170px !important;
  }

  .radpan-hero .banner-principal-items h1,
  .radpan-hero .banner-principal-items.primero h1,
  .radpan-hero .banner-principal-items-titulo,
  .radpan-hero .banner-principal-items .banner-principal-items-titulo {
    font-size: clamp(30px, 8.4vw, 36px) !important;
    line-height: 1.08 !important;
    margin: 0 auto 14px !important;
    max-width: 380px !important;
    text-align: center !important;
    width: min(100%, 380px) !important;
  }

  .radpan-hero .banner-principal-items p,
  .radpan-hero .banner-principal-items.primero p {
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.28 !important;
    margin: 0 auto 12px !important;
    max-width: 390px !important;
    text-align: center !important;
    width: min(100%, 390px) !important;
  }

  .radpan-hero .banner-principal-items > span,
  .radpan-hero .banner-principal-items.primero > span {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin: 0 auto 18px !important;
    max-width: 390px !important;
    text-align: center !important;
    width: min(100%, 390px) !important;
  }

  .radpan-hero .links,
  .radpan-hero .banner-principal-items.primero .links {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    justify-content: center !important;
    margin: 4px auto 0 !important;
    max-width: 390px !important;
    width: min(100%, 390px) !important;
  }

  .radpan-hero .links a,
  .radpan-hero .link-whatsapp-full,
  .radpan-hero .banner-principal-items.primero .links a {
    min-height: 42px !important;
    width: min(100%, 300px) !important;
  }

  .radpan-hero .banner-principal-items.primero {
    gap: 10px !important;
  }

  .radpan-hero .banner-principal-items.primero > span {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 420px) {
  .radpan-hero.radpan-banner-principal {
    height: 400px !important;
    min-height: 400px !important;
  }

  .radpan-hero .banner-principal-items {
    padding-top: 62px !important;
    padding-bottom: 48px !important;
  }
}
