﻿/*GENERICO*/
.cont_container {
    overflow:hidden;
    margin-bottom:2em;
}

/*PASOS*/
.linea_pasos {
    margin-bottom: 5px;
    margin-left: -4px;
    margin-right: -4px;
}

#pasosContainer{
   text-align:center;
   margin-top: 2em;
}

#pasosContainer div{
    text-align:center;

}

#pasosContainer div label{
   width:180px;
   display:inline-block;
}

.texto_pasos {
    text-transform: uppercase;
    cursor: default;
}


#texto1 {
    cursor: pointer !important;
}

.color-orange {
    color: #f38a00;
}

.centro_seleccionado {
    margin: 1em 0px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

/*SELECCION DE CENTRO*/
.indicacion {
    font-weight: bold;
    font-size: 1.8em;
    margin: 1.5em 0 1em;
    text-align: center;
}

.separador_centros_inscripcion {
    float: left;
    width:100%;
    text-align:left;
    margin:1em 0 1em 2.5%;
    font-weight:bold;
    font-size:1.5em;
}

.cont_centro {
    cursor: pointer;
    width: 25%;
    float: left;
    position:relative;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    margin-bottom:2em;
}

.cont_centro .image_centro {
    width:90%;
    height:10em;
    margin:3%;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:-2.5em;
}

.nombreCentro {
    background-color: #f38a00;
    opacity:0.9;
    width: 90%;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    color: black;
    font-weight: bold;
}

/*MENSAJES PARA EL USUARIO*/
.texto_explicacion {
    margin:3em 0 1em;
}
.texto_explicacion p{
    margin-bottom:1em;
}

.texto_explicacion strong{
   font-weight:bold;
}

/*SELECCION PRODUCTO*/
.productos {
    overflow:hidden;
    margin:2em 0;
    display:table;
    padding: 0 25px;
    position:relative;
    min-height: 300px;
    width:860px;
}

.productos li {
    display:table-cell;
    
}

.cont_producto {
    background-color: #FFF;
    color: #353535;
    font-weight: bold;
    width:50%;
    position:relative;
    text-align:center;
}

.separdor_producto {
   width:5%;
}

.cont_producto .producto {
    font-size: 1.6em;
    text-align: center;
    position:absolute;
    top:20px;
    margin:0 10%;
    width:80%;
}

.cont_producto .producto .titulo_perm{
    font-size: 0.7em;
    line-height: 1em;
    display:block;
}


.cont_producto .precio {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    position:absolute;
    margin:0 10%;
    width:80%;
    /*bottom:90px;*/
}

    .cont_producto .precio.individual {
        bottom:90px;
    }

    .cont_producto .precio.familiar {
        bottom:90px;
    }

.cont_producto .precio.infantil {
    bottom: 60px;
}

.cont_producto .precio_infantil {
    font-size: 55%;
}

.cont_producto .precio span{
    font-size: 40%;
}

.cont_producto .seleccionar {
    background-color: #000;
    width: 80%;
    height: 38px;
    color: #FFF;
    border: 0px none;
    position:absolute;
    left:10%;
    bottom:20px;
    font-weight:bold;
}

.cont_producto .btn_seleccionado {
    background-color: #c06d00;
    width: 80%;
    height: 38px;
    color: #FFF;
    border: 0px none;
    position:absolute;
    left:10%;
    bottom:20px;
    font-weight:bold;
    line-height: 38px;
}


.cont_producto.selected {
    /*background-color:#fae0be;*/

    background-color:#f38a00;
    color:#FFF;
}

.cont_producto.no_selected {
    background-color:#FFF;
}

/*OPCIONES Y BONIFICACIONES*/
.opciones_resumen {
    overflow:hidden;
    position:relative;
    padding: 0 25px;
    display:table;
    text-align: left;
}

.opciones, .resumen {
    width: 42%;
    padding:3%;
    position: relative;
    display:table-cell;
}

.separador_resumen {
    width: 4%;
    position: relative;
    display:table-cell;
}

.opciones {
    
    background-color:#000;
}

.opcion {
    margin-bottom: 2em;
    position:relative;
}

.opcion:last-child {
    margin-bottom: 0;
}

.titulo_opcion {
    margin-bottom: 1em !important;
    font-weight: bold;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.5em;
}

.opcion label {
    display:block;
    margin-bottom:0.5em;
}

.opcion label input{
    margin-right:0.5em;
}

.opciones select {
    font-family: 'Raleway';
    border: 0px none;
    width: 200px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../Images/computer/comun/arrow-down-black.jpg') no-repeat 170px center #FFF;
}


/*RESUMEN OPCIONES*/
.resumen {

    background-color:#f38a00;
}

.resumen h4 {
    font-size:1.5em;
    font-weight:bold;
}

.resumen ul{
    overflow:hidden;
}

.resumen ul li{
     padding:1%;
     margin-bottom: 0.2em;
}

.resumen ul li:last-child{
    margin-bottom:0;
}

.resumen .texto {
    float:left;
    width:73%;
}

.resumen .valor {
    float:right;
    width:23%;
    text-align: right;
}

.resumen .titular {
    margin-top:2em;
    background-color:#c06d00;
    font-weight:bold;
}
.resumen .separador_zona {
    float:left;
    width:100%;
    font-size:30%;
}


.resumen .botonera {
    float:left;
    width:100%;
    margin-top:1em;
}

.resumen #enviar {
    background-color: #FFF;
    color: #000;
}


