
.embed-responsive-16by9 {
  padding-bottom: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#image_logo{
    object-position: 38% 4%; 
    width: 161px; 
    height: 60px; 
    object-fit: cover;
}
/*NAV BAR MENÚ SUPERIOR*/
.navbar{
    border-bottom: 2px solid ;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    font-size: 14px;
}
.navbar-default {
    background-color: #D9D9D9;
    
}
.navbar .navbar-nav p{
    margin: 5px 0 0;
    font-size: 14px;
}
.navbar-transparent{
    padding-top: 10px;
    background-color: ;/*color de fondo header*/
}
.textoinicio{color:;margin: 0 !important;}
.navbar .navbar-nav [class^="pe"]{color: ;/*color casita*/}
.navbar .navbar-nav > li > a.btn.btn-info.btn-fill:hover, .navbar .navbar-nav > li > a.btn.btn-info.btn-fill:focus, .navbar .navbar-nav > li > a.btn.btn-info.btn-fill:active, .navbar .navbar-nav > li > a.btn.btn-info.btn-fill.active, .open > .navbar .navbar-nav > li > a.btn.btn-info.btn-fill.dropdown-toggle, .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
  background-color: ;
  color: #FFFFFF;
  border-color: ;
  text-shadow: 1px 1px 1px black;
}
.navbar .navbar-nav > li > a.btn.btn-info.btn-fill, .btn-info.btn-fill {
  color: #FFFFFF;
  background-color: ;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*FIN NAV BAR*/

/*PASOS NAVEGACIÓN */
.wizard-card[data-color="azul_electrico"] .picture:hover {
  border-color: ;
}
.wizard-card[data-color="azul_electrico"] .nav-pills > li.active > a:after {
  background-color: ;
}
.wizard-card[data-color="azul_electrico"] .nav-pills > li.active > a {
  color: ;
}
.wizard-card[data-color="azul_electrico"] .nav-pills .icon-circle.checked {
  border-color: ;
}
.wizard-card .icon-circle:hover{
    border-color: ;
    box-shadow: 0 0 7px 0px ;
    color: ;
}
.wizard-card .icon-circle i:hover{

}
.wizard-card[data-color="azul_electrico"] .choice.active .card-checkboxes {
  color: ;
}
.wizard-card[data-color="azul_electrico"] .wizard-navigation .progress-bar {
  background-color: ;
}
/*FIN PASOS NAVEGACIÓN*/
body {
 background:;/*color de fondo del footer*/
 font-size:16px;
 line-height:1.5;
 font-family:"Roboto Condensed",Arial,sans-serif;
 color:#555
}
.main{
    background-color: ;/*color fondo body*/
    position: relative;
}
/*TABLA PERSONAS*/
/*bloque subproductos color:;*/
/*bloque suproductos background-color:;*/
#bloque_personas, #bloque_productos, #bloque_productos_h{
    background: ;
    padding: 12px;
    border-radius: 6px;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 17px;
}
.prod_margin{margin-top: 100px;}
#tabla_personas{
    color:white;
    text-shadow: 1px 1px 1px black;
}
#tabla_personas b{
    font-size: 15px;
}
table#tabla_personas { 
    border-collapse: separate; 
    border-spacing: 0 10px; 
    margin-top: -10px; /* correct offset on first border spacing if desired */
}
#tabla_personas td.estilo_bloque {
    border: solid 1px ;
    border-style: solid none;
    padding: 10px;
    padding-bottom: 0;
    background-color: ;
}
#tabla_personas td:first-child {
    /*border-left-style: solid;*/
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#tabla_personas td:last-child {
    /*border-right-style: solid;*/
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}
.text_input{
    width:250px;
    height: 28px;       
    z-index: 2;
    color:#006699;
    background-color: #f4f0f0;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    color:#006699;  
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    background-position: right center; 
    padding-right: 5px; 
    padding-left:5px;
    border-color:#000099;
    border-style: solid;
    border-width: thin;
    box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.21) inset, 0 0 2px #FFFFFF, 0 1px 0 #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
    font-weight: bold;
}
.text_input_p{
    width:50px;
    height: 27px;       
    z-index: 2;
    color:#006699;
    border-color:#000099;
    color:#006699;  
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding-right: 5px; 
    padding-left:5px;
    border-style: solid;
    border-width: thin;
    box-shadow: 2px 1px 0 rgba(0, 0, 0, 0.21) inset, 0 0 2px #FFFFFF, 0 1px 0 #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
    font-weight: bold;
    text-align:center;
    margin-top: 0px;
    font-size: 12px;
}
.precio_personas{
    color: white;
    background-color: transparent;
    border-color: transparent;
    color: white;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
    font-size: 17px;
    text-shadow: 1px 1px 1px black;
    width: 70px;
    text-align: center;
    font-weight: bold;
}
.nperson .error{
    font-size: 11px !important;
}
#resum_person{
    background: ;
    border-radius: 5px;
    padding-top:15px;
}
#resum_person b, #resum_total b{
    font-weight: 700;
    font-size: 15px;
    color: white;
    text-shadow: 1px 1px 1px #000;
}
#resum_total b{
    display: table;
    margin: 0 auto;
    margin-top: 7px;
}
#resum_person{
    padding-left: 6px;
    padding-right: 6px;
}
.wizarduno #resum_person .row div, .wizarduno #resum_person .row div b{
    color:white;
    text-shadow: 1px 1px 1px #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15.2px;
}
#resum_person .row:nth-child(1) div b{
    font-size: 15px;
}
.checkcondition{margin-bottom: 42px;}
.checkcondition a{color:;}
.checkcondition a:hover{color:#509aff;}
/* FIN TABLA PERSONAS*/
/*BLOQUE RESUMEN*/
.summary-head { display: inline-block; width: 170px; }
.summary-block { 
    background: ;
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: white;
    border-bottom: 2px solid #d7d9de; 
}
.summary-title { 
    font-weight: 700; 
    font-size: 15.5px;
    color: white;
    text-shadow: 1px 1px 1px black;
    padding-left: 5px;
}
.summary-content { 
    padding-top: 18px;
    padding-bottom: 14px;
    background: ;
    border-radius: 5px;
}
.wizarduno .summary-block:nth-child(4), .wizarduno .summary-block:last-child, .wizarduno .summary-content:last-child { 
    background:none;
    border-bottom: 0px; 
}
.bloq_total{
    background: !important;
    border-bottom: 2px solid #d7d9de !important;
}
.widget-title { 
    color: ;
    font-family: arial;
    font-size: 16px; 
    font-weight: 701; 
    text-transform: uppercase; 
    display: table; 
    margin:0 auto; 
    margin-bottom: 40px;
    margin-top:11px; 
    letter-spacing: 1px; 
    line-height: 1; 
}
.widget { 
    padding:22px !important; 
    padding-bottom: 20px !important;
    margin-bottom: 18px; 
    background-color: #fefefe; 
    padding: 50px; 
    border-radius: 6px; 
    /*box-shadow: 0px 1px 1px 1px #AEAEAE;*/
}
.widget-reserva, .notificacion{
    padding:22px !important;
}
.wizard-container {
  padding-top: 150px;/*106px*/
  /*padding-bottom: 25px;*/
  margin-bottom: 80px;/*60px*/
  z-index: 3;
}
.wizard-card .wizard-title {
    color: ;
    margin: 0;
    font-weight: 550;
}
#fecha_seleccionada{
    color: white;
    text-shadow: 1px 1px 1px black;
    padding-right: 8px;
    margin-top: 7px;
    font-size: 16.5px;  
}
/*FIN BLOQUE RESUMEN*/
.num_disponibles{
    background: ;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-shadow: 1px 1px 1px black;
    border-bottom: 1px solid black;
    display: table;margin: 0 auto;
    font-weight: bold;  
}
.notificacion{margin-left: 100px;margin-right: 100px;}
.not_text{font-size: 17px;}

