@charset "utf-8";

/* =========================
   Fonts
PPFormula-Regular
MyriadPro-Regular
========================= */


/* =========================
   Custom Fonts
========================= */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*@font-face{
  font-family: "PPFormulaR";
  src: url("../fonts/PPFormula-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "PPFormula";
  src: url("../fonts/PPFormula-ExtendedMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/



/* =========================
   Base
========================= */
html,
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;

  color: #3c3c3b; /*letter-spacing:1px; */
 
}



p {
  line-height: 1.8;  
}

.texto{   
  /*font-size: 13px !important;*/ }

blockquote {
  font-size: 14px;
	  padding: 10px 20px;
  margin:20px 0 1rem !important;

  border-left: 4px solid #eee;
}

a {
  color: #000;
}

a:hover {
  color: #000 !important;
}

hr {
  border: #7AEAE7 1px solid;
  width: 50%;
}

hr.hr_green {
  border-top: #004c28 1px solid;
  width: 100%;
}

hr.hr_blue_left {
  border-top: #00427b 2px solid;
  width: 10%;
  text-align: left;
  display: inline-block;
}

/* =========================
   Helpers / Utilities
========================= */
.mycontainer {
  max-width: 1400px !important;
}

.img-responsive {
  width: 100%;
  height: auto !important;
}

.fone {
  color: #fff;
}

.red {
  color: #7AEAE7;
}

.centradol {
  text-align: left;
}

.centrador {
  text-align: right;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
}

.sticky-top {
  position: sticky;
}

/* =========================
   Layout / Header
========================= */
.logo {
  max-width: 600px; width: 100%;
}

.alto_cabecero {
  min-height: 200px;
}

.alto_cabecero_con {
  min-height: 700px;
}

.alto_titular {
  margin-top: 5%;
}

.altura {
  margin-top: -250px;
}

/* Header fixed */
.cd-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.cd-header.active {
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}


.imagen_jp{min-height:580px; max-height:580px;width:100%;object-fit: cover; object-position: 50% 50%;}
/* =========================
   Cards
========================= */
.card {
  border: none;
  background-color: transparent !important;
  border-radius: 0px;
}

.card-body {
  padding: 1.25rem;
}

.card-body_not {
  padding: 3.25rem;
}

.card.ficha1 {
  border: none;
  background-color: #f7f7f7;
  margin-left: 8px;
  margin-right: 7px;
}

.card.ficha2 {
  border: none;
}

/* =========================
   Headings / Typography
========================= */


h1 {
  font-size: 1.2em; line-height: 1.8;

 
 /* letter-spacing: 4px;*/
}

h1.titular_amp {
  font-size: 1.3em;
  font-weight: 600;

  text-transform: uppercase;
 /* letter-spacing: 4px;*/
	
}


.titular{

	  font-size: 1.6em;
  font-weight: 600;

  text-transform: uppercase;
 /*letter-spacing: 4px;*/
}

h1.titular span{
  position:relative;
  display:inline-block;



}

/* Triángulo detrás */
h1.titular span::after{
  content:"";
  position:absolute;
  left:50%;
  top:-10px;                 /* ajusta para que quede como tu foto */
  transform: translate(-50%, -15%);
  width:120px;             /* tamaño del triángulo */
  height: 120px;
  background: url("../images/titular.svg") no-repeat center/contain;
  z-index:-1;              /* detrás del texto */
  opacity: 1;              /* si quieres transparencia: 0.7 */
  pointer-events:none;
}


h2 {
  font-size: 1.7em;
/*font-weight: 700;*/
  /*letter-spacing: 4px;*/
}

h2.h2_tit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #7AEAE7 !important;
  /*letter-spacing: 4px;*/
}

h2.h2_index {
  font-size:1.3em;


}

h2.h2_sombra {
  font-size: 2.8vw;
  font-weight: 600;
  text-shadow: 12px 6px 2px rgba(0, 0, 0, 0.2);
}

h2.h2_p {
  font-size: 3vw;
  font-weight: 600;
}

h2.h2_p_pie {
  font-size: 1vw;
  font-weight: 400;
}

h2.h2_g {
  font-size: 7.8rem;
  font-weight: 300;
  color: #fff;
}

h3 {
  font-size: 18px;
  font-weight: 300;
}

h3.h3_tit {
  font-size: 40px;
  color: #3a3543;
}

h4 {
  font-size: 1.5em;
  color: #7AEAE7;

  text-transform: uppercase;
}

h5 {
  font-size: 24px;
  color: #fff;
}

h6 {
  font-size: 20px;
  font-weight: 700;
}

h6.faq {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* =========================
   Badges / Labels
========================= */
.martaprieto {
  background-color: #7AEAE7;
  padding: 10px;
  color: #fff !important;
  width: auto;
}

.martaprieto_black {
  background-color: #000;
  padding: 10px;
  color: #fff !important;
  width: auto;
}

.tapa-item {
  background-color: rgba(255, 87, 34, 0.4);
  color: white;
  padding: 5px 15px;
  margin-bottom: 8px;
  border-radius: 0px;
  text-align: center;
}

/* =========================
   Icons / Social
========================= */

.social-icons {
  display: flex;
  gap: 16px;
  justify-content: left !important;
}
.ico_redes {
  font-size: 22px;
  color: #000;
}

.ico_redes_red {
  font-size: 26px;
  color: #fff;
  padding: 15px;
  background-color: #7AEAE7;
  border-radius: 30px;
}

.ico_redes_g {
  font-size: 24px;
  color: #374ad1;
  padding: 0px 10px;
}

.ico_redes_circle{
  width: 30px;
  height: 30px;
  background:#000;
  border-radius:50%;

  display: inline-grid;     /* mejor que flex para estos casos */
  place-items: center;      /* centra X e Y */

  color:#fff;
  text-decoration:none;
  margin: 0 6px; padding-left: 2px
}

.ico_redes_circle i{
  display:block;            /* evita el comportamiento inline/baseline */
  line-height: 1;
  font-size: 16px;
}

.ico_redes_circle:hover { background-color: #faf4e8; text-decoration: none }


.idioma_on{font-size:1rem;   text-decoration: underline}

.idioma_off{font-size:1rem; }
/* =========================
   Links variants
========================= */

.hover_home{ position:relative;  }

.hover_home::before{
  content:"";
  position:absolute;
  inset:0;
  background: url('../images/hover_home.svg') no-repeat top/100% ;
	
  opacity:0;
  transform: scale(0.98);
  transition: opacity .25s ease, transform .25s ease;
  z-index:2;
  pointer-events:none;
}

.hover_home:hover::before{
  opacity:0.7;
  transform: scale(1);
}

.hover_home h2{
  position:absolute;
  top:18px;              /* mantiene la altura original */
  left:50%;
  transform: translateX(-50%);
  margin:0;
  z-index:3;
  color:#000;
  text-align:center;
  width:100%;
}

.link-azul,
.link-azul:hover,
.link-azul:visited,
.link-azul:visited:hover {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.link-blanco,
.link-blanco:hover,
.link-blanco:visited,
.link-blanco:visited:hover {
  font-size: 20px;
  color: #fff;
}

.link-gris,
.link-gris:hover,
.link-gris:visited,
.link-gris:visited:hover {
  color: #d1d4d6;
  font-weight: bold;
}

.link-negro,
.link-negro:hover,
.link-negro:visited,
.link-negro:visited:hover {
  color: #333333;
}

/* =========================
   Footer
========================= */
.bordepie {
  border: 1px solid #eee;
}

.padpie {
  padding: 40px 80px;
}

.texto_pie {
	  
  /*font-size: 10px;*/  letter-spacing: 3px;  

}

.link-pie {

  letter-spacing: 4px;
  font-size: 12px; 
}

.prodesin {
  padding-bottom: 20px;
}

/* =========================
   Sections / Home blocks
========================= */
.tpresenta {
  text-align: center;
}

.accesos {
  margin-top: -250px;
  padding-bottom: 90px;
}

.home-equipo {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  height: auto;
  width: 300px;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  padding: 23px;
}

.home-areas {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  height: auto;
  width: 300px;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
  padding: 23px;
}

.subtit {
  font-size: 18px;
  color: #00427b;
}

.subtit2 {
  font-size: 18px;
  color: #ffffff;
}

.tpresentas {
  text-align: center;
  margin-top: 100px;
}

.areat {
  padding-bottom: 15px;
}

.situa {
  margin-top: -200px;
}

.areasico-1 {
  background-color: #00427b;
  padding: 15px;
}

.areasico-2 {
  background-color: #0099cc;
  padding: 10px;
}

.ico {
  font-size: 40px;
  color: #3a3543;
}

.ico_big {
  font-size: 60px;
  color: #3a3543;
  margin-bottom: 10px;
}

.area-1 {
  background-color: #f9f9f9;
  padding-top: 20px;
  text-align: left;
}

.area-2 {
  background-color: #f1f1f1;
  padding-top: 20px;
}

.linea_fondo {
  background-image: url(../images/flecha_busca.png);
  background-repeat: repeat-y;
  background-position: center;
}

/* =========================
   Forms
========================= */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 30px 15px;
  font-size:1.2rem;

  line-height: 1.5;
  color: #000 !important;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #000;
	border-top: none;
		border-left: none;
		border-right: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_select {
  display: block;
  width: 100%;
  height: calc(1em + 0.25rem + 2px);
  padding: 1px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3543;
  background-color: #fff !important;
  border-bottom: 2px solid #eeeff1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: url(../imagenes/flecha_busca.png);
  background-position: right !important;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding-left: 20px;
  margin-top: 10px !important;
}

/* Search input */
#searchform {
  display: inline;
  font-size: 1em;
  padding: 0.3em;
}

#s {
  transition: all 0.2s ease-out;
  width: 1px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #fff;
}

#s:focus {
  width: 8em;
  opacity: 1;
}

label {
  padding-left: 1px;
  display: inline-block;
  margin-top: 0.3em;
  position: relative;
  left: 0.1em;
  cursor: pointer;
}

/* =========================
   Tabs
========================= */
nav > .nav.nav-tabs {
  border: none;
}

nav > div a.nav-item.nav-link_tab {
  padding: 15px 10px;
  color: #014b26;
  font-size: 24px;
  font-weight: 400;
}

nav > div a.nav-item.nav-link_tab.active {
  color: #c2c337;
  background-color: #fff;
}

nav > div a.nav-item.nav-link_tab.active:after {
}

.tab-content {
  line-height: 25px;
}

nav > div a.nav-item.nav-link_tab:hover,
nav > div a.nav-item.nav-link_tab:focus {
  background: #fff;
  color: #c2c337;
  transition: background 0.2s linear;
  text-decoration: none;
}

.tab {
  height: auto;
  padding: 10px;
}

.tab a {
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 20px;
  background-color: #ebebeb;
  margin: 0 5px;
  text-decoration: none;
  color: #000;
}

.tab a:hover {
  background-color: #ffcc00;
}

/* =========================
   Modal
========================= */
.modal {
  background-color: rgba(255, 255, 255, 0.5) !important;
  z-index: 2000;
}

.modal-body {
  padding: 20px !important;
  border-radius: 0px !important;
}

.modal-content {
  border: none !important;
  border-radius: 0px !important;
}

/* =========================
   Media / Gallery
========================= */
.alto_caja {
  max-width: 355px;
  max-height: 355px;
  min-width: 355px;
  min-height: 355px;
}

.alto_circulo {
  max-width: 330px;
  max-height: 330px;
  min-width: 330px;
  min-height: 330px;
}

.logoinf {
  width: 268px;
}

.galeria {
  height: 400px;
}

.fotos_galeria {
  min-height: 400px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* =========================
   Buttons
========================= */
.btn {
  border-radius: 0px !important;
  transition: none !important;

letter-spacing: 8px;
	
}
.btn-brackets{
  display: inline-flex;
  align-items: center;
  gap: 14px;                 /* separación entre texto y + */
  padding: 10px 18px;
  background: #fff;
  color: #000;
  text-decoration: none;

  
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;       /* efecto “C O N O C E” */
  line-height: 1;

  border: 0;
  border-radius: 0;
  cursor: pointer;
}

/* Corchetes [  y  ] */
.btn-brackets::before,
.btn-brackets::after{
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0;         /* IMPORTANT: si no, separa el corchete */
  color: #000;
}

.btn-brackets::before{ content: "["; margin-right: 6px; }
.btn-brackets::after { content: "]"; margin-left: 6px; }

/* Para que el + no herede el letter-spacing del botón */
.btn-brackets__text{
  letter-spacing: inherit;
}

.btn-brackets__plus{
  letter-spacing: 0;
  font-weight: 600;
}

/* Hover sutil */
.btn-brackets:hover{
  text-decoration: underline;
  opacity: .75;
}

/* Accesibilidad foco */
.btn-brackets:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,.15);
}

