/*
 Theme Name:   Jacotrans
 Theme URI:    http://nedaware.com/allegiant-child/
 Description:  Allegiant Child Theme
 Author:       Nedaware S.L.
 Author URI:   http://nedaware.com
 Template:     allegiant
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  allegiant-child
*/
@import url("../allegiant/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */
body{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
}
.footer { width: 100%;}
.page-content p{
    margin-bottom: 1.6em !important;
}
.div_cuadro_reservas p{
    margin-bottom: 0;
}
.div_cuadro_reservas{
    /*padding: 0 0 300px 0;*/ 
    
}
.pagetitle{
    padding: 0;
}
.breadcrumb{
    margin:0;
}
.form-inline .form-group,.form-inline .form-control, .form-control{
    background: rgba(0,0,0,0.3);
    border-radius: 0;
    border-color: #555;
    color:#fff;
}
.overlay{
    border-radius: 0px;
}
.control-label{
    color:#fff;
    font-weight: normal;
    margin-top: 6px;
}
.ui-datepicker,.ui-widget{
    z-index: 99999 !important;
}
#tabla_reserva tr{
    background: transparent !important;
}

#tabla_reserva th img{
    float: left;
}
.table > thead > tr > th,.table > tbody > tr > td{
    border:none;
}
ul.ui-autocomplete {
    z-index: 1100;
}

.cantidad{
    width: 100% !important;
    min-width: 50px;
}
.poblacion,.alojamiento {
    width: 100% !important;
    min-width: 50px;
}
.precio_linea{
    width: 100% !important;
    min-width: 50px;
}
.boton_anadir{
    width: 100% !important;
    min-width: 50px;
}
.boton_anadir img{
    filter: grayscale(100%);
}
.fecha{
    width: 100% !important;
    min-width: 50px;
}
.container p,.container label{
    margin:5px 0 0 0;
}
.imagen_trayecto{
    margin-left: 30px;
}
.precio_linea{
    font-size: 1.4em;
    float: left;
    margin:5px 0 0 0 !important;
    width: 100%;
    line-height: 1;
}

.breadcrumb{
    background: none;
}

.precio_linea small{
    font-size: 0.8em;
}

.total_precio{
    font-size: 2em;
    width: 100%;
}

.descuento{
    margin-top: 0 !important;
    width: 100%;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.datos_personales{
     min-height: 25px;
}
input[type="checkbox"] {
    margin-top: 0px;
}
.overlay{
    position: absolute;
    top:0;
    left:0;
    border-radius: 4px;
    height: 100%;
    background: #ddd;
    z-index: 101;
    opacity: 0.4;
    display: none;
}
.div_datos_personales{
    display: none;
    margin-top: 60px;
}
input.has-error, div.has-error{
    outline:1px solid red;
}

.has-icon img {
    filter: contrast(100%);
}

.titulo_portada{
    color:#fff;
    font-size: 1.6em;
    margin-bottom: 0;
}

.row{
    margin:0;
}
.cuadro_reservas{
    display: none;
    margin-top: 50px;
}
.well{
    background:transparent;
    color:#fff;
    padding: 15px;
    position: relative;
    overflow:hidden;
    border:none;
    margin-bottom: 50px;
    z-index: 0;
}

.well:before { 
    content:'';
    border-left: 1px solid white;
    border-top: 1px solid white;
    width: calc(100% - 25px);
    height: 100%;
    left:1px;
    top:1px;
    margin: 0px;
    position: absolute;
}

.well:after { 
    content:'';
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    height: calc(100% - 120px);
    right:1px;
    bottom:1px;
    margin: 0px;
    position: absolute;
}

.well_inner{
    background-color: rgba(0,0,0,0.6) !important;
    z-index: 1;
    padding-bottom: 20px;
    overflow:hidden;
}
#titulo_icono_motor{
    position: absolute;
    left:100px;
    top:130px;
    z-index: 999;
    color:#EAEAEA;
}
.icono_motor_plegado{
    position: absolute;
    left:20px;
    top:100px;
    z-index: 999;
    cursor: pointer;
}

.icono_motor_desplegado{
    position: absolute;
    right:-15px;
    top:80px;
    z-index: 999;
    cursor: pointer;
}

.twentyseventeen-front-page.has-header-image .custom-header-media:before{
    z-index: 0;
}

