/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
main,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
li {
  list-style: none;
}
 

body{
  background-color: #ffffff;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #4b4b4b;
} 

h1{
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
}

h2{
  font-size: 31px;
  line-height: 37px;
  margin: 10px 0;
  margin-bottom: 20px;
  font-weight: 900;
}

h4{
  font-size: 20px;
  color: #0e478a;
  font-weight: 500;
}

p{
  margin-bottom: 17px;
}

.wrapp, .wrapp2 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.wrapp2{max-width: 1100px;}

.cabecera {
  padding-top: 30px;
  overflow: hidden;
}

.menu-grande {
  border-bottom: 1px solid #a8a8a8;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 740px; 
  float: right;
}

.menu-grande li {
  margin-left: 20px;
}

.menu-grande li:first-child{
  margin-left: 0;
}

.menu-grande li a {
  text-decoration: none;
  color: #4b4b4b;
  padding-bottom: 15px;
  
}

.menu-grande li a.active {
  border-bottom: 3px solid #08c476;
  padding-bottom: 15px;
}

.menu-grande li a:hover{
  border-bottom: 3px solid #cccccc;
  transition: .1s;
}

.menu-pequeno {
  display: none;
  cursor: pointer;
}

.hamburguesa {
  font-size: 24px;
  margin-right: 20px;
}

.menu-desplegable {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease; /* Añadir una transición de fundido */
}

.menu-desplegable li {
  padding: 15px;
  text-align: right;
}

.menu-desplegable li a {
  text-decoration: none;
  color: #4b4b4b;
}

.menu-desplegable li a.active {
  border-bottom: none;
  padding-bottom: 0;
}

.menu-pequeno.active .menu-desplegable {
  display: flex;
  flex-direction: column;
  opacity: 1;
}

footer{
  background-color: #ebebeb;
  padding: 40px 20px;
  overflow: hidden;
}

.menu-footer{
  float: left;
}

.menu-footer a{
  font-size: 18px;
  text-decoration: none;
  color: #4b4b4b;
}

.info_footer{
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  float: right;
  color: #4b4b4b;
}

.info_footer a{
  color: #4b4b4b;
}

.footer2{
  display: flex; 
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 80px;
}

.footer2 a{
  color: #000;
  text-decoration: none;
}

.footer2 span{text-align: right;display: block;}

.copy{font-size: 14px;}

.footer1{
  display: table;
  width: 100%;
}

.footer2 img{
  display: block;
  margin-bottom: 20px;
}

.footer2 ul{
  display: flex;
  text-align: right;
  width: 400px;
  color: black;
      justify-content: space-between;
}

.footer2 li {
  display: inline-block;
  position: relative;
}

.footer2 li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px; /* Ancho del separador */
  height: 15px; /* Altura del separador, igual a la altura del texto */
  background-color: #000; /* Color del separador */
  position: absolute;
right: -12px;
  top: 5px;
}

.bloq_fot_home{
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 0px;
}

.bloq_fot_home article{
  width: 241px;
}

.bloq_fot_home2{
  margin-top: 60px;
  margin-bottom: 150px;
}

.bloq_fot_home span{
  font-weight: 900;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 30px;
  position: relative;
  display: block;
  margin-top: 15px;
}

.bloq_fot_home span:before{
  content: url(images/boliche.jpg);
  position: absolute;
  left: -30px;
}

.cabecera_img{
  display: flex; 
  background-size: cover;
background: linear-gradient(90deg, rgba(10,104,148,1) 0%, rgba(18,136,167,1) 100%);
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
} 

.cabecera_img::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  position: absolute;
  background: url('images/img1_cabecera.png') center/cover no-repeat;
}

.cabecera_img2::after {
  background: url('images/img2_cabecera.png') center/cover no-repeat;
}

.cabecera_img3::after {
  background: url('images/img3_cabecera.png') center/cover no-repeat;
}


.cabecera_img4::after {
  background: url('images/img4_cabecera.png') center/cover no-repeat;
}

.cabecera_img5::after {
  background: url('images/img5_cabecera.png') center/cover no-repeat;
}

.txt_cab{
  float: right;
  width: 390px;
}

.txt_cab h1{
  color: white;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 10px;
}

.txt_cab h3{
  color: black;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
} 