/* En móvil, baja un pelín el espaciado para que no “rompa” líneas */
@media (max-width: 575.98px){
  .btn-brackets{
    letter-spacing: 4px;
    gap: 10px;
  }
}
/* Fondo verde */
.btn_fb {

  font-size: 12px;
  text-align: center;
}

.btn_fb:hover {
 
  text-decoration: underline;
}

/* Fondo azul oscuro */
.btn_fb_dark {
  color: #000 !important;
    font-size: 11px;
  padding: 10px 40px;
  background-color:#e5e7ed;
  text-align: center;
  border: 1px solid #e5e7ed !important; letter-spacing: 1px;
}

.btn_fb_dark:hover {

  background-color: #41ece7;

  border:1px solid #41ece7 !important;
}

/* Fondo verde con borde blanco */
.btn_brw {
  color: #000 !important;
    font-size: 16px;
  padding: 10px 40px;
  background-color: #41ece7;
  text-align: center;
  border: 1px solid #41ece7 !important; letter-spacing: 1px;
}

.btn_brw:hover {
  color: #000 !important;
  background-color: #41ece7;
  text-decoration: underline;
  border:1px solid #41ece7 !important;
}

/* Fondo verde */
.btn_fv {
  color: #fff !important;
  padding: 5px 60px;
  background-color: #7AEAE7;
  text-align: center;
}

