@font-face {
  font-family: 'Conv_GothamHTF-Bold';
  src: url('../fonts/GothamHTF-Bold.eot');
  src: local('â˜º'), url('../fonts/GothamHTF-Bold.woff') format('woff'), url('../fonts/GothamHTF-Bold.ttf') format('truetype'), url('../fonts/GothamHTF-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: local('â˜º'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,body{
	min-width: 320px;
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	background:#fff;
	-webkit-font-smoothing: antialiased;
}

main{
	position: relative;
	display: block;
	min-width: 320px;
	height: 100%;
	display: block;
	z-index: 1;
}
.container{
  max-width: 960px;
}

.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	opacity: 0;
}

button:active, button:focus{
	outline: none;
}


@media screen and (max-width: 767px){
  .fp-section,
  .fp-slide,
  .fp-tableCell{
      height: auto !important;
  }
  header .menu ul { 
    margin-right: 0px !important; 
  }
  #faq h2 {
    margin-top: 50px !important;
  }
}


@media screen and (min-width: 768px){
  .section .container{
    height: 100%;
  }
}


#preload{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
}
#preload .content_preload{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0px 0px -100px;
  width: 200px;
  height: 90px;
}
#preload .camion{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 80px;
  height: 46px;
}
#preload .camion .ruedas_traseras{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 1;
}
#preload .camion .camioncito{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 2;
  animation-name: movicamion;
  animation-duration: .2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
@keyframes movicamion{
  0%{
    top: 0px;
  }
  100%{
    top: -1px;
  }
}
#preload .camion .ruedas_delanteras{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 3;
}
#preload .logo{
  position: relative;
  display: block;
  margin: 5px auto 0px auto;
  width: 200px;
}
#preload .loader{
  position: relative;
  display: block;
  margin: 10px auto 0px auto;
}

/* Header */

