/* COLORES
	- Gris claro 	#f2f2f2
	- Gris medio 	#e4e4e1
	- Gris oscuro 	#dbdad6
	- Magenta 		#ec0080
	- Azul 			#0d438b
	- Amarillo 		#f6b72e
*/

/* === GENERALES === */
@import url(//fonts.googleapis.com/css?family=Scada:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    background: #f2f2f2;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.231;
    min-width: 1020px;
}

body.page_compra {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Scada';
    color: #ec0080;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.bloque {
    background: #ffffff;
}

.azul {
    background: #0d438b;
}

.amarillo {
    background: #f6b72e;
}

.magenta {
    background: #ec0080;
}

.turquesa {
    background: #32bdb4;
}

.morado {
    background: #78116d;
}

span.magenta {
    color: #ec0080;
    background: transparent;
}

a, label, input[type=checkbox] {
    cursor: pointer;
}

a {
    color: #ec0080;
}

a > img {
    vertical-align: middle;
}

#buscadorDestinosTablet {
    display: none;
}

/* === LATERALES === */
h2.lateral, h3.lateral, h2.lateral a, h3.lateral a {
    font-family: 'Scada';
    color: #0d438b;
    line-height: 18.5px;
}

h2.lateral {
    font-size: 16px;
    margin-bottom: 10px;
    width: 180px;
    margin-left: -10px;
    border-bottom: 2px solid #f2f2f2;
    padding: 0 10px 10px 10px;
}

h3.lateral {
    font-size: 14px;
    margin-bottom: 5px;
}

.lateralIzquierdo, .lateralDerecho {
    padding: 10px;
}

.lateralIzquierdo a, .lateralDerecho a {
    color: #999999;
}

.lateralIzquierdo a:hover, .lateralDerecho a:hover {
    text-decoration: underline;
}

.lateralDerecho h2.lateral {
    width: 210px;
}

.lateralIzquierdo ul h3, .lateralDerecho ul h3 {
    margin-top: 10px;
}

#sec_barra_lateral hr, #sec_contenido_derecha hr, #sec_colizquierda hr {
    border-width: 2px;
    margin: 0 0 10px -10px;
    border-color: #f2f2f2;
}

#sec_barra_lateral hr, #sec_colizquierda hr {
    width: 200px;
}

.lateralDerecho ol, .lateralIzquierdo ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

#sec_contenido_derecha hr {
    width: 230px;
}

#sec_barra_lateral ul, #sec_colizquierda ul, #sec_contenido_derecha ul {
    margin-bottom: 10px;
}

.lateralIzquierdo img.banner, .lateralDerecho img.banner {
    margin-left: -10px;
    margin-bottom: -13px;
    margin-top: -10px;
}


/* === BOTONES === */
.btn-eliminar {
    display: block;
    width: 52px;
    height: 17px;
    padding: 5px 0 0 20px;
    background: url('/clases/Modulos/Core/img/btnEliminar.png');
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 1);
    cursor: pointer;
}

.btn-eliminar:hover {
    background-position: 0 22px;
    color: #ec0080;
}

.btn-neo, .btn-compra {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: url('/clases/Modulos/Core/img/btnCompra.png') no-repeat bottom right;
    height: 30px;
    padding-right: 8px;
}

.btn-neo > span, .btn-compra > span {
    display: block;
    padding: 7px 0 0 8px;
    height: 23px;
    background: url('/clases/Modulos/Core/img/btnCompra.png') no-repeat;
}

.btn-neo.css, .btn-compra.css {
    background: #f7b706; /* Old browsers */
    background: -moz-linear-gradient(top, #f7b706 0%, #f0ac0a 47%, #dc8913 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b706), color-stop(47%, #f0ac0a), color-stop(100%, #dc8913)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7b706 0%, #f0ac0a 47%, #dc8913 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7b706 0%, #f0ac0a 47%, #dc8913 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7b706 0%, #f0ac0a 47%, #dc8913 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7b706 0%, #f0ac0a 47%, #dc8913 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b706', endColorstr='#dc8913', GradientType=0); /* IE6-9 */
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.75);
    box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.75);
    height: 29px;
}

.btn-neo.css > span, .btn-compra.css > span {
    background: transparent;
}

.btn-neo.css.btn-small {
    height: 20px;
    font-size: 11px;
    border-radius: 4px;
}

.btn-neo.css.btn-small > span {
    padding-top: 4px;
}


/* === SECCIONES === */
#sec_cabecera {
    margin-bottom: 10px;
}

.page_fichaProducto #contenedor, #sec_buscador {
    width: 1000px;
    margin: 0 auto !important;
}

#sec_barra_lateral, #sec_colizquierda {
    width: 200px;
    float: left;
}

#contenido, #sec_colderecha {
    width: 100%;
    float: right;
}

#contenedor:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#sec_contenido_cabecera {
}

#sec_contenido_pie {
}

#sec_contenido_izquierda {
    width: 550px;
    float: left;
}