.btn_fv:hover {
  color: #fff !important;
  background-color: #7AEAE7;
  text-decoration: none;
}

/* Fondo verde con borde redondeado */
.btn_fvo {
  color: #fff !important;
  padding: 5px 60px;
  background-color: #7AEAE7;
  text-align: center;
  border-radius: 10px;
}

.btn_fvo:hover {
  color: #fff !important;
  background-color: #7AEAE7;
  text-decoration: none;
}

/* Transparente con borde verde */
.btn_bb {
  color: #fff !important;
  padding: 15px 60px;
  background-color: transparent;
  text-align: center;
  border: 3px solid #7AEAE7 !important;
  font-size: 1.3rem;
  font-weight: 900;
}

.btn_bb:hover {
  background-color: transparent;
  border: 3px solid #ccc !important;
  text-decoration: none;
}

/* =========================
   Nav / Pills
========================= */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #333 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #752fdd;
}

.nav-pills .nav-link {
  border-radius: 40px;
  color: #333 !important;
  border-bottom: 3px solid #ccc;
  margin-right: 10px;
}

.nav-link {
  position: relative;
    
  letter-spacing: 4px;
  font-size: 14px;
  color: #000 !important;
  text-align: center;
  border-radius: 0px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px !important;
  padding-right: 30px !important;
	  padding-top: 8px !important;
  padding-bottom: 30px !important; 
}