header{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 59px;
  background-color: #fff;
  z-index: 100;
}
header a.logo{
  position: relative;
  display: block;
  margin-top: 20px;
  float: left;
  width: 140px;
  height: 18px;
  background-image: url(../images/logo-gasconnect.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0px;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
}
header button.menuXs{
  position: relative;
  display: block;
  float: right;
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
header button.menuXs span{
  position: relative;
  display: block;
  margin-top: 5px;
  left: 0px;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
header button.menuXs.open span:nth-child(2){
  left: -100%;
  opacity: 0;
}
header button.menuXs.open span:nth-child(1){
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
header button.menuXs.open span:nth-child(3){
  top: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
header button.menuXs span:first-child{
  margin-top: 0px;
}
header .menu{
  position: fixed;
  top: 59px;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  z-index: 200;
  background-color: #fff;
}
header .menu ul{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  padding: 0px;
  text-align: center;
  height: auto;
  overflow: hidden;
}
header .menu ul li{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 60%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #1aa3de;
  text-align: center;
}
header .menu ul li a{
  font-family: 'Conv_Gotham-Book';
  font-size: 14px;
  line-height: 45px;
  text-decoration: none!important;
  color: #1aa3de;
}
header .rrss{
  margin-top: 10px;
  text-align: center;
}
header .rrss a{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 2px 0px 2px;
  width: 22px;
  height: 22px;
  background-size: 10px;
  background-color: #1aa3de;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border:0px;
  text-indent: -999px;
  overflow: hidden;
}
header .rrss a.facebook{
  background-image: url(../images/icn-facebook.png);
  background-position: center center;
  background-repeat: no-repeat;
}
header .rrss a.youtube{
  background-image: url(../images/icn-youtube.png);
  background-position: center center;
  background-repeat: no-repeat;
}
header .rrss a.instagram{
  background-image: url(../images/icn-instagram.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px){
  header a.logo{
    margin-top: 16px;
    width: 160px;
    height: 21px;
  }
  header .menu{
    position: relative;
    display: block;
    float: right;
    margin-right: 0;
    top: 0px;
    right: 0px;
    width: auto;
    height: 59px;
    list-style: none;
    padding: 0px;
    background-color: transparent;
  }
  header .menu ul{
    position: relative;
    display: block;
    margin-top: 0px;
    float: left;
    right: 0px;
    width: auto;
    height: 59px;
    list-style: none;
    padding: 0px;
  }
  header .menu ul li{
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    margin: 0px 6px 0px 6px;
    height: 59px;
    line-height: 59px;
    border-bottom: 0px;
  }
  header .menu ul li a{
    position: relative;
    display: block;
    font-family: 'Conv_Gotham-Book';
    font-size: 12px;
    line-height: 59px;
    text-decoration: none!important;
    color: #1aa3de;
  }
  header .menu ul li a:before{
    position: absolute;
    display: block;
    content: ' ';
    bottom: 15px;
    left: 50%;
    width: 0%;
    height: 2px;
    background-color: #1aa3de;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  header ul li a:hover, header ul li a:visited, header ul li a:active{
    color: #1aa3de;
    text-decoration: none!important;
  }
  header ul li a:hover:before, header ul li a:visited:before, header ul li.active a:before{
    left: 0px;
    width: 100%;
  }
  header .rrss{
    float: right;
    margin-top: 14px;
  }
}
@media screen and (min-width: 992px){
  header a.logo{
    margin-top: 10px;
    width: 226px;
    height: 30px;
  }
  header .menu ul li{
    margin: 0px 12px 0px 12px;
  }
  header .menu ul li a{
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px){
  header .menu{
    margin-left: 0px 
  }
  header .menu ul li{
    margin: 0px 13px 0px 13px;
  }
}


/* Footer */

footer{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  border-top: 1px solid #bebebe;
  background-color: #fff;
  z-index: 100;
}
footer p{
  float: left;
  margin-top: 8px;
  font-family: 'Conv_Gotham-Book';
  font-size: 10px;
  color: #00a1de;
}
footer a{
  position: relative;
  display: block;
  margin-top: 5px;
  float: right;
  width: 78px;
  height: 20px;
  background-image: url(../images/logo-gasco.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (min-height: 625px){
  footer{
    height: 50px;
  }
  footer a{
    width: 155px;
    height: 40px;
    background-size: 90%;
  }
  footer p{
    position: absolute;
    left: 50%;
    margin-left: -120px;
    margin-top: 16px;
    width: 240px;
    font-size: 12px;
  }
}

.scrollfullDown, .scrollfullDown:hover, .scrollfullDown:active, .scrollfullDown:focus{
  position: fixed;
  top: 50%;
  margin-top: -20px;
  right: -55px;
  width: 150px;
  text-align: center;
  height: 40px;
  font-family: 'Conv_GothamHTF-Bold';
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  z-index: 50;
  background-color: #ed2939;
  border: 0px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-decoration: none;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.scrollfullDown.closed{
  right: -100px;
}


/* Home */

#home{
  /*background-image: url(../images/bgInicio.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-color: #00a1de;
  overflow: hidden;
}
#home h2{
  position: relative;
  display: block;
  margin: 100px auto 0px auto;
  text-align: center;
  color: #00a1de;
  text-transform:;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 14px;
  opacity: 0;
}
#home p{
  position: relative;
  display: block;
  margin: 10px auto 0px auto;
  text-align: center;
  color: #00a1de;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 14px;
}
#home h1{
  position: relative;
  display: block;
  margin: 10px auto 0px auto;
  width: 280px;
  height: 56px;
  background-image: url(../images/logo-gasconnect2.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#home h3{
  position: relative;
  display: block;
  margin: 30px auto 0px auto;
  text-align: center;
  width: 100%;
  max-width: 700px;
  font-family: 'Conv_GothamHTF-Bold';
  color: #fff;
  font-size: 15px;
}
#home h4{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  text-align: center;
  font-family: 'Conv_GothamHTF-Bold';
  color: #fff;
  font-size: 15px;
}
#home .homeItems{
  position: relative;
  display: block;
  margin: 40px auto 50px auto;
  width: 272px;
  height: auto;
  opacity: 0;
}
ul.items-home{
  display: block;
  position: relative;
  overflow: visible;
  width: 360px;
  max-width: 320px;
  list-style: none;
  text-align: center;
  margin: 20px auto 5px auto;
  padding: 0; 

}
ul.items-home li{
  display: block;
  position: relative;
  overflow: visible;
  width: 57px;
  height: 57px;
  text-align: center;
  float: left;
  margin-right: 29px;
  cursor: pointer;
}

ul.items-home li span {
  display: block;
  position: relative;
  text-align: center;
  color: #00a1de;
  font-size: 12px;
  top: 60px;
  font-weight: 700;
}

ul.items-home li:last-child {
  margin-right: 0px;
}

.container-box-items-desk {
  display: block;
  position: relative;
  overflow: hidden;
  width: 360px;
  height: 110px;
  background-color: transparent;
  margin: 0 auto;
}
.box-info-items-desk{
  display: block;
  position: absolute;
  overflow: visible;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  margin: 30px auto 15px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
.box-info-items-desk.infoUno, .box-info-items-desk.infoDos, .box-info-items-desk.infoTres, .box-info-items-desk.infoCuatro {
  opacity: 0;
}
.box-info-items-desk:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.box-info-items-desk.infoUno:before{
  left: 38px;
}
.box-info-items-desk.infoDos:before{
  left: 123px;
}
.box-info-items-desk.infoTres:before{
  left: 210px;
}
.box-info-items-desk.infoCuatro:before{
  left: 296px;
}
.box-info-items-desk h5{
  text-align: center;
  font-weight: 300;
  color: #00a1de;
  font-size: 14px;
  margin: 0px;
}
ul.items-home li.itemUno{
  background: url(../images/ico-cine-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
ul.items-home li.itemUno:hover{
  background: url(../images/ico-cine-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

ul.items-home li.itemDos{
  background: url(../images/ico-cafe-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
ul.items-home li.itemDos:hover{
  background: url(../images/ico-cafe-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.items-home li.itemTres{
  background: url(../images/ico-compras-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
ul.items-home li.itemTres:hover{
  background: url(../images/ico-compras-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.items-home li.itemCuatro{
  background: url(../images/ico-viajes-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
}
ul.items-home li.itemCuatro:hover{
  background: url(../images/ico-viajes-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/* MOBILE */
.box-info-items {
  display: none;
  opacity: 0;
  position: relative;
  overflow: visible;
  background-color: #fff;
  width: 260px;
  min-width: 90px;
  padding: 15px;
  margin: 30px auto 15px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.box-info-items:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.box-info-items.boxUno:before {
  left: 22px;
}

.box-info-items.boxDos:before {
  left: 87px;
}

.box-info-items.boxTres:before {
  left: 153px;
}

.box-info-items.boxCuatro:before {
  left: 218px;
}

.box-info-items.active {
  display: block;
  opacity: 1;
}

.container-btn-boxInfo {
  width: 260px;
  margin: 20px auto 10px auto;
  overflow: visible;
  position: relative;
  height: 60px;
}
.box-info-items h5{
  text-align: center;
  font-weight: 300;
  color: #00a1de;
  font-size: 14px;
  margin: 0px;
}

.btn-items {
  width: 25%;
  position: relative;
  height: 57px;
  background-color: transparent;
  text-align: center;
  float: left;
  cursor: pointer;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.btn-items span {
  display: block;
  position: relative;
  text-align: center;
  color: #00a1de;
  font-size: 11px;
  top: 4px;
  font-weight: 700;
}
.btn-items .btnUno {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-cine-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.btn-items .btnUno.active {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-cine-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}

.btn-items .btnDos {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-cafe-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.btn-items .btnDos.active {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-cafe-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}

.btn-items .btnTres {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-compras-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.btn-items .btnTres.active {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-compras-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}

.btn-items .btnCuatro {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-viajes-off.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.btn-items .btnCuatro.active {
  display: block;
  position: relative;
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  cursor: pointer;
  background: url(../images/ico-viajes-on.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.nextItem {
  display: none;
  opacity: 0;
}

#home .download-links{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
  height: auto;
  overflow: hidden;
}
#home .download-links a{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  width: 135px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
#home .download-links a.appstore{
  background-image: url(../images/btn-appstore.png);
  background-size: 100%;
}
#home .download-links a.googleplay{
  background-image: url(../images/btn-googleplay.png);
  background-size: 100%;
}
#home .downScroll{
  position: relative;
  display: block;
  margin: 75px auto 0px auto;
  text-align: center;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 15px;
  text-decoration: none;
  color: #00a1de;
}
#home .downScroll:before{
  position: absolute;
  display: block;
  content: ' ';
  top: -30px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 25px;
  background-image: url(../images/down-arrow.png);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#home .downScroll:hover:before{
  top: -35px;
}
#home .bases{
  position: relative;
  display: block;
  margin: 50px auto 10px auto;
  width: 90%;
  height: auto;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 13px;
  text-decoration: none;
  /*color: #00a1de;*/
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
  -webkit-text-shadow: 0px 0px 5px #000;
  -moz-text-shadow: 0px 0px 5px #000;
}
#home .bases a{
  position: relative;
  margin: 0px auto 0px auto;
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 375px){
  #home h2{
    margin-top: 125px;
    font-size: 18px;
  }
  #home p{
    font-size: 18px;
  }
  #home h3{
    font-size: 18px;
  }
  #home h4{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px){
  #home{
    padding-bottom: 0px;
  }
  #home h2{
    margin-top: 68px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  #home p{
    font-size: 18px;
    margin-bottom: 12px;
  }
  #home h1{
    margin-top: 0px;
    width: 382px;
    height: 77px;
  }
  #home h3{
    font-size: 22px;
  }
  #home h4{
    margin-top: 100px;
    font-size: 20px;
  }
  #home .download-links{
    margin-top: 20px;
  }
  #home .download-links a{
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 10px 0px 10px;
    width: 135px;
    height: 40px;
  }
  #home .row, #home .col-xs-12{
    height: 100%;
  }
  #home .downScroll{
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -90px;
  }
  #home .bases{
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -340px;
    width: 680px;
  }
}
@media screen and (min-width: 992px){
  #home h2, #home p{
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-height: 624px){
  #home .downScroll{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -90px;
  }
}




