@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800');

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img.imgResponsive{
  width: 100%;
}

.img-display{
  display: none;
}

#titleHead{
  -webkit-animation-delay: .5s;
}

body{
  font-family: 'TT Commons';
  font-weight: 300;
  font-style: normal;
  color: #2D414D;
  font-size: 18px;
}

h1{
  color: #2D414D;
  font-family: 'TT Commons';
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase;
}

h2{
  color: #2D414D !important;
  font-family: 'TT Commons';
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  text-transform: uppercase;
}

h3{
  color: #69808E !important;
  font-family: 'TT Commons';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}

h4 {
  color: #69808E !important;
  font-family: 'TT Commons';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
}

.titleBold{
  font-weight: 600;
}

.textBold{
  font-weight: 600;
}

a{
  color: #4fbca7;
  text-decoration: none;
}

a:hover{
  color: #7e8080;
}

.translate{
  margin-bottom: 2px;
  width: 20px;
}

.btn{
  border-radius: 6px;
}

.marginTop{
  margin-top: 90px;
}

.marginBottom{
  margin-bottom: 60px;
}

/*///// FOOTER /////*/
.footer{
  padding: 50px 0;
  background: #4BBFA7;
}

.footer .logo-footer{
  text-align: left;
}

.footer  img.logo-footer{
  margin-top: 40px;
  margin-bottom: 20px;
  width: 120px;
}

