@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Lora');

body, html{
    font-family: 'Lora', sans-serif;
	height:100%;
}

body{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a {
    color: #ff4e00;
}

a:hover {
    color: #ff4e00;
    text-decoration:none;
}
.btn-primary{
	background-color:#ff4e00;
	border:none;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;	
}
.btn-primary:hover{
	background-color:#053896;
}

.inline-block {
    display: inline-block;
}


.row-flex {
    display: flex;
    flex-wrap: wrap;
}


.btn-lg{
    padding: 5px 20px;
}
.btn-secondary{
    border: 0;
    background-color: #f14c13;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background-color: #f14c13;
    border: 0;
}

.blanco{
    color: #fff;
}

.op-7{
    opacity: .7;
}

.uppercase{
    text-transform: uppercase;
}

.is-smaller{
    font-size: .75em;
}

.no-text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}

.h1, h1 {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700;
}

.separador{
    height: 15px;
}
.separadorv{
	width:10px;
}


.no-gutters .col{
      padding-right: 2px;
      padding-left: 0;
}


.no-gutters-md .col{
    padding-right: 5px;
    padding-left: 5px;
}



.h100{
    height: 800px;
    position: relative;
}

.h50{
    height: 50%;
    position: relative;
}

.h60{
    height: 60%;
    position: relative;
}

.btn{
    border-radius: 0;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
    font-size: .8em;
}

