*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  height: 100%;
  background-color: #FFF;
  font-family: 'Montserrat, Open Sans'; 
  font-family: Montserrat,Arial; color: #777;
  -webkit-font-smoothing: subpixel-antialiased;
  
}

.box {
  cursor: pointer;
  font-size: 1.3em;
  letter-spacing: 0;
  line-height: 60px;
}

.box:hover {
  border: solid 2px #FFF;
  line-height: 56px;
  opacity: 0.9;
}

.box:hover .value {
  color: rgba(255, 255, 255, 1);
}

.box .value {
  position: absolute;
  top: 90px;
  right: 40px;
  font-size: 4.2rem;
  color: rgba(255, 255, 255, 0.4);
}

.item {
  color: #fff;
  border-radius: 8px;
  float: left;
  height: 150px;
  margin: 0 0 4% 0;
  width: 100%;
}

.accordion-header div{
  padding: 5px 5px 5px 5px;
}

.descuento{
  background-color: #f8f8f8;
  margin: 10px 5px 5px 0px;
  border-radius: 5px;
}

.center-block{
  margin-top: 50px;
  width: 60%;
}

.titulo{
  color: #003399;
}

.descuento h1{
  text-align: center;
}

.descuento h3{
  color: #f8f8f8;
  text-align: center;
}

.descuento p{
  color:  #f8f8f8;
   font-size: 1.em;
  text-align: justify;
}

.descuento span{
  text-size: 18px;
  color: #1253A4; 
}

.descuento li {
  color:  #30302F;
  font-size: 12px;
  text-align: justify;
}

.accordion a {
  color:#dddbdb;
  -webkit-transition:color 0.5s;
  -moz-transition:color 0.5s;|
  -o-transition:color 0.5s;
  -ms-transition:color 0.5s;
  transition:color 0.5s;
}

.accordion-btn {
    background-color: #dddbdb;
    background-image: url("/work/models/MiSEGOB/geass/images/sprites/accordion-btns.png");
    background-repeat: no-repeat;
    border-radius: 4px;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.35s ease 0s;
    width: 40px;
    z-index: 10;
}
.accordion-btn:hover, .accordion-btn:active, .accordion-btn:focus, .accordion-btn.open {
    background-color: #dddbdb;
}
.accordion-btn {
    background-position: 0px 0px;
}
.accordion-btn:hover {
    background-position: -40px 0px;
}
.accordion-btn:hover,
.accordion-btn:active,
.accordion-btn:focus,
.accordion-btn.open {
  background-color:#dddbdb;
}

.accordion-btn.open {
  background-position: -30px 0;
}

.accordion-header {
  padding:0.5em 0;
  position: relative;
}

.accordion-header:after {
  content: '';
  position: absolute;
  left:0;
  top:50%;
  display: block;
  width:100%;
  height:1px;
  margin-top:-0.5px;
  background: #e7e7e7;
  z-index: 0;
}

.accordion-title {
  display: inline-block; 
  background: #DFDED4;
  position: relative;
  z-index: 1;
  font-size:1.2em;
  padding:0 15px;
  margin-left:20px;
}

.accordion-body-wrapper {
  padding:25px 0 10px 35px;
  position: relative;
}

.accordion-body-wrapper:before {
  content:'';
  position: absolute;
  display: block;
  width:1px;
  height: 90%;
  left:9.5px;
  top:5%;
  background: #e7e7e7;
}

#imagen {
  opacity: 0.5;
  position: absolute;
  top: 30%;
  right: 43%;
  font-size: 4.2rem;
}

.text-center {
    text-align: center;
    line-height:25px;
}

.box:hover #imagen {
  opacity: 1.8;
}

.navbar-header {
    height: 55px;
}

.navbar-default {
    background-color: #4c4455;
    border-color: #f6f6f6;
}

.navbar-brand {
    color: #ffffff;
    padding-left: 6px;
    margin-top: 10px;
    font-size: 25px;
}

.navbar {
    min-height: 30px;
    position: relative;
}

#page-wrapper {
    border-left: 1px solid #f6f6f6;
}

.navbar-collapse a {
    color: #ffffff !important;
}

.navbar-brand padding {
    color: #EC3A17
}

.sidebar {
    margin-top: 56px;
}

.navbar-collapse a
a:hover,
a:focus,
.navbar-default li a:focus,
.navbar-default li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    color: #000000 !important;
    text-decoration: none;
}

.descuento a {
    color: #04315b !important;
}

h3{
  text-transform: lowercase;
} 

h3:first-letter {
    text-transform: uppercase;
}

[data-toggle~="collapse"] {
    cursor: pointer;
}

.accordion-heading {
    cursor: pointer;
}
@media screen and (max-width: 880px) , screen and (max-height: 450px) {
  html, body, .container {
    height: auto;
  }
  .sidebar {
    margin-top: 5px;
  }
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #cccccc; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
  color: #333; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Caracteristica:"; }
	td:nth-of-type(2):before { content: "Tarifa Publica:"; }
	td:nth-of-type(3):before { content: "Tarifa Preferente:"; }
	
	}
	#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -300px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all 1s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 50px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:50%;
}
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #333;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}
	
	

