/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}
.text-justify { text-align: justify; }
/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	right: 2%;
	top: 50%;
	width: 19px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 99999999;
	color: transparent;
	width: 19px;
	height: 19px;
	outline: none;
	margin: 25px 0;
	border-radius: 50%;
	border: 3px solid #fff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #fff;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}

#fbsection1 {
	background-color:#000;
	height:90%;
}

.seccion2 {
	position:relative;
	background-color: #333;
	z-index: 3;
}
.patron{
	background-image: url(../img/patron1.png);
	background-repeat: repeat;
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
#fbsection3 {
	margin-top:-150px;
	height:300px;
	background-color:none;
	z-index:3;
}
#fbsection4 {
	background-color:#000;
	height: 30%;
	z-index:3;
	overflow:hidden;
}
.seccion-servicios{
	position:relative;
	background-color: #e6e6e6;
	z-index: 3;
	padding:60px 0px;
	overflow:hidden;
	font-family: 'encode_sans_narrowlight', sans-serif; 
}
.seccion-servicios p{ font-size: 13px !important;}
.seccion5 {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #e6e6e6;
	z-index: 3;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.cualli{
	position:absolute;
	width:77px;
	height:52px;
	top:32px;
	right:32px;
	z-index:2
}
.precios{
	position:absolute;
	width:180px;
	top:5px;
	right:15px;
	z-index:99;
}
.precios ul{
	width:180px;
	overflow:hidden;
	display:block;
	color: #fff;
	border: 1px solid #666;
	margin:0;
	padding:0;
	font-size:1em;
	text-align:center;
}
.precios ul li{
	list-style-type: none;
	position:relative;
	float:left;
	padding:5px 8px;
	width:85px;
	font-weight:800;
}
.fecha-precios{
	width:100%;
	border:none;
	background:#fff;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	display:block;
}
.fecha-precios div{
	padding:2px 3px;
	color:#333;
	width:100%;
	font-size:0.9em;
}
.magna{
	background-color:#090;
	padding-right:5px;
}
.premium{
	background-color: #C00;
	padding-right: 5px;
}
.diesel{
	background-color: #000;
	padding-right: 5px;
}
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 15% {
   opacity:1;
 }
 16.66% {
   opacity:0;
 }
 98.4% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 15% {
   opacity:1;
 }
 16.66% {
   opacity:0;
 }
 98.4% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 15% {
   opacity:1;
 }
 16.66% {
   opacity:0;
 }
 98.4% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 15% {
   opacity:1;
 }
 16.66% {
   opacity:0;
 }
 98.4% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#cf4a img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 30s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 30s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 25s;
  -moz-animation-delay: 25s;
  -o-animation-delay: 25s;
  animation-delay: 25s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  animation-delay: 20s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
#cf4a img:nth-of-type(5) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
#cf4a img:nth-of-type(6) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.colorines{
	position:fixed;
	height:5px;
	width:100%;
	z-index:9999;display: none;
}
.c0{
	width:20%;
	height:5px;
	position:relative;
	float:left;
}
.c1{
	background-color: #CD7925;
}
.c2{
	background-color: #A72B2A;
}
.c3{
	background-color: #FF5000;
}
.c4{
	background-color: #F5B323;
}
.c5{
	background-color: #783F2A;
}
.abajo{
	background-image: url(../img/abajo.png);
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:10%;
	margin-bottom:-20px;
	z-index:999;
}
.tx-nosotros{
	position:relative;
	z-index:999;
	width:100%;
	max-width:800px;
	min-width:300px;
	padding:5% 35px;
	font-family: 'GothamProBold', sans-serif;
	margin:0px auto;
	font-weight:400;
	text-align:center;
	color:#FFF;
}
.tx-nosotros span{
	font-weight:800;
}
.tx-nosotros p{
	font-family: 'encode_sans_narrowlight', sans-serif;
	text-align: justify;
}
.tx-nosotros p a{
	color: #F60;
}
.tx-nosotros p a:hover{
	color:#FC0;
}
.img-section4{
	position:relative;
	float:left;
	height:100%;
	overflow:hidden;
}
.img-section4 img{
	overflow:hidden;
}
.preventivo{
	left:50%;
	margin-left:-170px;
	padding:10px;
	top:50%;
	margin-top:-55px;
	position:absolute;
	width:100%;
	height:91px;
	max-width:320px;
	z-index:3;
}
.preventivo img {
  position:absolute;
  width:100%;
  height:100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.preventivo img.top:hover {
  opacity:0;
}
.tx-contacto{
	position: relative;
	z-index: 999;
	width: 100%;
	max-width: 500px;
	min-width: 300px;
	padding: 5% 35px;
	font-family: 'GothamProBold', sans-serif;
	margin: 0px auto;
	font-weight: 400;
	text-align: center;
	color: #333;
}
.tx-contacto span{
	font-weight:800;
}
.contenedor-c{
	width:100%;
	position:relative;
	max-width:1100px;
	margin:0px auto;
	overflow:hidden;
	padding-bottom:40px;
}
.elemento-contacto{
	font-family: 'GothamProBold', sans-serif;
	font-weight: 800;
	position: relative;
	float: left;
	background-color: #FFF;
	box-shadow: 0px 2px 5px #b5b5b5;
	color: #333333;
	padding: 30px;
	text-align: center;
	overflow:hidden;
}
.elemento-contacto p{
	font-size:0.6em;
	color:#666;
	font-weight:400;
}
.elemento-contacto a{
	font-size:0.6em;
	color:#666;
	font-weight:400;
}
.elemento-contacto a:hover{
	font-size: 0.6em;
	color: #F60;
	font-weight: 400;
}
.separador-c{
	width:20%;
	height:4px;
	margin:5px auto;
	position:relative;
	float:none;
	clear:both;
	background-color:#F60;
}
.legal{
	font-family: 'GothamProBold', sans-serif;
	width:100%;
	position:relative;
	background-color:#333;
	padding:40px 15px;
	color:#999;
	text-align:right;
	font-weight:300;
}
.legal span{
	font-weight:800;
}
#s-mapa{
	height:50%;
	z-index:3;
	background-color:#036;
}
.seccion-servicios div {
	font-family: 'GothamProBold', sans-serif;
	font-weight: 800;
	font-size: 2.5em;
	position: relative;
	float: left;
	overflow: hidden;
	width: 20%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	color: #333;
	text-align: center;
	padding: 40px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.elemento-servicios img{
	position:relative;
	clear:both;
	float:none;
	width:100%;
	max-width:110px;
	margin:0px auto;
}
.seccion-servicios p{
	font-size:12px !important;
	font-family: 'encode_sans_narrowlight';
	width: 80%;
	margin:10px auto;
}
.btn-servicios1{
	position: relative;
	display: inline-block;
	width: auto;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	/*border: 1px solid rgba(205,80,0,0.8);*/
	font-size: 1.3em;
	
	padding:10px 15px;
	text-transform: uppercase;
}
.btn-servicios2{
	position: relative;
	display: inline-block;
	width: auto;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	/*border: 1px solid rgba(205,80,0,0.8);*/
	font-size: 1.3em;
	font-weight: 200;
	
	padding:10px 15px;
	text-transform: uppercase;
}
.btn-servicios3{
	width:40%;
	position: relative;
	overflow:hidden;
	float:left;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	border: 1px solid #FFF;
	font-size: 0.5em;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30%;
	padding:10px 20px;
}
.offset{
	position:relative;
	height:0;
	margin-top:-95px;
}
.sombra-menu{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:236px;
	z-index:6;
	background-image: url(../img/sombra-menu.png);
	background-repeat: repeat;
}
.telefono{
	 color:#F90;
	 text-decoration:none;
	 font-size:0.8em;
 }
 .telefono:hover{
	
 }
@media screen and (max-width: 1100px) {
	.seccion-servicios div {
		font-size: 2em;
	}
	.btn-servicios1{
	font-size: 0.4em;
	}
	.btn-servicios2{
	font-size: 0.4em;
	}
	.btn-servicios3{
	font-size: 0.4em;
	}
	#cf4a {
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
}
#cf4a img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -550px;
}
}
@media screen and (max-width: 920px) {
	.seccion-servicios div {
		width: 100%;
		padding: 0px 20px;
		font-size: 2em;
		margin-bottom:10px;
		margin-top:10px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	.precios{
	width:82px;
	right:5px;
}
.precios ul{
	width:82px;
	font-size:0.5em;
}
.precios ul li{
	padding:3px 5px;
	width:40px;
}
.fecha-precios{
	display:none;
}
.fecha-precios div{
	display:none;
}
}
@media screen and (max-width: 700px) {
#cf4a img {
  min-height: 100%;
  min-width: 700px;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -350px;
}
.telefono{
	 color:#F90;
	 cursor:pointer;
	 text-decoration:underline;
	 font-size:0.8em;
 }
 .telefono:hover{
	 color:#06F;
 }
}
@media screen and (max-width: 600px) {
#cf4a img {
  min-height: 100%;
  min-width: 600px;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  margin-left: -300px;
}

.btn-servicios1{
	position: relative;
	display: inline-block;
	width: auto;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	/*border: 1px solid rgba(205,80,0,0.8);*/
	font-size: 0.7em;
	
	padding:10px 15px;
	text-transform: uppercase;
	margin: 20px 0;
}
.btn-servicios2{
	position: relative;
	display: inline-block;
	width: auto;
	background: rgba(205,80,0,0.8);
	border-radius: 30px;
	/*border: 1px solid rgba(205,80,0,0.8);*/
	font-size: 0.7em;
	font-weight: 200;
	
	padding:10px 15px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
}