* { /* fijo */
  box-sizing: border-box;
}

/* MENU PPAL SIDE PUSH ------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #003366;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
	padding: 12px 12px 8px 30px;
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
  color: #0052A1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main { /* efectos push */
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* 2 COLUMNAS IGUALES ------------------------------------------------*/

.column2 {
	float: left;
	width: 50%;
}

.row2:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 900px) {
  .column2 {
	width: 100%;
	float: none;
	text-align: center;
  }
}

/* 3 COLUMNAS IGUALES  ------------------------------------------------*/
.container3 {
  display: table;
  width: 100%;
}

.section3 {
	display: table-cell;
	width: 300px;
	margin: 5px;
	padding-right: 20px;
	padding-left: 20px;	
}

@media (max-width: 900px) {
  .section3 {
    display: block;
    width: 100%;
  }
}

/* SECCIONES ------------------------------------------------*/
.seccity {
	background-image: url(../img/pics/city_footer.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

/* IMAGENES / SERVICIOS ------------------------------------------------*/
div.gallery {
	border: 1px solid #FFF;
}
div.galleryoff { /* efectos off */
	border: 1px solid #FFF;
}

div.gallery:hover {
  border: 1px solid #FFF;
  opacity: 0.6;
}

div.gallery img { /* efectos imagen */
  width: 100%;
  height: auto;
  border-radius: 4px;
}
div.galleryoff img { /* efectos off */
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.tituloservicio {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #004282;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

div.desc { /* texto caja */
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px;
	text-align: justify;
	font-size: 16px;
	color: #666666;
	line-height: 1.5em;
	font-weight: 300;
	line-height: 27px;	
}

.responsive { /* espacio entre cajas */
  padding: 0 18px;
  float: left;
  width: 33.33%;
}

@media only screen and (max-width: 900px) {
  .responsive {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #284E75;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* ACCORDION ------------------------------------------------*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content { /* Caja texto */
	overflow-y: hidden;
	height: 0;
	transition: height 0.3s ease;
	font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
	color: #333;
	font-weight: 300;
	background-color: #FFF;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/


.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2em;
}

.accordion label {/* Texto titulo */
	color: #003366;
	cursor: pointer;
	font-weight: normal;
	padding: 15px;
	background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}


/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.accordion p {/* Texto caja en p */
	margin: 0;
}

h1 {
  margin: 0 0 1.5em;
  font-weight: 600;
  font-size: 1.5em;
}

.accordion {/* tamaño caja completa */
  max-width: 100%;
}

.accordion p:last-child {
  margin-bottom: 0;
}