/* Â¿CÃ³mo Funciona? */

#app{
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
#app .container{
  height: 500px;
}

#app .centerThis {
  margin-top: 0;
}
#app h2{
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #00a1de;
  text-align: center;
  font-size: 25px;
}
#app h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #00a1de;
}

#app h4 {
  color: #00a1de;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 16px;
  margin: 20px 0 0px 0;
}

#app h4 a {
  color: #ed2939;
  text-decoration: underline;
}

#app .mobile{
  position: absolute;
  display: block;
  margin: 50px auto 0px auto;
  left: 0px;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
#app .mobile .carrusel{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
#app .mobile .owl-prev{
  position: absolute;
  left: 4px;
  width: 45px;
  top: 200px;
  height: 120px;
  background: url(../images/nav-arrow.png);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  border: 0px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
}
#app .mobile .owl-next{
  position: absolute;
  right: 4px;
  width: 45px;
  top: 200px;
  height: 120px;
  background: url(../images/nav-arrow.png);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  border: 0px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#app .mobile .owl-dots{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 20;
}
#app .mobile .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 8px 0px 8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #00a1de;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#app .mobile .owl-dots .owl-dot.active{
  background-color: #00a1de;
}
#app .mobile .carrusel .item{
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
}
#app .mobile .carrusel .item p{
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
  height: 160px;
  background-color: #00a1de;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-family: 'Conv_Gotham-Book';
  font-size: 14px;
  z-index: 5;
}
#app .mobile .carrusel .item .img{
  position: relative;
  display: block;
  margin: 50px auto 0px auto;
  width: 70%;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  z-index: 4;
}
#app .mobile .carrusel .item.item1 p{
  padding-top: 60px;
}
#app .mobile .carrusel .item.item1 .img .casita{
  position: relative;
  float: right;
  margin-top: 6px;
  width: 60px;
  z-index: 3;
}
#app .mobile .carrusel .item.item1 .img .camioncito{
  position: relative;
  float: left;
  width: 60px;
  z-index: 3;
}
#app .mobile .carrusel .item.item1 .img .flechita{
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 30px;
  width: 80px;
  animation-name: flechita;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes flechita{
  0%{
    margin-left: -100px;
  }
  100%{
    margin-left: 48px;
  }
}
#app .mobile .carrusel .item .img{
  max-width: 200px;
}
#app .mobile .carrusel .item.item2 .img, #app .mobile .carrusel .item.item6 .img{
  margin-top: 20px;
}
#app .mobile .carrusel .item.item4 .img{
  margin-top: 10px;
}
#app .mobile .carrusel .item.item5 .img{
  margin-top: 35px;
}
#app .mobile .carrusel .item.item2 p{
  padding-top: 40px;
}
#app .mobile .carrusel .item.item2 .img .manito{
  position: relative;
  float: left;
  width: 95px;
}
#app .mobile .carrusel .item.item2 .img .tarjetita{
  position: relative;
  float: right;
  margin-top: 48px;
  width: 75px;
  animation-name: tarjetita;
  animation-duration: .7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes tarjetita{
  0%{
    margin-right: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100%{
    margin-right: 20px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
  }
}
#app .mobile .carrusel .item.item3 .img{
  position: relative;
  display: block;
  margin: 0px;
  background: url(../images/mapita.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 200px;
}
#app .mobile .carrusel .item.item3 .img .cositas{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  width: 150px;
  z-index: 3;
}
#app .mobile .carrusel .item.item3 .img .rutita{
  display: none;
}
#app .mobile .carrusel .item.item4 p, #app .mobile .carrusel .item.item5 p, #app .mobile .carrusel .item.item6 p{
  padding-top: 50px;
}
#app .mobile .carrusel .item.item4 .img{
  margin-top: 20px;
  position: relative;
  display: block;
  width: 110px;
   height: 180px;
}
#app .mobile .carrusel .item.item4 .celu{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  z-index: 1;
}
#app .mobile .carrusel .item.item4 .mano{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100px;
  z-index: 2;
  animation-name: gpsito;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes gpsito{
  0%{
    bottom: 10px;
    left: 0px;
  }
  50%{
    bottom: 50px;
    left: 0px;
    transform: scale(.9);
  }
  100%{
    left: 30px;
    transform: scale(1);
  }
}

