﻿

body {
    font-family: Roboto, sans-serif !important;
}


#top-nav {
    background-image: url('landing/header_bg.png');
    background-size: cover;
}


#lang-menu, #mobile-lang-menu {
    list-style: none;
    color: white;
    display: flex;
    margin-top: 30px;
}

    #mobile-lang-menu{
        float: left;
    }

    #lang-menu {
        display: none;
    }

@media (min-width: 576px) {
    #lang-menu {
        display: flex;
    }
    #mobile-lang-menu{
        display: none;
    }
}

#lang-menu li, #mobile-lang-menu li {
    margin-right: 40px;
}

#lang-menu a, #mobile-lang-menu a {
    font-family: Roboto, sans-serif !important;
    font-weight: 500 !important;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

#lang-menu .lang-selector, #lang-menu .lang-selector a, #mobile-lang-menu .lang-selector, #mobile-lang-menu .lang-selector a {
    color: #fff;
}

    #lang-menu .lang-selector a.selected, #mobile-lang-menu .lang-selector a.selected, #mobile-lang-menu .lang-selector a.selected {
        color: #FEBE10;
    }

.lang-selector a {
    display: inline-block;
}

#main-menu {
    margin-top: 15px;
}

    #main-menu > li {
        margin-left: 50px;
    }


@media (min-width: 576px) {
    #main-menu > li:first-child {
        margin-left: 0px;
    }
}
       



    #lang-menu a:hover, #main-menu a:hover, #main-menu a:focus {
        color: #FEBE10;
        background-color: transparent;
    }

#top-nav a {
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 768px) {
    .landing-page .navbar-default .nav li a {
        color: white;
    }
    .navbar-header{
        width: 100%;
    }
}

