*{
  font-family: SSP Regular;
  font-size: 16px;
  box-sizing: border-box;
}

button{
  border:none;
  padding:10px 25px;
}

li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  
}

ul {
  margin: 0px;
  padding: 0px;
}
 

p{
  margin:0px;
}

/*paleta de colores*/

/*texto*/
.azul{
    color:#005f9f;
}
.naranja{
    color:var(--color-2-slider-active);
}
.gris{
    color:#535353;
}

/*utilities*/

.pd-0{
  padding: 0px !important;
}

.mg-0{
  margin: 0px !important;
}

.mg-b-0{
  margin-bottom: 0px;
}



/*BOTONES ICONS E INPUTS*/


.btn-white{
  background-color:white;
  color:var(--color-2-slider-active);
  border-color:white;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}


.btn-white:hover,.btn-white:focus{
  color:var(--soft-green-entel);
  background-color: var(--background-l-slider-active);
  border-color:var(--background-l-slider-active);
  transition: 200ms;
  outline: none;
  outline-offset: 0px;
}

.btn-naranja{
    color:white;
    background-color: var(--color-2-slider-active);
    border-color: var(--color-2-slider-active);
}

.btn-naranja:hover,.btn-naranja:focus{
    color:white !important;
    background-color: gray;
    border: 1px solid gray;
    transition: 500ms;
}


/*fuentes*/

@font-face {
  font-family: 'SSP Extralight';
  src: url("../fonts/sourcesanspro/sourcesanspro-extralight-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SSP Light';
  src: url("../fonts/sourcesanspro/sourcesanspro-light-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SSP Regular';
  src: url("../fonts/sourcesanspro/sourcesanspro-regular-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SSP Semibold';
  src: url("../fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SSP Bold';
  src: url("../fonts/sourcesanspro/sourcesanspro-bold-webfont.woff");
  font-weight: normal;
  font-style: normal;
}











