/* 
fondo rojo #D4263B
fondo gris #E1E8ED 
*/

body {
    font-family: "Oswald", Arial, sans-serif;
}

#home {
    background-color: #D4263B;
}

#home .boton_down {
    padding: 14px;
    min-width: 50;
    background-color: #FFF;
    color: #333333;
    border-radius: 28px;
}

#about {
    min-height: 715px;
}

#portfolio {
    background-image: url('../images/background_portfolio.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 715px;
}

#blog {
    background-color: #D4263B;
    min-height: 715px;
}

.btn_historia {
    display: none;
}

#services {
    background-color: #E1E8ED;
    min-height: 815px;
}

#estadisticas {
    background-color: #FFF;
    min-height: 715px;
}

#contact {
    background-color: #D4263B;
    min-height: 700px;
}

.contact_title_desc {
    color: #FFF;
    margin-top: 200px;
    font-size: 30px;
}

.header2.sticky-header.fixed.transparent.light, .header2.sticky-header.fixed.transparent.dark {
    background-color: #E1E8ED;
}

.header2.sticky-header.fixed.transparent.light, .header2.sticky-header.fixed.transparent.dark a {
    color: #000;
}

.cuadro_nacional {
    min-height: 137px !important;
}

.fijado {
    position: fixed;
    right: -165px;
    top: 200px;
    border-radius: 15px;
    border: solid 2px #FFF;
    background-color: #D4263B;
    padding: 10px 15px 10px 15px;
    transform: rotate(-90deg);
}

.fijado a {
    bottom: 0px;
}
.panel-text li{
    padding-left: 30px !important;
}