.nav-link:hover {
 background-image: url("../images/menu.svg"); background-repeat: no-repeat;  background-position:center bottom; background-size: 30px
}

.activem {
 background-image: url("../images/menu.svg"); background-repeat: no-repeat;  background-position:center bottom; background-size: 30px
}
/* =========================
   Mobile Menu Overlay
========================= */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: #fff;
  background-size: cover;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.overlay ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.overlay ul li {
  transition: 0.9s;
  margin: 0px;
  padding: 0px;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.9s;
  text-transform: uppercase;
}

.overlay a:hover,
.overlay a:focus {
  color: #7AEAE7;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  left: 10px;
 
}

/* =========================
   Pagination
========================= */
.pagination {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0;
}

.pagination > li {
  float: left;
  padding: 1px;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 7px 20px;
  margin: 6px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #00427b;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 
  padding: 7px 20px;
  color: #000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  padding: 7px 20px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ebebeb;
  padding: 7px 20px;
}

/* =========================
   Responsive
========================= */
@media only screen and (max-width: 835px) {
  /* iPad vertical */
  .logo {
    width: 100%;
  }

	.imagen_jp{min-height:400px !important; max-height:400px !important;}
	
  .nomovil,
  #nomovil {
    display: none;
  }

  .alto_cabecero {
    min-height: 300px;
  }
}