.notificacion #resum_person .row div, .notificacion #resum_person .row div b{
    color:white;
    text-shadow: 1px 1px 1px #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 17px;
}
/*.nav-pills li.active > a > div{background: ;} para hacer mas anchos los botones de los pasos y comentar la linea 49*/
.info-text{
    font-size: 18px;
    font-weight: bold;
}
.title_pasos{
    font-size: 15px;
    font-weight: bold;
}
.wizard-card .icon-circle{
    margin-bottom: 8px;
}
#modal_sin_reserva{
    width: 30% !important;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color:  ;
    cursor: pointer;
}
.navbar-transparent .nav .caret {
    border-bottom-color: ;
    border-top-color: ;
}
a {
 color:;
 text-decoration:none;
 transition:all .2s ease;
 outline:0
}
.navbar .navbar-nav > li > a.btn.btn-info, .btn-info {
    border-color: ;
    color: ;
}
.navbar-transparent .btn-default, [class*="navbar-ct"] .btn-default{
    color: ;
    border-color: ;/*color borde idioma*/
}
#title_client{
    text-align:center;
    font-size:16.7px;
    margin-bottom:10px;
}
#title_fecha,#title_product{
    margin: 0 auto;
    margin-bottom: 8px;
    text-decoration: underline;
}
#text_fecha{font-size: 15px;}
#text_product{font-size: 14px;}
#text_fecha, #text_product{
    text-align: left;
    margin-bottom: 7px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    margin-top: 7px;
    margin-left: 5px;
}
/*Código de descuento mensajes*/
.text-error-des{
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    color:white;
    font-weight: bold;
    background:red;
    text-shadow: 1px 1px 1px black;
}
.text-correcto-des{
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 3px;
    padding: 5px 20px 5px 20px;
    border-radius: 2px;
    color:white;
    font-weight: bold;
    background:green;
    text-shadow: 1px 1px 1px black;
}
/*Bloque descuento*/
#bloque_descuento{
    padding: 8px;border-radius: 5px;
    color:white;text-shadow: 1px 1px 1px black;
    display:table;
    margin: 0 auto;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
