@charset "UTF-8";

/* CSS Document */


@font-face {
    font-family: 'poppinsbold';
    src: url('https://www.urbanizarte.com/cuallet/css/poppins-bold-webfont.woff2') format('woff2'),
         url('https://www.urbanizarte.com/cuallet/css/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppinsmedium';
    src: url('https://www.urbanizarte.com/cuallet/css/poppins-medium-webfont.woff2') format('woff2'),
         url('https://www.urbanizarte.com/cuallet/css/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html{
	height:100%;
	margin: 0;
	font-size: 1.1em;
}

#footer{
	font-size:.7em;
}

#disclaimer{
	font-size:.6em;
}

#disclaimer p
{
	color: #B5B5B5;

}

.naranja{
	background-color:#F58A1F;
	color: #ffffff;
}

.tenue{
	background-color:#F9F7F6;
	color: #F58A1F;
}

.gris{
	background-color: #4B4C4D;
}

.gris_claro{
	background-color: #B5B5B5;
}


.txt_gris
{
	color: #707070;
}

.txt_naranja
{
	color: #F58A1F;
}

a{
	color: #F58A1F;
	text-decoration: none;
}

h1, h2, h3 {
font-family: 'poppinsmedium', Arial, sans-serif;
font-weight:normal;
font-style:normal;
}

p, li{
font-family: 'poppinsmedium', Arial, sans-serif;
font-weight:normal;
font-style:normal;
color:#707070;
	list-style: none;
}

#tabla_comparativa td
{
	height: 40px;
}

.sinEstilizar ul 
{
	list-style: none;
}

 .sinEstilizar ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: orange; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.estilizado ul {
  list-style: none;
  padding-left: 0;
}
.estilizado li {
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.estilizado li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' fill='orange' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z' /></svg>") no-repeat;
}

