body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

footer p{
    color: white;
}
li{
    text-decoration: none;
    list-style: none;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #172E7B;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 16000;
}

.cookie-banner p {
    margin: 0;
    display: inline;
}

.cookie-banner button {
    background-color: #fff;
    color: #172E7B;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
article{
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 20;
}
a {
    text-decoration: none;
}
H1{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    color: #386CB0;
    text-shadow: 
        -2px -2px 3px #fff,  
        2px -2px 3px #fff,
        -2px 2px 3px #fff,
        2px 2px 3px #fff;
    margin-top: 40px;
    margin-left: 0px;
}
H4{
    color: #2581C4;
    font-size: 1.3em;
}

#Teloficina {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 11000;
    width: 45px;
}
#whatsapp {
    position: fixed;
    bottom: 175px;
    right: 15px;
    z-index: 11000;
    width: 45px;
}
.Texcorazon{
    position: relative;
    margin-top:10%;
    margin-bottom: 10%;
    float: right;
    font-family: 'Calibri';
    font-size: 1.5em;
    text-align: right;
    max-width: 350px;
}
.Mintitle{
    margin: 25px 0px;
}
.Infopage{
    display: flex;
    align-items: center; 
}
/* .EncabezadoTex{
    font-size: 3em;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    text-shadow: 
    -2px -2px 3px #386CB0,  
    2px -2px 3px #386CB0,
    -2px 2px 3px #386CB0,
    2px 2px 3px #386CB0;
    margin-left: 40px;
    margin-top: 70px;
} */
/* .EncabezadoTex2{
    font-size: 2em;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    text-shadow: 
    -2px -2px 3px #386CB0,  
    2px -2px 3px #386CB0,
    -2px 2px 3px #386CB0,
    2px 2px 3px #386CB0;
    margin-left: 40px;
    margin-top: -20px;
} */

h2{    
    color: #386CB0;
    font-size: 2em;
    text-shadow: 
        -2px -2px 3px #fff,  
        2px -2px 3px #fff,
        -2px 2px 3px #fff,
        2px 2px 3px #fff;
        display: inline-block;
        width: 80%;
}
h3{
    text-align: left;
    margin-left: 30px;
    color: #386CB0;
    margin-bottom: 50px;
    font-style: bold;
    font-size: 2em;
}
/* .portada {
    width: 100% !important;
    height: 650px;
    background-image: url('../img/Originales/fondo-electronico.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
}

.portada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.uno{
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: url('../img/webp/cabecera-web-skm.webp');
    background-position: center;
    background-repeat: no-repeat;
    animation: moveBackground 80s linear infinite; 
}*/
/* @keyframes moveBackground {
    0% {
      background-position: 0% 0;
    }
    33% {
      background-position: 100% 0;
    }
    100% {
      background-position: 0% 0;
    }
  } */

 
 /* Carrucel inicio */

 @keyframes slidy {
    0% { left: 0%; }
    10% { left: 0%; }
    20% { left: -100%; }
    30% { left: -100%; }
    40% { left: -200%; }
    50% { left: -200%; }
    60% { left: -300%; }
    70% { left: -300%; }
    80% { left: -400%; }
    100% { left: -400%; }
    }
    
    div#slider { overflow: hidden; }
    div#slider figure img { width: 20%; max-height: 600px; float: left; }
    div#slider figure { 
      position: relative;
      width: 500%;
      margin: 0;
      left: 0;
      text-align: left;
      font-size: 0;
      animation: 50s slidy infinite; 
    }
    .ondablanca{
      position: absolute;
      top: 0;
      vertical-align: top;
      width: 100%;
      height: auto;
    }
    .contenedor {
        position: relative;
      }
    
      div#slider2 { overflow: hidden; }
    div#slider2 figure p { position: relative; width: 20%; float: left;}
    div#slider2 figure { 
      position: relative;
      width: 500%;
      margin: -300;
      left: 50;
      text-align: left;
      z-index: 10000;
      animation: 50s slidy infinite; 
    }
    .portadaunica{
        width: 100%;
        display: block;
    }
    .textobanner{
      width: 100%;
      position: absolute;
      top: 0px;
      margin-top: 2%;
      font-size: 2.5em;
      color: #fff;
    }
    .renglon1{
        text-align: left;
    }
    .renglon2{
        margin-left: 60px;
    }
    .renglon3{
        margin-left: 155px;
    }
    .renglon4{
        margin-left: 230px;
    }
    .renglon5{
        margin-left: 280px;
    }

 /* Carrucel  final */

