﻿/* ********************************************** */
/* Landing Imagen principal */

.logo {
    width: 160px;
    height: 62px;
    margin-left: 15px;
}

.logoBackground {
    background-color: #2dd3f9;
    width: 190px;
    height: 60px;
}

#btnCalificar {
    background-color: #2dd3f9;
    color: white;
}

.logoCol {
    padding-left: 0px !important;
}

.navbar-brand {
    width: 190px !important;
    height: 60px !important;
}

.hero_container {
	background-image: url("../img/fondo-landing-1.jpg");
    background-size: cover;
	height: 100%;
    filter: grayscale(40%);
}

.hero__content-footer {
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
}

.text-center {
    text-align: center;
}

/* ********************************************** */



/* Landing Contenedores */

.va-container {
    display: table;
    position: relative;
}
.va-container-v {
    height: 100%;
}
.va-container-h {
    width: 100%;
}
.va-middle {
    vertical-align: middle;
}

.jumbotronPrueba {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}


.askWspp {
    color: white !important;
    font-size: 18px;
   
}

/* Landing Titulo */
.text-branding {
    text-transform: uppercase;
}

.text-jumbo {
    font-size: 50px;
    font-weight: 700;
}

.text-contrast {
    color: #fff;
}

/* Landing Sub titulo */

.space-4 {
    margin-bottom: 24px;
}

.h4 {
    font-size: 18px;
    font-weight: bold;
}

.mt-10{
    margin-top:10%;
}

.mt-5{
    margin-top:5% ;
}

.mb-2 {
    margin-bottom: 2%;
}

.mt-2 {
    margin-top: 2%;
}

.mr-3 {
    margin-right: 3%;
}

.mr-12 {
    margin-right: 12.3% !important;
}

.mr-0-3 {
    margin-right: 0.3%;
}

.ml-3-3{
    margin-left:3.3%;
}

.ml-4-65 {
    margin-left: 4.65%;
}

.ml-12 {
    margin-left: 12%;
}

.mb-1-5{
    margin-top: -3%;
}

.pre {
    margin-bottom: 1em;
    padding: 12px 8px;
    width: 90.4%;
    margin-left: 1%;
   
    font-size: 13px;
    background-color: #eff0f1;
    border-radius: 3px;
}

/* Landing Boton Como funciona */

.btn-semi-transparent:hover {
    background-color: #000000;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
}

.btn-contrast:hover, .btn-contrast:focus {
    border-color: #5a5a5a;
    background-color: #5a5a5a;
    color: #fff;
}
.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn-semi-transparent {
    background: #ffffff;
    background: rgba(91,95,91,0.5);
    border-style: none;
    color: #fff;
}

.btn-large {
    padding: 9px 27px;
    font-size: 16px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.43;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
}

}
/* Copyright */
.copyright {
    background: #333;
    padding: 25px 0 15px;
}

    .copyright .cr-left {
        padding: 0 0 11px;
    }

        .copyright .cr-left p {
            color: #767676;
            margin: 0;
            vertical-align: middle;
        }

        .copyright .cr-left a {
            color: #fff;
            font-weight: bold;
        }

    .copyright .cr-right {
        text-align: right;
    }

/* Copyright Social list */
.cr-right .cr-list {
    margin: 0;
}

    .cr-right .cr-list li > a {
        color: #8e8e8e;
        padding: 5px 8px;
        background: transparent;
        transition: all .3s;
    }

        .cr-right .cr-list li > a.fb {
            padding: 5px 10px;
        }

        .cr-right .cr-list li > a:hover {
            color: #fff;
            background: #f00;
        }

.input-lg {
    height: 42px;
}

select.input-lg {
    height: 42px;
    border-style: solid;
}


.search-form {
    max-width:1140px;
}

.search-form input {
    border-radius: 0;
    font-size: 16px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-color: rgb(169, 169, 169);
    border-style: solid;
}

