/* 
    Created on : 28-ene-2015, 10:22:15
    Author     : suarezvd
*/

/* Imagen del carrusel: centrada y responsive */
.carrusel-betm3-img {
    display: block;
    margin: 0 auto;      /* centro horizontal */
    max-width: 100%;     /* que nunca se pase del ancho del contenedor */
    height: auto;        /* mantiene proporción */
    max-height: 80rem;   /* límite de altura en pantallas grandes */
}

/* En móvil dejamos que tenga la altura que necesite, sin límite bruto */
@media (max-width: 768px) {
    .carrusel-betm3-img {
        max-height: none;  /* sin límite, para que no recorte nada */
        width: 100%;
        height: auto;
    }
}

/* Quitar degradado oscuro de Bootstrap en los lados */
.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    background-color: transparent !important;
}

.carousel-control {
    filter: none !important;
    opacity: 1 !important;
}
.carousel-control:hover {
    opacity: 0.7 !important;
}

.dropdown-header {
    padding: 3px 10px;
}

.pointer-mouse-cursor {
    cursor: pointer !Important;
}

.container-navidad {
    background-image: url(/img/navback.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    display: block;
    background-size:100% auto;
    font-family: "Montserrat",sans-serif !important;
    text-align: right;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    background-color: #FFFFFF;
}

.container-navidad h1, h2, h3 ,h4, h5 {
    padding-right: 12px;

}

.navbar-default .navbar-nav > li > a {
    color:#1565c0;
    font-size: 18px;
}

.marquee {
    overflow: hidden;
    color: #1976D2;
    font-size: 20px;
    border: solid #1976D2 2px;
    border-radius: 5px;
    /*width: 100%;*/
    margin-top: 15px;
    z-index: 999;
}

.marquee a {
    color: #F57C00;
    text-decoration: underline;
}

.contenedor-marqee {
    margin-bottom: 15px;
    margin-top: 15px;
}

#marquee-noticias {
    background: #eee;
    overflow: hidden;
    white-space: nowrap;
}

body {
    margin-top: 0;
    background-color: #FFFFFF;
    padding-bottom: 90px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif !Important;
}
/*
.navbar {
    border-color: #50c0e9;
    border: solid #990000 2px;
}*/

.linea_de_espacio {
    padding-bottom: 20px;
    padding-top: 20px;
}
.auto-padding-bottom {
    margin-bottom: auto;
}

.nav li {
    display: inline;
}

.jumbotron .container {
    position: relative;
    top:100px;
}

.jumbotron h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.jumbotron p {
    font-size: 20px;
    color: #fff;
}

.learn-more {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.learn-more .panel-green a {
    color: white;
}

.learn-more h3 {
    font-size: 18px;
    font-weight: bold;
}


#carucel {
    width: 100%;
    font-family: 'Montserrat', sans-serif !Important;
}


.barra {
    alignment-adjust: auto;
}


.colapsar {
    height: 1px;
}


.centered-form{
    margin-top: 20px;
    margin-bottom: 20px;
}

.centered-form .panel{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.inline{
    display: inline-block;
}
