@charset "UTF-8";
/* ======================================
   VARIABLES
====================================== */
/* ======================================
   BASE
====================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* ======================================
   BASE
====================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,
body {
  font-family: "Manrope", "Segoe", "Roboto", sans-serif;
  font-size: 1.06em;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #474c53; }

a {
  text-decoration: none;
  outline: none;
  color: #474c53; }

p,
li {
  color: #26262a;
  list-style-type: none;
  margin: 0 0 8px; }

*:focus {
  outline: none; }

img,
img a {
  border: none; }

ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4 {
  font: 600 140% "Manrope", sans-serif;
  color: #111; }

.site-content {
  padding-top: 6px; }

.container {
  overflow: hidden;
  margin: 0;
  text-align: center;
  position: relative; }

.rosa {
  color: #c00087;
  font-weight: 700;
  font-size: 1.5rem !important; }

/* ======================================
   HEADER / MENU
====================================== */
.header {
  padding: 30px 0 23px;
  color: #313131;
  background-color: #fff;
  width: 90%;
  position: relative;
  margin: 0 auto; }
  .header h1, .header div {
    width: 225px;
    display: inline-block;
    padding: 0;
    line-height: 0;
    font-size: 0; }

.header_logo img {
  width: 220px; }
  .header_logo img a {
    border-style: none; }

.tel {
  display: none; }

/* MENU */
.menu {
  font-size: 100%;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin-left: 40px !important; }
  .menu p,
  .menu #nav span {
    display: none; }

/* Lista de navegación */
#nav,
#nav ul {
  list-style: none outside none; }

#nav li {
  position: relative;
  display: inline-block;
  font: 600 100% "Manrope", Segoe, "Segoe UI", "sans-serif";
  letter-spacing: 0;
  margin-top: 10px; }
  #nav li a {
    color: #4f4e4f;
    border-bottom: 4px solid #fff;
    padding: 0 0 8px;
    margin-right: 25px; }
  #nav li:first-child {
    display: none; }
  #nav li:last-child {
    position: absolute;
    right: -1.5rem;
    top: 32px; }
    #nav li:last-child span {
      text-transform: uppercase;
      font-size: 62%;
      display: none;
      color: #111;
      margin-top: -10px; }
    #nav li:last-child a {
      background-color: #f451d9;
      border-radius: 50px;
      padding: 7px 1.5rem;
      border-bottom: none !important;
      color: #fff !important; }
      #nav li:last-child a:hover {
        background-color: #222;
        border-bottom: none; }
  #nav li:hover a {
    border-bottom: 4px solid #f451d9;
    color: #222; }
  #nav li.active a {
    border-bottom: 4px solid #f451d9;
    color: #c00087;
    background: none; }
  #nav li.mov {
    display: none; }

#nav li.active a {
  background: none !important;
  border-bottom: 4px solid #f451d9 !important;
  color: #222 !important;
  box-shadow: none !important; }

/* ======================================
   DESTACADOS HOME
====================================== */
.destacados {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 5rem 0 8rem; }
  .destacados h2 {
    text-align: center;
    font-weight: 500 !important;
    color: #2a284b;
    font-size: 3rem;
    margin-bottom: 8px; }
  .destacados h3 {
    text-align: center;
    font-weight: 400; }
  .destacados h3 strong {
    display: block;
    margin: 35px 0 20px; }
  .destacados h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 25px; }