#app .mobile .carrusel .item.item5 .img{
  overflow: visible;
}
#app .mobile .carrusel .item.item5 .img .manito{
  position: relative;
  float: left;
  margin-top: 30px;
  width: 35px;
  animation-name: manito;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes manito{
  0%{
    transform: scale(1.2) rotate(-5deg);
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);

  }
  100%{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
#app .mobile .carrusel .item.item5 .img .monito{
  position: relative;
  float: right;
  width: 160px;
}
#app .mobile .carrusel .item.item6 .img .manito{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 140px;
  z-index: 3;
}
#app .mobile .carrusel .item.item6 .img .circulito{
  position: absolute;
  top: 0px;
  right: 24px;
  width: 125px;
  z-index: 2;
}
@keyframes circulito{
  0%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);

  }
  100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px){
  #app{
    background-image: url(../images/bgComo.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    overflow: hidden;
  }

  #app .centerThis {
    margin-top: 0;
  }
  #app .row, #app .col-xs-12{
    height: 100%;
  }
  #app nav.left-numbers{
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -130px;
    width: 60px;
    height: 260px;
    z-index: 10;
  }
  #app nav.right-numbers{
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -130px;
    width: 60px;
    height: 260px;
    z-index: 10;
  }
  #app nav.left-numbers li, #app nav.right-numbers li{
    position: relative;
    display: block;
    margin: 0px auto 40px auto;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-family: 'Conv_GothamHTF-Bold';
    font-size: 18px;
    color: #fff;
    background-color: #00a1de;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #app nav.left-numbers li:hover, #app nav.right-numbers li:hover{
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
  }
  #app nav.left-numbers li:last-child{
    margin-bottom: 0px;
  }
  #app nav.left-numbers li.active, #app nav.right-numbers li.active{
    background-color: #ed2939;
  }
  #app nav.left-numbers li:after{
    position: absolute;
    display: block;
    content: ' ';
    top: 50%;
    left: 60px;
    width: 0px;
    height: 3px; 
    background-color: #00a1de;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #app nav.left-numbers li.active:after{
    width: 200px;
  }
  #app nav.left-numbers li:nth-child(2) span{
    position: absolute;
    display: block;
    top: 50%;
    left: 60px;
    width: 0px;
    height: 3px; 
    background-color: #00a1de;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #app nav.right-numbers li:after{
    position: absolute;
    display: block;
    content: ' ';
    top: 50%;
    right: 60px;
    width: 0px;
    height: 3px; 
    background-color: #00a1de;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #app nav.right-numbers li.active:after{
    width: 200px;
  }
  #app .mobile{
    position: relative;
    margin-top: 30px;
    width: 290px;
    height: 552px;
    background-image: url(../images/iphone.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(.92);
    -webkit-transform: scale(.92);
    -moz-transform: scale(.92);
    z-index: 20;
  }

  #cobertura .mobile {
    display: none;
  }

  #app .mobile .carrusel{
    margin-top: 90px;
    width: 284px;
    height: 380px;
  }
  #app .mobile .owl-next, #app .mobile .owl-prev, #app .mobile .owl-dots{
    display: none;
  }
  #app .mobile .carrusel .item p{
    padding: 20px 10px 20px 10px;
    font-size: 13px;
    height: 145px;
  }
  #app .mobile .carrusel .item .img{
    max-width: 100%!important;
  }
  #app .mobile .carrusel .item.item1 .img{
    margin-top: 80px;
    width: 260px;
    height: 85px;
  }
  #app .mobile .carrusel .item.item1 .img .casita{
    margin-top: 0px;
    width: 88px;
  }
  #app .mobile .carrusel .item.item1 .img .camioncito{
    width: 80px;
  }
  #app .mobile .carrusel .item.item1 .img .flechita{
    top: 45px;
  }
  #app .mobile .carrusel .item.item2 .img{
    margin-top: 40px;
  }
  #app .mobile .carrusel .item.item3 .img{
    top: -15px;
    height: 270px;
  }
  #app .mobile .carrusel .item.item3 .img .cositas{
    margin: 54px auto 0px 75px;
    width: 199px;
  }
  #app .mobile .carrusel .item.item3 .img .mascara{
    display: block;
    position: absolute;
    top: 55px;
    left: 122px;
    width: 10px;
    z-index: 1;
    overflow: hidden;
    animation-name: rutita;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes rutita{
    0%{
      width: 30px;
      height: 0px;
    }
    50%{
      width: 48px;
      height: 180px; 
    }
    100%{
      width: 140px;
      height: 180px;
    }
  }
  #app .mobile .carrusel .item.item3 .img .mascara .rutita{
    position: relative;
    display: block;
    margin: 0px;
    width: 140px;
    height: 180px;
  }
  #app .mobile .carrusel .item.item4 .img{
    margin-top: 40px;
  }
  #app .mobile .carrusel .item.item5 .img{
    width: 100%;
  }
  #app .mobile .carrusel .item.item5 .img .monito{
    margin-right: 20px;
    width: 180px;
  }
  #app .mobile .carrusel .item.item5 .img .manito{
    margin-left: 30px;
    margin-top: 40px;
    width: 40px;
  }
  #app .mobile .carrusel .item.item6 .img{
    margin-top: 20px;
  }
  #app .mobile .carrusel .item.item6 .img .manito{
    width: 175px;
  }
  #app .mobile .carrusel .item.item6 .img .circulito{
    right: 10px;
    width: 148px;
  }
}
@media screen and (min-width: 768px) and (max-height: 729px){
  #app .mobile{
    width: 225px;
    height: 428px;
  }
  #app .mobile .carrusel{
    margin-top: 75px;
    width: 221px;
    height: 290px;
  }
  #app .mobile .carrusel .item p{
    font-size: 11px;
    height: 135px;
  }
  #app .mobile .carrusel .item.item1 p, #app .mobile .carrusel .item.item2 p, #app .mobile .carrusel .item.item4 p, #app .mobile .carrusel .item.item5 p, #app .mobile .carrusel .item.item6 p{
    font-size: 13px;
  }
  #app .mobile .carrusel .item.item1 p{
    padding-top: 45px;
  }
  #app .mobile .carrusel .item.item4 p, #app .mobile .carrusel .item.item5 p, #app .mobile .carrusel .item.item6 p{
    padding-top: 40px;
  }
  #app .mobile .carrusel .item.item1 .img{
    margin-top: 60px;
    width: 175px;
    height: 57px;
  }
  #app .mobile .carrusel .item.item1 .img .casita{
    width: 58px;
  }
  #app .mobile .carrusel .item.item1 .img .camioncito{
    width: 52px;
  }
  #app .mobile .carrusel .item.item1 .img .flechita{
    top: 30px;
    margin-left: -25px;
    width: 50px;
  }
  @keyframes flechita{
    0%{
      margin-left: -100px;
    }
    100%{
      margin-left: 30px;
    }
  }
  #app .mobile .carrusel .item.item2 .img{
    margin-top: 35px;
    max-width: 120px!important;
  }
  #app .mobile .carrusel .item.item2 .img .manito{
    width: 50px;
  }
  #app .mobile .carrusel .item.item2 .img .tarjetita{
    margin-top: 20px;
    width: 40px;
  }
  #app .mobile .carrusel .item.item3 .img{
    height: 163px;
  }
  #app .mobile .carrusel .item.item3 .img .cositas{
    margin: 33px auto 0px 67px;
    width: 144px;
  }

  #app .mobile .carrusel .item.item3 .img .mascara{
    display: block;
    position: absolute;
    top: 52px;
    left: 102px;
    width: 10px;
    z-index: 1;
    overflow: hidden;
    animation-name: rutita;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes rutita{
    0%{
      width: 30px;
      height: 0px;
    }
    50%{
      width: 30px;
      height: 108px; 
    }
    100%{
      width: 90px;
      height: 108px;
    }
  }
  #app .mobile .carrusel .item.item3 .img .mascara .rutita{
    position: relative;
    display: block;
    margin: 0px;
    width: 90px;
    height: 108px;
  }
  
  #app .mobile .carrusel .item.item4 .img {
    margin-top: 10px;
    transform: scale(.85);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
  }

  #app .mobile .carrusel .item.item5 .img .manito{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 28px;
  }
  #app .mobile .carrusel .item.item5 .img .monito{
    position: relative;
    float: right;
    width: 130px;
  }
  #app .mobile .carrusel .item.item6 .img{
    margin-top: 0px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
  }
  #app .mobile .carrusel .item.item6 .img .manito{
    width: 145px;
  }
  #app .mobile .carrusel .item.item6 .img .circulito{
    right: 8px;
    width: 115px;
  }
  #app nav.left-numbers li.active:after, #app nav.right-numbers li.active:after{
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-height: 624px){
  #app .mobile{
    width: 190px;
    height: 362px;
  }
  #app .mobile .carrusel{
    margin-top: 60px;
    width: 187px;
    height: 250px;
  }
  #app .mobile .carrusel .item p{
    font-size: 9px;
    padding: 20px 10px 20px 10px;
    height: 125px;
  }
  #app .mobile .carrusel .item.item1 .img {
    margin-top: 30px;
    width: 145px;
  }
  #app .mobile .carrusel .item.item2 .img {
    margin-top: 25px;
  }
  #app .mobile .carrusel .item.item3 .img{
    height: 135px;
  }
  #app .mobile .carrusel .item.item3 .img .cositas{
    margin-top: 23px;
    width: 110px;
  }
  #app .mobile .carrusel .item.item3 .img .mascara{
    display: block;
    position: absolute;
    top: 37px;
    left: 87px;
    width: 10px;
    z-index: 1;
    overflow: hidden;
    animation-name: rutita;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  @keyframes rutita{
    0%{
      width: 20px;
      height: 0px;
    }
    50%{
      width: 25px;
      height: 108px; 
    }
    100%{
      width: 70px;
      height: 85px;
    }
  }
  #app .mobile .carrusel .item.item3 .img .mascara .rutita{
    position: relative;
    display: block;
    margin: 0px;
    width: 70px;
    height: 85px;
  }
  #app .mobile .carrusel .item.item4 .img{
    margin-top: 0px;
    transform: scale(.65);
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
  }
  #app .mobile .carrusel .item.item5 .img .manito{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 24px;
  }
  #app .mobile .carrusel .item.item5 .img .monito{
    position: relative;
    float: right;
    width: 108px;
  }
  #app .mobile .carrusel .item.item6 .img .manito{
    width: 100px;
  }
  #app .mobile .carrusel .item.item6 .img .circulito{
    right: 8px;
    width: 96px;
  }
}
@media screen and (min-width: 768px) and (min-height: 725px){
  #app .mobile{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px){
  #app nav.left-numbers{
    left: 200px;
  }
  #app nav.right-numbers{
    right: 200px;
  }
}

