/*TAULA TARIFES PER PC*/

.tabletarifas
{ 
width: 100%; 
border: 1.5px solid #DCDCDC;
font-size:24px;
}

.tabletarifas tr:nth-of-type(odd) { 
	background:#F5F5F5;
}

.tabletarifas th { 
background: #ffffff;  
font-weight: bold; 
}
	
.tabletarifas td, .tabletarifas th { 
border: 1.5px solid #DCDCDC;
text-align: center;
vertical-align:middle;
height: 50px;
padding-right: 20px;
padding-left: 20px;
 }

.tabletarifas img { 
vertical-align:top;
text-align:center;
}

body.mobile .tabletarifas
{  
width: 100%; 
border-collapse: collapse; 
font-size:12px;
line-height:1.4;
}

body.mobile .tabletarifas td, .table2 th { 
border: 1.5px solid #DCDCDC;
text-align: align;
padding-right: 5px;
padding-left: 5px;
vertical-align:middle;
height:45px;
 }

.table0
{ 
width: 100%; 
font-size:30px;
line-height:1.3;
text-align:center;
background-color:#fff;
border-spacing: 30px;
margin: 0 auto; 
opacity:0.8;
}

.after-img-titol-carta {
  background-color: #00718B;
}