#sec_contenido_derecha {
    width: 230px;
    float: right;
}

#sec_pie {
    margin-top: 10px;
}

.page_fichaProducto div #sec_contenido_izquierda {
    width: 100% !important;
}

.page_fichaProducto div #sec_contenido_izquierda {
    margin-top: 0 !important;
}

.page_destino #sec_contenido_izquierda {
    width: 280px;
}

.page_destino #sec_contenido_derecha {
    width: 900px;
    float: right;
}

@media screen and (max-width: 1250px) {
    .page_fichaProducto #contenedor, #sec_buscador {
        width: 100% !important;
        padding: 0 10px !important;
    }
}

/* === VENTANA MODAL === */
.modal {
    width: 690px;
    background-color: rgba(255, 255, 255, 0.2);
    position: fixed;
    left: 50%;
    top: 15%;
    margin-left: -345px;
    padding: 30px 0;
    z-index: 2500;
    display: none;
}

.modal h3 {
    font-size: 14px;
    color: #0d438b;
    margin-bottom: 20px;
}

.modal .inner {
    margin: auto;
    width: 630px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.modal .content {
    margin: 20px 60px;
    max-height: 400px;
    font-size: 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal .content h4 {
    font-size: 13px;
    color: #ec0080;
}

.modal .content p {
    margin-bottom: 20px;
}

.modal .close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('/clases/Modulos/Core/img/close.png');
    cursor: pointer;
}

.modal .icon {
    position: absolute;
    left: 20px;
    top: 15px;
}

.overlayModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2499;
    display: none;
    background-color: #000000;
}

/*Migas de pan*/


.neoBreadCrumb {
    list-style: none;
    overflow: hidden;
    margin-bottom: 2px;
    background-color: #ffffff;
    font-family: 'scada'
}

.neoBreadCrumb.large {
    width: 750px;
}

.neoBreadCrumb li {
    float: left;
}

.neoBreadCrumb li a {
    color: #ec0080;
    text-decoration: none;
    padding: 10px 20px 10px;
    background: #ffffff;
    position: relative;
    display: block;
    float: left;
    background: url('/clases/Modulos/Core/img/separadorMiga.png') no-repeat right;
}

.neoBreadCrumb li:not(:last-child) a:hover {
    text-decoration: underline;
}

.neoBreadCrumb li:last-child a {
    background: none;
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}

.page_compra #contenido {
    width: 100%;
    float: none;
}

.page_compra #sec_contenido_derecha {
    width: 60%;
    float: right;
}

.page_compra #sec_contenido_izquierda {
    width: 40%;
    float: left;
    display: inline-block;
}

.page_compra .bloqueIzquierda {
    width: 100% !important;
}

.page_compra .bloqueIzquierda, .page_compra .bloqueCentral, .page_compra .bloqueDerecha, #seguroAnulacionContainer {
    background: #f2f2f2 !important;
    border: #cccccc solid 1px;
}

.page_compra .bloqueCentral, .page_compra .bloqueDerecha {
    width: 100% !important;
    margin-left: -10px;
}

.page_compra #procesoCompra, .page_compra #datosPersonales, .page_compra #datosAdicionales {
    padding: 0;
}

.page_compra h3.h3_cab_tren {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-size: 25px !important;
    color: #000066 !important;
    height: 40px;
    line-height: 40px;
    background-color: transparent !important;
    border-bottom: 2px solid #e5175b;
    margin-bottom: 10px !important;
    padding: 0;
}

#datosAdicionales {
    margin-top: 20px;
}

/*** DATOS ADICCIONALES **/
.page_compra #datosAdicionales .renfeAPI {
    color: #000000;
    margin: 15px 0;
}

.page_compra #datosAdicionales h4.titulo3 {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    color: #000066 !important;
    border-bottom: 2px solid #e5175b;
    font-size: 20px;
    font-weight: bold;
}

.page_compra #datosAdicionales .control-group {
    width: 100% !important;
}

.page_compra #datosAdicionales .control-group.id_49 {
    height: 120px;
}

.page_compra #datosAdicionales .control-group label {
    font-family: 'Roboto', sans-serif;
    width: 30% !important;
    padding-right: 10px;
    color: #909090 !important;
    font-size: 14px;
    padding-top: 12px;
}


.page_compra #datosAdicionales .control-group div.controls {
    width: 65% !important;
    display: inline-block !important;
    margin: 0 !important;
}

/** datos de otra persona */
.page_compra .datosOtraPersona h4.titulo3 {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    color: #000066 !important;
    border-bottom: 2px solid #e5175b;
    font-size: 20px;
    font-weight: bold;
}

.page_compra .regalarCompra {
    padding: 0 20px 20px 20px;
}

.page_compra .datosOtraPersona label {
    width: 30% !important;
    display: inline-block;
    padding-right: 10px;
    color: #909090 !important;
    font-size: 14px;
    padding-top: 12px;
    text-align: right;
}