/* Beneficios */

#beneficio{
  background-color: #00a1de;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
#beneficio h2{
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #fff;
  text-align: center;
  font-size: 28px;
}
#beneficio h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
#beneficio .nube1, #beneficio .nube2, #beneficio .nube3, #beneficio .nube4{
  position: absolute;
  width: 62px;
  height: 26px;
  background-image: url(../images/shape-nube1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
#beneficio .nube2{
  display: none;
}
#beneficio .nube5, #beneficio .nube6, #beneficio .nube7, #beneficio .nube8{
  position: absolute;
  width: 214px;
  height: 126px;
  background-image: url(../images/shape-nube2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
#beneficio .nube1{
  top: 100px;
  left: 0px;
  opacity: .3;
  animation-name: one;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes one{
  0%{
    margin-left: 0%;
  }
  100%{
    margin-left: 100%;
  }
}
#beneficio .nube2{
  top: 200px;
  right: 0px;
  animation-name: two;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes two{
  0%{
    margin-right: 0%;
  }
  100%{
    margin-right: 100%;
  }
}
#beneficio .nube3{
  top: 200px;
  left: 140px;
  opacity: .2;
  animation-name: three;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes three{
  0%{
    margin-left: 0%;
  }
  100%{
    margin-left: 100%;
  }
}
#beneficio .nube4{
  top: 350px;
  right: 140px;
  animation-name: four;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes four{
  0%{
    margin-right: 0%;
  }
  100%{
    margin-right: 100%;
  }
}
#beneficio .nube5{
  top: 140px;
  right: 0px;
  opacity: .7;
  animation-name: five;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes five{
  0%{
    margin-right: 0%;
  }
  100%{
    margin-right: 100%;
  }
}
#beneficio .nube6{
  top: 240px;
  left: 50px;
  opacity: .3;
  animation-name: six;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
@keyframes six{
  0%{
    margin-left: 0%;
  }
  100%{
    margin-left: 100%;
  }
}
#beneficio .lista_beneficios{
  position: relative;
  display: block;
  margin: 50px auto 0px auto;
  height: 280px;
  z-index: 3;
}
#beneficio .lista_beneficios .owl-dots{
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 20px;
  text-align: center;
}
#beneficio .lista_beneficios .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 15px 0px 15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#beneficio .lista_beneficios .owl-dots .owl-dot.active{
  background-color: #00a1de;
}
#beneficio .beneficio{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#beneficio .beneficio:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#beneficio .beneficio img{
  position: absolute;
  left: 50%;
  z-index: 2;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#beneficio .control img{
  top: -27px;
  margin-left: -85px;
  width: 170px;
}
#beneficio .rapido img{
  top: -17px;
  margin-left: -90px;
  width: 180px;
}
#beneficio .seguro img{
  top: -22px;
  margin-left: -80px;
  width: 160px;
}
#beneficio .beneficio .contenido{
  position: absolute;
  margin: 0px;
  width: 250px;
  height: 250px;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  background-color: #fff;
  overflow: hidden!important;
}
#beneficio .beneficio h2{
  position: relative;
  display: block;
  margin: 100px 0px 0px 0px;
  width: 100%;
  height: 35px;
  background-color: #ed2939;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}
#beneficio .beneficio h2:after{
  width: 0;
}
#beneficio .beneficio p{
  position: relative;
  display: block;
  margin: 10px auto 0px auto;
  font-family: 'Conv_Gotham-Book';
  color: #00a1de;
  font-size: 11px;
  width: 80%;
}
#beneficio .ciudad{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 143px;
  background-image: url(../images/bgCiudad.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#beneficio .ciudad:before{
  position: absolute;
  display: block;
  content: ' ';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 59px;
  background-color: #adadad;
}
#beneficio .ciudad .camion{
  position: absolute;
  bottom: 50px;
  width: 80px;
  height: 46px;
  animation-name: camionazo;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
@keyframes camionazo{
  0%{
    left: -80px;
  }
  100%{
    left: 100%;
  }
}
#beneficio .ciudad .camion .ruedas_traseras{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 1;
}
#beneficio .ciudad .camion .camioncito{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 2;
  animation-name: movicamion;
  animation-duration: .2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
