/*** RESET ***/
 *{
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
     margin: 0;
     padding: 0;
     border: none;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
}
/*** FIN RESET ***/

/*** VARIABLES / DARK ***/
 body {
     --text-color: #323232;
     --bg-color: #fff;
     --a-color: #323232;
}
 body.dark {
     --text-color: #eee;
     --bg-color: #121212;
     --a-color: #eee;
}
	 .divCobertura {
			--text-color: #eee;
         --bg-color: #121212;
         --a-color: #eee;
		}
	 .divCobertura.light {
			 --text-color: #1A1A1AA6;
		  --bg-color: #fff;
		}


 @media (prefers-color-scheme: dark) {
    /* defaults to dark theme */
     body {
         --text-color: #eee;
         --bg-color: #121212;
         --a-color: #eee;
    }
     body.light {
         --text-color: #323232;
         --bg-color: #fff;
         --a-color: #323232;
    }
}
/*** FIN VARIABLES / DARK ***/
body{
    font-family: Verdana, sans-serif;
    line-height: 1.3;
    margin: 0 auto;
    background-color: var(--bg-color);
     color: var(--text-color);
     -webkit-transition: color .2s ease-in, background-color .2s ease-out;
     -o-transition: color .2s ease-in, background-color .2s ease-out;
     transition: color .2s ease-in, background-color .2s ease-out;
   /* letter-spacing: 1px;*/
}

.container{
	max-width: 480px;
	margin:0 auto;
	padding: 1.5em;
}

h1{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.75rem;
}