.grad {
  background: linear-gradient(90deg, #c00087, #6b0f94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500; }

p.tit {
  font-size: 140%;
  font-weight: 300;
  margin: 0 0 80px;
  display: block;
  color: #2a284b; }

/* Contenedor de las 3 tarjetas */
.servicios-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }

/* Tarjeta */
.card-servicio {
  border-radius: 24px;
  padding: 40px 30px 35px;
  width: 25%;
  max-width: 360px;
  text-align: center;
  /*box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;*/
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card-servicio:hover {
    /*transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);*/ }
  .card-servicio img {
    width: 60%;
    height: auto;
    margin: 0 auto 0px; }
  .card-servicio h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2a284b;
    margin-bottom: 6px; }
  .card-servicio h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: #c00087; }
  .card-servicio strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 20px 0 10px; }
  .card-servicio p {
    color: #444;
    line-height: 1.5;
    margin-bottom: 0; }
  .card-servicio a {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    border: 2px solid #c00087;
    background: #fff;
    color: #c00087;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease; }
  .card-servicio a:hover {
    background: #c00087;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15); }

.card-body {
  flex-grow: 1; }

.card-footer {
  margin-top: 30px; }

/* Responsive destacado */
@media (max-width: 900px) {
  .card-servicio {
    width: 90%;
    max-width: none; } }
/*  Hasta 900px: 1 columna */
@media (max-width: 900px) {
  .destacados {
    padding: 2rem 0 8rem;
    background: #fff4fb; }

  .servicios-wrapper {
    flex-direction: column;
    align-items: center; }

  .card-servicio {
    width: 80%;
    max-width: auto;
    padding: 25px 20px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); }

  .card-servicio h3 {
    font-size: 20px;
    margin-bottom: 4px; }

  .card-servicio strong {
    font-size: 16px;
    margin: 12px 0 8px; }

  .card-servicio p {
    font-size: 15px; }

  .card-servicio a {
    font-size: 15px;
    padding: 10px 24px; } }
@media (max-width: 600px) {
  .destacados {
    padding: 2rem 5% 3.5rem;
    width: 90%; } }
/* ======================================
   GALERÍA TRABAJOS
====================================== */
.trabajos {
  text-align: center;
  margin: 0;
  display: block;
  font-weight: 700 !important;
  color: #222;
  font-size: 2rem;
  margin-bottom: 8px; }
  .trabajos h2 {
    border-top: 1px solid #eee;
    margin-top: 0; }
  .trabajos h2 span {
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 auto 5rem;
    background-color: #a80077; }

#g1,
#g2,
#g3,
#g4,
#g5,
#g6,
#g7,
#g8,
#g9,
#g10,
#g11,
#g12 {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  position: relative; }

#g1,
#g5,
#g8,
#g11 {
  width: 49.2% !important; }

#g2,
#g6,
#g9,
#g12 {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff; }

div.imagen img {
  width: 100%; }

div.info {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  left: 0;
  top: 0; }

div.infoA {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 50%;
  background-color: rgba(31, 31, 31, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  left: 0;
  top: 0; }

div.infoB {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 49%;
  background-color: rgba(31, 31, 31, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 9999;
  left: 0;
  bottom: 6px; }

div.imagen:hover div.info,
div.imagen:hover div.infoA,
div.imagen:hover div.infoB {
  opacity: 1; }

p.headline {
  position: absolute;
  font-size: 100%;
  left: 0px !important;
  width: 90%;
  bottom: 20px;
  transition: 0.3s;
  color: #fff;
  text-align: left; }

p.headline strong {
  font: 700 180% Manrope, Segoe, sans-serif;
  display: block; }

p.headline a {
  font: 400 80% Manrope, sans-serif;
  display: block;
  margin-top: 15px;
  color: #dd34ac; }

div.imagen:hover p.headline {
  margin-left: 3%; }

.enlace a {
  display: block;
  margin: 30px auto;
  width: 300px;
  padding: 15px 0;
  border-radius: 50px;
  border: none;
  text-align: center;
  background-color: #a80077;
  color: #fff;
  font-weight: 600;
  font-size: 1rem; }

.enlace a:hover {
  background-color: #222;
  color: #fff; }

/* ======================================
   CUMPLIMOS 10
====================================== */
.cumple {
  margin: 20px 0 20px; }
  .cumple h2 {
    border-top: 1px solid #eee; }
  .cumple h2 span {
    display: block;
    width: 100px;
    height: 5px;
    margin: 0 auto 40px;
    background-color: #a80077; }
  .cumple em {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }
  .cumple img,
  .cumple div {
    display: inline-block;
    width: 60%;
    vertical-align: middle; }
  .cumple img {
    width: 30%;
    max-width: 400px; }
  .cumple div {
    text-align: left;
    margin-left: 5%; }
    .cumple div a {
      background-color: #a80077;
      border-radius: 50px;
      color: #fff;
      display: block;
      padding: 15px;
      width: 180px;
      text-align: center; }
    .cumple div a:hover {
      background-color: #222; }

/* ======================================
   HERO
====================================== */
/* HERO BASE */
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  text-align: left;
  min-height: clamp(600px, 90vh, 880px);
  overflow: clip;
  color: #fff; }

/* Fondo */
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2; }

.hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% center; }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1; }

/* CONTENIDO */
.hero__content {
  max-width: 40rem;
  margin-left: auto;
  padding: clamp(1.5rem, 6vw, 4rem);
  position: relative;
  right: 5%;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.hero .eyebrow {
  font: 0.9rem 600 "Manrope", "Segoe UI", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  opacity: 0.95;
  display: none; }

.hero h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin: 0 0 1.2rem;
  color: #fff; }

.hero h1 span {
  display: block;
  font-weight: 400; }

.hero__content p {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.9rem);
  line-height: 1.4;
  margin: 0 auto 1.8rem;
  max-width: 38rem;
  color: #fff; }

.hero__content p strong {
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 1.5rem; }

/* CTA */
.btn.btn--primary {
  display: inline-block;
  padding: 0.9rem 1.6rem;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  background-color: #e6008d;
  border-radius: 50px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease; }

.btn.btn--primary:hover {
  background-color: #cf007f;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px); }

/* RESPONSIVE HERO */
@media (max-width: 1024px) {
  .hero {
    min-height: 90vh;
    padding-inline: 1rem;
    align-items: start;
    padding-top: 0vh; }

  .hero__content {
    max-width: 80%;
    right: 0;
    padding: 2.5rem 10%;
    text-align: left;
    margin: 0 auto; }

  .hero__media img {
    object-position: 45% center; } }
@media (max-width: 650px) {
  .hero {
    min-height: 85vh;
    align-items: start;
    margin-top: -1.2rem;
    padding-left: 0rem; }

  .hero h1 {
    font-size: clamp(2.5rem, 6vw, 2.9rem);
    line-height: 1.15;
    margin-bottom: 0.8rem;
    margin-top: 1.2rem; }

  .hero__content p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem; }

  .hero__content p strong {
    font-size: 1.02rem;
    margin-bottom: 0.5rem; }

  .btn.btn--primary {
    font-size: 1.1rem;
    padding: 0.85rem 1.5rem;
    margin-top: 1.2rem; } }
@media (max-width: 450px) {
  .hero h1 {
    font-size: clamp(1.6rem, 4.8vw, 1.9rem); }

  .hero__content p {
    font-size: 1.1rem; } }
@media (min-width: 1600px) {
  .hero {
    height: 85vh;
    max-height: 860px; } }
/* ======================================
   INTERIOR
====================================== */
.cabecera {
  width: 100%; }

.margenes {
  width: 90%;
  max-width: 1300px;
  text-align: left;
  margin: 30px auto 0px;
  display: block;
  font-size: 90%; }

.margenes p,
.margenes li {
  color: #444;
  line-height: 145%; }

.margenes h3 {
  font-size: 140%;
  font-weight: 500;
  color: #a40083;
  margin-bottom: 20px; }

.aviso h4 {
  font-size: 130%;
  font-weight: 500;
  color: #a40083;
  margin-bottom: 20px; }

.aviso li {
  background: url("../img/angulo-de-la-flecha-apuntando-hacia-la-derecha.png") left center no-repeat;
  padding: 0 15px;
  margin: 0 25px;
  background-size: 10px; }

/* ===== DESKTOP/TABLET: imagen de fondo a la derecha ===== */
.titular {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  padding: 2rem 1.5rem; }

.titular .cabecera {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 1; }

.titular h1.quienes {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0 4% !important;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400; }

.titular h1.quienes strong {
  display: block;
  font-size: 120%;
  font-weight: 700;
  margin-top: .2rem; }

/* ===== CABECERA CONOCENOS – VERSION MOVIL CON IMAGEN DEDICADA ===== */
@media (max-width: 850px) {
  .titular {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 0 1.5rem 1rem 1.5rem !important;
    /* SIN padding arriba */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* texto abajo */
    align-items: flex-start; }

  /* Imagen móvil */
  .titular .cabecera {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    /* GRANDE */
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: right center;
    z-index: 1;
    pointer-events: none; }

  .titular .cabecera.somos {
    content: url("../img/c-pantallas-ordenador-mov.jpg"); }

  .titular.c_rosa {
    background: #c00087; }

  .titular .cabecera.c_servicios {
    content: url("../img/social-media-pamlona-mov.jpg"); }

  .titular.c_azul {
    background: #abe7ef; }

  /* Texto abajo a la izquierda */
  .titular h1.quienes {
    position: relative;
    z-index: 2;
    text-align: left !important;
    margin: 0 !important;
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    line-height: 1.2;
    max-width: 70%;
    /* evita superposición */ }

  .titular h1.quienes strong {
    display: block;
    margin-top: .2rem;
    font-weight: 700;
    font-size: 130%; } }
/*-------------------------------------
HOSTING
-------------------------------------*/
.hosting {
  text-align: center;
  margin: 20px 0 0;
  display: block;
  font-size: 90%; }

.hosting h2, .hosting h1, .formulario h1 {
  color: #a80077;
  font-weight: 600; }

.hosting h2 strong, .hosting h1 strong, .formulario h1 strong {
  display: block;
  color: #111;
  font-size: 150%;
  margin-bottom: 10px; }

.hosting h2 span, .hosting h1 span, .formulario h1 span, .margenes h2 span {
  display: block;
  width: 100px;
  height: 3px;
  margin: 25px auto 40px;
  background-color: #a80077; }

.hosting .intro {
  width: 70%;
  margin: 0 auto 30px;
  display: block; }

.hosting h3 {
  color: #111; }

.hosting p, .hosting li {
  line-height: 145%; }

.hosting li {
  text-align: left;
  margin-left: 20px; }

.ok li {
  background: url(../img/accept.png) left 3px no-repeat;
  padding-left: 25px;
  background-size: 20px; }

.c_hosting img, .texto {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.c_hosting img {
  max-width: 450px;
  margin-right: 3%; }

.c_hosting.centro {
  margin: 40px auto 0;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  width: 70%; }

.hosting .enlace a {
  margin: 30px 0; }

.hosting .enlace.centro a {
  margin: 30px auto; }

.borderTop {
  border-top: 1px solid #ddd;
  padding-top: 30px; }

.bTop {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 0; }

.texto.mangen-bot h2 {
  margin-bottom: 20px;
  display: block; }

.texto.mangen-bot ul {
  margin-bottom: 20px; }

/*.enlace.ayudasTic a { margin:60px auto!important; background-color:#f451d9;color:#fff; font-size:110%}
.enlace.ayudasTic a:hover{ background-color:#a40083; border-color:#a40083;}
table.ayudasTic { text-align:left; margin:30px auto; font-size:85%; width:80%; background-color:#eee }
table.ayudasTic th { background-color:#222; color:#fff; font-weight:500;padding:8px }
table.ayudasTic td{ border-bottom:1px solid #fff; color:#222; padding:8px}
*/
.txt-ancho {
  margin: 20px auto;
  max-width: 1000px; }

.txt-peq a {
  font-size: 90%;
  text-decoration: underline; }

.txt-peq a:hover {
  color: #000; }

p.s1, ul.s1 li {
  display: inline-block;
  width: 45%;
  margin: 20px 1%;
  vertical-align: top; }

p.s1 img, ul.s1 li img {
  width: 25%;
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%; }

p.s1 span, ul.s1 li span {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

ul.s1 li {
  display: inline-block;
  width: 30%;
  margin: 20px 1%;
  vertical-align: top; }

/* ======================================
   NAVIDAD
====================================== */
.hosting h2 {
  color: #111;
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 0; }

ul.navidad {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 40px; }

ul.navidad li {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin: 0 1% 10px;
  text-align: center;
  font-size: 100%;
  font-weight: 700; }

ul.navidad li img {
  width: 100%;
  display: block; }

ul.navidad li span {
  display: block;
  width: 80px;
  height: 5px;
  background-color: #f0494c;
  margin: 0 auto; }

/* ======================================
   ACORDEÓN
====================================== */
.accordion {
  background-color: #eee;
  color: #444;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }
  .accordion .active, .accordion:hover {
    background-color: #ccc; }
  .accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .accordion .active:after {
    content: "\2212"; }

.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #eee;
  margin-bottom: 1px; }

.panel h4 {
  margin-top: 15px; }

/* ======================================
   PIE
====================================== */
/* --  PIE  -- */
#pie {
  width: 100%;
  margin: 30px auto 20px; }

#pie.pie-subir {
  margin-top: 0; }

.pie-1 {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ff5db1 0%, #a80077 100%); }
  .pie-1 h2 {
    font: 700 2rem 'Manrope', sans-serif !important;
    color: #fff;
    margin: 0; }
  .pie-1 p {
    color: #fff;
    margin: .5rem 0 1.5rem 0;
    letter-spacing: 0.3px;
    font-size: 1.3rem; }
  .pie-1 ul {
    width: 70%;
    margin: 0 auto; }
  .pie-1 li {
    color: #fff;
    text-align: center;
    font-size: 120%; }
  .pie-1 li a {
    color: #fff;
    font-weight: 400; }
  .pie-1 li img {
    display: inline;
    vertical-align: middle;
    width: auto;
    margin-right: 5px; }
  .pie-1.pie-1 {
    text-align: center;
    color: #fff; }
  .pie-1 ul.contact-list {
    list-style: none;
    margin: 1.5rem auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: max-content; }
  .pie-1 ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
    padding-bottom: 0.15rem; }
  .pie-1 .contact-icon {
    width: 24px;
    height: auto;
    transition: transform 0.25s ease, filter 0.25s ease; }
  .pie-1 .contact-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.25s ease; }
    .pie-1 .contact-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      height: 2px;
      background: #fff;
      transition: width 0.25s ease; }
  .pie-1 ul.contact-list li:hover .contact-icon {
    transform: translateY(-2px) scale(1.05);
    filter: brightness(1.15); }
  .pie-1 ul.contact-list li:hover .contact-link::after {
    width: 100%; }

.pieInf {
  width: 100%;
  text-align: center;
  clear: both;
  color: #343434;
  font-size: 85%;
  padding-bottom: 20px; }

.pieInf span {
  display: block;
  margin: 0.5rem 0; }

.pieInf a {
  padding: 0 5px;
  color: #343434; }

.pieInf a:hover {
  text-decoration: underline; }

/* ======================================
   FORMULARIO
====================================== */
hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  z-index: 9999; }

.formulario {
  text-align: center;
  margin: 0;
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 90%; }
  .formulario .intro {
    width: 70%;
    margin: 0 auto 20px;
    display: block;
    text-align: left; }

.bloqueContact {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 20px 2%; }

#formulario {
  text-align: center;
  width: 70%;
  margin: 0 auto; }
  #formulario .intro {
    border-top: 1px dotted #ddd;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 90%; }
  #formulario label {
    display: block;
    line-height: 150%;
    color: #222; }
  #formulario label.checklabel {
    width: 90%;
    margin: 20px auto;
    display: block;
    text-align: left;
    font-size: 85%; }
  #formulario input,
  #formulario textarea {
    font: 400 100% Manrope, "Segoe UI", Verdana, sans-serif;
    border: 1px solid #444;
    padding: 8px;
    color: #000;
    width: 90%;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 3px;
    list-style-type: none; }
  #formulario textarea {
    height: 199px; }
  #formulario input.check {
    margin: 0px 3px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    color: #ccc;
    display: inline-block;
    vertical-align: middle; }
  #formulario .boton {
    border-style: none;
    font-size: 100%;
    width: 225px;
    text-align: center;
    color: #fff;
    background-color: #222;
    display: block;
    margin: 40px auto 20px;
    cursor: pointer;
    padding: 15px 0 15px; }
  #formulario .boton:hover {
    background-color: #000; }
  #formulario a {
    color: #333;
    font-weight: bold;
    border-bottom: 1px dotted #666; }
  #formulario a:hover {
    border-bottom: 1px solid #666;
    text-decoration: none; }

.mb {
  margin-bottom: 50px; }

.t2 {
  font: bold 120% Manrope, Helvetica, sans-serif;
  color: #666;
  margin-bottom: 0px; }

.f1 {
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: top;
  margin-left: 2%; }

.rgpd {
  width: 90%;
  margin: 20px auto;
  display: block;
  text-align: left;
  font-size: 85%; }

p.rgpd {
  line-height: 145%;
  font-size: 85%;
  color: #555; }

.recaptcha {
  margin: 40px auto 0;
  width: 305px; }

.gracias {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  .gracias h3 {
    font-size: 120%;
    width: 80%;
    margin: 20px auto; }
  .gracias h3 span {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../img/checked-symbol.png) center no-repeat;
    margin-bottom: 20px;
    margin: 0 auto 20px; }
  .gracias p {
    line-height: 150%; }
  .gracias a {
    text-decoration: underline; }
  .gracias a:hover {
    color: #cc0000; }

/* Nuevos colores específicos responsive */
/*------- PÁGINAS INTERIORES -------*/
.container .cabecera {
  width: 100%;
  margin: 0; }
  .container .cabecera img {
    width: 100%;
    border-top: 1px solid #fff; }

/* ======================================
   RESPONSIVE <= 1200px
====================================== */
@media only screen and (max-width: 1200px) {
  .with-sidebar .site-pusher {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .with-sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }

  .site-pusher,
  .site-container {
    height: 100%; }

  .site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  header.header {
    position: static;
    height: 40px;
    margin: 0; }

  .header_icon {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 13px;
    left: 5px;
    z-index: 20;
    border-radius: 30px; }
    .header_icon::after {
      content: '';
      position: absolute;
      display: block;
      width: 1rem;
      height: 0;
      top: 7px;
      left: 16px;
      box-shadow: 0 11px 0 1px #222, 0 18px 0 1px #222, 0 25px 0 1px #222; }
    .header_icon:hover {
      background-color: #e6e7ee; }

  .header_logo {
    display: block;
    position: absolute;
    z-index: 10;
    top: 19px;
    left: 65px; }

  .menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff none;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    margin: 0 !important; }
    .menu p {
      margin: 20px 0 0 20px;
      display: block; }
      .menu p a {
        color: #222 !important;
        margin-bottom: 10px; }
        .menu p a:hover {
          color: #000 !important; }

  #nav {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px !important; }
    #nav li {
      display: block;
      margin-right: 0; }
      #nav li a {
        color: #000;
        display: block;
        border-bottom: none;
        line-height: 180% !important;
        padding: 0 0 0 20px; }
        #nav li a .mas {
          background: url(../img/ico-mas-ne.png) left 0 no-repeat; }
        #nav li a:hover .mas {
          background: url(../img/ico-mas-bl.png) left 0 no-repeat; }
      #nav li:first-child,
      #nav li .menu p {
        display: block; }
      #nav li:hover a,
      #nav li a:hover {
        color: #222;
        line-height: normal;
        border-bottom: none; }
      #nav li.active a {
        background-color: transparent;
        color: #5a67ac; }
      #nav li:last-child {
        margin: 0;
        position: inherit; }
        #nav li:last-child span {
          display: block; }
        #nav li:last-child a {
          background-color: #eee;
          width: 200px;
          padding: 3px 0;
          margin: 20px 0 0 20px;
          color: #f451d9 !important;
          font-size: 120%;
          text-align: center;
          border: 2px solid #eee !important;
          border-radius: 50px; }
          #nav li:last-child a:hover {
            background-color: #fff;
            border-radius: 50px;
            border: 2px solid #000 !important; }
      #nav li.occ {
        display: none; }
      #nav li.mov {
        display: block; }

  .tel {
    position: absolute;
    right: 3%;
    top: 30px;
    font-size: 90%;
    display: block;
    width: 40%;
    text-align: right; }
    .tel strong {
      font-weight: 500; }
    .tel .tel_ico {
      background: url(../img/phone-top.png) left 2px no-repeat;
      font-size: 80%;
      font-weight: 500;
      margin-right: 2%;
      display: inline-block;
      vertical-align: top;
      width: 16px;
      height: 16px;
      padding-bottom: 5px; }
    .tel img {
      display: inline-block;
      margin-left: 10px; }

  /*-- Cumplimos 10 años --*/
  .cumple {
    margin: 20px 0 20px;
    font-size: 90%; }
    .cumple h2 {
      font-weight: 500; }
    .cumple img,
    .cumple div {
      display: inline-block;
      width: 70%;
      vertical-align: middle; }
    .cumple img {
      width: 15%;
      max-width: 200px; } }