.item-property{
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
.fondo{
	background-color: #ff4e00;
}
.texto_azul{
	color: #053896;	
}



  .top_bar{
    background-color: #ff4e00;
    font-size: .8rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.text_light{
    color: #fff;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.text_light:hover{
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.top_bar .borde_derecho{
    border-right: 1px solid #ccc;
}

.top_bar a{
    padding-left: 5px;
    padding-right: 5px;
}

.imagen_fondo_cover .textos_banner{
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;

    position: absolute;
    z-index: 1000;
    bottom: 20px;

    letter-spacing: 2px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.imagen_fondo_cover:hover .textos_banner{
    bottom: 30px;
}



.textos_banner strong{
    font-size: 26px;
    line-height: 24px;
    font-weight: bold;
}



.dropdow_cart{
    float:right;
    padding-right: 30px;
}
.dropdow_cart .btn{
    border:0px;
    margin:0px;
    box-shadow:none !important;
}
.dropdow_cart .dropdown-menu{
    padding:20px;
    top:50px !important;
    width:350px !important;
    left:-250px !important;
    box-shadow:0px 5px 30px black;
}
.dropdow_cart .total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.dropdow_cart .total-section p{
    margin-bottom:20px;
}
.dropdow_cart .cart-detail{
    padding:15px 0px;
}
.dropdow_cart .cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.dropdow_cart .cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.dropdow_cart .cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.dropdow_cart .cart-detail .count{
    color:#C2C2DC;
}
.dropdow_cart .checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.dropdow_cart .checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdow_cart .dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}


.banner_grid{
    background-color: #fff;
}

.imagen_fondo_cover{
    background-size: cover;
}


.imagen_fondo_cover .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 23, 62, 0.5);

    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.imagen_fondo_cover .overlay.sepia{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(155, 75, 30, 0.5);

    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}



.banner_grid .imagen_fondo_cover .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 162, 0, 0.3);

    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.banner_grid .imagen_fondo_cover .overlay.oscuro{

    background-color: rgba(0, 0, 0, 0.4);

}


.banner_grid .imagen_fondo_cover:hover .overlay{
    background-color: rgba(255, 162, 0, 0);

}


.contenedor_logos{
    background-color: rgb(223, 223, 223);
    padding: 25px 0;
}
.contenedor_logos{
    vertical-align: middle;
    text-align: center;
}
.contenedor_logos img{
    width: 100px;
    vertical-align: middle;
    height: auto;
    display: inline-block;
}



.section-title-container {
    margin-bottom: 1.5em;
}


.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

b, strong {
    font-weight: bolder;
}

.section-title-center span, .section-title-bold-center span {
    text-align: center;
    text-transform: uppercase;
}


.section-title-center span {
    margin: 0 15px;
}


.producto_list_item{
    position: relative;
    margin-bottom: 25px;
}

.producto_list_item .precio{
    background-color: #fff;
    padding: 0;
}
.producto_list_item .imagen{
    cursor: pointer;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-bottom: 5px;
}

.producto_list_item .imagen img{
    width: 100%;
    height: auto;
}


.producto_list_item .imagen_top{
    cursor: pointer;
    position: absolute;
    top:0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    width: 100%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.producto_list_item .imagen_top img{
    width: 100%;
    height: auto;
}

.producto_list_item:hover .imagen_top{
    opacity: 1;
}

.box-text p {
    position: relative;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size:19px;
    line-height: 24px;
}
.box-text p.texto_medio {
    font-size: 16px !important;
    line-height: 18px !important;
}

.precio-antes{
    display: inline-block;
    font-size:12px;
}
.precio-antes span{
    color: #b21f2d;
    text-decoration: line-through;
}

.area_caravanas_banner_container{
    padding: 100px 0;
}

.area_caravanas_banner_container .texto{
    background-color: #000;
    color: #fff;
    padding: 20px 30px ;
}


.destacados_row .box-text p{
    font-size: 16px;
    line-height: 18px;

}

.destacados_row .producto_list_item .imagen{
    border: 1px solid #ccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;;

}
.destacados_row .producto_list_item:hover .imagen{
    transform: scale(.95);

}

.rebajado{
    background-color: #a90041;
    color: #fff;
    position:absolute;
    top: 5px;
    left: 0px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 200;

}

.secondary.is-outline{
    color: #f14c13;
}

.is-small, .is-small.button {
    font-size: .8em;
}

.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: 2px solid #f14c13;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 15px;
    background-color: transparent;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.secondary.is-outline:hover {
    border-color: #f14c13;
    background-color: #f14c13;
    color: #fff;
}

footer{
    padding: 15px 0;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    width: 100%;
    position: relative;
    background-color: #0a2666;
    font-size: 14px;

}


.payment-icon {
    display: inline-block;
    opacity: .6;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;
    color: rgba(255,255,255,0.5);
}

.payment-icon {
    background-color: rgba(255,255,255,0.1);
}


svg:not(:root) {
    overflow: hidden;
}

.payment-icon svg {
    fill: #fff;
    vertical-align: middle;
    height: 20px;
    width: auto !important;

}

.banner_buscador{
    padding: 75px 0;
    color: #fff;
}

.banner_buscador h1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.imagen_fondo_cover .formulario_busqueda{
    position: relative;
    width: 100%;
    z-index:100;
}

.imagen_fondo_cover .formulario_busqueda .input_container{
    background-color: #fff;
    color: #000;
    padding: 15px;
}
.imagen_fondo_cover .formulario_busqueda .form-control{
    border: 0;
    border-radius: 0;
    background-color: lavender;
}


.imagen_fondo_cover .formulario_busqueda  .form-control:focus {

    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}


.imagen_fondo_cover .formulario_busqueda  label {
    font-size: 13px;
}

.detalle_btn{
    position: absolute;
    bottom: 25px;
}

.padding_b_55{
    padding-bottom: 55px;
}

.ctas_inferior{
    margin-bottom: 1px;
}

.ctas_inferior .col{
    padding-bottom: 1px;
}


.slider-big .imagen, .slider-nav .imagen{
    background-size: cover;
    background-position: center;
}

.slider-nav{
    padding: 10px 25px;
}
.slider-nav .imagen{
    margin: 10px;
}
.slider-nav .slick-arrow{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-nav .slick-arrow.left_{
    position: absolute;
    left: 0;
}
.slider-nav .slick-arrow.right_{
    position: absolute;
    right: 0;
}

.slider-nav .imagen.slick-current {
    opacity: .5;
}


.breadcrumb{
    border-radius: 0;
    color: #fff;
    background-color: #0a2666;
}

.breadcrumb-item.active{
    color: #fff;
    opacity: .8;
}

.breadcrumb-container{
    background-color: #0a2666;
}
.sidebar .table{
    font-size: 14px;
}

.table thead th{
    font-weight: 600;
    padding: 15px 25px;
    background-color: #02173e;
    color: #09a38c;
}
.table th{
    padding: 5px 10px;

    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 300;
}
.table td{
    padding: 5px 10px;
}

.sidebar .widget{
    padding: 5px;
}

.precio{
    background-color: #eceff3;
    padding: 15px 25px;
    text-align: center;
}
.precio .cantidad{
    font-size: 45px;
    color: #ff0000;
    font-weight: 800;
    margin-bottom: -10px;
}

.descripcion_container{
    padding: 15px 25px;
    background-color: #eceff3;
}
.descripcion_container h2{
    color: #1b3b73;
    font-size: 25px;
    font-weight: 600;
}

.descripcion_container p{
    font-weight: 300;
}

.boton_comprar_big{
    font-size: 32px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.espacio-banner{
    background-color: #eceff3;
}

.descripcion_container .table th{
    font-size: 14px;
}


.t-datepicker{
    max-width: 100%;
}
td.reservado{
    background-color: rgba(233, 161, 20, 0.45) !important ;
    color: #fff;
}

.t-dates{
    background-color: #fff;
}

.widget .box-text p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}

.zona_autocaravana_container .slider-big img{
    height: 400px;
}


.page-link{
    color: #09a38c;
}
.pagination{

    text-align: center;
    margin: auto;
}

/* categorias sidebar */
.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}
/* fin categorias sidebar */

.titulo_widget{
    font-weight: 600;
    padding: 15px 25px;
    background-color: #02173e;
    color: #09a38c;
}

.categorias_widget  .list-group-item{
    font-size: 14px !important;
    padding: 5px 10px;
}
.categorias_widget  .list-group-item.active, .categorias_widget  .list-group-item:hover{
    background-color: #eceff3 !important;
    color: #040505;
    border-color: rgba(0,0,0,.125);

}


.quantity {
}
.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

.quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.minus-btn img {
    margin-bottom: 3px;
}
.plus-btn img {
    margin-top: 2px;
}

button:focus,
input:focus {
    outline:0;
}

.price .num, .price .currency{
    font-weight: 600;
}

.texto-detalle{
    font-size: 16px;
}

.texto-detalle-producto{
    font-weight: 300;
    text-align: justify;
}


/* PROCESO COMPRA */

.shopping-cart_ h4{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.texto-resumen{
    font-weight: 300;
    font-size: 14px;
    color: #6c757d;
}

.texto-resumen strong{
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.finalizar_compra_container textarea.form-control{
    background-color: rgba(0, 0, 0, 0.05);
}

.estado-pedido{
    height: 30px;
    padding-right: 5px;

}
.estado-pedido-1{
    height: 25px;
    padding-right: 5px;

}