.search-form select {
    border-radius: 0;
    font-size: 16px;
    border-bottom-width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-color: rgb(169, 169, 169);
}

.search-form button {
    border-radius: 0;
}

.search-form .col-md-4{
    padding:0;
}

.search-form .col-md-3{
    padding:0;
}

.search-form .col-md-2{
    padding:0;
}

.search-form .col-md-2 input{
    /*padding:0;*/
}

.search-form .col-md-10{
    padding:0;
}

.search-form .col-sm-2{
    padding:0;
}

#origen {
    border-right-width:0px;
}

#destino {
    border-right-width:0px;
}

#datetimepicker{
    border-right-width:0px;
}

#time {
    border-right-width:0px;
}

.btn-search {
    background-color: #2dd3f9;
    color: white;
    border-color: rgb(169, 169, 169);
    border-radius: 5px !important;
    font-weight: bold;
}

#search-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1% !important;
    height:100%;
}

section p {
    color: #aeaeae;
    font-size: 13px;
}

.disabled.day {
    color: DarkGray !important;
}
#vehicles{
    height:100px;
    padding:0px;
    margin: 0px;
    text-align:left;
}

.vehicleDescription {
    background-color: red;
    height: 100%;
    width: 100%;
    font-size: 18px;
}

.vehicleImageBig {
    width: 240px;
    height: 110px;
    margin-left: 40%;
}

.vehicleImageMedium {
    width: 240px;
    height: 110px;
    margin-left: 40%;
}

/* Responsive*/
@media only screen and (max-width: 700px) {
    .askWspp {
        margin-bottom: 30px;
        float: right;
        font-size: 18px;
    }

    .ml-12 {
    margin-left: 0px;
    }
    #search-section {
        margin-top: 5%;
    }

    .vehicleImageBig {
        width: 110px;
        height: 65px;
        position: absolute;
        margin-top: -30%;
        margin-left: 60%;
    }

    .vehicleImageMedium {
        width: 110px;
        height: 65px;
        position: absolute;
        margin-top: -30%;
        margin-left: 60%;
    }

    .navbar-wrapper .navbar {
        position: absolute;
    }
}

@media only screen and (min-width: 1820px) and (max-width: 2600px) {
    #search-section {
        margin-left: auto;
        margin-right: auto;
        margin-top: -10% !important;
        margin-bottom: 2%;
    }



    #contact {
        margin-top: -8% !important;
    }

    #formSearch{
        transform:scale(1.1) !important;
    }

}