.footer ul{
  color: #ffffff;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}

.footer ul li{
  display: inline;
  display: block;
  line-height: 2;
}

.footer ul li a{
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.footer ul li a:hover{
  color: #2D414D;
}

.footer ul.social{
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.footer ul.social li{
  display: inline;
  margin-right: 20px;
}

.footer ul.submenu{
  margin-top: 35px;
}

.footer p.text-downapp{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}


a.social-fb{
  background-size: 58px !important;
}

a.social-tw{
  background-size: 58px !important;
}

a.social-ins{
  background-size: 58px !important;
}

a.social-medium{
  background-size: 58px !important;
}

.social-fb{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin-top: 20px;
  display: inline-block;
  background: url('../img/redes.png') 0 0;
  background-size: 58px;
  overflow: hidden;
}


a.social-fb:hover{
  background: url('../img/redes.png') -29px 0px;
}

.social-tw{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin-top: 20px;
  display: inline-block;
  background: url('../img/redes.png') 0 -29px;
  background-size: 58px;
  overflow: hidden;
}

a.social-tw:hover{
  background: url('../img/redes.png') -29px -29px;
}

.social-ins{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin-top: 20px;
  display: inline-block;
  background: url('../img/redes.png') 0 -58px;
  background-size: 58px;
  overflow: hidden;
}

a.social-ins:hover{
  background: url('../img/redes.png') -87px -58px;
}

.social-medium{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin-top: 20px;
  display: inline-block;
  background: url('../img/redes.png') 0 -87px;
  background-size: 58px;
  overflow: hidden;
}

a.social-medium:hover{
  background: url('../img/redes.png') -145px -87px;
}

.social-linkedin{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  margin-top: 20px;
  display: inline-block;
  background: url('../img/redes.png') 0 -116px;
  background-size: 58px;
  overflow: hidden;
}

a.social-linkedin:hover{
  background: url('../img/redes.png') -145px -116px;
  background-size: 58px;
}

.miembrosMaas{
  margin-top: 0px;
}

.miembrosMaas p{
  color: #ffffff;
  font-size: 16px;
}

.miembrosMaas img{
  margin-left: 8px;
  width: 60px;
}

/*/// BOTONES ///*/
.btn-green{
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 18px 4px 18px;
  background: rgb(68,192,167);
  background: linear-gradient(90deg, rgba(68,192,167,1) 0%, rgba(81,206,180,1) 100%);
  border-radius: 6px;
  text-decoration: none;
}
.btn-green:focus{
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 18px 4px 18px;
  background: rgb(68,192,167);
  background: linear-gradient(90deg, rgba(68,192,167,1) 0%, rgba(81,206,180,1) 100%);
  border-radius: 6px;
  text-decoration: none;
  outline: none !important;
}
.btn-green:hover{
  background: rgb(81,206,180);
  background: linear-gradient(90deg, rgba(81,206,180,1) 0%, rgba(81,206,180,1) 100%);
  color: #ffffff;
  text-decoration: none;
}
.btn-green:active{
  color: #ffffff;
  background: rgb(68,175,154);
  background: -moz-linear-gradient(top, rgb(68,175,154) 0%, rgb(83,192,170) 100%);
  background: -webkit-linear-gradient(top, rgb(68,175,154) 0%,rgb(83,192,170) 100%);
  background: linear-gradient(to bottom, rgb(68,175,154) 0%,rgb(83,192,170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44af9a', endColorstr='#53c0aa',GradientType=0 );
  text-decoration: none;
}

.btn-gray{
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 18px 4px 18px;
  background: rgb(116,139,153);
  background: linear-gradient(90deg, rgba(116,139,153,1) 0%, rgba(131,156,172,1) 100%);
  border-radius: 6px;
  text-decoration: none;
}

.btn-gray:focus{
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 18px 4px 18px;
  background: rgb(116,139,153);
  background: linear-gradient(90deg, rgba(116,139,153,1) 0%, rgba(131,156,172,1) 100%);
  border-radius: 6px;
  text-decoration: none;
  outline: none !important;
}
.btn-gray:hover{
  background: rgb(116,139,153);
  background: linear-gradient(90deg, rgba(116,139,153,1) 0%, rgba(131,156,172,1) 100%);
  color: #ffffff;
  text-decoration: none;
}
.btn-gray:active{
  color: #ffffff;
  background: rgba(116,139,153,1);
  text-decoration: none;
}


/*/// INDEX ///*/
.backWaveGray{
  background-image: url('../img/back-gray.png');
  background-position: 0 120px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.headerIndexTop{
  margin-top: 120px;
  margin-bottom: 60px;
}

.textIndexTop{
  margin-top: 120px;
}

.textMarginHome{
  margin-top: 100px;
}

.leftIndex{
  float: left;
}

.rightIndex{
 float: right;
}

.textMarginServicios{
  margin-top: 80px;
}

/*/// Soluciones Tecnologicas ///*/
.textWLTop{
  margin-top: 70px;
}

.backWave{
  padding-top: 60px;
  background-image: url('../img/back-gray-footer.png');
  background-position: center -50px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.textInfoFooter{
  margin-top: 140px;
}

/*////// DESCARGA LA APP //////*/
p.text-downapp{
  color: #4bbea8;
  /*color: white;*/ /*DARK*/
  margin-top: 1em !important;
  font-weight: 800;
}

a.download-app{
  margin-right: 10px;
  margin-bottom: 10px;
}

a.download-app img{
  width: 120px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 13px 12px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.text-ruta{
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px !important;
}

/* this CS forms the triangles */
.como-funciona-detail .left:after,
.como-funciona-detail .left:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.como-funciona-detail .left:after {
    top: 35px;
    border-color: transparent transparent transparent #f8f8f8;
    border-width: 10px;
}

/* this border color controlls the outside, thin border */
.como-funciona-detail .left:before {
    top: 34px;
    border-color: transparent transparent transparent #e0e0e0;
    border-width: 11px;
}

.como-funciona-detail .right{
  left: -50px;
  text-align: left;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* this CS forms the triangles */
.como-funciona-detail .right:after,
.como-funciona-detail .right:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.como-funciona-detail .right:after {
    top: 35px;
    border-color: transparent #f8f8f8 transparent transparent;
    border-width: 10px;
}

/* this border color controlls the outside, thin border */
.como-funciona-detail .right:before {
    top: 34px;
    border-color: transparent #e0e0e0 transparent transparent;
    border-width: 11px;
}

.content-buen-viaje{
  background: #768A96;
  overflow: hidden;
}

.buen-viaje h1{
  color: #ffffff;
  text-transform: uppercase;
}

.buen-viaje h1 span{
  color: #ffffff;
}

.buen-viaje-info{
  margin-top: 60px;
}

.buen-viaje-info p{
  color: #ffffff;
  font-weight: 700;
}

.buen-viaje-info img{
  width: 60%;
}

.carousel-indicators{
  bottom: -40px;
}

.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}

.carousel-inner .item p{
  color: #fff;
  font-weight: 600;
}

.carousel-inner .item{
  height: 110px;
  padding-top: 20px;
}

.carousel-control{
  width: 0%;
}

.item-text-right{
  text-align: right;
}


/*////// COBERTURA //////*/
.map{
  height: 400px;
  width: 100%;
}

.mapaCobertura{
  width: 100%;
  height: 700px;
  margin: 30px auto 0 auto;
}

.map_canvas{
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
}

.size_canvas{
  width: 100%;
  height: 100%;
}

.rutas{
  clear: both !important;
  padding: 20px 0 30px 0;
  width: 100%;
}

.rutas .panel{
  border-radius: 0px;
}

.rutas .panel-default .jetty{
  color: #fff;
  background-color: #4abfa8;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 60px;
  text-align: center;
}

.rutas .panel-default .svbus{
  color: #fff;
  background-color: #623c98 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 60px;
  text-align: center;
}

.rutas .panel-default .rutasunidas{
  color: #ffffff;
  background-color: #0B5C40;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 60px;
  text-align: center;
}

.rutas .panel-default .electrico{
  color: #ffffff;
  background-color: #8dc63f;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  height: 60px;
  text-align: center;
}

.rutas .panel-title{
  font-size: 18px;
  font-weight: 800;
}

.rutas .panel-body img{
  width: 100%;
}

.panel-body{
  padding: 0;
}

.rutas-app{
  padding: 0;
}

.rutas-app .panel-body{
  padding: 0;
}

.rutas-app .map_canvas{
  height: 200px;
}


.vermapa{
  font-size: 15px;
}

.dondevas{
  margin-top: 50px;
}

.conocesvbus{
  position: relative;
  top: 31px;
  left: -80px;
}

.logosvbus{
  position: relative;
  top:-5px;
}

.btn-rutas{
  border: none;
  margin: 0;
  padding: 0;
}

.modal-title{
  color: #596972;
  font-weight: 700;
}

.modal-body{
  padding: 0;
}

.modal-footer p{
  margin: 0;
}

ul.nuevas-rutas{
  list-style: none;
  padding: 0;
}

ul.nuevas-rutas li{
  width: 100%;
}

ul.nuevas-rutas li .btn-ruta{
  border: none;
  border-radius: 3px;
  background: rgb(79,204,185);
  background: -moz-linear-gradient(top, rgba(79,204,185,1) 12%, rgba(68,175,154,1) 100%);
  background: -webkit-linear-gradient(top, rgba(79,204,185,1) 12%,rgba(68,175,154,1) 100%);
  background: linear-gradient(to bottom, rgba(79,204,185,1) 12%,rgba(68,175,154,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fccb9', endColorstr='#44af9a',GradientType=0 );
  color: white;
  height: 60px;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 5px;
  width: 100%;
}

ul.nuevas-rutas li .btn-ruta:focus{
  outline:0;
}

.paradas{
  color: #768A96;
  clear: both;
  list-style: none;
  margin: 20px 0;
  padding: 20px;
}

/*////// ORGANIZACIONES //////*/
.organizaciones{
  margin-top: 150px;
  margin-bottom: 50px;
}


.organizaciones img{
  margin: 0;
  width: 100%;
}

.valor{
  margin-bottom: 40px;
}

.valor h2{
  color: white;
}

.valor p{
  margin-bottom: 60px;
  color: white;
}

.valor .btn{
  margin-top: 0px;
}

.porque-content{
  padding: 0px 0 100px 0;
  overflow: hidden;
}

.porque-content h2,h3{
  color: #69808E !important;
}

ul.clientes{
  padding: 0;
  padding-bottom: 30px;
}

ul.clientes li{
  display: inline;
  padding: 0 10px;
}

ul.clientes li img{
  width: 140px;
}

.iconoSeguridad{
  margin-top: 24px;
  margin-bottom: 14px;
  width: 150px;
}

.iconoSeguridad-100{
  margin-top: 24px;
  margin-bottom: 14px;
  width: 100px;
}

.textGray{
  color: #2D414D !important;
}

.textWhite{
  color: white !important;
}

/*////// QUIENES //////*/
.quienes{
  padding-top: 140px;
  padding-bottom: 80px;
  margin-bottom: 40px;
}

.quienes h1{
  color: white;
}
.quienes h2{
  color: white;
}
.quienes h3{
  color: white;
}

.quienes-content{
  margin-top: -130px;
}

.quienes-content p{
  color: #7e8080;
}

img.mountain{
  width: 300px;
}

.nosotros{
  background-color: #49bda7;
}

.nosotros h1,h3,p{
  color: #ffffff;
}

.nosotros h1{
  margin-bottom: 30px;
}

.equipo p{
  color: #ffffff;
  opacity: 0.8;
}

.nosotros img{
  width: 60%;
  border-radius: 5px;
}

.alianzas-content{
  margin-top: 0px;
}

.alianzas-content h1{
  color: #7e8080;
}

ul.alianzas{
  padding: 0;
  padding-bottom: 30px;
}

ul.alianzas li{
  display: inline;
  padding: 0 10px;
  float: left;
}

ul.alianzas li img{
  width: 150px;
}


img.logos{
  width: 100%;
}

.mobility{
  margin-top: 80px;
  margin-bottom: 50px;
}

.mobility img{
  width: 100%;
}

.mobility p{
  color: #7e8080;
}

.reconocimientos{
  margin-top: 50px;
  margin-bottom: 50px;
}

.reconocimientos h1{§
  color: #7e8080;
}

.reconocimientos img{
  width: 100%;
}

/*////// BENEFICIOS //////*/
.beneficios{
  padding: 90px 0;
}

.beneficios h1{
  color: #ffffff;
}

.beneficios .uno{
  margin: 40px 0;
}

.beneficio{
  padding: 15px;
}

.beneficio img{
  width: 50%;
}

.beneficio p{
  color: #ffffff;
}

ul.beneficiosList{
  list-style: none;
  padding: 0;
}

ul.beneficiosList li{
  margin-bottom: 30px;
  float: left;
  padding: 10px;
  width: 33%;
}

ul.beneficiosList li h3{
  font-weight: 700;
}

ul.beneficiosList li div{
  width: 100%;
}

ul.beneficiosList li img{
  width: 100px;
}

ul.listAdicionales{
  padding: 0;
  padding-left: 20px;
}

ul.listAdicionales li{
  margin-bottom: 30px;
}

ul.listSubAdicionales li{
  margin-bottom: 0px !important;
}

/*////// TOURS //////*/
.tour{
  margin-top: 30px;
}

.tour h2{
  color: #ffffff;
}

.tour h3{
  font-weight: 800;
}

.tour p{
  color: #ffffff;
}

.tour img{
  width: 100%
}

.header-modal-muralismo{
  background-image: url('../img/header-modal-muralismo.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
  margin-bottom: 20px;
}

.header-modal-mercado{
  background-image: url('../img/header-modal-mercado.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
  margin-bottom: 20px;
}

.header-modal-santamaria{
  background-image: url('../img/header-modal-santamaria.jpg') !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px;
  margin-bottom: 20px;
}

.title-tours-modal{
  color: #ffffff
}

.form-modal-tours{
  margin-top: 20px;
}

.modal-footer-tours{
  border-top: none;
}

.list-tours{
  list-style: none;
  padding: 0;
}

.info-tours{
  margin-bottom: 40px;
}

.info-tours h3{
  color: #596972;
}

.info-tours p{
  color: #596972;
}

/*////// HEADER TOURS INFO //////*/
figure.header-tours {
  position: relative;
  overflow: hidden;
}

figure.header-tours img.back {
  display: block;
  width: 100%;
  height: auto;
}

.header-tours figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 150px;
}

.header-tours h1{
  color: #ffffff;
}

.tours-content img{
  width: 100%;
}

.tours-content button{
  margin-top: 30px;
}

.info-tour{
  margin-bottom: 0px;
  padding-bottom:50px;
}


/*////// CONDUCTOR O TRANSPORTISTA //////*/
.conductor{
  padding: 50px 0 0 0;
  /*background: #49bda7;*/
  background-image: url('../img/back-beneficios.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.transportista{
  margin-top: 100px;
}

.transportista h2{
  color: white;
}

.transportista h3{
  font-weight: 800
}

.trabajar h2{
  margin-bottom: 40px
}

.preguntas{
  margin-bottom: 80px;
  margin-top: 60px;
}

.panel-default{
  /*border: none !important;*/
}

.panel{
  /*background: transparent !important;*/
}

.panel-default>.panel-heading{
  /*color: white;
  background: transparent;
  border: none;*/
}

.panel-title>a{
  color: #596972;
  font-weight: 600;
}

.panel-title>a:hover{
  color: #4fbca7;
  text-decoration: none;
}

.panel-body{
  color: #596972;
  padding: 10px;
  font-size: 16px;
}

.van-jetty img{
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.conductor h1{
  color: #ffffff;
  text-transform: uppercase;
}

.conductor h2{
  color: #ffffff;
  font-weight: 400;
  margin-top: 30px;
}

.conductor h3{
  color: #ffffff;
  font-weight: 700;
}

.conductor p{
  color: #ffffff;
  margin-bottom: 20px;
}

.conductor img{
  width: 100%;
}

.conductor a{
  margin-bottom: 20px;
  margin-top: 20px;
}

.conductor-request .panel{
  background-color: #f6f6f6;
  min-height: 350px;
}

.conductor-request .panel img{
  width: 100px;
}

.conductor-request .panel h2{
  color: #6171ab;
}

.proceso{
  margin-bottom: 80px;
  margin-top: 50px;
}

.proceso h3,p{
  color: #768A96;
}

.proceso p.lead{
  margin-bottom: 5px;
}

.number{
  margin-bottom: 40px;
}

.number img{
  width: 40px;
}

.number ul li{
  color: #7e8080;
  font-size: 16px;
}

ul.list-transportistas{
  padding: 0;
  padding-bottom: 30px;
}

ul.list-transportistas li{
  display: inline;
  padding: 0 10px;
}

ul.list-transportistas li img{
  width: 100px;
}

ul.list-transportistas li img.big{
  width: 260px !important;
}

/*///// TRANSPORTE CONCESIONAD /////*/
.concesionado{
  margin-top: 100px;
}

.concesionado h1,h2{
  color: #ffffff;
}

.concesionado h3{
  color: #2D414D;
  font-weight: 700;
}

.titleConcesionado{
  color: #ffffff !important;
}

.caracteristicas{
  margin-bottom: 60px;
}

.caracteristicas h2{
  color: #ffffff;
}

.caracteristicas h3{
  color: #ffffff;
}

.caracteristicas ul{
  padding: 0;
  list-style: none;
}

/*///// ERES CONDUCTOR /////*/
.eres-conductor h1{
  color: #596972;
}

ul.requisitos{
  color: #768A96;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.7
}

/*////// PRIVACIDAD //////*/
.privacidad {
  padding-bottom: 80px;
}

.privacidad h1{
  color: #596972;
}

.privacidad h3{
  color: #596972;
  font-weight: 700;
  margin-top: 50px;
}

/*////// FAQs //////*/
.privacidad ol{
  font-size: 18px;
  color: #7e8080;
}

.privacidad ol a{
  color: #4fbca7;
  text-decoration: none;
}

.privacidad ol a:hover{
  color: #7e8080;
}

ul.indice{
  list-style: none;
  padding: 0;
  position: relative;
  top: 30px;
  margin-bottom: 30px;
}

ul.indice li{
  font-size: 18px;
}

.privacidad .typeform{
  margin-top: 50px;
}

/*////// BACKS SUPPORT //////*/
.backgreen-down{
  background: url('../img/back-green-down.png') no-repeat bottom;
  background-size: 100%;
  overflow: hidden;
}

.backgrayblue-down{
  background: url('../img/back-grayblue-down.png') no-repeat bottom;
  background-size: 100%;
  overflow: hidden;
}

.backgreen-up{
  background: url('../img/back-green-up.png') no-repeat bottom;
  background-size: 100%;
}

.space-greenUp{
  width: 100%;
}

.space-greenUp img{
  width: 100%;
}

.eventos{
  padding-top: 50px;
  padding-bottom:30px;
}

.eventos h1{
  color: #2D414D;
}

.tipo-eventos h2,h3{
  color: #69808E !important;
}

.leftRight{
  text-align: right;
}

a.linkPoliticas{
  color: #4BBFA7;
  text-decoration: none;
}

a.linkPoliticas:hover{
  color: #2D414D;
}

/*////// COBERTURA //////*/
.cobertura{
  margin-bottom: 50px;
  margin-top: 90px;
}

.cobertura h1{
  color: #596972;
}

.cobertura h2{
  color: #596972;
  margin-bottom: 30px;
}

.cobertura h3{
  color: #7e8080;
}

.cobertura p{
  margin-top: 30px;
  color: #596972;
}

.cobertura iframe{
  border: none;
  height: 600px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

img.arrow-cobertura{
  opacity: .8;
  width: 15px;
}


/*////// PRENSA //////*/
.prensa {
  padding-bottom: 80px;
}

.prensa .nota{
  margin-bottom: 40px;
}

.prensa h1{
  color: #596972;
}

.prensa h3{
  font-weight: 700;
  margin-top: 30px;
  color: #596972;
}

.logo-medios img{
  width: 100%;
}

.contacta{
  margin-top: 20px;
  text-align: right;
}

/*////// BLOG //////*/
h1.blog-title{
  color: #596972;
}

.blog{
  padding-top: 30px;
  padding-bottom: 100px;
}

.blog ul{
  list-style: none;
  padding: 0;
}

.blog li{
  margin-bottom: 30px;
  height: 400px;
}

.blog h2{
  color: #596972 !important;
  margin-top: 10px;
}

.blog a:hover{
  text-decoration: none;
}

.blog .date_blog{
  color: #adafaf;
}

.blog .post_author{
  color: #adafaf;
}

.blog img{
  margin-top: 20px;
  width: 100%;
}

.post h1{
  color: #4fbca7;
}

.post-content{
  margin-top: 20px;
  margin-bottom: 40px;
}

.post-content h1{
  color: #596972;
}

.post-content h3{
  color: #596972;
  font-weight: 400;
  margin-bottom: 20px;
}

.post-content p{
  color: #768A96;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}

.post-content ul{
  padding-top: 0px;
}

.post-content ul li{
  font-size: 18px;
  color: #7e8080;
  margin-bottom: 20px;
}

.post-content ol{
  padding-top: 0px;
}

.post-content ol li{
  font-size: 18px;
  color: #7e8080;
  margin-bottom: 20px;
}

.post-content img{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.img-conductor{
  width: 30% !important;
}

ul.testimoniales-blog{
  list-style: none;
  padding: 0;
  text-align: center;
}

ul.testimoniales-blog li{
  list-style: none;
  float: left;
  text-align: center;
}

ul.testimoniales-blog li img{
  text-align: center;
  width: 300px;
}

.btn-back{
  font-weight: 700;
}

a.btn-back:hover{
  color: #4fbca7;
  text-decoration: none;
  opacity: 0.7;
}

.shared-panel{
  overflow: auto;
  margin-bottom: 40px;
}
.shared-panel span{
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.shared {
  display: inline-block;
  margin: 5px 0;
  padding: 4px 12px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 3px;
  color: white;
  background: rgb(185, 185, 185);
}

.shared.fb:hover{
  background-color: #3b5999;
  color: white;
  text-decoration: none;
}
.shared.tt:hover{
  background-color: #43BDF0;
  color: white;
  text-decoration: none;
}
.shared.in:hover{
  background-color: #035f8f;
  color: white;
  text-decoration: none;
}
.shared.wa:hover{
  background-color: #0dc143;
  color: white;
  text-decoration: none;
}
.shared.ce:hover{
  background-color: #efa61c;
  color: white;
  text-decoration: none;
}


/*/// VACANTES ///*/
.content-vacantes{
  margin-top: 30px;
}

.vacante{
  padding: 20px;
  background: #f1f3f4;
}

.vacante .btn{
  margin-top: 15px;
}

.descripcion{
  margin-top: 10px;
}

.descripcion p{
  font-size: 16px;
}

.descripcion-btn-aling{
  text-align: right;
}

ul.socios{
  padding: 0;
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

ul.socios li{
  display: inline;
  padding: 0 10px;
  float: left;
  margin-right: 15px;
  margin-left: 15px;
}

ul.socios li img{
  border-radius: 12px;
  width: 150px;
}

/*////// DIFERENCIAS //////*/
.table{
  margin-bottom: 40px;
  margin-top: 40px;
  color: rgba(89, 105, 114, 1);
}

.table>thead>tr>th{
  /*font-size: 16px;*/
  padding: 10px;
}

.table>thead>tr>th{
  vertical-align: middle;
}

.table>tbody>tr>td{
  vertical-align: middle;
}

.table>tbody>tr>th{
  vertical-align: middle;
}

.columna-jetty{
  background: #596972 !important;
  color: #ffffff;
  border-bottom-color: #738793 !important;
  font-weight: 700 !important;
}

.row-jetty{
  background: rgba(89, 105, 114, 0.2);
}

.bronce{
  color: #BD8648;
}
.silver{
  color: #B2B6BA;
}
.gold{
  color: #FBCC34;
}

/*/// CALCULADORA ///*/
.calc h1{
  color: #596972;
}

.ahorro{
  font-size: 56px;
  line-height: 0;
}

.imgAhorro{
  text-align: right;
}

.form-calc{
  margin-top: 40px;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select.form-control {
  appearance: none;
  line-height: normal;
  position: relative;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA1LjQ1NiA0MDUuNDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDUuNDU2IDQwNS40NTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4NCjxnPg0KCTxwYXRoIGQ9Ik03NC4xMzQsNjQuMTQ3Yy00Ljk4NSwwLjA3OC05LjkxMSwyLjE2My0xMy40MzgsNS42ODhsLTU1LDU1QzIuMDk2LDEyOC40MzIsMCwxMzMuNDkyLDAsMTM4LjU4MyAgIHMyLjA5NiwxMC4xNTEsNS42OTcsMTMuNzVsMTgzLjI4MSwxODMuMjgxYzMuNTk5LDMuNjAxLDguNjU5LDUuNjk3LDEzLjc1LDUuNjk3czEwLjE1MS0yLjA5NiwxMy43NS01LjY5N2wxODMuMjgxLTE4My4yODEgICBjMy42MDEtMy41OTksNS42OTctOC42NTksNS42OTctMTMuNzVzLTIuMDk2LTEwLjE1MS01LjY5Ny0xMy43NWwtNTUtNTVjLTMuNTk4LTMuNTkxLTguNjUxLTUuNjgxLTEzLjczNC01LjY4MSAgIGMtNS4wODMsMC0xMC4xMzYsMi4wOS0xMy43MzQsNS42ODFMMjAyLjcyOCwxODQuMzk3TDg4LjE2Niw2OS44MzNDODQuNDk5LDY2LjE2OSw3OS4zMTgsNjQuMDcsNzQuMTM0LDY0LjE0N0w3NC4xMzQsNjQuMTQ3eiIgZmlsbD0iIzk2OTY5NiIvPg0KPC9nPg0KPC9zdmc+DQo=);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-color: #eef1f2;
  border: none;
  box-shadow: none;
}

.inputGroup {
  /*background-color: #fff;*/
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #eef1f2;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #596972;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/*/// COVID ///*/
ul.covidInline{
  list-style: none;
  padding: 0;
}

ul.covidInline li{
  list-style: inline;
  float: left;
  padding: 0 16px;
  width: 33%;
}

ul.covidInline li img{
  width: 80%;
}

img.imgCovidMedidas{
  width: 60%;
}


/*/// 404 ////*/
.content-404{
  padding: 100px 0;
}

.content-404 h1{
  margin: 0px 0 20px 0;
  font-size: 4em;
  line-height: 1;
  letter-spacing: -1px;
}

.lottie-notFound{
  margin: 40px auto 0 auto;
  width: 80%;
}

.text-404{
  margin-top: 100px;
}

.text-404 h1{
  color: #596972;
}

@media screen and (min-width: 1500px){

  .como-funciona{
    padding-bottom: 350px;
  }

  .header-organizaciones{
    background-position-y: -300px;
  }

  .header-organizaciones{
    padding-bottom: 500px;
  }

  .porque-content{
    padding-top: 0;
  }

  .header-eventos{
    background-position-y: -500px;
  }

}

@media only screen and (min-width:1200px) and (max-width: 1599px) {
  .backWaveGray{
    background-position: 0 100px;
  }
}

@media only screen and (min-width:1600px) and (max-width: 1999px) {
  .backWaveGray{
    background-position: 0 0px;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 4000px) {
  .backWaveGray{
    background-position: 0 -200px;
  }
}

@media only screen and (min-width:1025px) and (max-width: 1300px) {
  .header-organizaciones{
    padding-bottom: 150px;
  }

  figure.header{
    height: 500px;
  }

  figure.header-quienes{
    height: 520px;
  }

  figure.header-quienes img.back{
    width: 120%;
  }

  .index-valor{
    margin-top: 50px;
  }

}


@media only screen and (min-width:769px) and (max-width: 1024px){
  figure.header{
    height: 550px;
  }

  figure.header img.back{
    width: 130%;
  }

  figure.header-quienes{
    height: 600px;
  }

  figure.header-quienes img.back{
    width: 130%;
  }

  .header-organizaciones{
    background-size: 100%;
    padding-bottom: 150px;
    background-position-y: -100px;
  }

  .header-content-organizaciones{
    padding-top: 0px;
  }

  .header-eventos{
    padding-bottom: 250px;
    background-position-y: -150px;
  }

}

@media screen and (max-width: 768px){

  .headerIndexTop{
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .textIndexTop{
    margin-top: 0px;
  }

  .textMarginServicios{
    margin-top: 0px;
  }

  .backWaveGray{
    background-image: url('../img/back-gray.png');
    background-position: 0 120px;
    background-size: 320%;
    background-repeat: no-repeat;
  }

  .leftIndex{
    float: right;
  }

  .rightIndex{
   float: left;
  }

  .textMarginHome{
    margin-top: 0px;
  }

  #titleHead{
    -webkit-animation-delay: 0s;
  }

  .footer ul{
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .footer ul li{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer .logo-footer{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .logo-footer img{
    width: 130px !important;
  }

  .textWLTop{
    margin-top: 30px;
  }

  .header-content{
   padding-top: 50px;
  }

  .backWave{
    padding-top: 60px;
    background-image: url('../img/back-gray-footer.png');
    background-position: left 0px;
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .textInfoFooter{
    margin-top: 20px;
  }

  .header-organizaciones{
    background-size: 100%;
    padding-bottom: 200px;
    background-position-y:0px;
  }

  .header-content-organizaciones{
    padding-top: 100px;
  }

  .content-404{
    padding-top: 30px;
    padding-bottom: 50px;
  }

  ul.clientes li img{
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 480px){
  h1{
    font-size: 28px;
  }

  h2{
    font-size: 22px;
  }

  .testimonial h3{
    font-size: 20px;
  }

  .btn-beneficios{
    font-size: 1.2em;
  }

  figure.header{
    height: 700px;
  }

  figure.landing{
    height: 300px;
  }

  figure.header img.back {
    width: 450%;
    position: relative;
    left: -50%;
  }

  figure.landing img.back {
    width: 450%;
    position: relative;
    left: -50%;
    top: -380px;
  }

  figure.header-quienes{
    height: 700px;
  }

  figure.header-quienes img.back {
    width: 450%;
  }

  .header-organizaciones{
    background-size: 210%;
    padding-bottom: 150px;
    background-position-y: -30px;
  }

  .header-organizaciones .btn{
    font-size: 1.2em;
  }

  .header-content-organizaciones{
    padding-top: 100px;
  }

  a.typeform-share.btn.btn-default.btn-gray{
    font-size: 1.2em;
  }

  /*////// DESCARGA LA APP //////*/

  .footer ul.submenu{
    margin-top: 0px;
  }

  .testimonial{
    height: 300px;
  }

  p.text-downapp{
    color: #4bbea8;
    margin-top: 1em;
    font-weight: 800;
  }

  a.download-app{
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .download-app img{
    margin-left: 0px;
    width: 150px;
  }

  .index-valor{
    margin-top: -10px;
  }

  .index-valor img{
    margin-top: 30px;
  }

  .porque-content{
    padding: 0px 0 100px 0;
  }

  .map iframe{
    border: none;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    width: 100%;
  }

  iframe.mapa{
    border: none;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    width: 100%;
  }

  .map_canvas {
    width: 100%;
    height: 350px;
    float: left;
    margin: 0px;
  }

  iframe  #mapa-solicitud{
    width: 100% !important;
    height:650px !important;
  }

  .como-funciona{
    padding-bottom: 150px !important;
  }

  div.container.porque-content{
    overflow: hidden;
  }

  .quienes-content .mountain{
    margin-top: 20px;
  }

  .number a{
    font-size: 1em
  }

  .header-eventos{
    background-size: 300%;
    padding-bottom: 200px;
    background-position-y: -50px;
  }

  .menos-head-en{
    background-position-y: -100px;
  }

  .blog li{
    height: 350px;
  }

  .img-conductor{
    width: 40% !important;
  }

  .eventos-content{
    margin-top: 0px;
    padding-bottom: 100px;
  }

  .valor img{
    margin-top: 30px;
  }

  .text-organizaciones{
    height: 200px;
    margin-bottom: 40px;
  }

  .eventos ul li figure figcaption{
    display: block;
    position: relative;
    top: -90px;
  }

  .img-servicios{
    margin-top: 30px;
  }

  .descripcion-btn-aling{
    text-align: left;
  }

  .vacante img{
    margin-bottom: 20px;
  }

  .modal-body{
    /*height:350px;*/
    /*padding: 0;*/
  }

  .mapaCobertura{
    height: 500px;
  }

  .tour img{
    margin-top: 50px;
  }

  figure.header-tours img.back {
    width: 200%;
  }

  .header-tours figcaption{
    top: 90px;
  }

  /*///// INDEX V2 /////*/
  .header-text{
    margin-top: 0px;
  }

  .txt-left{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .txt-right{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: left;
  }

  .app-right{
    position: relative;
    top: 0;
  }

  .app-vistas-dos{
    margin-top: 0px;
  }

  .arrow-hidden{
    display: none;
  }

  .lottie-notFound{
    margin: 80px auto 0 auto;
    width: 70%;
  }

  .text-404{
    margin-top: 10px;
  }

  .imgAhorro{
    text-align: left;
    margin-top: 20px;
  }

  .panel-group{
     margin-bottom: 5px;
  }

  .tropico{
    background-image: url(/img/bgTropico.png);
    background-size: 450%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 30px 0 200px 0;
  }

  .caracteristicas h2{
    color: #ffffff;
    font-size: 30px;
  }

  ul.covidInline li{
    width: 100%;
  }

}

@media screen and (max-width: 600px){

  ul.beneficiosList li{
    width: 100%;
  }

  .appsScreens{
    float: left;
    margin-bottom: 40px;
    width: 100%;
  }

  .leftRight{
    text-align: left;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 375px){

  .header p{
    margin-top: 5em;
  }

  .header-organizaciones{
    padding-bottom: 100px;
  }

  .porque-content{
    padding: 0px 0 100px 0;
  }

  .beneficio{
    min-height: 300px;
  }

  ul.beneficiosList li{
    width: 100%;
  }

}

@media screen and (max-width: 320px){
  h1{
    font-size: 22px;
  }

  h2{
    font-size: 20px;
  }

  p{
    font-size: 16px;
  }
  .btn-green{
     font-size: 1.3em !important;
  }

  .btn-beneficios{
    font-size: 1em;
  }

  .btn-header{
    font-size: 1em;
  }

  figure.header{
    height: 780px;
  }

  figure.header-quienes{
    height: 780px;
  }

  .header-organizaciones{
    background-size: 250%;
    padding-bottom: 100px;
    background-position-y:0px;
  }

  .header-content-organizaciones{
    padding-top: 50px;
  }

  .porque-content{
    padding: 0px 0 100px 0;
  }

  .cuatro-puntos > .porque{
    width: 310px;
    margin-left: 20px;
  }

  .beneficios .btn{
    font-size: 1.3em;
  }

  .conductor a{
    font-size: 1em
  }

  .header-eventos{
    background-size: 210%;
    padding-bottom: 100px;
    background-position-y: 0px;
  }

}