.page_compra .datosIniciales div, .page_compra .div_inputs input, .page_compra .div_inputs textarea {
    width: 65% !important;
    display: inline-block !important;
}

@media screen and (max-width: 375px) {
    .page_compra .datosOtraPersona label {
        display: none;
    }

    .page_compra .datosIniciales div, .page_compra .div_inputs input, .page_compra .div_inputs textarea {
        width: 95% !important;
    }

    .page_compra .regalarCompra {
        padding: 0 10px 10px 10px;
    }

    .page_compra #datosPersonales .datosIniciales div input[type="checkbox"] {
        margin-left: 0 !important;
    }
}

.page_compra #divInputsRegalarCompra textarea {
    resize: none;
    height: 150px !important;
    padding: 5px !important;
}

.page_compra .datosIniciales div input {
    width: 100% !important;
}

.page_compra #datosPersonales .datosIniciales div input[type="checkbox"] {
    width: 15px !important;
    margin-left: 30%;
}

.page_compra #datosPersonales .datosIniciales .checkRegalar {
    width: 100% !important;
}

.page_compra #divInputsRegalarCompra {
    margin-top: 15px;
    display: none;
}

.page_compra h3.h3_cab_tren svg {
    vertical-align: middle;
    background: #e5175b;
    height: 100%;
    padding: 3px;
    width: 42px;
    padding-left: 10px;
}

.page_compra h3.h3_cab_tren svg.svgTituloCompra {
    padding: 0;
    background: transparent;
    margin-left: -5px;
    width: 33px;
}

.page_compra h3.h3_cab_tren {
    padding: 0 !important;
}

.page_compra #selectorContainer .content.pagos {
    text-align: center;
}

.page_compra .condicionesContratacion, .page_compra .condicionesComunicacion {
    padding-left: 10px;
}

.page_compra .condicionesContratacion p {
    display: inline-block;
    width: 90%;
    vertical-align: text-top;
    padding-top: 5px;
}

.page_compra .condicionesComunicacion p {
    display: inline-block;
    width: 90%;
    vertical-align: text-top;
    padding-top: 18px;
}

@media screen and (max-width: 1250px) {
    .page_compra #sec_contenido_derecha {
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .page_compra #sec_contenido_izquierda {
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto;
    }

    .page_compra .bloqueDerecha, .page_compra .bloqueIzquierda, .page_compra .bloqueCentral {
        margin: 15px 0 !important;
    }
}

p.infoBabies {
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    color: #000000 !important;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    background-color: #ffcccc;
}

.btn1 {
    background-color: #000066 !important;
}

.btn1:hover {
    background-color: #22848e !important;
}

.contenedor_inputs {
    text-align: center;
    width: 900px;
    margin: 10px auto;
    padding-bottom: 10px;
}

a.btn1.copyBuyerData {
    font-size: 13px;
    padding: 0px 13px !important;
}

a.btn1.copyBuyerData svg {
    vertical-align: sub
}

#info_compra div.producto_pagarya #boton_pagar span.pagarya {
    font-size: 18px !important;
    text-align: center;
}

#info_compra div.producto_pagarya .continuarya {
    font-size: 18px;
}

.page_fichaProducto div #sec_contenido_izquierda {
    padding: 0 !important;
}

.page_seleccionModelos div.seleccion_ocio span.btn_mini.add {
    background-color: #000066 !important;
}

.page_seleccionModelos div.seleccion_ocio span.btn_mini.add:hover {
    background-color: #3a3a89 !important
}

@media screen and (max-width: 375px) {
    .page_compra h3.h3_cab_tren {
        font-size: 17px !important;
    }
}

.page_SelectorTipoProducto #sec_contenido_izquierda, .page_listadoProductos #sec_contenido_izquierda {
    width: 100% !important;
    max-width: 1200px !important;
    float: none;
    text-align: center;
}

.page_SelectorTipoProducto .boxTipoProducto {
    width: 290px;
    display: inline-block;
    margin-right: 6px;
    color: #333333;
    font-family: 'Arial', serif;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.page_SelectorTipoProducto .boxTipoProducto.soloTren, .page_SelectorTipoProducto .boxTipoProducto.grupos {
    display: block;
    margin: 10px auto;
}

.page_SelectorTipoProducto .aTipoProducto {
    color: #333333;
    text-decoration: none !important;
}

.page_SelectorTipoProducto .boxTipoProducto .top, .boxTipoProducto .bot {
    padding: 10px;
}

.boxTipoProducto .bot {
    text-align: left;
}

.page_SelectorTipoProducto .boxTipoProducto .top {
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
}

.page_SelectorTipoProducto .boxTipoProducto .top svg {
    width: 50px;
    height: 50px !important;
}

.page_SelectorTipoProducto .boxTipoProducto .top svg path {
    fill: #ec971f !important;
}

.page_SelectorTipoProducto .boxTipoProducto .bot p {
    font-size: 12px;
}

.page_SelectorTipoProducto .boxTipoProducto p.tipo {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
}
