﻿/*!
 * Start Bootstrap - Creative v1.1.1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 /*fuente*/
@font-face{
    font-family: CaviarDreams;
    src: url(../font/caviar_dreams/CaviarDreams.ttf);
}

@font-face{
    font-family: CaviarDreams_italic;
    src: url(../font/caviar_dreams/CaviarDreams_Italic.ttf);
}

@font-face{
    font-family: CaviarDreams_bold;
    src: url(../font/caviar_dreams/CaviarDreams_Bold.ttf);
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'CaviarDreams','Merriweather','Helvetica Neue', Arial, sans-serif !important;
}
hr {
  border-color: #0ba84a;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #0ba84a;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #0ba84a;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family:'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #0ba84a;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-family: 'CaviarDreams';
  font-weight: 700;
  font-size: 15px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #0ba84a;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #0ba84a !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar {
  border:none;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}


.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family:'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #0ba84a;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #0ba84a;
  border-color: #0ba84a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0ba84a;
  border-color: #0ba84a;
}
.btn-primary .badge {
  color: #0ba84a;
  background-color: white;
}
.btn {
  font-family:'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

/***Custom***/

:not(.ui-timepicker-wrapper)::-webkit-scrollbar {
    display: block;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
body::-webkit-scrollbar-thumb {
  background-color:   ;
  border-radius: 10px;
}

.white{
  color: white;
}

.verde{
  color: #0BA84A;
}

.morado{
  color:   ;
}

.amarillo{
  color: #F6A619;
}

.rojo{
  color: #CC181E;
}

.bg-azul{
  background-color: #337ab7 !important;
}
.mgt-3{
  margin-top: 3%;
}

.mgt-7{
  margin-top: 7%;
}

.mg-t50{
  margin-top: 50px;
}

.mg-t35{
  margin-top: 35px;
}

.mg-t17{
  margin-top: 17px;
}

.mgl-0{
  margin-left: 0 !important;
}

.px16{
  font-size: 16px;
}
.palito-menu{
  border-right: 1px solid   ;
  padding: 3px 30px 4px 15px !important;
  margin: 12px 0;
}

.border-palito{
  margin-left: 30px !important;
}

#logo-left{
  display: none;
}

.logo-fixed{
  display: block;
  position: relative;
  top: 500px;
}

.btn-acceso{
  width:150px;
  background-color:   ;
  border-radius: 28px;
  text-align: center;
  margin: 14px 14px 0 14px;
  padding: 3px 15px !important;
  color: white !important;
}

.btn-acceso:hover{
  background-color: #0ba84a !important;
}

.btn-inicio{
  width: 90px;
}

.btn-driver{
  background-color: #337ab7;
}

.btn-registrate{
  background-color: #0ba84a;
  border-radius: 28px;
  padding: 7px 21px;
  color: white;
  font-weight: 700;
  font-size: 15px;
}

.btn-registrate:hover{
  background-color:   ;
  text-decoration: none;
  color: white;
}

body video{
  width: 100%;
}

.fullscreen-bg__video {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  object-fit: fill;
  max-height: 100vh;
  height: 100%;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  overflow-y: hidden;
  vertical-align: top;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.padre-banner{
   display: flex;
  justify-content: center;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100vh;
}

.padre-banner p{
  font-size: 22px;
}

.padre-banner a{
  font-size: 20px;
}
.banner{
  align-self: center;
  color: white;
}

.banner h3{
  margin-top: 50px;
  font-family: 'CaviarDreams';
}

.banner h2{
  margin-bottom: 50px;
  font-family: 'CaviarDreams';
}

.banner p{
  margin: 40px 0 0px 0;
  font-family: 'CaviarDreams';
}

nav img{
  height: 21px;
}

#about iframe{
  width: 100%;
  height: 315px;
}

.about-text p:first-child{
  font-size: 22px;
  letter-spacing: -0.3px;
  text-align: justify;
}


.about-text p:nth-child(2){
  font-size: 19px;
  text-align: left;
}

.about-text p:last-child{
  font-size: 19px;
  margin-top: -16px;
  text-align: right;
}

.about-text{
  padding: 50px;
  height: 315px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

/***Beneficios****/

.service-box img{
  height: 80px;
}

#beneficios p{
  font-size: 19px;
  color: #222222;
}

.asi-funciona{
  background: url("../images/tutaxi.jpg");
  padding: 0;
  
}

.asi-funciona .opacity{
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  padding: 100px 0;

}

.asi-funciona i{
  font-size: 40px;
  margin-right: 14px;
}


.modulo{
  position: relative;
  margin-top: 21px;
  /*border:1px solid #f0ad4e;*/
  border-radius: 6px;
  padding: 35px;
  height: 400px;
}

.modulo p{
  font-size: 15px;
  color: #ccc;
}

.modulo p:last-child{
  position: absolute;
  /*bottom: 0;*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)  
}

 .modulo p:nth-child(2){
  margin-bottom: 24px;
 }

.modulo p i{
  display: block;
  margin: auto;
}

.modulo h3{
  text-align: center;
  margin-top: 0;
}

.modulo a{
  text-decoration: none;
  color: #ccc;
}

.modulo:hover{
  background-color: transparent;
}

.pd-modulo{
  padding: 21px;
}

footer{
  background-color: black;
  color: white;
  padding: 21px 21px 0px 21px;

}

footer p i{
  margin:0 7px;
  background-color: white;
  padding: 6px 5px;
  border-radius: 50%;
  font-size: 18px !important;
  width: 28px;
  height: 28px;
  color: #0BA84A; 
}

footer p i:hover{
  color: #CC181E;
}

footer .fa-facebook:hover{
  color: #3B5998;
}

footer a{
  color: white;
}

footer a:hover{
  color: #0BA84A;
}
footer p{
  font-size: 14px;
}

.palitos-footer{
  padding: 0;
  border-left: 1px solid #0BA84A;
  border-right: 1px solid #0BA84A;
}

/***Driver***/
.bg-driver{
  background: url(../images/driver2.jpg);
  background-size: cover;
  min-width: 0;
  float: left;
  width:72%;
  height: 100%;
}

.driver-right{
  background-color: black;
  float: right;
  width: 28%;
  padding: 30px;
  display: flex;
  justify-content: center;
  height: 100%;
}

.bg-driver{
  position: relative;
}
.bg-driver img{
  height: 21px;
  position: absolute;
  left: 17px;
  top: 15px;
}

.bg-driver h2{
  margin-top: 30px;
  font-size: 25px;
  padding: 35px;
  font-family: 'CaviarDreams','Helvetica';
}

.bottom-mensaje p{
  margin-bottom: 10px;
  font-size: 45px;
  font-family: 'CaviarDreams';
  text-align: center;
}

.bottom-mensaje{
  position: absolute;
  bottom: 0;
  width: 100%;
}


.driver-right h2{
  font-family: 'CaviarDreams','Helvetica';
  font-size: 20px;
  margin: 40px 0;
}

.driver-right input{
  margin-bottom: 20px;
}

.driver-right-hijo{
  align-self: center;
}


.btn-enviar{
  text-transform: none;
  margin:auto;
  display:block;
  width: 150px;
}

.btn-enviar:hover{
  background-color: #0BA84A !important;
  color: white;
}

/***Políticas***/
.poli-header img{
  position: absolute;
  top: 40px;
  left: 40px;
  width: 200px;
}

.poli-header a{
  position: absolute;
  top: 40px;
  right: 40px;
  width: 150px;
  font-size: 16px;
}

.poli-header a:hover{
  text-decoration: none;
}

.politicas h2{
  color: #222222;
  font-family: 'CaviarDreams_bold';
  font-size: 25px;
}

.politicas, .tyc{
  padding: 5%;
  min-height: 100vh;
}

.politicas p, .tyc p{
  font-size: 14px;
  color: black;
}

/***Libro de Reclamaciones**/
.book{
  padding: 35px;
  min-height: 100vh;
}

.form-right label{
  margin-right: 21px;
}

.form-left{
  margin-left: 97px;
}

.form-left select{
  width: 363px;
}

.form-left input{
  width: 363px;
  margin-top: 14px;
  border: 1px solid #ccc;
}

.book-specifications{
  margin-top: 8px;
  margin-left: 46px;
}

.book-specifications p{
  font-size: 14px;
}

/***Tyc***/
.tyc h3{
  font-size: 18px;
  text-align: left;
}

/**Fix Lanzamiento Landing 03/10/16**/

.modulo p:last-child{
  width: 85%;

}

.modulo {
  height: 335px;
}

.large{
  width: 100%;
}

.w-80{
  width: 80%;
}

.fix-modulo iframe{
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 200px;
  border-radius: 4px;
}

.fix-modulo h3{
  margin-bottom: 30px;
}

.tarifario{
  background-color: #337ab7;
}

.tarifario h2{
  color: white;
}

.a, .b{
  width: 90%;
  height: 35px;
  margin-left: 4px;
  padding: 0 6px;
  font-size: sans-serif !important;
}

.btn-tarifa{
  width: 80%;
}

.location font{
  font-size: 16px;
  font-weight: 900;
}


.location p{
  font-size: 14px;
  color: white;
  margin-top: 7px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    border: 7px solid   ;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.3s;
    animation-name: animatetop;
    animation-duration: 0.3s
}

/* The Close Button */
.close {
    margin-top: -21px;
    color: #CC181E; 
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.precio{
  background-color:#F6A619; 
  width: 20%;
  margin: 0 auto;
  border-radius: 4px;
  padding: 7px 7px;
  color: white;
  font-weight: 700;
  margin-bottom: 14px;
}

.hora-recojo{
  margin-right: 14px;
}

.tarifario .correo,
.tarifario .cel,
.tarifario .btn-prepedido{
  margin-top: 14px;
  width: 60%;
}

.tarifario .correo,
.tarifario .cel{
  padding: 6px;
}

.tarifario .hora-recojo,
.tarifario .hora-destino,{
  display: inline-block;
  padding: 3px;
  width: 30%;
}