.h1Tit{
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.primario{
	color:#CC3333!important; 
}
.segundario{
	background-color:#ffe4d1!important;
	}

.tit-1 {
	font-size: 0.89rem;
	font-weight: bold;
  	margin-bottom: 0.6rem;
  	margin-top: 1.2rem;
}
.tit-2 {
	margin-bottom: 0.2rem;
	font-weight: bold;
}
.txt-center{
	text-align: center;
}
.txt-normal{
	font-weight: normal;
}
.txt-bold{
	font-weight: bold;
}
.txt-small{	
	font-size: 0.7rem;
	font-weight: normal;
}
.txt_black{
	color:#333E47; 
}
.txt_underline{text-decoration: underline;}
.txt_cuerpo{
	font-size:0.9rem;
}
.txt_cuerpo a{
	font-size:0.9rem;
	color: var(--a-color);
}
p {
	margin-bottom: 1.28rem;
    padding-top: 0.5rem;
}
.ph1{padding-top: 0.6rem;}

ul.bullet {	
	list-style: none; 
	margin-top: 0.9rem;
	margin-bottom: 1.6rem;
	padding-left: 1.2rem;
}
ul.bullet li{
padding-bottom:1rem ;	
}

ul.bullet li::before {
  content: "\2022";
  color: #CC3333 !important; 
  display: inline-block; 
  font-size: 0.8rem;
  margin-left: -1em;
  width: 1em;
}
ul.guion {	
	list-style: none; 
	margin-top: 0.9rem;
	margin-bottom: 1.6rem;
	padding-left: 1.2rem;
}
ul.guion li {
	padding-bottom: 0.9rem;
}
ul.guion li::before {
  content: "-";
  color: #CC3333 !important; 
  display: inline-block; 
 font-size: 0.8rem;
  margin-left: -1em;
  width: 1em;
}

ul.lw-alpha {
  list-style-type: lower-alpha;
  margin-left: 1.2rem
 } 
 ul.numeric {
  list-style-type: decimal;
  margin-left: 1.2rem
 } 

ul.aspa {	
	list-style: none; 
	margin-top: 0.9rem;
	margin-bottom: 1.6rem;
	padding-left: 1.2rem;
}
ul.aspa li {
	padding-bottom: 0.9rem;
}
ul.aspa li::before {
  content: "\00D7";
  color: red  !important; 
  display: inline-block; 
 font-size: 0.8rem;
 font-weight: bold;
  margin-left: -1em;
  width: 1em;
}
ul.tick {	
	list-style: none; 
	margin-top: 0.9rem;
	margin-bottom: 1.6rem;
	padding-left: 1.2rem;
}
ul.tick li {
	padding-bottom: 0.9rem;
}
ul.tick li::before {
  content: "\2713";
  color: #000000; 
  display: inline-block; 
 font-size: 0.8rem;
 font-weight: bold;
  margin-left: -1em;
  width: 1em;
}

.indent-ul{
  margin-left: 35px;
  margin-top: 33px!important;
  margin-bottom: 0px !important;
}

/**Tabla Codiciones Generales***********************/
html *, html *[id], html *[class] {
    border-color: #CC3333 !important;
}

html *[class] table {
	border-collapse: collapse!important;
	border-color: #CC3333 !important;
    border-radius: 0.2em!important;
    border-style: hidden!important;
    box-shadow: 0 0 0 1px #CC3333!important;
    border: 1px solid #CC3333!important;
    width: 100%;
}

td {
    border: 1px solid #CC3333!important;
    padding: 0.35rem;
    color: #CC3333;
    cursor:pointer; 
}
.txt-center{text-align:center;}
.txt-left{text-align:left;}

.bg-primario{
background-color:#CC3333!important;
color:#ffffff!important;
}
.valoracion{
	display: flex; 
	margin-left: 0.25rem;
}
.valLeft{
  width:1rem;
}
.valRight{
	flex-grow: 1; 
	margin-left: 0.25rem;
  width: 5rem;
  vertical-align: top;
}

.bqTablapack{overflow-x:auto;}


/**Icono+Título***********************/

.bg-color{
	background-color:#ffeadb;
	  padding: 0.8rem;
	  color: #323232;
}

.flex-container{
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
    font-size: 0.86rem;
    font-weight: bold;
}
.flex-container .column{
 padding:0.29rem 0.5rem;
}
.colTitulo{
width:100%;
margin:0.4rem 0.3rem;
	}
	
@media (max-width: 320px)
{
.colTitulo{
margin:0.4rem 0.8rem;
	}
}	
	
.flex-container .column.bg-alt{
margin-top: 0.2rem;
padding:0.2rem;
}

/**acordeon***********************/
* {
  box-sizing: border-box;
  font-family:Verdana, sans-serif;
}

.toggle:after {
  content: '\203A';
}

.toggle.active:after {
  content: "\203A";
}

.label:empty {
  display: none;
}


button.accordion {
background:transparent;
  border-bottom: 1px solid #E1E2E4!important;
  color: var(--a-color);
  cursor: pointer;
  font-size:0.9rem;
  padding:9px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
@media (max-width: 600px) {
 	button.accordion {
    font-size: 0.8rem;
  }
}

button.accordion.active {
	color: #CC3333 !important;
	transition: .4s;
}
button.accordion:after {
	content: '\203A';
	color: #CC3333;
	 font-size: 1.3rem;
	font-weight: bold;
	float: right;
	margin-left: 0.5rem;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);

}

button.accordion.active:after {
	content: '\203A';
	  font-size: 1.3rem;
	font-weight: bold;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	margin-right:0.1rem;
}

div.panel {
  padding: 0 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
}
div.panel p {line-height: 22px}

.toogle {
  float: left;
}
.contenedor-borde-radius{
  border:1px solid #747474 !important;
  display:inline-block;
  padding:10px;
  border-radius:8px;
}
.ico_gasto_medico {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_gasto_medico.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico_defensa_juridica {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_defensa_juridica.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico_fallecimiento_invalidez {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_fallecimiento_invalidez.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico_responsabilidad_civil {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_responsabilidad_civil.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico_tarifa_anual {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_tarifa_anual.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico_pago_trayecto {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico_pago_trayecto.svg");
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

/* Pack Esencial*/
.h1Tit-Esencial{
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-top: 32px;
	color: #1A1A1A;
}

.divCobertura{
	margin-top: 32px;
}

.divCobertura > p{
	padding-bottom: 16px;
	padding-top: 8px;
	margin-bottom: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}


.divCobertura .flex-container-Esencial{
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */
}

.colTitulo-Esencial{
	width:100%;
	margin-left: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.ico-banco {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico-banco.svg");
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico-asesoramiento-legal-alt {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico-asesoramiento-legal-alt.svg");
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico-gestion-multas {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico-gestion-multas.svg");
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.ico-responsabilidad-civil-persona {
	background-image: url("/app/seguro-movilidad-personal/image/iconos/ico-responsabilidad-civil-persona.svg");
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
	