@media only screen and (min-width: 992px) {
  .solomovil,
  #solomovil {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  /* iPad horizontal */
  .alto_titular {
    margin-top: 25%;
  }
}

@media only screen and (max-width: 370px) {


	.imagen_jp{min-height:450px !important; max-height:450px !important;}
	
  h1 {
    font-size: 1.2em !important;
  }
	h1.titular{

	  font-size: 0.5em !important;

}

  h2.h2_index {
    font-size: 2rem !important;
  }

  h2.h2_g {
    font-size: 10vw;
  }

  h2.h2_p {
    font-size: 8vw;
  }

  h2.h2_p_pie {
    font-size: 5vw;
  }

  h4 {
    font-size: 4vw;
  }

  h2.h2_tit {
    font-size: 0.8em;
  }

  .alto_cabecero {
    min-height: 200px;
  }

  .alto_titular {
    margin-top: 35%;
  }

  .alto_xoanina {
    bottom: -20px;
  }

  .centradol,
  .centrador {
    text-align: center;
  }

  .linea_fondo {
    background-image: none;
  }
}

@media only screen and (max-width: 375px) {
  .alto_titular {
    margin-top: 25%;
  }
}

.menu-vertical {
  width: 260px;              /* ajusta al gusto */
  margin: 0 auto;
}

.menu-vertical__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-vertical__item {
  position: relative;
  padding: 0; padding-top: 10px
}

/* línea separadora */
.menu-vertical__item::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: #bfbfbf;       /* color de la línea */
  margin: 10px auto 0;
}

/* si no quieres línea en el último */
.menu-vertical__item:last-child::after {
  display: none;
}

.menu-vertical__link {
  display: inline-block;
  text-decoration: none;
  
  letter-spacing: 6px;       /* ese espaciado tipo “E q u i p o” */
 
  /*font-size: 12px;*/
 
}

.menu-vertical__link:hover {
  color: #7AEAE7;
}

.video_thumb{
  position: relative;
  width: 100%;
  min-height: 250px;
  max-height:350px;
  overflow: hidden;
}

.video_img{
  width: 100%;
  height:300px;         /* fija altura */
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

/* play encima */
.video_play{
  position: absolute;
  left: 18px;            /* esquina inferior izquierda como en tu ejemplo */
  bottom: 18px;
  width: 42px;           /* ajusta tamaño */
  height: 42px;
  z-index: 2;
  pointer-events: none;  /* no rompe el click */
}

/* si usas FontAwesome en vez del SVG */
.video_play_fa{
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}


.masonry{
  column-count: 3;        /* escritorio */
  column-gap: 20px;
}

.masonry a{
  display: inline-block;
  width: 100%;
  /*margin: 0 0 20px;*/
  break-inside: avoid;    /* evita cortes raros */
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.masonry img{
  width: 100%;
  height: auto;
  display: block;
}

/* responsive */
@media (max-width: 991px){
  .masonry{ column-count: 2; }
}
@media (max-width: 575px){
  .masonry{ column-count: 1; }
}

/*carrusel imagenes*/
.slider2n{ position: relative; }

/* Dots arriba a la derecha */
.slider2n .slick-dots{
  position: absolute;
  bottom: -28px;

  left: 50%;
  right: auto;
  width: auto;
  transform: translateX(-50%);

  display: flex !important;
  justify-content: center;
  align-items: center;

  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}

.slider2n .slick-dots li{ margin: 0 4px; padding: 0; }

.slider2n .slick-dots li button{
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Inactivo = triángulo “hueco” (contorno gris) */
.slider2n .slick-dots li button::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpolygon points='7,12 12,3 2,3' fill='none' stroke='%238E98A3' stroke-width='1.5'/%3E%3C/svg%3E");
}

/* Activo = triángulo RELLENO negro */
.slider2n .slick-dots li.slick-active button::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpolygon points='7,12 12,3 2,3' fill='%23000'/%3E%3C/svg%3E");
}