@keyframes movicamion{
  0%{
    top: 0px;
  }
  100%{
    top: -1px;
  }
}
#beneficio .ciudad .camion .ruedas_delanteras{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 46px;
  z-index: 3;
}
@media screen and (min-width: 768px){
  #beneficio{
    padding-bottom: 0px;
  }
  #beneficio .row, #beneficio .col-xs-12{
    height: 100%;
  }
  #beneficio .lista_beneficios{
    margin-top: 65px;
  }
  #beneficio .beneficio{
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 25px 0px 25px;
    width: 200px;
    height: 200px;
  }
  #beneficio .beneficio .contenido{
    width: 200px;
    height: 200px;
  }
  #beneficio .beneficio.control{
    margin-left: 0px;
  }
  #beneficio .beneficio.seguro{
    margin-right: 0px;
  }
  #beneficio .nube3{
    top: 400px;
    left: 250px;
  }
  #beneficio .nube4{
    top: 600px;
    right: 140px;
  }
  #beneficio .nube5{
    top: 250px;
    right: 200px;
  }
  #beneficio .nube6{
    top: 460px;
    right: 100px;
  }
  #beneficio .control img{
    width: 120px;
    margin-left: -60px;
  }
  #beneficio .rapido img{
    top: -30px;
    width: 140px;
    margin-left: -70px;
  }
  #beneficio .seguro img{
    top: -42px;
    width: 130px;
    margin-left: -65px;
  }
  #beneficio .beneficio h2{
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px){
  #beneficio .beneficio{
    margin: 0px 30px 0px 30px;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
  } 
  #beneficio .beneficio .contenido{
    width: 250px;
    height: 250px;
    border-radius: 250px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
  }
  #beneficio .control img{
    margin-left: -75px;
    width: 150px;
  }
  #beneficio .rapido img{
    width: 170px;
    margin-left: -85px;
  }
  #beneficio .seguro img{
    width: 160px;
    margin-left: -80px;
  }
  #beneficio .beneficio h2{
    margin-top: 85px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
  }
  #beneficio .beneficio p{
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px){
  #beneficio .beneficio{
    margin: 0px 40px 0px 40px;
  } 
}
@media screen and (min-width: 768px) and (min-height: 675px){
  #beneficio .lista_beneficios{
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) and (max-height: 623px){
  #beneficio .ciudad{
    height: 123px;
  }
  #beneficio .ciudad:before{
    height: 39px;
  }
  #beneficio .ciudad .camion{
    bottom: 30px;
  }
}



/* Videos */

#media{
  background-image: url(../images/bgVideos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  text-align: center;
}
#media h2{
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #fff;
  text-align: center;
  font-size: 28px;
}
#media h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
#media .carrusel_videos{
  position: relative;
  display: block;
  margin: 50px auto 50px auto;
  width: 100%;
  height: 220px;
}
#media .carrusel_videos .item{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 280px;
  height: 200px;
  background: transparent;
}
#media .carrusel_videos .item .video{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#media .carrusel_videos .item .video button{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0px 0px -45px;
  width: 90px;
  height: 90px;
  background-image: url(../images/playIcn.png);
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00a1de;
  border:0px; 
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  cursor: pointer;
  z-index: 10;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#media .carrusel_videos .item:hover .video button{
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
}
#media .carrusel_videos .owl-dots{
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -20px;
  width: 160px;
  height: 20px;
  z-index: 12;
  text-align: center;
}
#media .carrusel_videos .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 10px 0px 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#media .carrusel_videos .owl-dots .owl-dot.active{
  background-color: #00a1de;
}
@media screen and (min-width:768px){
  #media{
    padding-bottom: 0px;
  }
  #media .row, #media .col-xs-12{
    height: 100%;
  }
  #media .carrusel_videos{
    height: 425px;
  }
  #media .carrusel_videos .item{
    width: 640px;
    height: 400px;
  }
  #media .carrusel_videos .owl-dots{
    width: 240px;
    margin-left: -120px;
  }
  #media .carrusel_videos .owl-dots .owl-dot{
    margin: 0px 20px 0px 20px;
  }
}


/* Preguntas Frecuentes */

#faq{
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
#faq h2{
  position: relative;
  display: inline-block;
  margin: 10px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #00a1de;
  text-align: center;
  font-size: 20px;
}
#faq h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #00a1de;
}
#faq ul{
  position: relative;
  display: block;
  margin: 45px auto 0px auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px;
  list-style: none;
}
#faq ul li{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
#faq ul li p.pregunta{
  position: relative;
  display: block;
  min-height: 66px;
  padding: 10px 60px 10px 10px;
  background-color: #fff;
  border: 1px solid #00a1de;
  cursor: pointer;
  text-align: left;
  color: #00a1de;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 14px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#faq ul li.open p.pregunta{
  background-color: #00a1de;
  color: #fff;
}
#faq ul li p.respuesta{
  position: relative;
  display: block;
  height: auto;
  text-align: left;
  padding: 5px 10px 20px 10px;
  color: #00a1de;
  font-family: 'Conv_Gotham-Book';
  font-size: 14px;
  overflow: hidden;
  display: none;
}
#faq ul li:after{
  position: absolute;
  display: block;
  content: '+';
  color: #ed2939;
  font-size: 50px;
  line-height: 50px;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 66px;
  background-color: #fff;
  border: 1px solid #00a1de;
  cursor: pointer;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#faq ul li.open:after{
  content: ' - ';
  color: #fff;
  background-color: #ed2939;
}
@media screen and (min-width:768px){
  #faq{
    padding-bottom: 0px;
  }
  #faq .row, #faq .col-xs-12{
    height: 100%;
  }
  #faq h2{
    font-size: 28px;
  }
  #faq ul li{
    min-height: 50px;
  }
  #faq ul li p.pregunta{
    font-size: 20px;
    text-indent: 25px;
    min-height: 50px;
  }
  #faq ul li p.respuesta{
    font-size: 16px;
    padding: 5px 30px 20px 30px;
  }
  #faq ul li:after{
    position: absolute;
    display: block;
    content: '+';
    color: #ed2939;
    font-size: 50px;
    line-height: 40px;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #00a1de;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
  #faq ul li.open:after{
    content: ' - ';
    color: #fff;
    background-color: #ed2939;
  }
}
@media screen and (min-width: 768px) and (min-height: 700px){
  #faq ul{
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-height: 674px){
  #faq ul li.pregunta{
    font-size: 19px;
    min-height: 45px;
  }
  #faq ul li p.respuesta{
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-height: 624px){
  #faq ul li.pregunta{
    font-size: 18px;
    height: 45px;
  }
  #faq ul li p.respuesta{
    padding-top: 10px;
    font-size: 14px;
  }
}




/* Experiencias */