#codigo_dto{
    background-color:#FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color:#444444;height: 33px;
    padding: 6px 16px;
}
#validar_des{
    color:white;
    border-radius: 16px;
    text-shadow: 1px 1px 1px black;
    background:#057917;
    border: 1px solid white;
    height: 33px;
    padding: 6px 16px;
    margin-top: -3px;
    margin-left: -5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.alert_boot{
    width: 75%;
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
    height: 8px;
    max-height: 2px;
    padding: 6px;
    box-shadow: 0 2px 1px 0px gray;
}
.close_boot{
    top: 1px !important;
    right: 10px  !important;
}
.alert_error{
    padding:9px !important;
    box-shadow: 0 2px 1px 0px gray;
    text-align:center;
}
/* MEDIA QUERIS AÑADIDAS */
@media only screen and (max-width: 3000px){
    #centradomodal{width: 20% !important;}
}
@media only screen and (max-width: 1900px){
    #centradomodal{width: 34% !important;}
}
@media only screen and (max-width: 1179px){
    .euro_sub{display: none;}
    .precio_sub, .tipo_sub {font-size: 15px;}
    #centradomodal{width: 50% !important;}
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 995px){
    .euro_sub{display: inline;}
    .precio_sub, .tipo_sub{font-size: 16px;}
    .col-vs-12{
        width: 100%;
        float:left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-vs-push-12,.col-sm-push-8{left:0;}
    .col-vs-pull-12,.col-sm-pull-4{right:0;}
    .wizarduno{padding-top: 170px;}
    .wizardos{padding-top: 15px;}
    #contenido > .modal-dialog{width: 85%;}
    #centradomodal{width: 60% !important;}
    #modal_sin_reserva{width: 50% !important;}
}
@media only screen and (max-width: 991px){
    footer#home {width: 100% !important;padding: 0 30px !important;}
    .notificacion{margin-left: 0px;margin-right: 0px}
}
@media only screen and (max-width: 771px){
    .wizarduno{padding-top: 0px !important;margin-top: 116px;}
    #contenido > .modal-dialog{width: 97%;padding: 0;margin-right: 5px;margin-left: 5px;}
    #contenido > .modal-body,#contenido > .modal-body .wizard-container, #content-php > .main > div.container,#contenido #content-php .container .content-area, .modal-body .wizard-container{padding:0 !important;margin:0 !important;}
    #centradomodal{width: 99% !important;}
    .modal-dialog{margin:5px;}
    .widget{ margin-top: 30px;}
    .wizard-container {margin-bottom: 60px;}
    #navbar > .navbar{height:87px;}
    .navbar-right > .bootstrap-select{height: 80px;}
    .bootstrap-select.btn-group .dropdown-menu{width: 105px;height:auto;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
    .bootstrap-select.btn-group > .dropdown-menu > ul{height: auto;background:white;}
    .bootstrap-select.btn-group > .dropdown-menu > ul > li > a{color:black !important;}
    .bootstrap-select.btn-group > .dropdown-menu > ul > li > a:hover{background:silver  !important;}
}
@media only screen and (max-width: 573px){
    .navbar-nav > li > a{ margin: 4px 1px;}
    .nav > li {
        position: relative;
        display: block;
        width: 50%;
    }
    .navbar-right li:nth-child(2){width:60px;}
    .navbar-nav > li > a{margin: 10px 1px;}
    .nav > li {
        position: relative;
        display: block;
        width: 50%;
    }
    .navbar-right li:nth-child(2){width:60px;}
    .navbar-right a{margin-top: 10px;}
    .wizard-card .nav-pills > li{width: 50% !important;}
    #tabla_personas td {padding-left:0px;padding-right:0px;}
    #tabla_personas b{font-size: 14px;}
    #tabla_personas td.estilo_bloque{padding:0px;}
    .precio_personas{width:52px !important;font-size: 14px !important;margin-top: 5px;}
    #sumatotalpvp{text-align: center !important;}
    .bootstrap-select .selectpicker{margin-top: 15px;}
    .bloque2{text-align: center;}
    .bloque1 > .card, .bloque1 > .wizard-card{box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.57);}
    .info-text{margin-top:0 !important;}
    .wizard-card .tab-content{padding: 220px 20px 10px;}
    .prod_margin{margin-top: 25px;}
    #modal_sin_reserva{width: 90% !important;}
    #bloque_personas, #bloque_productos{font-size: 16px;padding: 1px;}
    #modal_sin_reserva{width: 90% !important;}
    .bootstrap-select > .dropdown-toggle{margin-top: 19px;}
    .widget, .notificacion{padding:0px !important;}
    .widget{padding-bottom:20px !important;}
    .widget-title{padding-top:30px;}
    #codigo_dto{
        border-radius:4px;
        padding: 6px 16px;
        margin: 0 auto;
       display: table;
    }
    #validar_des{
        margin-left: -5px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        display: table;
        margin: 0 auto;
        margin-top: 12px;
    }
    #resultado_codigo_dto{
        margin-bottom:30px;
    }
    .bootstrap-select.btn-group > .dropdown-menu > ul{width:130px;}
    .bootstrap-select.btn-group > .dropdown-menu > ul > li > a{color:white !important;}
    .bootstrap-select.btn-group > .dropdown-menu > ul > li > a:hover{background:white !important;}
    .bootstrap-select.btn-group .dropdown-menu{width:10px}
}
@media only screen and (max-width: 405px){
    .euro_sub{display: none;}
    .precio_sub, .tipo_sub {font-size: 15px;}
    .wizarduno > .widget{padding:15px !important;}
    #produc_respon{
        margin: 0 !important;
        padding: 8px !important;
    }
    ul.selectpicker{
        max-height: 532.133px !important; 
        overflow-y: auto !important; 
        min-height: 0px !important; 
        width: 98px !important; 
        height: 125px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a{
        padding: 5px 15px 5px 13px;
    }
}
@media only screen and (max-width: 375px){
    .summary-head {display: inline-block;width: 136px;}
    .navbar .navbar-nav > li > a.btn.btn-wd, .btn-wd{min-width: 103px;}
    .wizard-card .tab-content{padding: 220px 15px 10px;}
    .text_input_p{width: 35px;}
    #location > .row > .col-sm-12:nth-child(2){padding:0;}
    .bootstrap-select > .btn{width: 80%;}
    ul.navbar-right{width: 43%;}
    .bootstrap-select > button{width:62%;}
    .bootstrap-select.btn-group .dropdown-menu{width:67px}
}
@media only screen and (max-width: 350px){
    .navbar-right li:nth-child(1) a{margin-left: 5px;}
    .navbar-right li:nth-child(1){width: 55px !important;}
    .navbar-right li:nth-child(2) a{padding-left: 0;margin-top: 14px !important;width:50px !important;}
    .navbar-right li:nth-child(2){width:50px !important;}
    .navbar-right > li{width: 50px;}
    #image_logo{width: 155px !important;}
    .bootstrap-select > .btn{padding-right: 14px !important;padding-left: 9px !important;}
    .navbar .navbar-nav > li > a.btn.btn-info.btn-fill, .btn-info.btn-fill{font-size:14px;}
    .euro{display: none;}
}