/* ======================================
   RESPONSIVE <= 850px
====================================== */
@media only screen and (max-width: 850px) {
  header.header {
    height: 28px; }

  /* ---------- HOME / LISTAS DESTACADOS ---------- */
  .destacados {
    margin: 0 auto 0; }
    .destacados h2,
    .destacados .trabajos h2 {
      font-weight: 700;
      font-size: 1.3rem; }

  p.tit {
    font-size: 120%;
    margin: 0 0 30px; }

  .destacados_lista {
    text-align: center;
    margin-bottom: 40px;
    display: block;
    width: 100%; }
    .destacados_lista li {
      display: inline-block;
      vertical-align: top;
      width: 40% !important;
      padding: 0 4%;
      line-height: 140%;
      font-size: 95%; }
      .destacados_lista li h3 {
        margin: 10px 0 8px;
        font-weight: 600;
        font-size: 120%; }
      .destacados_lista li img {
        width: 60%;
        display: block;
        margin: 0 auto; }

  .trabajos p.tit {
    font-size: 100%;
    margin: 0 0 40px; }

  /* Cumplimos 10 años */
  .cumple {
    margin: 20px 0 20px;
    font-size: 85%; }
    .cumple h2 {
      font-weight: 500;
      font-size: 140%; }

  /*------------- INTERIOR GENERAL ---------------*/
  .titular {
    margin-bottom: 0; }

  .margenes {
    margin: 15px auto 0px; }
    .margenes h3 {
      font-size: 120%; }

  .cont .article {
    width: 100%;
    display: block;
    margin: 0 auto; }
    .cont .article p,
    .cont .article li {
      font-size: 90%;
      line-height: 145%; }
    .cont .article h2 {
      font-size: 150%; }
    .cont .article.a3 {
      width: 100%; }
    .cont .article.a2 {
      margin: 10px auto; }
    .cont .article li {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      margin: 0 2% 0 0;
      margin-bottom: 20px; }

  .mTop {
    padding-top: 0px;
    width: 100%; }

  .box {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 2% 20px 0; }
    .box img {
      width: 120px;
      max-width: inherit; }

  .hosting {
    text-align: center;
    margin: 20px 0 0;
    display: block;
    font-size: 90%; }
    .hosting h2 {
      color: #a80077;
      font-weight: 400;
      font-size: 120%;
      line-height: normal; }
      .hosting h2 strong {
        display: block;
        color: #111;
        font-size: 130%;
        margin-bottom: 5px; }
      .hosting h2 span {
        display: block;
        width: 100px;
        height: 3px;
        margin: 25px auto 40px;
        background-color: #a80077; }
    .hosting .intro {
      width: 90%;
      margin: 0 auto; }
    .hosting p,
    .hosting li {
      line-height: 145%; }
    .hosting li {
      text-align: left;
      margin-left: 20px; }

  .ok li {
    background: url(../img/accept.png) left 3px no-repeat;
    padding-left: 25px;
    background-size: 20px; }

  .c_hosting img,
  .texto {
    width: 90%;
    display: block;
    margin: 0 auto; }

  .c_hosting img {
    max-width: 450px;
    margin: 0 auto; }
  .c_hosting.centro {
    margin: 40px auto 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    width: 90%; }
  .c_hosting.serv_alojam {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px; }

  .hosting .enlace a {
    margin: 30px auto; }

  .serv_alojam li {
    display: block;
    width: 90%;
    margin: 0 auto 10px; }

  p.s1,
  ul.s1 li {
    display: block;
    width: 90%;
    margin: 20px auto;
    text-align: left; }
    p.s1 img,
    ul.s1 li img {
      width: 25%;
      max-width: 100px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3%; }
    p.s1 span,
    ul.s1 li span {
      width: 70%;
      display: inline-block;
      vertical-align: middle; }

  ul.s1 li {
    display: block;
    width: 90%;
    margin: 20px auto; }

  /* Formulario */
  .formulario .intro {
    width: 90%; }

  .bloqueContact {
    width: 43%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 20px 2%; }

  #formulario {
    width: 90%; }
    #formulario .f1 {
      display: inline-block;
      width: 49%;
      text-align: left;
      vertical-align: top;
      margin-left: 0%; }

  .rgpd,
  #formulario label.checklabel {
    width: 100%; }

  /* Galería */
  p.headline {
    font-size: 80%;
    width: 90%;
    bottom: 10px; }
    p.headline strong {
      font: 700 150% Manrope, Segoe, sans-serif;
      display: block; }
    p.headline a {
      font: 400 90% Manrope, Segoe, sans-serif;
      display: block;
      margin-top: 15px;
      color: #dd34ac; }

  /* BLOQUE “Cómo creamos tu web” – siempre 2 columnas */
  .article.a3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem; }

  /* Cada paso centrado */
  .article.a3 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    width: 100%; }

  /* Iconos */
  .article.a3 li span[class^="img"] {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

  /* Iconos individuales */
  .img1 {
    background-image: url(../img/paso-1.png); }

  .img2 {
    background-image: url(../img/paso-2.png); }

  .img3 {
    background-image: url(../img/paso-3.png); }

  .img4 {
    background-image: url(../img/paso-4.png); }

  .img5 {
    background-image: url(../img/paso-5.png); }

  .img6 {
    background-image: url(../img/paso-6.png); }

  /* ---------- COSAS QUE ANTES ESTABAN EN <=560px ---------- */
  .occ {
    display: none; }

  .tel {
    top: 33px;
    width: 90px; }
    .tel strong {
      display: none !important; }
    .tel .tel_ico {
      background: url(../img/telephone.png) left 0px no-repeat;
      padding-left: 0px;
      font-size: 80%;
      font-weight: 500;
      width: 18px;
      height: 18px; }
    .tel img {
      margin-left: 6px; }

  /* Galería rejilla */
  #g1,
  #g2,
  #g3 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    position: relative; }

  #g1 {
    width: 97% !important;
    display: block;
    margin: 0 0 4px 7px; }

  #g2 {
    margin-left: 0;
    border-left: none; }

  #g3 {
    margin: 0;
    border-right: 4px solid #fff; }

  .trabajos div {
    width: 90%;
    margin: 0 auto; }

  /* listas interiores */
  .article li {
    display: block;
    width: 100%;
    margin: 0 auto 20px; }

  .box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .box img {
      width: 120px;
      max-width: inherit;
      display: block; }

  .hosting h2,
  .hosting h1,
  .formulario h1,
  .margenes h2 {
    font-size: 110%;
    margin: 0 3%;
    color: #111;
    font-weight: 700;
    width: inherit;
    text-align: center; }

  .hosting h1 strong,
  .formulario h1 strong {
    font-size: 110%; }

  .c_hosting.centro {
    margin: 30px auto 0;
    padding-top: 0px; }

  .c_hosting img {
    max-width: 350px; }

  .hosting h2 span,
  .hosting h1 span,
  .margenes h2 span {
    margin: 20px auto; }

  .intro {
    font-size: 85% !important;
    text-align: left;
    font-style: italic; }

  .a_gen {
    margin: 20px 0;
    padding-bottom: 20px; }

  .cont h2 {
    font-size: 120%; }
    .cont h2 span {
      margin: 20px 0; }

  .c_hosting.serv_alojam {
    margin-top: 20px;
    padding-top: 10px; }

  .serv_alojam li {
    display: block;
    width: 100%;
    margin: 0 auto 10px; }

  p.s1,
  ul.s1 li {
    display: block;
    width: 100%;
    margin: 20px auto;
    vertical-align: top; }
    p.s1 img,
    ul.s1 li img {
      width: 90%;
      max-width: 100px;
      display: block;
      vertical-align: middle;
      margin: 0 auto; }
    p.s1 span,
    ul.s1 li span {
      width: 90%;
      display: block;
      margin: 0 auto; }

  ul.s1 li {
    display: block;
    width: 100%;
    margin: 20px auto;
    vertical-align: top; }

  .bloque {
    display: block;
    margin-top: 8px; }

  .block {
    display: block;
    text-align: center; }

  .borderTop {
    padding-top: 20px; }

  .bTop {
    border: none;
    padding-top: 0; }

  .formulario {
    text-align: center;
    margin: 10px 1%;
    display: block;
    border-top: none;
    padding-top: 0px; }
    .formulario .intro {
      width: 90%;
      margin: 8px auto 20px; }

  #formulario {
    width: 90%;
    margin: 0 auto; }
    #formulario .intro {
      padding-top: 20px;
      margin: 20px auto;
      width: 100%;
      font-style: normal;
      text-align: left; }
    #formulario input,
    #formulario textarea {
      width: 96%;
      padding: 8px 2%; }
    #formulario .boton {
      font-size: 120%;
      width: 225px;
      margin: 25px auto 0; }

  .bloqueContact {
    width: 90%;
    display: block;
    margin: 20px auto; }
    .bloqueContact strong {
      font-size: 110%; }

  .mb {
    margin-bottom: 50px; }

  .t2 {
    font: bold 120% Manrope, Helvetica, sans-serif;
    color: #666;
    margin-bottom: 0px; }

  .f1 {
    display: block;
    width: 100%;
    margin-left: 0; }

  .rgpd,
  #formulario label.checklabel {
    width: 100%;
    margin: 10px auto; }

  #formulario label.checklabel {
    margin: 20px auto; }

  /* ---------- COSAS QUE ANTES ESTABAN EN <=450px ---------- */
  .destacados h2,
  .destacados .trabajos h2 {
    font-size: 1.5rem; }

  p.tit {
    font-size: 1.2rem !important; }

  .destacados_lista li {
    display: block;
    vertical-align: top;
    width: 90% !important;
    padding: 0 0 30px;
    line-height: 140%;
    font-size: 90%;
    border-bottom: 1px dashed #e1bcda;
    margin: 0 auto 10px; }
    .destacados_lista li:last-child {
      border-bottom: none;
      margin: 0 auto; }
    .destacados_lista li h3 {
      margin: 0 0 8px;
      font-weight: 600;
      font-size: 120%; }
    .destacados_lista li img {
      width: 40%;
      display: block;
      margin: 0 auto; }

  p.headline {
    bottom: 5px; }

  .packs li {
    width: 90%; }

  .hosting {
    margin-top: 10px; }
    .hosting h2 {
      font-size: 100%; }
      .hosting h2 strong {
        font-size: 140%;
        line-height: 130%; }
      .hosting h2 span {
        margin: 15px auto; }

  .c_hosting img {
    margin-top: 15px; }

  /* ---------- PIE ---------- */
  .pie-1 h2 {
    font-size: 1.5rem !important; }
  .pie-1 p {
    margin: .5rem;
    font-size: 1.1rem; }
  .pie-1 ul {
    width: 100%; }
  .pie-1 li {
    font-size: 100%; }

  .pie-1 ul.contact-list {
    list-style: none;
    margin: 1.5rem auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    /* clave para móvil: ancho máximo, pero no 50% fijo */
    width: 100%;
    max-width: 320px; }

  .pie-1 ul.contact-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
    /* que ocupe todo el max-width */ }

  .pie-1 .contact-icon {
    width: 20px;
    height: auto;
    flex-shrink: 0; }

  .pie-1 .contact-link {
    font-size: 1rem; } }
@media (max-width: 450px) {
  /* Párrafos más pequeños */
  .cont.conoce > h2 {
    font-size: 1.3rem; }

  .cont.conoce p {
    font-size: 0.88rem;
    line-height: 1.55; }

  /* H2 interiores */
  .cont.conoce article h2 {
    font-size: 1.15rem; }

  /* Título de Conócenos */
  .conoce-title {
    font-size: 1.25rem;
    margin: 0.8rem auto 1.3rem; }

  /* Pastillas de color del título */
  .conoce-title span {
    padding: 0.15rem 0.45rem; }

  /* Reducir separaciones */
  .cont.conoce .a_gen {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem; }

  body, .site-container, .site-pusher, main.container {
    padding-top: 0 !important;
    margin-top: 0 !important; }

  header.header {
    margin-bottom: 0 !important; }

  .titular {
    padding-top: 0 !important; } }