#testimonios{
  background-color: #e8e8e8;
  padding-bottom: 50px;
  text-align: center;
}
#testimonios h2{
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #00a1de;
  text-align: center;
  font-size: 20px;
}
#testimonios h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #00a1de;
}
#testimonios ul{
  position: relative;
  display: block;
  margin: 50px auto 0px auto;
  list-style: none;
  padding: 0px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#testimonios ul li{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
}
#testimonios ul li figure{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 375px;
  height: 225px;
}
#testimonios ul li div{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  padding: 25px 15px 25px 15px;
  width: 100%;
  max-width: 375px;
  background-color: #00a1de;
}
#testimonios ul li div:before{
  position: absolute;
  display: block;
  content: ' ';
  top: -25px;
  left: 50%;
  margin-left: -37px;
  width: 75px;
  height: 25px;
  background-image: url(../images/shape-xs.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#testimonios ul li div p{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#testimonios ul li div h3{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  font-family: 'Conv_Gotham-Book';
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width:768px){
  #testimonios{
    padding-bottom: 0px;
  }
  #testimonios .row, #testimonios .col-xs-12{
    height: 100%;
  }
  #testimonios h2{
    font-size: 28px;
  }
  #testimonios ul li{
    text-align: center;
    width: 675px;
    margin: 0px auto 14px auto;
  }
  #testimonios ul li:last-child{
    margin-bottom: 0px;
  }
  #testimonios ul li figure, #testimonios ul li div{
    float: left;
    height: 175px;
  }
  #testimonios ul li figure{
    width: 300px;
  }
  #testimonios ul li:nth-child(2n) figure{
    float: right;
  }
  #testimonios ul li:nth-child(2n) div{
    float: left;
  }
  #testimonios ul li div:before{
    background-image: url(../images/shape-md.png);
    width: 60px;
    height: 43px;
    top: 50%;
    left: -22px;
    margin-top: -22px;
  }
  #testimonios ul li:nth-child(2n) div:before{
    background-image: url(../images/shape-md.png);
    width: 60px;
    height: 43px;
    top: 50%;
    left: auto;
    right: -60px;
    margin-top: -22px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
}
@media screen and (min-width: 992px){
  #testimonios ul{
    margin-top: 50px;
  }
  #testimonios ul li{
    width: 825px;
  }
  #testimonios ul li div{
    width: 525px;
    max-width: 100%;
  }
  #testimonios ul li div p{
    font-size: 24px;
  }
  #testimonios ul li div h3{
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px){
  #testimonios ul li div p{
    font-size: 26px;
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (min-width: 992px) and (max-height: 774px){
  #testimonios ul li figure, #testimonios ul li div{
    height: 160px;
  }
}
@media screen and (min-width: 992px) and (max-height: 714px){
  #testimonios ul{
    margin-top: 35px;
  }
  #testimonios ul li figure, #testimonios ul li div{
    height: 150px;
  }
  #testimonios ul li div p{
    font-size: 24px;
  }
  #testimonios ul li div h3{
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-height: 699px){
  #testimonios h2{
    margin-top: 110px;
  }
  #testimonios ul{
    margin-top: -5px;
    transform: scale(.85);
  }
}


/* Si eres repartidor */

#final{
  background-color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
#final h2{
  position: relative;
  display: inline-block;
  margin: 50px auto 0px auto;
  font-family: 'Conv_GothamHTF-Bold';
  color: #00a1de;
  text-align: center;
  font-size: 20px;
}
#final h2:after{
  position: absolute;
  display: block;
  content: ' ';
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #00a1de;
}
#final h3{
  position: relative;
  display: block;
  margin: 50px auto 0px auto;
  max-width: 650px;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 14px;
  color: #5d5d5d;
}

#final h3 a{
  color: #ed2939;
  text-decoration: none;
}

#final ul{
  position: relative;
  display: block;
  margin: 25px auto 0px auto;
  list-style: none;
  padding: 0px;
  list-style: none;
}
#final ul li{
  position: relative;
  display: block;
  margin: 0px auto 15px auto;
  font-family: 'Conv_Gotham-Book';
  color: #5d5d5d;
  font-size: 13px;
  text-align: center;
}
#final ul li:before{
  position: relative;
  float: left;
  display: block;
  content: ' ';
  margin-right: 5px;
  margin-top: 5px;
  width: 8px;
  height: 8px;
  background-color: #00a1de;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.btn-fin a{
  position: relative;
  display: block;
  margin: 50px auto 50px auto;
  width: 260px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background-color: #ed2939;
  border: 4px solid #ed2939;
}
.btn-fin a span{
  position: relative;
  display: block;
  z-index: 2;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#final a.goUp{
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 50px;
  height: 70px;
  font-size: 12px;
  color: #ffffff;
  background: #00a1de;
  border: 0px;
  font-family: 'Conv_GothamHTF-Bold';
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
}
#final a.goUp:before{
  content: "";
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  margin: 0px auto 0px auto;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../images/goUp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00a1de;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
@media screen and (min-width: 768px){
  #final{
    padding-bottom: 0px;
  }
  #final .row, #final .col-xs-12{
    height: 100%;
  }
  #final h2{
    font-size: 28px;
  }
  #final h3{
    font-size: 22px;
    line-height: 24px;
  }
  #final ul li{
    font-size: 18px;
  }
  #final ul li:nth-child(1){
    width: 660px;
  }
  #final ul li:nth-child(2){
    width: 750px;
  }
  #final ul li:nth-child(3){
    width: 710px;
  }
  #final ul li:before{
    margin-top: 9px;
  }

  .btn-fin a:before{
    position: absolute;
    display: block; 
    content: ' ';
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: #fff;
    z-index: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
  }
 .btn-fin a:hover:before{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
 .btn-fin a:hover span{
    color: #ed2939;
  }
 #final a.goUp:hover:before{
    width: 50px;
    height: 50px;
  } 
}

#cobertura {
  margin-top: 30px;
}

#cobertura h2 {
  position: relative;
  width:100%;
  color:#fff;
  background-color: #00a1de;
  padding: 15px 0 15px 0;
  font-family: 'Conv_GothamHTF-Bold';
  font-size: 20px;
  text-align: center;
  margin: 0;
}
#cobertura h2:after {
  position: absolute;
  content: " ";
  width: 100px;
  display: block;
  height: 2px;
  background-color: #fff;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
}

#cobertura ul {
  padding: 0;
  margin: 0;
}

#cobertura ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #00a1de;
  color:#00a1de;
  font-family: 'Conv_Gotham-Book';
}

#cobertura ul li a {
  text-decoration: none;
  padding: 8px 0;
}

#cobertura ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

#faq .owl-prev{
  position: absolute;
  left: 4px;
  width: 45px;
  top: 200px;
  height: 120px;
  background: url(../images/nav-arrow.png);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  border: 0px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
  display: none;
}
#faq .owl-next{
  position: absolute;
  right: 4px;
  width: 45px;
  top: 200px;
  height: 120px;
  background: url(../images/nav-arrow.png);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  border: 0px;
  overflow: hidden;
  cursor: pointer;
  z-index: 100;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: none;
}
#app .mobile .owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 20;
}
#faq .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 8px 0px 8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #00a1de;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#faq .owl-dots .owl-dot.active{
  background-color: #00a1de;
}


