:root {
    --custom-fucsia: #ee3d8f;
    --custom-orange: #f7941E;
    --custom-yellow: #ffd100;
    --custom-mustard: #d7df23;
    --custom-green: #50b8b1;
    --custom-purple: #9283be;
}
.logo-trenes {
    background: #37bbed;
    padding: 10px;
}
.logo-trenes img{
    height: 53px;
}
.carousel {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.carousel-inner {
    height: 100%;
}
.carousel-control{color:#fff;font-size:60px;padding-top:160px;position:absolute;}
.carousel-control.right{left:auto;}
.item {
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center;
}
.titulo-seccion {
    margin-bottom: 20px;
}
.titulo-seccion img {
    float: left;
    width: 55px;
    height: auto;
}
.titulo-seccion .titulo-seccion-texto {
    margin-left: 15px;
    float: left;
    margin-top: 5px;
    font-size: 28px;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.obra-proyecto {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.obra-proyecto-img {
    float: left;
    width: 75px;
    text-align: center;
}
.obra-proyecto-text {
    margin-left: 75px;
}
.obra-proyecto-text-hidden {
    float: left;
    margin-top: 15px;
    margin-left: 75px;
}
.custom-pregunta {
    width: 100%;
    background: #aaa;
    display: flex;
}
.custom-pregunta-numero {
    padding: 5px 10px;
    min-width: 27px;
    color: white;
}
.custom-pregunta-text {
    padding: 5px 10px;
    color: black !important;
}
.custom-pregunta-label { 
    width: 100%;
    font-weight: bold;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: white;
    cursor: pointer;
    padding: 8px 16px 11px 16px;
    border-radius: 25px;
    border: 1px solid black;
}
#toTop:hover {
    background-color: #555;
    color: white;
}

.obra-proyecto-img img {
    max-width: 35px !important;
}

.obra-proyecto-text {
    height: 35px;
    display: table;
}

.obra-proyecto-text a {
    display: table-cell;
    vertical-align: middle;
}

.jumbotron .jumbotron_bar .breadcrumb li:first-child:after {
    content: "/";
}

.jumbotron_body {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

@media screen and (min-width: 768px) {
    .panel.panel-default .panel-heading {
        min-height: 250px;
    }
}

.download-file .panel-body {
    padding: 15px 20px;
}

.download-file .panel-body p {
    margin-bottom: 0;
}