.ancho250{width: 250px;}

 .info_columnas{
  width: 700px;
  float: left;
}

 aside{ 
width: 250px;
    float: right;
    border-left: 1px solid black;
    padding-left: 15px;
    padding-bottom: 100px; 
    padding-top: 15px;
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
 }


.columnas {
    display: flex;
}

.ancho250 {
    flex: 1;
    max-width: 250px; 
    box-sizing: border-box; 
}

.img_der {
    flex: 1; 
    display: flex;
    justify-content: center;
    align-items: center; 
}

.img_der img {
    max-width: 100%;
    max-height: 100%; 
}

.descargar{
  font-size: 10px;
  color: #4b4b4b;
  text-decoration: none;
  text-align: right;
  display: block; 
}

.descargar:after{
  content: url(images/descargar.png);
  vertical-align: middle;
  margin-left:  8px;
}

.bloq_colm{
  border-bottom: 1px solid #a8a8a8;
  margin-bottom:  50px;
}

.descarga_footer{
  background: #f9f9f9;
  padding:  15px;
  margin-bottom: 100px;
}

.descarga_footer a{
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #4b4b4b; 
} 

.descarga_footer:before{
  content: url(images/descargar.png);
  vertical-align: middle;
  margin-right:  8px;
}

.descarga_precio{
  background: #f9f9f9;
  padding:  15px;
  margin-bottom: 100px;
}

.descarga_precio a{
  font-size: 15px;
  text-decoration: underline;
  color: #4b4b4b; 
} 

.descarga_precio:before{
  content: url(images/precio.png);
  vertical-align: middle;
  margin-right:  8px;
}

.info_columnas article .bloq_colm:last-child {
    margin-bottom: 20px;
} 

.img_ctr{
  display: block;
  margin: auto; 
  margin-bottom:  25px;
}

aside h4, aside article{
  font-size: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 10px;
}

aside article{padding-left: 5px;} 

aside ul{
  margin-left: 20px;
}

aside ul a{
  text-decoration: none;
  color: #4b4b4b;
  font-size: 15px;
}

.color_pr{
  width: 200px;
  height: 100px;
  margin-bottom: 15px;
}

.color_valores div{
  width: 30px;
  height: 80px;
}