@media screen and (min-width: 768px){
  #cobertura h2 {
    position: relative;
    width:100%;
    color:#00a1de;
    padding: 10px 0 15px 0;
    font-family: 'Conv_GothamHTF-Bold';
    font-size: 30px;
    text-align: center;
    position: absolute;
    margin-top: 15px;
    background-color: transparent; !important;
    z-index: 50;
  }
  #cobertura h2:after {
    position: absolute;
    content: " ";
    width: 150px;
    display: block;
    height: 4px;
    background-color: #00a1de;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
  }
}


/*CSS cobertura li*/
.listado-regiones {
  width: 300px;
  height: 108px;
  left: 0;
  top: 50%;
  margin-top: -54px;
  position: absolute;
  z-index: 90000; 
  display: block;
  background-color: #fff;
}

.listado-regiones li {
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -web-transition: all ease .4s;
}

.active-regiones {
  background-color: #00a1de;
  color: #ffffff;
}

#cobertura ul li.active-regiones a{
  color: #fff;
}


.listado-regiones li:hover {
  background-color: #00a1de;
  color: #ffffff !important;
}

.listado-regiones li a {
  display: inline-block;
  width: 100%;
}

.listado-regiones li.titulo {
  background-color: #00a1de;
  color: #fff !important;
  padding: 8px 0;
}

.titulo-regiones {
  background-color: #8cc4d9;
  color: #fff !important;
  padding: 8px 0;
}

.mobile ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #00a1de;
  color:#00a1de;
  font-family: 'Conv_Gotham-Book';
  padding: 8px 0;
}

@media screen and (max-width: 768px){
  .listado-regiones {
    display: none;
  }
}
/*CSS cobertura li*/




/* PÃ¡gina de Respuesta desde un email */

#home_response{
    background-image: url(../images/bgInicio.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
#home_response h1{
  position: relative;
  display: block;
  margin: 0px auto 10px auto;
  width: 280px;
  height: 56px;
  background-image: url(../images/logo-gasconnect2.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
#home_response p{
  position: relative;
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
  font-family: 'Conv_GothamHTF-Bold';
  color: #00a1de;
  font-size: 18px;
  line-height: 24px;
}
#home_response img{
  position: relative;
  display: block;
  margin: 5px auto 5px auto;
  width: 90px;
  height: auto;
}
#home_response span{
  position: relative;
  display: block;
  margin: 50px auto 0px auto;
  text-align: center;
  font-family: 'Conv_Gotham-Book';
  color: #00a1de;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px){
  #home_response h1{
    margin-top: 0px;
    margin-bottom: 20px;
    width: 382px;
    height: 77px;
  }
  #home_response p{
    font-size: 20px;
  }
  #home_response span{
    margin-top: 150px;
  }
}

.home-car {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 40%;
  top: 59px;
  left: 0;
}

.home-car .fotos-banner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.home-cel {
    display: block;
    position: absolute;
    overflow: visible;
    width: 440px;
    height: 330px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -240px;
    z-index: 90;
    background-color: transparent;
}
.home-cel:before {
    height: 0;
    position: absolute;
    border-width: 0 0 50px 400px;
    border-style: solid;
    border-color: transparent #00a1de #00a1de transparent;
    display: block;
    content: ' ';
    width: 100%;
    margin: -20px -15px 0px -15px;
    z-index: 0;
}
.home-cel img.cel {
  position: relative;
  width: 100%;
  z-index: 2;
}

.btns-apps {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 260px;
  height: auto;
}

.btns-apps a {
  display: block;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  width: 120px;
  float: left;

}

.btns-apps a img {
  width: 100%;
}
.btns-apps a:last-child{
  margin-right: 0;
}

@media screen and (min-width: 414px){
  .home-cel{
    width: 100%;
    padding: 0px 15px 0px 15px;
  }
  .home-cel:before{
    height: 0;
    position: absolute;
    border-width: 0 0 50px 640px;
    border-style: solid;
    border-color: transparent #00a1de #00a1de transparent;
    display: block;
    content: ' ';
    width: 100%;
    margin: -20px 0px 0px 0px;
    z-index: 0;
  }
}
@media screen and (min-width: 640px){
  .home-cel{
    height: 340px;
  }
}
@media screen and (max-width: 767px){
  .home-car {
    position: relative;
    height: 200px;
    top: 59px;
  }

  .home-car .fotos-banner {
    height: 200px;
  }

  .home-cel {
    position: relative;
    width: 90%;
    margin-left: 5%;
    left: 0;
    height: 290px;
    float: left;
    margin-top: 30px;
  }

  .btns-apps {
    right: auto;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
  }

  .btns-apps a {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .btns-apps a img {
    width: 100%;
  }
  .btns-apps a:last-child{
    margin-right: 0;
  }

}

@media screen and (min-width: 768px){
  .home-car{
    position: relative;
    display: block;
    margin: 0px;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 50%;
    height: 100%;
    float: left;
  }
  .home-cel{
    position: relative;
    display: block;
    margin: 0px;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 50%;
    height: 100%;
    float: right;
  }
  .home-car .fotos-banner{
    height: 100%;
  }
  .home-car .owl-stage-outer, .home-car .owl-stage, .home-car .owl-item{
    height: 100%;
  }
  .home-cel:before{
    height: 100%;
    position: absolute;
    border-width: 20px 1000px 1500px 100px;
    border-style: solid;
    border-color: transparent #00a1de #00a1de transparent;
    display: block;
    content: ' ';
    top: 0px;
    width: 0;
    margin: 0px;
    z-index: 0;
    left: -110px;
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
  }
  
  .home-cel .centerThisNew{
    position: relative;
    display: block;
    margin: 0px auto 0px -70px;
    height: auto;
    overflow: hidden;
  }
  .home-cel img.cel{
    width: 350px;
    margin: 0px auto 0px auto;
  }
  .btns-apps {
    display: block;
    position: relative;
    bottom: 0;
    width: 260px;
    height: auto;
    margin: 25px auto 0px auto;
  }
}
@media screen and (min-width: 992px){
  .home-cel img.cel{
    width: 425px;
  }
}
@media screen and (min-width: 1220px){
  .home-cel .centerThisNew{
    margin-left: -110px;
  }
  .home-cel img.cel{
    width: 500px;
  }
}
@media screen and (min-width: 1220px){
  .home-cel .centerThisNew{
    margin-left: -110px;
  }
  .home-cel img.cel{
    width: 570px;
  }
}
@media screen and (min-width: 1500px){
  .btns-apps{
    left: -50px;
  }
}
@media screen and (min-width: 1700px){
  .btns-apps {
    left: -90px;
  }
}