@media only screen and (min-width: 1440px) and (max-width: 1820px) {
    #search-section {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2%;
    }
    #contact {
        margin-top: -4%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #search-section {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
    }
    #contact {
        margin-top: -4%;
    }

    .copyright {
        margin-top: -4% !important;
        background: #333 !important;
        padding: 15px 5px 25px !important;
        height: 100% !important;
        width: 100% !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 980px) {
    #title{
        padding-top:10% !important;
    }
    .navbar-default .navbar-toggle {
        display: none;
    }

    .text-jumbo {
        font-size: 380px;
        font-weight: 700;
        margin-top: %;
        padding-top: 30%;
    }

    #page-top {
        overflow: auto !important;
    }

    #subtitle {
        display: initial;
        margin-left:10% !important;
    }

    #datetimepicker {
        width: 100% !important;
        margin-bottom: 10%;
        margin-left: -10% !important;
    }

    #property {
        width: 99% !important;
        margin-left: -3.5% !important;
    }

    #destino {
        width: 98.6% !important;
        margin-left: -10.5% !important;
    }

    #origen {
        width: 99% !important;
        margin-left: -11.06% !important;
    }

    #pisosPorEscaleraFrom {
        width: 94% !important;
        margin-left: 14.7%;
    }

    #ambientesFrom {
        margin-left: -1.8%;
    }

    #pisosPorEscaleraTo {
        width: 94% !important;
        margin-left: 15.3%;
    }

    #contact {
        margin-top: 5% !important;
    }

    .h2title {
        font-size: 20px;
        margin-left: -16%;
    }

    .h2Size {
        font-size: 15px;
        margin-left: 1%;
    }

    .col-sm-3 {
        width: 25%;
        margin-left: 4% !important;
    }

    .btn-search {
        background-color: #2dd3f9;
        color: white;
        border-color: rgb(169, 169, 169);
        border-radius: 5px !important;
        font-weight: bold;
        margin-left: -1690%;
        margin-right: 50%;
        width: 1200%;
    }

    #labelPisoPorEscaleraTo {
        margin-left: -59% !important;
        margin-bottom: 4%;
        margin-top: 4%;
    }

    #labelPisoPorEscaleraFrom {
        margin-left: -60% !important;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    #labelAmbientes {
        margin-left: -0.2% !important;
    }

    #labelVehicle {
        margin-left: 10% !important;
    }

    #labelTo {
        margin-bottom: 4%;
        margin-right: 0%;
        margin-left: 1%;
        margin-top: 2%;
    }

    #labelFrom {
        margin-bottom: 4%;
        margin-right: 0%;
        margin-left: 1%;
        margin-top: 2%;
    }

    .copyright {
        background: #333;
        padding: 7px 0 15px;
    }

    .pre {
        margin-bottom: 1em;
        padding: 12px 8px;
        width: 93%;
        margin-left: 6.6%;
        max-height: 200px;
        font-size: 13px;
        background-color: #eff0f1;
        border-radius: 3px;
    }

}

@media only screen and (min-width: 320px)and (max-width: 767px) {
    .navbar-default .navbar-toggle {
        display: none;
    }

    .text-jumbo {
        font-size: 30px;
        font-weight: 700;
        margin-top: %;
        padding-top: 30%;
    }

    #page-top{
        overflow:auto !important;
    }

    #subtitle{
        display:none;
    }

    #datetimepicker {
        width: 114% !important;
        margin-bottom: 10%;
        margin-left: -10% !important;
    }

    #property {
        width: 109.4% !important;
        margin-left: -6.3% !important;
    }

    #destino {
        width: 122.9% !important;
        margin-left: -19% !important;
    }

    #origen {
        width: 122.9% !important;
        margin-left: -19% !important;
    }

    #pisosPorEscaleraFrom {
        width: 86.5% !important;
        margin-left: 9.6%;
    }

    #ambientesFrom {
        margin-left: -1.2%;
    }

    #pisosPorEscaleraTo {
        width: 86.5% !important;
        margin-left: 9.6%;
    }

    #contact{
        margin-top:5% !important;
    }

    .h2Size {
        font-size: 15px;
        margin-left: -3% !important;
        margin-bottom: 4%;
    }

    .btn-search {
        background-color: #2dd3f9;
        color: white;
        border-color: rgb(169, 169, 169);
        border-radius: 5px !important;
        font-weight: bold;
        margin-left: -1790%;
        margin-right: 50%;
        width: 1700%;
    }

    #labelPisoPorEscaleraTo {
        margin-left:-47% !important;
    }

    #labelPisoPorEscaleraFrom {
        margin-left: -47% !important;
        margin-bottom: 4%;
    }
    
    #labelAmbientes{
        margin-left:-0.2% !important;
    }

    #labelVehicle{
        margin-left:5% !important;
    }

    .copyright {
        background: #333;
        padding: 7px 0 15px;
    }

    .cr-left{
        margin-left:35%;
        width:100%;
    }

    .cr-right {
        text-align: center !important;
        margin-right: 31%;
        margin-top: 2%;
    }

    .pre {
        margin-bottom: 1em;
        padding: 12px 8px;
        width: 93.1%;
        margin-left: 4.5%;
        max-height: 200px;
        font-size: 13px;
        background-color: #eff0f1;
        border-radius: 3px;
    }

}