/*TEXTO EXPLICACION*/
.texto_explicacion {

}

/*FORMULARIO DE DATOS*/
.form_datos {
    margin-top:3em;
}

.form_datos>ul>li>ul{
    overflow:hidden;
    position:relative;
    margin-bottom:1em;
}



.form_datos>ul>li>ul>li{
    width:48%;
    float:left;
    position:relative;
}

.form_datos>ul>li>ul>li:nth-child(odd){
    float:left;
}

.form_datos>ul>li>ul>li:nth-child(even){
    float:right;
}

.form_datos .titulo_form{
    font-size:1.5em;
    margin: 2em 0px 1em;
    border-bottom: 1px solid #FFF;
    padding-bottom:0.2em;
    font-weight:bold;
}

.form_datos .titulo_fila {
    float:left;
    width:35%;
}

.form_datos input[type="text"], .form_datos select {
    float:right;
    width:63%;
    padding:1%;
    border:0px none;
}

.form_datos select {
    width:65%;
}

.form_datos .envoltura {
    display:block;
    padding: 0.5% 0;
}

.form_datos .resalte_pago {
    background-color:#f38a00;
    padding:1em;
    font-weight:bold;
}


.fila_botonera {
    margin-top:2em;
    overflow:hidden;
}

.form_datos #enviar, .pag_resumen #confirmar {
    background-color: #000;
    color: #FFF;
    margin-left:2em;
}

.form_datos #cancelar, .pag_resumen #cancelar {
    background-color: #CCC;
    color: #000;
}

 .text-danger {
  color: #000;
  padding: 0.5% 1%;
  font-weight: bold;
  width:63%;
  background-color: rgb(255,240,137);
  display: inline-block;
  float:right;
  margin-top: 0.25em;
 }

.text-danger:empty {
    display: none;
}

.btn_submit {
    float: right;
    border: 0px none;
    font-size: 1.2em;
    font-family: "Raleway";
    font-weight: bold;
    text-transform: uppercase;
    padding:0.5em 1em;
}

.terminos_uso {
    color:#FFF;
}

.no_float {
    float:none;
    width:auto;
    margin-left:2em;
}

/* PAGINA DE RESUMEN */

.pag_resumen {
    margin-top:3em;
}

.pag_resumen .opciones>ul, .pag_resumen .resto_datos>ul {
    overflow:hidden;
    position:relative;
}

.pag_resumen .opciones>ul>li {
    overflow: hidden;
    width:100%;
    position:relative;
    margin-bottom:0.5em;
}

.pag_resumen .opciones>ul>li:last-child, .pag_resumen .resto_datos>ul>li:last-child {
    margin-bottom:0;
}

.pag_resumen .titulo_fila {
    float:left;
    width:40%;
}

.pag_resumen .valor_fila {
    float:left;
    width:60%;
}

.pag_resumen .resto_datos {
    overflow:hidden;
    padding: 1.9em;
}

.pag_resumen .resto_datos>li>ul {
    overflow:hidden;
}

.pag_resumen .resto_datos>li>ul>li {
    width:48%;
    margin-bottom:0.5em;
}

.pag_resumen .resto_datos>li>ul>li:nth-child(odd){
    float:left;
}

.pag_resumen .resto_datos>li>ul>li:nth-child(even){
    float:right;
}

.marginTop{
    margin-top:2em; 
}

.marginBottom {
    margin-bottom:1em;
}

/*LEGAL*/
.legal {
    padding: 1.9em;
}

/*PAGINA DE RESULTADO*/
.resultado_pago{
    margin-top:4em;
    text-align:center;
}

.resultado_pago p {
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:2em;
}

.resultado_pago #enviar {
    background-color: #000;
    color: #FFF;
    float:none !important;
}

.ayuda {
    width: 20px;
    height: 20px;
    background: url('../Images/computer/comun/icono_info_naranja.png') center center no-repeat;
    background-size: contain;
    position:absolute;
    top:0;
    right:0;
}

.ayuda_abono {
    top:5%;
    right:5%;
}

.ayuda_resumen {
    top:6%;
    right:6%;
}

.indent {
    margin-left: 1em;
    margin-right: 1em;
    font-style:italic;
}

/*SE HAN CAMBIADO LAS CLASES DE LOS ABONOS*/
.abonoTipo {
   margin:25px;
   font-size:1.5em;
}

.abonoPrecio {
    margin: 25px;
    font-size: 3em;
}

.abonoDescripcion {
    margin: 25px;
    font-size: 1em;
}

.tituloCentro {
    font-size:2em;
    font-weight:bold;
    margin: 50px 0px;
}

.enlace {
    font-weight: bold;
    color: #f38a00;
}

#selectTarifasCentro {
    background-color: black;
    color: white;
    margin: 30px;
    padding: 5px;
    font-size: 1.1em;
}

    #selectTarifasCentro option:hover {
        box-shadow: 0 0 10px 100px #f38a00 inset;
    }

    #selectTarifasCentro:focus > option:hover {
        background: #f38a00 !important;
    }