.Pantone287{background: #234D96;}
.Pantoneblack{background: #000000;}
.Pantone185{background: #CF142B;}
.Pantone109{background: #F7D417;}
.Pantone348{background: #1D884F;}

.Pantone287_1{background: #0078BA;}
.Pantone287_2{background: #7AB0DB;}
.Pantone287_3{background: #AED0ED;}
.Pantone287_4{background: #DFEAF7;}

.Pantoneblack_1{background: #333333;}
.Pantoneblack_2{background: #7F7F7F;}
.Pantoneblack_3{background: #B2B2B2;}
.Pantoneblack_4{background: #D6D6D6;}

.Pantone185_1{background: #D53347;}
.Pantone185_2{background: #DB4F60;}
.Pantone185_3{background: #E16D7C;}
.Pantone185_4{background: #EDA6AE;}

.Pantone109_1{background: #F9E15D;}
.Pantone109_2{background: #FBEA8B;}
.Pantone109_3{background: #FDF2B9;}

.Pantone348_1{background: #61A882;}
.Pantone348_2{background: #9ECAB3;}
.Pantone348_3{background: #BFDCCD;} 
.Pantone348_4{background: #E0EEE7;}


.col_pantones{ 
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; 
} 

.col_pantones2{
  width: calc(100% - 255px);
}

.color_valores{display: flex;margin-bottom: 8px;} 
.color_valores p{margin-left: 11px;}

.columnas_colores p{
  font-size: 15px;
  line-height: 18px;
} 

.columnas_colores h6{
  margin-bottom: 18px;
} 

.fuentes p{
  width: 330px;
  margin-right: 60px;
} 

.bloques_cont.bloq_colores{
  border-top: 1px solid black;
  padding-top: 90px;
}

.masmar{
  margin-top: 90px;
}

.masmar2{
  margin-top: 60px;
}

.imgs_mens{max-width: 315px;} 


  #container {
    position: relative;
  }

  #sidebar {
    position: relative;
    transition: left 0.3s ease; /* Agregamos una transición para suavizar el cambio de posición */
  } 

  #sidebar.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    margin-left: 900px;
  }


.images2{
  display: flex;
  justify-content: space-between;
}

.columnas .info p{
  margin: 15px 0 35px 0; 
}

h2 span{
  font-size: 16px;
}

h6 span{color: #0e478c;} 

.noparr{margin-bottom: 45px;} 
.noparr2{
  margin-bottom: 15px;
}

.noparr3{
  margin-bottom: 15px;margin-top: 25px;
}

.bloq_colm_nolinea{border-bottom: 0;}
.descarga_footer2{margin-bottom: 60px;}

.linea1{margin-bottom:50px;}
.linea2{margin-top: 90px;margin-bottom:90px;}

.color_pr2{width: 150px;height: 50px;}

.img_lef{margin-left: 40px;margin-top: -100px;margin-bottom: 50px;}

.descargar2{
  position: absolute;
  bottom: -40px;
  right: 70px;
}

.columnas_colores3{
  width: 200px;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 100px;
}

.img_res2{display: none;}



#cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #e6e6e6;
      padding: 10px 0;
      text-align: center; 
    }

    #cookie-banner p {
          width: 95%;
       font-size: 12px;
    margin-bottom: 7px;
    margin-top: 7px;
    }

    #cookie-banner button {
      margin: 5px;
      padding: 8px 16px;
      border-radius: 4px;
      background-color: #3d5162;
      color: white;
      cursor: pointer;
      border: none;
    }

.aside_noscroll{
  overflow-y: auto;
}






















@media (min-height: 1000px){
  aside.sidebar_gr{
    height: 575px;
  }

  aside.sidebar_gr2{
    overflow-y: auto;
    height: 450px;
  }
}


















@media screen and (max-width: 1024px){
  .bloq_fot_home {
    flex-wrap: wrap; 
  }

  .wrapp{width: 90%;margin: auto;}

  .bloq_fot_home article {
      width: 100%; 
      margin-bottom: 20px; 
  } 

  .bloq_fot_home article img{width: 100%;}

  .cabecera_img::after {
    left: -150px;
  }

  #vdo{
    display: flex;
    flex-wrap: wrap;
  }
  aside{
    order: -1;
    width: 100% !important;
    float: none;
    margin-left: 0 !important; 
    position: relative !important; 
    }

  .info_columnas{
    width: 100%;
    float: none;
  }

  #sidebar{
    height: auto;
    overflow-y: auto;
  }

  aside{padding-bottom: 0;margin-bottom: 40px;}

  .bloq_fot_home{display: block;max-width: 350px;width: 87%;}
  .bloq_fot_home{margin-top: 0;}

  .img_res2{display: block;}
  .img_res{display: none;}
}



@media screen and (max-width: 800px) {
  .menu-grande {
    display: none;
  }

  .menu-pequeno {
   display: inline-block;
    float: right;
    
  } 

  .hamburguesa {
    margin-right: 20px;
  }

  .menu-pequeno.active .menu-desplegable {
    display: flex;
    flex-direction: column;
    opacity: 1;
  }

  .footer2{display: block;}
  .footer2 span, .copy{text-align: left;}
}



@media screen and (max-width: 535px){
  .menu-footer, .info_footer{display: block;float: none;text-align: left;}
  .info_footer{margin-top: 10px;}

  .footer2 li:not(:last-child)::after{
    width: 0;
    height: 0;
  }

  .footer2 ul{
    display: block;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer2 li{
    display: block;
  }

  .bloq_fot_home {
    display: block; 
  }

  .bloq_fot_home article{width: 100%;}

  .cabecera_img::after{background: none;}

  .footer2 img{margin-top: 30px;}

  .col_pantones{
    display: block;
    margin: auto;
    width: 300px;
  }

  .col_pantones2{width: 100%;} 

  article.pantones{margin: auto;margin-top: 30px;width: 300px;}

  .bloq_colm img{width: 100%;} 

  .txt_res{
        position: absolute !important;
    text-align: left !important;
    width: 130px !important;
    right: 30px !important;
    bottom: 69px !important;
    font-size: 12px !important;
    line-height: 15px !important;
  }

  img{max-width: 100%;} 

  .images2{display: block;}

  .img_lef{margin-top: 0;}
}





