/*include loading*/
@import 'loading.css';


html, body { min-height: 100%; }
body{
    background: url(../img/madrid-2.jpg) no-repeat bottom;
    background-color: #5194ca;
    background-size: 100%;
    background-attachment:fixed;
    background-position:center bottom;
    font-size: 19px;
    font-family: "Lato";
    padding-bottom: 50px;
}
.header{
    color: #FFF;
}
.h1, h1 {
    font-size: 47px;
    margin-top: 10px;
}
.h2, h2 {
    font-size: 29px;
    margin-bottom: -6px;
    font-weight: bold;
}
.h3, h3 {
    font-size: 24px;
    font-weight: bold;
}
.h4, h4 {
    font-size: 18px;
    font-weight: bold;
}
#ok, #cola, #inscrito, #yains, #baja, #caducada, #limite{
    display: none;
}
.logo{
    margin-top: 12px;
    margin-right: 10px;
    display: block;
}

.actividad {
    background: #FFF;
    margin-bottom: 30px;
    padding: 0px;
    height: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 34px 5px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 34px 5px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 34px 5px rgba(0,0,0,0.28);
}
.actividad .titulo{
    color: #009ecf;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}
.actividad .thumb{
    height: 140px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px 0px 0px 5px;
    
}
.actividad .thumb2 {
    height: 290px;
    background-size: cover;
    background-position: center center;
    border-radius: 7px 0px 0px 7px;
}
.actividad .lugar {
    border-right: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 18px;
    margin-right: 16px;
    float: left;
    text-transform: uppercase;
}
.actividad .fecha{
    float: left;
    font-size: 17px;
    margin-left: 27px;
}

.actividad .hora{
    font-weight: bold;
}

.actividad .moreinfo{
    line-height: 120px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
.actividad .moreinfo2 {
    line-height: 75px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
.expandido {
    height: 650px;
}
/*
.expandido .thumb{
background-size: auto 120%;
    height: 100%;
    background-position: center center;
}
*/
.expandido .thumb {
    background-size: cover;
    height: 100%;
    background-position: -179px center;
}
.detalle{
    font-size: 15px;
    margin-bottom: 7px;
}
.detalle ul {
    padding-left: 0px;
}
.azul{
    color: #5b98ca;
    font-weight: bold;
}
.rojo{
    color: #ff0000;
    font-weight: bold;
}
.menores {
    display: none;
}


.actividades{
    margin-top: 20px;
}

.actividades .titulo{
    color: #009ecf;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.actividad-ex {
    background: #FFF;
    float: left;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    padding: 0px;
    border-radius: 7px;
}


.navbar {
    background-color: #000;
}
.navbar a{color: #FFF;    font-size: 14px;}

footer{
    background: #000!important;
    border-radius: 0px!important;
    position: fixed!important;
    bottom: 0;
    width: 100%!important;
    padding: 0px;
    margin: 0px!important;
}
footer a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.tick{
    width: 120px;
    float: right;
    margin: 10px;  
}
.mensajes{
    padding: 24px;
}
.blue{
    color: #009ecf;
}
.under{
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    line-height: 60px;
}
.line_visita {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}
.boton {
    border: 2px solid #5b98ca;
    border-radius: 6px;
    padding: 1px 18px 3px;
    color: #484848;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
}
.boton:hover{
    background: #90b4ca;
    color: #000;
}

.masinfo{
    margin: 15px 0px;
}
.listado{
    margin: 15px 0px;
    margin-left: 20px;
    font-size: 17px;
   /* overflow-y: auto;
    height: 138px;*/
    width: 95%;
}

.scroll_v{
    overflow-y: scroll;
    height: 505px;
}
.inscripcion{
    display: none;
    margin-top: 15px;
}

.inscripcion input[type="text"], .inscripcion input[type="email"]  {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 2px 10px;
    background: rgba(165, 184, 255, 0.15);
    color: #000;
    margin-bottom: 8px;
    width: 100%;
}
.inscripcion input[type="checkbox"]{
    width: 20px;
}
.inscripcion label{
    font-weight: bold!important;
    font-size: 16px!important;

}

.formulario{

}

.form-error {
    display: none;
    color: #ff5959;
    font-size: 13px;
    top: 2px;
    position: absolute;
    right: 12px;
}
.form-error_aux {
    position: inherit!important;
    float: left;    
}

.enviar {
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 15px;
    border: 2px solid #649dca;
    margin: auto 10px;
}


.plazas{
    border: 1px solid #5b98ca;
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 45px;
    padding: 1px 0px;
}


#clock {
    text-align: center;
    margin-top: 7px;
    border: 1px solid;
    border-radius: 5px;
}
.acomp{ display: none}

.seccion-texto{
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 13px 50px 40px 40px;
    text-align: justify;
    margin-bottom: 80px;
}

.visitainfo{
    margin-top: 20px;
}

#baja_ok {
    font-weight: bold;   
    font-size: 1.5em; 
    line-height: 2em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border: none!important;}

.vcenter { padding: 15px;}
.nopadleft{ padding-left: 0px;}
.nopadright{ padding-right: 0px;}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype'), url(../fonts/Lato-Regular.svg#Lato) format('svg')
}
@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Bold.woff) format('woff'), url(../fonts/Lato-Bold.ttf) format('truetype'), url(../fonts/Lato-Bold.svg#Lato-Bold) format('svg')
}
@font-face {
    font-family: Lato-BoldItalic;
    src: url(../fonts/Lato-BoldItalic.eot);
    src: url(../fonts/Lato-BoldItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-BoldItalic.woff) format('woff'), url(../fonts/Lato-BoldItalic.ttf) format('truetype'), url(../fonts/Lato-BoldItalic.svg#Lato-BoldItalic) format('svg')
}
@font-face {
    font-family: Lato-Italic;
    src: url(../fonts/Lato-Italic.eot);
    src: url(../fonts/Lato-Italic.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Italic.woff) format('woff'), url(../fonts/Lato-Italic.ttf) format('truetype'), url(../fonts/Lato-Italic.svg#Lato-Italic) format('svg')
}
@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Light.woff) format('woff'), url(../fonts/Lato-Light.ttf) format('truetype'), url(../fonts/Lato-Light.svg#Lato-Light) format('svg')
}
@font-face {
    font-family: Lato-LightItalic;
    src: url(../fonts/Lato-LightItalic.eot);
    src: url(../fonts/Lato-LightItalic.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-LightItalic.woff) format('woff'), url(../fonts/Lato-LightItalic.ttf) format('truetype'), url(../fonts/Lato-LightItalic.svg#Lato-LightItalic) format('svg')
}
@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype'), url(../fonts/Lato-Regular.svg#Lato-Regular) format('svg')
}
@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Bold.woff) format('woff'), url(../fonts/Lato-Bold.ttf) format('truetype'), url(../fonts/Lato-Bold.svg#Lato-Bold) format('svg')
}

::-webkit-input-placeholder { color: #ccc; } /* WebKit */
:-moz-placeholder { color: #ccc; } /* Firefox 18- */
::-moz-placeholder { color: #ccc; } /* Firefox 19+ */
:-ms-input-placeholder { color: #ccc;; } /* IE 10+ */


@media only screen and (max-device-width: 992px) {
    .actividad{   
       padding-bottom: 25px;
    }
    .actividad .thumb2 {
       border-radius: 7px 7px 0px 0px;
    }
    .actividad .thumb {
        border-radius: 5px 5px 0px 0px;
    }
}