/*************** GENERAL **************/

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: none;
}

body {
	background: #ddd;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #304481;
}

a {
	text-decoration: none;
}

/*************** WRAP CONTENT **************/

#wrap-content {
	width: 70%;
	margin: 0px auto;
	background: #fff;
	height: 100%;
}

/*************** HEADER **************/

header {
	background: #304481;
	width: 100%;
	height: 170px;
}

header .rs {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

header .rs a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
	float: right;
	background: url(http://urla.hn/Facebook.png) center center no-repeat;
	background-size: cover;
}

header .logo {
	width: 50%;
	height: 120px;
	margin-right: 10px;
	float: right;
	background: url(http://urla.hn/Texto-urla.png) center right no-repeat, url(http://urla.hn/Logo.png) center left no-repeat;
	background-size: 26%;
}

header .clocks {
	width: 45%;
	height: 70px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

header .cont-clock {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	width: max-content;
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 10px;
}

#theTimeTeg, #theTimeMad, #theTimeLon{
	width: max-content;
	padding: 3px 6px;
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #444;
}

header .cont-clock p {
	color: #444;
	font-size: .5em;
	text-align: center;
}

/*************** SLIDER **************/

.wrap-slider {
	width: 100%;
	height: 470px;
	background: #ccc;
}

.wrap {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #120103;
  color: #fff;
  text-align: center;
}

.wrap-slider .wrap header {
  position: absolute;
  bottom: 0;
  left: 36%;
  z-index: 900;
  width: 300px;
  height: 20px;
  background: none;
}

.wrap-slider .wrap header label {
  cursor: pointer;
  display: block;
  background: #444;
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 50%;
  margin-left: 20px;
  color: #444;
  font-size: 5px;
  box-shadow: 1px 1px 2px #000;
  margin-bottom: 10px;
}

.wrap-slider .wrap header label:hover {
  background: orange;
  color: orange;
}

.slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  padding: 0;
  background-position: 50% 50%;
  background-size: cover;
  transition: left 0s 0.75s;
}

.slide-text {
	width: max-content;
	background: hsla(223, 100%, 9%, 0.8);
	padding: 20px 30px;
	margin-top: 250px;
	font-size: 1.5em;
}

.slide-one {
  background: url(http://urla.hn/Slider1.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-two {
  background: url(http://urla.hn/Slider2.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-three {
  background: url(http://urla.hn/Slider3.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-four {
  background: url(http://urla.hn/Slider4.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-five {
  background: url(http://urla.hn/Slider5.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-six {
  background: url(http://urla.hn/Slider6.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-seven {
  background: url(http://urla.hn/Slider7.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-eight {
  background: url(http://urla.hn/Slider8.jpg)top left no-repeat;
  background-size: 100%;
}

.slide-nine {
  background: url(http://urla.hn/Slider9.jpg)top left no-repeat;
  background-size: 100%;
}

[id^="slide"]:checked + .slide {
  left: 0;
  z-index: 100;
  transition: left 0.65s ease-out;
}

.slide h1 {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s 0.5s, opacity 0.5s;
}

[id^="slide"]:checked + .slide h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 0.5s;
}

/*************** CONTENT **************/

.content {
	width: 95%;
	height: auto;
	margin: 20px auto;
}

.content article {
	width: 100%;
	padding: 20px 0px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.content article .cat {
	width: 48%;
	height: 300px;
	float: left;
	background: url(http://urla.hn/PAGE.png) left center no-repeat;
	background-size: 75%;
}

.content article .map {
	width: 48%;
	height: 300px;
	float: left;
}

.content article .map iframe {
	width: 100% !important;
	height: 300px !important;
}

.content article .info {
	width: 48%;
	height: 100%;
	float: right;
}

.content article .info p {
	width: 100%;
	font-size: 1em;
	font-weight: lighter;
}

.content article .info p {
	width: 100%;
	font-size: 1em;
	font-weight: lighter;
	margin: 10px 0px;
}

.content article .info p strong {
	font-weight: bold;
}

.content article .info a {
	width: max-content;
	color: #fff;
	font-size: 1em;
	font-weight: lighter;
	background: #cf4929;
	border-bottom: 2px solid #a23c20;
	padding: 10px 15px;
	display: block;
	float: left;
	margin-top: 30px;
	border-radius: 5px;
}

.content article .info a:hover {
	background: #a23c20;
}

.content article .info ul {
	width: 100%;
	height: 50px;
	float: left;
}

.envios, .precios {
	width: 40%;
	padding: 20px 0;
	padding-left: 8%;
	display: block;
}

.envios {
	background: url(http://urla.hn/Camion.png) left center no-repeat;
	background-size: 13%;
	float: left;
}

.precios {
	background: url(http://urla.hn/Oferta.png) left center no-repeat;
	background-size: 13%;
	float: right;
}

/*************** FOOTER **************/

footer {
	width: 100%;
	padding-bottom: 15px;
}

footer p {
	width: 100%;
	text-align: center;
	font-size: .8em;
	color: #ccc;
}