*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --paddingSecciones: 60px 0;
    --marginElementos: 40px;
}

body{
    font-family: 'Raleway', sans-serif;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contenedor{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
    
}


/*Nav*/
.contenedor-h{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.733);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: 1000;
}
.menu-navegacion{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo{
    height: 70px;
}

.logo img{
    display: block;
    height: 100%;
}
.enlaces li{
    list-style: none;
    display: inline-block;
}

.enlaces a{
    font-weight: 550;
    text-decoration: none;
    color: #112040;
    margin-left: 20px;
}

.enlaces a:hover{
    text-decoration: underline;
}

.header{
    width: 100%;
    background-image: linear-gradient( rgba(17, 32, 64, 0.548), rgba(74, 122, 157, 0.582)),
    url("../img/Header/Kuris.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
/*Hero*/
.hero{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.contenedor-textos{
    padding-bottom: 100px;
}

.hero h1{
    font-size: 60px;
}

.copy{
    font-size: 24px;
    padding: 20px 0;
    font-weight: 300;
}
.wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/*Sobre Nosotros*/
* {
  font-family: Nunito, sans-serif;
}

.text-blk {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 20px;
  color: #0f2483;
  font-size: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.responsive-container-block.bigContainer {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  margin: 0 0 0 0;
}

.responsive-container-block.Container {
  max-width: 1400px;
  width: 95%;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.responsive-container-block.leftSide {
  width: auto;
  align-items: flex-start;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  flex-direction: column;
  position: static;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 300px;
}

.text-blk.heading {
  font-size: 40px;
  line-height: 64px;
  font-weight: 900;
  color: #112040;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.text-blk.btn {
  color: rgb(0, 178, 235);
  background-image: initial;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(255, 255, 255, 0.2) 0px 12px 35px;
  border-radius: 100px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  cursor: pointer;
}

.responsive-container-block.rightSide {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  height: 700px;
  min-height: auto;
  flex: 1;
  min-width: 450px;
}

.number1img {
  margin-top: 39%;
  margin-right: 80%;
  margin-bottom: 29%;
  margin-left: 0px;
  height: 32%;
  width: 20%;
  position: absolute;
}

.number2img {
  margin-top: 19%;
  margin-right: 42%;
  margin-bottom: 42%;
  margin-left: 23%;
  width: 35%;
  height: 39%;
  position: absolute;
}

.number3img {
  width: 13%;
  height: 21%;
  position: absolute;
  margin-top: 62%;
  margin-right: 64%;
  margin-bottom: 30%;
  margin-left: 23%;
}

.number4vid {
  width: 34%;
  height: 33%;
  position: absolute;
  margin-top: 62%;
  margin-right: 27%;
  margin-bottom: 0px;
  margin-left: 39%;
}

.number5img {
  position: absolute;
  width: 13%;
  height: 21%;
  margin-top: 38%;
  margin-right: 27%;
  margin-bottom: 41%;
  margin-left: 60%;
}

.number6img {
  position: absolute;
  margin-top: 0px;
  margin-right: 3%;
  margin-bottom: 67%;
  margin-left: 62%;
  width: 35%;
  height: 33%;
}

.number7img {
  position: absolute;
  width: 25%;
  margin-top: 40%;
  margin-right: 0px;
  margin-bottom: 18%;
  margin-left: 75%;
  height: 42%;
}

.text-blk.subHeading {
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .responsive-container-block.Container {
    flex-direction: column-reverse;
  }

  .text-blk.heading {
    text-align: center;
    max-width: 370px;
  }

  .text-blk.subHeading {
    text-align: center;
  }

  .responsive-container-block.leftSide {
    align-items: center;
    max-width: 480px;
  }

  .responsive-container-block.rightSide {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .responsive-container-block.rightSide {
    margin: 0 auto 70px auto;
  }
}

@media (max-width: 768px) {
  .responsive-container-block.rightSide {
    width: 450px;
    height: 450px;
  }

  .responsive-container-block.leftSide {
    max-width: 450px;
  }
}

@media (max-width: 500px) {
  .number1img {
    display: none;
  }

  .number2img {
    display: none;
  }

  .number3img {
    display: none;
  }

  .number5img {
    display: none;
  }

  .number6img {
    display: none;
  }

  .number7img {
    display: none;
  }

  .responsive-container-block.rightSide {
    width: 100%;
    height: 250px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .number4vid {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    height: 100%;
  }

  .text-blk.heading {
    font-size: 25px;
    line-height: 40px;
    max-width: 370px;
    width: auto;
  }

  .text-blk.subHeading {
    font-size: 14px;
    line-height: 25px;
  }

  .responsive-container-block.leftSide {
    width: 100%;
  }
}

/*Cuadros*/
.cuadros{
    background-color: #DCEDFF;
}
.titulo-seccion{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #112040;
    padding-bottom: 60px;
}

/* --- Mejora visual para la sección de cuadros --- */
.table-pricing {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.pricing {
  background: #4A7A9D;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(34, 34, 34, 0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  min-width: 270px;
  max-width: 340px;
  flex: 1 1 300px;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.pricing:hover {
  transform: translateY(-12px) scale(1.035);
  box-shadow: 0 8px 32px 0 rgba(34, 34, 34, 0.18);
}

.name-pricing,
.name-pricing-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.pricing:hover .name-pricing,
.pricing:hover .name-pricing-2 {
  color: #112040;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

.price {
  font-size: 1.05rem;
  color: #e3f2fd;
  margin-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.benefice {
  font-size: 1.25rem;
  color: #fff;
  margin: 0.7rem 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 1px dashed #e3f2fd;
  padding-bottom: 0.3rem;
  transition: color 0.2s, background 0.2s, transform 0.2s;
  cursor: pointer;
}

.benefice:last-child {
  border-bottom: none;
}

.pricing:hover .benefice {
  color: #112040;
}

.benefice:hover {
  background: rgba(255,255,255,0.08);
  color: #112040;
  transform: scale(1.07) translateX(6px);
}

.cta {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 7px;
  padding: 0.6rem 1.4rem;
  background: #fff;
  color: #112040;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(34, 34, 34, 0.08);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.cta:hover {
  background: #112040;
  color: #fff;
}

@media (max-width: 900px) {
  .table-pricing {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .pricing {
    max-width: 95vw;
  }
  .table-pricing {
    gap: 1.2rem;
  }
  .pricing {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
    padding: 2.2rem 1rem 2.7rem 1rem; /* Más espacio arriba y abajo */
    margin-bottom: 2rem;
    box-sizing: border-box;
    min-height: 490px; /* Aumenta la altura mínima */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .table-pricing {
    gap: 1.2rem;
  }
  .pricing {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
    padding: 2.2rem 1rem 2.7rem 1rem; /* Más espacio arriba y abajo */
    margin-bottom: 2rem;
    box-sizing: border-box;
    min-height: 490px; /* Aumenta la altura mínima */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .name-pricing,
  .name-pricing-2 {
    font-size: 1.4rem;
  }
  .benefice {
    font-size: 1rem;
    padding-bottom: 0.2rem;
  }
  .cta {
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    margin-top: 1.2rem;
    align-self: center;
  }
}
/*Nuevo Cuadro*/
/*Marcas*/
.container-box{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--paddingSecciones);
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.container-box .card{
    position: relative;
    cursor: pointer;
    padding: auto;
}

.container-box .card .face{
    width: 200px;
    height: 200px;
    transition: 0.5s;
}

.container-box .card .face.face1{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container-box .card:hover .face.face1{
    background: rgba(74, 122, 157, 0.144);

    
    transform: translateY(0);
}

.container-box .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}


.container-box .card .face.face1 .content img{
    max-width: 150px;
    max-height: 150px;
}

.container-box .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #112040;
    text-align: center;
    font-size: 1.5em;
}

.container-box .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    
    transform: translateY(-100px);
}

.container-box .card:hover .face.face2{
    transform: translateY(0);
}

.container-box .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.container-box .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container-box .card .face.face2 .content a:hover{
    background: #333; /*cambiar color*/
    color: #fff;
}
/*Carrusel*/
    .sliderc{
        width: 75vw;
        height: auto;
        margin: auto;
        overflow: hidden;
    }
    .sliderc .slidec-track{
        display: flex;
        animation: scroll 40s linear infinite;
        -webkit-animation: scroll 40s linear infinite;
        width: calc(200px * 14);
        justify-content: space-evenly;
    }
    .sliderc .slidec{
        width: 200px;
    }
    .sliderc .slidec img{
        width: 100%;
        height: 100%;
    }

    @keyframes scroll{
        0%{
            -webkit-animation: translateX(0);
            transform: translateX(0);
        }
        100%{
            -webkit-animation: translateX(calc(-200px * 8));
            transform: translateX(calc(-200px * 8));
        }
    }
    .copyf{
    text-align: center;
    color: #7e7e7e;
    margin: 20px 0;
    }

    /*Maps*/
    .maps{
    padding: 0 0;
    }
/*Footer*/


    footer{
        background-image: linear-gradient( rgba(17, 32, 64, 0.548), rgba(74, 122, 157, 0.582)),
        url("../img/Footer/SAMM.png");
        background-position: center;
        background-size: cover;
    }
    
    footer .titulo-seccion{
        text-align: center;
        font-size: 35px;
        padding: 0;
        color: #DCEDFF;
    }
    footer .copyf{
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        
    }
    
    .redes-sociales{
        padding-top: 1px;
        width: 80%;
        display: flex;
        margin: auto;
        justify-content: space-evenly;
        
    }
    
    
    .redes-sociales i{
        font-size: 60px;
        color: #fff;
    }
    
    .fa-whatsapp:hover{
        color: #25d366;
        
    }
    .fa-facebook-f:hover{
        color: #3b5998;
    }

    .fa-instagram:hover{
        color: #e4405f;
    }

 /*Prueba*/
/*media*/
@media screen and (max-width:960px){
    .menu-navegacion{
        flex-direction: column;
        height: 120px;
        justify-content: space-evenly;
    }

    /* Mejoras para el hero en tablets */
    .hero h1{
        font-size: 32px;
        line-height: 1.2;
        padding: 0 15px;
    }
    
    .copy {
        font-size: 18px;
        padding: 15px 20px;
    }

    .table-pricing{
        height: auto;
    }
    .pricing{
        width: 60%;
        margin-bottom: 40px;
    }
}

/* Media query adicional para pantallas medianas */
@media screen and (max-width: 768px){
    .hero h1{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .copy {
        font-size: 17px;
        padding: 12px 18px;
    }
    
    .contenedor-textos {
        padding-bottom: 30px;
    }
}

/* Media query específico para dispositivos 480-550px (hero) */
@media screen and (max-width: 550px){
    .hero {
        height: auto;
        min-height: 75vh;
        padding: 15px 0;
        flex-direction: column;
        justify-content: center;
    }

    .hero h1{
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
        padding: 0 8px;
        text-align: center;
    }
    
    .copy {
        font-size: 15px;
        padding: 8px 12px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .contenedor-textos {
        padding-bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

@media screen and ( max-width: 500px){
    .contenedor{
        width: 93%;
    }

    .menu-nav{
        display: flex;
        justify-content: space-evenly;
    }

    .menu-nav a{
        margin-left: 0;
    }

    /* Mejoras para el hero en dispositivos pequeños */
    .hero {
        height: auto;
        min-height: 80vh;
        padding: 20px 0;
        flex-direction: column;
        justify-content: center;
    }

    .hero h1{
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 10px;
        text-align: center;
    }
    
    .copy {
        font-size: 16px;
        padding: 10px 15px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .contenedor-textos {
        padding-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    .imagen-contenedor{
        width: 90%;
    }

    .pricing{
        width: 80%;
    }

    input[type="text"], input[type="email"]{
        width: 100%;
    }
}

/* Media query adicional para pantallas extra pequeñas */
@media screen and (max-width: 375px){
    .hero h1{
        font-size: 20px;
        line-height: 1.2;
        padding: 0 8px;
    }
    
    .copy {
        font-size: 14px;
        padding: 8px 12px;
    }
}
@media screen and ( max-width: 640px){
.relato{
    width: 350px;
}
}
/*Prueba de slider*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cd__main{
  display: block !important;
  height: 100vh;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  background: #444 !important;
}

.slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.slider--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.slider--feature {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.slider--title {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.slider--text {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

.slider__btn-right,
.slider__btn-left {
  background: transparent;
  border: none;
  outline: none;
  font-size: 4rem;
  color: #eee;
  padding: 0 1rem;
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}

.slider--btn {
  background: #fff;
  text-transform: uppercase;
  border: none;
  color: #444;
  border: 1px solid #444;
  outline: none;
  font-weight: 700;
  padding: 0.8rem 2rem;
  cursor: pointer;
}

.slider__btn-left:hover,
.slider__btn-right:hover {
  transform: scale(0.95);
}

.slider--text {
  font-size: 1.5rem;      /* Más grande */
  color: #fff;
  text-transform: uppercase;
  margin: 0.5rem 0;
  min-height: 2.5em;      /* Para evitar salto de layout */
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  /*border-right: 2px solid #fff; /* Efecto cursor */
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/*sobre nosotros*/
/* Sobre Nosotros Mejorado */
.sobre-nosotros-wrapper {
  position: relative;
  margin: 40px auto 60px auto;
  max-width: 600px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex: 1;
  min-width: 450px;
}

.sobre-nosotros-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(120deg, #4a7a9d 60%, #fff 100%);
  border-radius: 40px 120px 40px 120px/80px 40px 120px 40px;
  box-shadow: 0 8px 32px rgba(74,122,157,0.18);
  transform: skewY(-6deg) rotate(-2deg);
  z-index: 0;
  overflow: hidden;
}

.sobre-nosotros-content {
  position: relative;
  z-index: 2;
  padding: 72px 60px;
  text-align: center;
}

.sobre-nosotros-content .heading {
  font-family: 'Raleway', 'Montserrat', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.sobre-nosotros-content .subHeading {
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  font-size: 1.35rem;
  color: #f3f3f3;
  font-weight: 400;
  line-height: 1.7;
  text-shadow: 0 1px 4px rgba(0,0,0,0.10);
  margin: 0 auto;
  max-width: 700px;
}
.sobre-nosotros-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(120deg, #4a7a9d 80%, #eaf3fa 100%);
  border-radius: 40px 120px 40px 120px/80px 40px 120px 40px;
  box-shadow: 0 8px 32px rgba(74,122,157,0.18);
  transform: skewY(-6deg) rotate(-2deg);
  z-index: 0;
  overflow: hidden;
  
}
.sobre-nosotros-content .heading {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.sobre-nosotros-content .subHeading {
  color: #f8f8f8;
  text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

/* Estilos para alinear sobre-nosotros-wrapper y rightSide horizontalmente */
.section-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  width: 100%;
}

/* Responsive design para pantallas pequeñas */
@media (max-width: 1200px) {
  .section-flex-container {
    gap: 40px;
  }
  
  .sobre-nosotros-wrapper {
    max-width: 500px;
    min-width: 400px;
  }
  
  .responsive-container-block.rightSide {
    max-width: 600px;
    min-width: 400px;
  }
}

@media (max-width: 992px) {
  .section-flex-container {
    flex-direction: column;
    gap: 60px;
  }
  
  .sobre-nosotros-wrapper,
  .responsive-container-block.rightSide {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  
  .responsive-container-block.rightSide {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .responsive-container-block.Container {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .section-flex-container {
    gap: 40px;
  }
  
  .sobre-nosotros-wrapper {
    min-height: 350px;
  }
  
  .responsive-container-block.rightSide {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .sobre-nosotros-content {
    padding: 40px 30px;
  }
  
  .sobre-nosotros-content .heading {
    font-size: 2.2rem;
  }
  
  .sobre-nosotros-content .subHeading {
    font-size: 1.1rem;
  }
  
  .responsive-container-block.rightSide {
    height: 400px;
  }
}

/* Media queries para el slider */
@media (max-width: 768px) {
  .slider {
    height: 80vh;
  }
  
  .slider--content {
    height: 80vh;
    padding: 0 20px;
  }
  
  .slider--feature {
    width: 100%;
  }
  
  .slider--title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  
  .slider--text {
    font-size: 1.2rem;
    min-height: 2em;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    line-height: 1.3;
  }
  
  .slider__btn-right,
  .slider__btn-left {
    font-size: 2.5rem;
    padding: 0 0.5rem;
  }
  
  .slider--btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .slider {
    height: 70vh;
  }
  
  .slider--content {
    height: 70vh;
    padding: 0 15px;
  }
  
  .slider--title {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  
  .slider--text {
    font-size: 1rem;
    min-height: 1.8em;
    letter-spacing: 1px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    line-height: 1.4;
    text-align: center;
  }
  
  .slider__btn-right,
  .slider__btn-left {
    font-size: 2rem;
    padding: 0 0.3rem;
  }
  
  .slider--btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 360px) {
  .slider {
    height: 60vh;
  }
  
  .slider--content {
    height: 60vh;
    padding: 0 10px;
  }
  
  .slider--title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .slider--text {
    font-size: 0.9rem;
    min-height: 1.5em;
    letter-spacing: 0.5px;
  }
  
  .slider__btn-right,
  .slider__btn-left {
    font-size: 1.5rem;
    padding: 0 0.2rem;
  }
  
  .slider--btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
  }
}

/* Evitar scroll horizontal en el body */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/*Rollos*/
:root {
  --canvasColor: #fff;
  --backgroundColor: #fff;
  --foregroundColor: #111;
  --primaryColor: #0D2040;
  --primaryShade1: #e1f5fe;
  --primaryShade2: #b3e5fc;
  --primaryShade3: #4fc3f7;
  --primaryShade4: #0288d1;
  --primaryShade5: #0277bd;
  --secondaryColor: #0D2040;
  --secondaryShade1: #ede7f6;
  --secondaryShade2: #d1c4e9;
  --secondaryShade3: #9575cd;
  --secondaryShade4: #512da8;
  --secondaryShade5: #311b92;
  --accentColor: #009688;
  --accentShade1: #e0f2f1;
  --accentShade2: #b2dfdb;
  --accentShade3: #4db6ac;
  --accentShade4: #00796b;
  --accentShade5: #004d40;
  --neutralShade1: #f2f2f2;
  --neutralShade2: #e8e9e9;
  --neutralShade3: #d1d3d4;
  --neutralShade4: #babdbf;
  --neutralShade5: #808488;
  --neutralShade6: #666a6d;
  --neutralShade7: #4d5052;
  --neutralShade8: #212122;
  --grayColor: #999;
  --lightGrayColor: #ddd;
  --borderRadius: 6px;
}

body {
  background: var(--canvasColor);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

* {
  box-sizing: border-box;
}

#papel-main {
  margin: 3em auto 8em;
  color: var(--foregroundColor);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Header de los perfiles */
.papel-profiles-header {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
}

.papel-profiles-header h2 {
  color: var(--primaryColor);
  margin-bottom: 20px;
}

.papel-profiles-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--neutralShade6);
  margin: 0;
}

/* Wrapper para los perfiles */
.papel-profiles-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

/* Responsive para pantallas pequeñas */
@media (max-width: 1200px) {
  .papel-profiles-wrapper {
    gap: 15px;
  }
  
  .papel-profile-default {
    min-width: 350px;
    max-width: 380px;
  }
}

@media (max-width: 900px) {
  .papel-profiles-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .papel-profile-default {
    min-width: 320px;
    max-width: 360px;
    grid: 280px auto auto / repeat(3, minmax(70px, 1fr));
  }
  
  .papel-profile-default .papel-profile__info {
    margin: 15px 20px 0;
  }
  
  .papel-profile-default .papel-profile__stats {
    margin: 4px 20px;
  }
  
  .papel-profile-default .papel-profile__cta {
    margin: 0 20px 20px;
  }
}

/* Media query para tablets pequeños */
@media (max-width: 768px) {
  .papel-profiles-wrapper {
    gap: 15px;
  }
  
  .papel-profile-default {
    min-width: 280px;
    max-width: 320px;
    grid: 240px auto auto / repeat(3, minmax(60px, 1fr));
    grid-gap: 8px;
  }
  
  .papel-profile-default .papel-profile__info {
    margin: 12px 18px 0;
  }
  
  .papel-profile-default .papel-profile__info h3 {
    font-size: 1.1rem;
  }
  
  .papel-profile-default .papel-profile__info .papel-profile__info__extra {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .papel-profile-default .papel-profile__stats {
    margin: 3px 18px;
  }
  
  .papel-profile-default .papel-profile__stats__title {
    font-size: 14px;
  }
  
  .papel-profile-default .papel-profile__cta {
    margin: 0 18px 18px;
  }
}

/* Media query para móviles */
@media (max-width: 480px) {
  .papel-profiles-wrapper {
    gap: 8px;
    padding: 0 6px;
  }
  
  .papel-profile-default {
    min-width: 210px;
    max-width: 240px;
    grid: 160px auto auto / repeat(3, minmax(45px, 1fr));
    grid-gap: 4px;
  }
  
  .papel-profile-default .papel-profile__info {
    margin: 6px 10px 0;
  }
  
  .papel-profile-default .papel-profile__info h3 {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  
  .papel-profile-default .papel-profile__info .papel-profile__info__extra {
    font-size: 10px;
    line-height: 1.2;
  }
  
  .papel-profile-default .papel-profile__stats {
    margin: 1px 10px;
  }
  
  .papel-profile-default .papel-profile__stats__title {
    font-size: 11px;
  }
  
  .papel-profile-default .papel-profile__stats h5 {
    font-size: 12px;
  }
  
  .papel-profile-default .papel-profile__cta {
    margin: 0 10px 10px;
  }
  
  a.papel-button {
    font-size: 12px;
    padding: 10px;
  }
}

/* Media query específico para dispositivos 480-550px (cuadros de papel) */
@media (max-width: 550px) {
  .papel-profiles-wrapper {
    gap: 10px;
    padding: 0 8px;
  }
  
  .papel-profile-default {
    min-width: 240px;
    max-width: 270px;
    grid: 180px auto auto / repeat(3, minmax(48px, 1fr));
    grid-gap: 5px;
  }
  
  .papel-profile-default .papel-profile__info {
    margin: 8px 12px 0;
  }
  
  .papel-profile-default .papel-profile__info h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }
  
  .papel-profile-default .papel-profile__info .papel-profile__info__extra {
    font-size: 11px;
    line-height: 1.25;
  }
  
  .papel-profile-default .papel-profile__stats {
    margin: 2px 12px;
  }
  
  .papel-profile-default .papel-profile__stats__title {
    font-size: 12px;
  }
  
  .papel-profile-default .papel-profile__stats h5 {
    font-size: 13px;
  }
  
  .papel-profile-default .papel-profile__cta {
    margin: 0 12px 12px;
  }
  
  a.papel-button {
    font-size: 13px;
    padding: 13px;
  }
}

/* Media query para móviles pequeños */
@media (max-width: 360px) {
  .papel-profiles-wrapper {
    gap: 10px;
    padding: 0 5px;
  }
  
  .papel-profile-default {
    min-width: 220px;
    max-width: 250px;
    grid: 180px auto auto / repeat(3, minmax(45px, 1fr));
    grid-gap: 5px;
  }
  
  .papel-profile-default .papel-profile__info {
    margin: 8px 12px 0;
  }
  
  .papel-profile-default .papel-profile__info h3 {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  
  .papel-profile-default .papel-profile__info .papel-profile__info__extra {
    font-size: 11px;
    line-height: 1.2;
  }
  
  .papel-profile-default .papel-profile__stats {
    margin: 1px 12px;
  }
  
  .papel-profile-default .papel-profile__stats__title {
    font-size: 12px;
  }
  
  .papel-profile-default .papel-profile__stats h5 {
    font-size: 13px;
  }
  
  .papel-profile-default .papel-profile__cta {
    margin: 0 12px 12px;
  }
  
  a.papel-button {
    font-size: 13px;
    padding: 12px;
  }
}

/* Typography */
strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

h1 {
  font: 700 48px/1.2 "Poppins", sans-serif;
  margin-bottom: 10px;
}

h2 {
  font: 700 32px/1.2 "Poppins", sans-serif;
  margin-bottom: 10px;
}

h3 {
  font: 700 24px/1.2 "Poppins", sans-serif;
  margin-bottom: 10px;
}

h4 {
  font: 700 20px/1.2 "Poppins", sans-serif;
  margin-bottom: 10px;
}

h5 {
  font: 500 18px/1.2 "Poppins", sans-serif;
  margin-bottom: 10px;
}

h6 {
  font: 500 16px/1.2 "Poppins", sans-serif;
  text-transform: uppercase;
}

/* Buttons & Links */
a.papel-button {
  outline: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: none;
  font: 700 16px/1 "Poppins", sans-serif; /* Cambiado de 500 a 700 para negritas */
  padding: 20px;
  cursor: pointer;
  border-radius: var(--borderRadius);
  background: var(--primaryColor);
  color:  var(--backgroundColor);
  position: relative;
  top: 0;
  transition: all 0.3s ease; /* Cambiado de 0.2s a 0.3s y agregado 'all' */
  text-decoration: none;
  transform: scale(1); /* Agregado para animación de escala */
}

a.papel-button:hover,
a.papel-button.hover {
  top: -3px;
  box-shadow: 0 8px 25px rgba(13, 32, 64, 0.3); /* Sombra más pronunciada y con color del tema */
  background: #0D5C7D; /* Cambio de color de fondo */
  transform: scale(1.05); /* Efecto de crecimiento */
  letter-spacing: 1px; /* Espaciado entre letras */
}

a.papel-button:active,
a.papel-button.active {
  background: var(--primaryShade4);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 0;
  transform: scale(0.98); /* Efecto de presión */
}

a.papel-button.disabled {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}

/* Profile Default */
.papel-profile-default {
  position: relative;
  background: var(--backgroundColor);
  color: var(--foregroundColor);
  box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  transition: 0.2s ease;
  min-width: 400px;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid: 340px auto auto / repeat(3, minmax(80px, 1fr));
  grid-gap: 10px;
}

.papel-profile-default .papel-profile__image {
  grid-column: span 3;
  background-color: var(--secondaryColor)
}

.papel-profile-default .papel-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-bottom: 7px solid #0D5C7D ;
  background-color: var(--secondaryColor);
}

.papel-profile-default .papel-profile__info {
  grid-column: span 3;
  margin: 20px 25px 0;
}

.papel-profile-default .papel-profile__stats {
  margin: 5px 25px;
}

.papel-profile-default .papel-profile__stats__title {
  color: var(--grayColor);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}


.papel-profile-default .papel-profile__cta {
  grid-column: span 3;
  margin: 0 25px 25px;
}

.papel-profile-default .papel-profile__info {
  grid-column: span 3;
  margin: 20px 25px 0;
}

.papel-profile-default .papel-profile__info .papel-profile__info__extra {
  text-align: justify;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/* Estilos para organizar las tarjetas en filas */
div.snip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Media queries responsivos para las cartas */
@media (max-width: 768px) {
  div.snip {
    gap: 15px;
    padding: 15px 10px;
  }
  
  figure.snip1190 {
    min-width: 160px;
    max-width: 200px;
    max-height: 160px;
    flex: 0 1 calc(50% - 10px);
  }
  
  figure.snip1190 h2 {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
  
  figure.snip1190 p {
    font-size: 11px;
  }
  
  figure.snip1190 .square {
    height: 55px;
    width: 55px;
  }
}

/* Media query para pantallas entre tablet y móvil */
@media (max-width: 600px) {
  div.snip {
    gap: 10px;
    padding: 10px 6px;
  }
  
  figure.snip1190 {
    min-width: 180px;
    max-width: 210px;
    max-height: 130px;
    flex: 0 1 calc(50% - 8px);
  }
  
  figure.snip1190 h2 {
    font-size: 0.9rem;
    letter-spacing: 0px;
  }
  
  figure.snip1190 p {
    font-size: 9px;
  }
  
  figure.snip1190 .square {
    height: 45px;
    width: 45px;
  }
}


figure.snip1190 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  flex: 0 1 300px;
}

/* Capa superior transparente azulada */
figure.snip1190::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 122, 157, 0.6), rgba(17, 32, 64, 0.7));
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

/* En hover, hacer la capa más transparente para mostrar mejor la imagen */
figure.snip1190:hover::before {
  background: linear-gradient(135deg, rgba(74, 122, 157, 0.3), rgba(17, 32, 64, 0.4));
}
figure.snip1190 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1190 img {
  opacity: 0.8;
  width: 100%;
}
figure.snip1190 figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; /* Por encima de la capa azulada */
}
figure.snip1190 h2 {
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1190 h2 span {
  font-weight: 800;
}
figure.snip1190 p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);
}
figure.snip1190 .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after,
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.snip1190 .square:before,
figure.snip1190 .square:after {
  width: 65%;
  height: 2px;
}
figure.snip1190 .square div:before,
figure.snip1190 .square div:after {
  width: 2px;
  height: 65%;
}
figure.snip1190 .square:before,
figure.snip1190 .square div:before {
  left: 0;
  top: 0;
}
figure.snip1190 .square:after,
figure.snip1190 .square div:after {
  bottom: 0;
  right: 0;
}
figure.snip1190 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3; /* Por encima de todo para mantener funcionalidad */
}
figure.snip1190:hover img,
figure.snip1190.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1190:hover h2,
figure.snip1190.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.snip1190:hover p,
figure.snip1190.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.snip1190:hover .square:before,
figure.snip1190.hover .square:before {
  width: 38%;
}
figure.snip1190:hover .square div:before,
figure.snip1190.hover .square div:before {
  height: 38%;
}
figure.snip1190:hover .square:after,
figure.snip1190.hover .square:after {
  width: 55%;
}
figure.snip1190:hover .square div:after,
figure.snip1190.hover .square div:after {
  height: 55%;
}