.navbar-toggler {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.dropdown-toggle span {
    display: block;
}

.dropdown-toggle .down-icon {
    text-align: center;
    font-size: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.carousel-caption {
    padding-top: 20px;
}

    .carousel-caption > div {
        margin-left: 42px;
    }

    .carousel-caption .carousel-caption-image {
        text-align: left;
    }

.carousel-caption-container {
    border: 2px solid #E86605;
    font-family: 'Roboto Slab', serif;
    padding: 20px;
    width: 75%;
    margin-top: 30px;
    float: left;
}

    .carousel-caption-container h3 {
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .carousel-caption-container p {
        font-weight: 300 !important;
        font-size: 24px !important;
    }

.landing-page .carousel {
    border-bottom: 20px solid #E86605;
}

@media (min-width: 576px) {

    .carousel-caption {
        margin-left: 0px;
    }


        .carousel-caption > div {
            margin-left: 0px;
        }

        .carousel-caption .carousel-caption-image {
            text-align: right;
        }

    .carousel-caption-container {
        float: right;
        width: 85%;
    }

        .carousel-caption-container h3 {
            font-size: 24px !important;
        }

        .carousel-caption-container p {
            font-size: 36px !important;
        }
}

@media (min-width: 768px) {
    .carousel-caption-container {
        float: right;
    }
}

@media (min-width: 992px) {
    .carousel-caption-container {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .carousel-caption-container {
        width: 55%;
    }

        .carousel-caption-container p {
            font-size: 47px !important;
        }
}


#introduction {
    padding: 50px 0px 60px;
}

    #introduction p {
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-size: 32px;
        color: black;
        font-weight: 300;
    }

.orange {
    color: #E86605;
}

.main-features {
    background-position: left bottom;
    background-size: cover;
    background-image: url(../images/landing/homefondo1.png);
    margin-bottom: 0px;
}

.results-numbers {
    font-size: 68px !important;
    color: white !important;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 300 !important;
}

.title-status {
    color: white !important;
    font-family: 'Roboto', serif !important;
    font-weight: 700 !important;
    font-size: 38px !important;
}

.title-status-container {
    margin-bottom: -5px;
}

@media (min-width: 576px) {
    .title-status-container {
        margin-bottom: -15px;
    }
}

@media (min-width: 1200px) {
    .title-status-container {
        margin-bottom: 20px;
    }
}

.results-numbers-container {
    padding: 50px 0px 80px;
}

.landing-page .dropdown-menu {
    border-radius: 0px;
    background: rgba(123,48,17,0.6);
    padding: 5px 0px;
    min-width: 290px;
}

    .landing-page .dropdown-menu a {
        color: white !important;
        font-weight: normal !important;
        text-transform: none !important;
        font-size: 13px !important;
    }

        .landing-page .dropdown-menu a:hover {
            color: #FEBE10 !important;
            background-color: transparent;
        }

.results-title {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 200 !important;
    color: #E86605;
    text-transform: uppercase;
    font-size: 40px !important;
    margin-top: 20px !important;
    line-height: 70px;
}

    .results-title::after {
        content: "";
        display: block;
        height: 25px;
        background: rgb(234,232,232);
        background: linear-gradient(180deg, rgba(234,232,232,1) 0%, rgba(255,255,255,1) 100%);
    }

.landing-page .navy-line {
    border-width: 5px;
}

.landing-page h1:not(.results-title) {
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    color: #544F4E !important;
}

.status-description p {
    margin: 0px !important;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    color: black !important;
}

.data-container {
    width: 90%;
    margin: 0px auto;
}

.data-container-separator {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.status-center-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.data-title {
    font-size: 17px;
    text-align: center;
    color: black;
}

.data-subtitle {
    color: #E86605;
    font-size: 12px;
    text-align: center;
}

.data-label {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 300 !important;
    font-size: 17px;
    text-align: center;
}

.data-value {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 300 !important;
    font-size: 60px;
    text-align: center;
    color: #E86605;
    line-height: 60px;
}

.data-value-extra {
    padding: 10px;
    text-align: center;
}

    .data-value-extra > div {
        background-color: #80B941;
        color: white;
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }

.data-icon {
    width: 50px;
}

.table-evolution {
    width: 100%;
    margin: 15px 0px;
}
.table-evolution td {
    padding: 8px;
    background-color: #EAE8E8;
}


.total-progress-energy-title, .ongrid-progress-title, .offgrid-progress-title, .total-progress-cooking-title, .evolution-label {
    font-family: 'Roboto Slab', serif !important;
    font-size: 20px !important;
    color: #E86605;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.ongrid-progress-title {
    color: #80B941;
}

.offgrid-progress-title {
    color: #00A7E2;
}



.evolution-label {
    width: 115px;
    text-align: left;
    background-color: transparent;
}

.evolution-title {
    text-align: center;
    width: 100%;
}

.progress-chart {
    margin-top: -30px;
    overflow: hidden;

}

.tier-details {
    padding: 10px;
    margin: 10px;
    background-color: #EAE8E8;
    text-align: center;
    height: 100%;
}

    .tier-details h3 {
        font-family: 'Roboto Slab', serif !important;
        font-weight: 300 !important;
        color: #80B941 !important;
    }

    .tier-details h4 {
        font-family: 'Roboto', serif !important;
        font-weight: 700 !important;
        color: #544F4E !important;
        margin-bottom: 0px;
    }

    .tier-details p {
        font-family: 'Roboto Slab', serif !important;
        font-weight: 300 !important;
        color: #544F4E !important;
    }

.tiers .col > div {
    padding: 10px;
}

.tier {
    width: 50%;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}

@media (min-width: 576px) {
    .tier {
        width: 100%;
    }
}

#tier0 {
    width: auto !important;
}

#main-footer {
    background-color: #544F4E;
    padding: 20px 0px;
}

    #main-footer p {
        color: white !important;
        margin: 0px;
        font-size: 11px;
    }

.copyright-info {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.copyright-label {
    font-family: Titillium, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

#MethodEnergy {
    margin-bottom: 40px;
    margin-top: 40px;
}


.landing-page .dropdown-menu > li > a {
    line-height: 15px;
}