.widget_media_image{
	float:left;
	margin:0 10px;
}
/*
.container{
	width:1248px;
	max-width:1300px;
}
*/
.banda_inferior{
    height: 50px;
    /*background: #2E507A;*/
}
.banda_inferior img{
    width: 40px;
    margin: 5px 0 0 5px
}
#codigo_descuento{
    color:#333;
}
.select2-container{
    background: #ccc;
}
@keyframes text {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
  45% {
    transform: translate3d(0, -4rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes text-t {
  0% {
    transform: translate3d(0, -4rem, 0);
  }
  38% {
    transform: translate3d(0, -4rem, 0);
  }
  69% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -4rem, 0);
  }
}

@keyframes coast {
  0% {
    transform: translate3d(0, 0, 0);
  }
  23% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes wave {
  0% {
    transform: scale(0);
    width: 10rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 10rem;
  }
}

#cargando{
    position:absolute;
    display:none;
    z-index: 99999;
    margin-top: 300px;
    margin-left: 50%;
}
#cargando_texto{
    font-size:1.6em;
    font-weight:bold;
    color:white;
}

.round_this{
    color: #fff;
    width: 500px;
    padding: 10px;
    text-align: center;
    background-color: black;
    margin-left:-250px;
    border-radius: 10px;
}

.linea-video{
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: bold;
    color: #265078;
}

.linea-video img{
    width: 30px;
}


.linea-video span{
    color: #ffffff;
}

.video_ayuda{
    display: flex;
}


@media screen and (max-width: 1100px) {
    .icono_motor_desplegado, .icono_motor_plegado{
        display: none;
    }
    
    .col-xs-12{
        margin-bottom: 10px;    
    }
    
    #tabla_reserva{
        margin-top: 15px;
    }
    #tabla_reserva tr th img{
        width: 35%;
    }
    #tabla_reserva td{
        display:block;
        padding: 0;
        width: 100%;
    }
    
    #tabla_reserva th{
        display:none;
    }
    
    #tabla_reserva td div.form-group{
        margin-bottom: 5px;
    }
    
    #tabla_reserva td input.fecha{
        background: url('images/calendario.png') no-repeat;
        background-size: 8%;
        background-position: 98%; 
    }
    
    #tabla_reserva td input.alojamiento{
        background: url('images/origen.png') no-repeat;
        background-size: 2%;
        background-position: 96.5%; 
    }
    
    #tabla_reserva td select.cantidad{
        background: url('images/mochila.png') no-repeat;
        background-size: 8%;
        background-position: 98%; 
    }
    
    .ui-datepicker-multi .ui-datepicker-group{
        float:none;
        width: 100%;
    }
    
    .ui-datepicker-multi{
        width: 70% !important;
    }
    
    .textwidget{
        display: none;
    }

    #boton_reservar{
        width: 100%;
    }

    .vertical-center{
        display: block;
    }
}

/*
@media screen and (min-width: 48em) {
    html {
        font-size: 62.5%;
    }
    
    body,
    button,
    input,
    select,
    textarea {
            font-size: 16px;
            font-size: 1.3rem;
            line-height: 1.5;
    }
    
    p{
        margin: 0 !important;
    }
    
    h2.widget-title{
        font-size: 10px;
        font-size: 1rem;
    }
    .twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media{
        height: 11vh;
    }
    .site-footer{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
    .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
            height: calc(15vh - 25px);
    }
    

    .navigation-top {
            top:25px;
            height:92px;
            bottom: 0;
            font-size: 12px;
            font-size: 1.2rem;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 16;
            background: rgba(255,255,255,0.7);
            border: none;
    }
    .menu-top-menu-container {
            text-align: right;
            float: right;
    }
    
    .site-header 
    .navigation-top 
    .menu-scroll-down{
            color: #767676;
            top: 1.5em;
    }
    
    .site-navigation-fixed.navigation-top{
        z-index: 999999;
    }
    
    body.has-header-image .site-title,
    body.has-header-video .site-title,
    body.has-header-image .site-title a,
    body.has-header-video .site-title a {
            color: #000;
    }
    
    body.has-header-image .site-description,
    body.has-header-video .site-description {
            color: #000;
            opacity: 0.8;
    }    
}

@media screen and ( min-width: 67em ) {

	.navigation-top .wrap {
		padding: 0;
	}
}

@media screen and (max-width: 1260px) {
    .imagen_trayecto {
        display: none !important;
    }
    .container_blog{
        width: 95%;
        top:0px;
    }
    .well_inner{
        padding-bottom: 10px;
    }
    .icono_menu{
        margin-top: 0px;
    }
    .cuadro_reservas{
        margin-top: 0px;
    }
    .has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header{
        height: 300px;
    }
    .front_page{
        min-height: 300px;
    }
    .total_precio{
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 2.5em;
    }
    .precio_linea{
        font-size: 2em;
    }
    .overlay{
        width: 100%;
    }
    
}
*/