.dos{
    margin-top: 200px;
    width: 100%;
    background-image: url(../img/webp/ondas-65-porciento.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    min-height: 250px;
} 
.dos p{
    font-size: 1.3em;
    text-shadow: 2px 0px 2px #fff,
                 0px 2px 2px #fff,
                 -2px 0px 2px #fff,
                 0px -2px 2px #fff,
                 2px 0px 2px #fff,
                 0px 2px 2px #fff,
                 -2px 0px 2px #fff,
                 0px -2px 2px #fff;
}

.treinta{
    color: #172E7B;
    display: inline-block;
    width: 25%;
    max-width: 200px;
}
.setenta{
    font-size: 1em;
    color: #172E7B;
    display: inline-block;
    width: 50%;
    max-width: 750px;
    text-align: justify;
    padding: 15px;
    vertical-align: top;
}
.tres h2{
    width: 100%;
    color: #2581C4;
    text-align: left;
    margin-left: 30px;
    margin-top: 100px;
    margin-bottom: 80px;
}
.trees h2{
    width: 100%;
    color: #2581C4;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.cuatroo{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 500px;
}
.cuarenta{
    display: inline-block;
    width: 45%;
    max-width: 500px;
}
.cuatroo img{
    width: 100%;
    max-width: 380px;
}
.tex2{
    display: inline-block;
    width: 45%;
    font-size: 1.3em;
    color: #172E7B;
    max-width: 400px;
    text-align: justify;
    padding: 15px;
    vertical-align: top;
}
.Pangular{
    height: 40px;
    font-size: 1.3em;
    text-align: left;
    color: #5EC1D2;
    font-weight: 800;
    background-image: url(../svg/triangulo-angular.svg);
    background-repeat: no-repeat;
    background-position: left;
    text-shadow: 0px 0px 4px #ffffff50;
    -webkit-text-stroke: 1px #fff;
}
.Pangular p{
    margin-left: 35px;
}
.Pangular p::first-letter {
    font-size: 2em;
    color: #172E7B;
    text-shadow: 0px 0px 2px #fff;
    font-weight: bold;
}
.p1{
    position: relative;
    top: -250px;
    left: 250px;
}
.p2{
    position: relative;
    top: -280px;
    left: 250px;
}
.p3{
    position: relative;
    top: -310px;
    left: 250px;
}
.p4{
    position: relative;
    top: -340px;
    left: 250px;
}
.p5{
    position: relative;
    top: -370px;
    left: 250px;
}
.Btnazul{
    display: inline-block;
    width: 80px;
    background-color: #386CB0   ;
    color: #FFF;
    border-radius: 20px 0px 15px 0px;
    text-align: center;
    padding: 5px;
    margin-left: 10px;
    vertical-align: top;
}
.Btnazul:hover{
    box-shadow: 3px 3px 5px #172E7B;
    cursor: pointer;
    scale: 1.02;
    transition: ease-in-out 0.2s;
}
.Cuatro2{
    margin-left: 15px;
    display: inline-block;
    width: 250px;
}

.cinco{
    display: inline-block;
    width: 44%;
    margin-top: 50px;
    padding: 20px;
    color: #386CB0;
    text-align: justify;
    vertical-align: top;
}
.cinco img{
    width: 90%;
}
.cinco li{
    margin-top: 25px;
    list-style: circle;
    text-align: left;
    margin-left: 0px;
}
.siete{
    display: inline-block;
    width: 20%;
    height: 80px;
    margin-left: 30px;
    vertical-align: top;
    justify-content: flex-end;
    align-items: center;
}
.siete img{
    margin-top: 5%;
    max-width: 250px;
    width: 100%;
    float: right;
}
.ocho{
    display: inline-block;
    width: 70%;
    height: 80px;
    background-image: url('../img/webp/llamada-a-la-accion-1080.webp');
    background-position:top;
    background-size:cover;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-top: 20px;
    
}
.letrero{
    margin-top: 10px;
    font-style: italic;
    color: #172E7B;
    text-shadow: 
        -2px -2px 3px #fff,  
        2px -2px 3px #fff,
        -2px 2px 3px #fff,
        2px 2px 3px #fff;
}
.BtnAccion{
    margin-top: 10px;
    background-color: #386cb0bb;
    border: solid 0px;
    border-radius: 10px 0px;
    padding: 8px 30px;
    color: #fff;
}
.BtnAccion:hover{
    box-shadow: 3px 3px 4px #172E7B;
    cursor: pointer;
    scale: 1.03;
    transition: ease-in-out 0.1s;
}
.nueve{
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1350px;
}
.nuevecenter{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.nuevecenter p{
    text-align: justify;
    color: #172E7B;
}
.nueve img{
    max-width: 900px;
}
.diez{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 70px;
    /* background-image: url('../img/IsoSKM-ondas-Derecha.png'); */
    background-image: url('../svg/ISO-con-ondas-derecha.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.once{
    height: 80px;
    /* background-image: url('../img/IsoSKM-ondas.png'); */
    background-image: url('../svg/ISO-con-ondas.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bloque.parallax{
    height: 400px;   
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}
 
.parallax.imagen-1 {
    background-image: url("../img/webp/trabajadores-skm-keystone.webp");
}
.parallax.imagen-2 {
    background-image: url("../img/webp/EcoSoluciones/paneles-solares-keystone.webp");
}
.parallax.imagen-3 {
    background-image: url("../img/webp/the-homsol.webp");
}
.parallax.imagen-4 {
    background-image: url("../img/webp/Equipo-SKM.webp");
}
.parallax.imagen-5 {
    background-image: url("../img/webp/Foto-paneles-SKM-paralax.webp");
}
.parallax.imagen-6 {
    background-image: url("../img/webp/metalmecanica/paralax-productos-metalmecanica.webp");
}
.parallax.imagen-7 {
    background-image: url("../img/webp/SerKeystone/trabajo-en-equipo-skm.webp");
}
.IsoResplandor{
    width: 230px;
    height: auto;
    position:relative;
    bottom: -140px;
    left: calc(100% - 250px);
}
.doce{
background-image: url('../img/webp/degradado-blanco-movile.webp');
background-position: top;
background-repeat: repeat-x;
}
.trece{
    width: 100%;
    height: 200px;
    background-image: url('../img/webp/cabecera-web-skm.webp');
    background-position: center;
    background-repeat: no-repeat;
    animation: moveBackground 40s linear infinite; /* Animación de bucle infinito */
    vertical-align: bottom;
}
.catorce{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 38%;
    padding: 20px 40px;
    text-align: justify;
    vertical-align: top;
}
.catorce a{
    color: #fff;
}
.logoPrincipal{
    display: inline-block;
    max-width: 300px;
    min-width: 200px;
    height: auto;
}
.menu {
    background-color: #2581C4;
    color: white;
    display: flex;
    padding: 0px;
    position: absolute;
    width: 850px;
    height: 65px;
    top: 565px; /* Inicio después de la portada */
    right: 0;
    z-index: 1000;
    margin-right: 20px;
    border-radius: 20px 0px;
}
.enlaces {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.enlaces li {
    margin: 0px;
    padding: 0px 10px;
    max-width: 120px;
    text-align: center;
}
.enlaces li:hover{
    background-color: #172E7B;
    height: 50%;
    margin: 0px;
    padding: 20px 10px;
    margin-bottom: 10px;
    max-width: 125px;
    transition: ease-in-out 0.5s;
}
.enlaces li:first-child:hover{
    border-radius: 20px 0px 0px 0px;
    max-width: 20px;
    height: 40%;
    margin-bottom: -0px;
}
.enlaces li:last-child{
    max-width: auto;
    min-width: 130px;
    background-color: transparent;
}
/* Estilos específicos para el submenu */
ul.submenu {
    display: none;
    width: 150px;
    font-size: 0.9em;
    margin-top: 20px;
    background-color: #3382C2;
    border: 0px solid #ccc;
    color: #fff;
    padding: 5px;
}

li:hover ul.submenu {
    display: inline-block;
}

ul.submenu li.subb:hover{
    width: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
/* .enlaces li:last-child:hover{
    border-radius: 0px 0px 20px 0px;
    margin: 0px;
    padding: 0px 29px;
} */
/* .enlaces .logoIso:hover{
    background-color: #172E7B;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px 0px 20px 0px;
} */
.logoIso img {
    max-height: 70px;
    position: relative;
    bottom: -7px;
    right: -10px;
}
.enlaces a {
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
}
.hamburguesa {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.barra {
    background-color: white;
    height: 3px;
    width: 30px;
    margin: 3px;
    margin-right: 10px;
}
.menu.fixed {
    position: fixed;
    top: 0;
}
.logo{
    display: none;
}
footer{
    background-color: #386CB0;
    color: #ffffff;
    border-radius: 40px 0px 0px 0px;
    margin-top: -40px;
    padding-top: -50px;
}
.CopyR{
    text-align: center;
    padding-bottom: 20px;
}
.redesSociales{
    width: 40px;
    padding: 0px 20px;
}
.redesSS{
    display: inline-block;
}

.conten {
    display: flex;
  }
  .valores{
      height: 400px;
      background-image: url(../svg/Rompecabezas-valores.svg);
      background-repeat: no-repeat;
      margin-left: 150px;
      background-size: 250px;
  }
  .valores,
  .descripcionv {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    /* border: 1px solid #ccc; */
    height: 100vh;
    overflow-y: auto;
    display: inline-block;
  }

  .valores ul {
    list-style: none;
    padding: 0;
  }

  .valores li {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .valores li:hover {
    text-decoration: underline;
  }

  .descripcionv p {
    display: none;
  }

  .descripcionv p.show {
      font-family: 'Open Sans', sans-serif;
      color: #172E7B;
      display: block;
  }
  .valorA{
      color: red; 
          position:relative;
  }
  .val1{
    color: blue; 
    position:relative;
    font-size: 1.3em;
    top:-28px;
    left: 195px;
    transform:rotate (-36deg);
    text-decoration: none;
  }
.porciento{
    margin-left: 25%;
}
.solucionesCel{
    display: none;
}

@media screen and (max-width: 1300px) {
    .menu {
        background-color: #2581C4;
        color: white;
        display: flex;
        padding: 0px;
        position: relative;
        float: right;
        width: 750px;
        height: 65px;
        top: 80%;
        z-index: 1000;
        margin-right: 20px;
        border-radius: 20px 0px;
    }
  }

  @media screen and (max-width:950px){
    
    .textobanner{
        width: 100%;
        position: absolute;
        top: 0px;
        margin-top: 2%;
        font-size: 2em;
        color: #fff;
      }
      .porciento{
          margin-left: 15%;
      }
      .nuevecenter{
        max-width: 100%;
        margin-left: 40px;
        margin-right: 40px;
    }

}
  @media screen and (max-width: 750px) {
    .menu {
        display: flex;
        margin-right: 0px;
        padding: 0px;
        position: relative;
        top: 80%;
        z-index: 1000;
    } 
    .porciento{
        margin-left: 5%;
    }
    .solucionesSkm{
        display: none;
    }
    .solucionesCel{
        display: inline-block;
    }
  }