header {
    /* background-color: #000 !important;*/
    max-height: 200px;
    min-height: 200px;
}

a:link,
a:focus,
a:visited {
    color: #D04C69;
}

a:hover {
    color: #8a112c;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 46px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 36px;
}

h2>strong {
    font-weight: 300 !important;
}

h3 {
    color: #D04C69;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 26px;
    margin: 30px 0px 30px 0px;
}

h3>strong {
    font-weight: 300 !important;
}

.element-set h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0px 10px 0px !important;
}

.element-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.w100 {
    width: 100%;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.header_pr {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 46px;
    color: #fff;
    line-height: 45px;
    padding: 15px;
    margin-left: 20px;
    margin-top: 35px;
}

.header_bajada {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    margin-top: 55px;
    margin-left: 15px;
    border-left: 1px solid white;
}

input#query {
    width: 170px;
}

.titulo_home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 48px;
}

.texto_home {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#search-form {
    /* margin-top: 8px !important; */
}

.lang_selected {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.other_lang {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

a.other_lang:hover {
    color: #C62045;
}

.header_praha {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

footer {
    background-color: #C62045 !important;
    color: #fff;
    text-align: center;
}

.image_home {
    max-width: 250px;
    max-height: 250px;
}

.praha_logo {
    max-height: 15vw;
    float: left;
}

.praha_logo_footer {
    max-height: 150px;
    margin: auto;
}

.logo_footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.titlesite {
    color: #fff;
    font-size: 3vw;
    line-height: 1.2em;
    padding-top: 25px;
}

.page-header {
    margin-top: 30px;
}

.subtitle_site {
    color: #999;
    font-size: 2vw;
    line-height: 1.2em;
    padding-top: 10px;
}

.navbar-light {
    margin-bottom: 0px !important;
    background-color: #D04C69 !important;
    border: none;
    border-radius: unset;
    padding: 0px !important;
    height: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: #DDD !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    background-color: #6b2736 !important;
}

.home-features {
    display: none;
}

.colecciones_home {
    margin: 30px;
}

.simply_page_praha {
    margin-top: 30px;
}

#primary {
    background-color: #fff;
}

.img_collections_home {
    max-width: 100%;
    width: 100%;
}

.nopadding {
    padding: 0px;
}

.home_colections_text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    height: 50px;
}

.footer_links {
    margin: 10px auto 10px auto;
}

.footer_links a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

footer p {
    font-size: 11px !important;
    line-height: 15px !important;
}

.blank {}

.praha_lang_selector {
    background-color: #000;
    opacity: 0.5;
    border-radius: 15px;
    display: table;
    float: right;
    margin: 5px;
    padding: 0px 25px;
    position: relative;
    right: -14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .titlesite {
        color: #fff;
        font-size: 9vw;
        line-height: 1.2em;
        padding-top: 25px;
    }

    .subtitle_site {
        color: #999;
        font-size: 5.5vw;
        line-height: 1.2em;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    #header .row a {
        display: none;
    }

    .praha_logo {
        max-height: 40vw;
        float: left;
        display: none;
    }

    .header_pr {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 36px;
        color: #fff;
        line-height: 45px;
        padding: 15px;
        margin-left: -25px;
        margin-top: 5px;
    }

    .header_bajada {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 10px;
        color: #fff;
        padding: 15px;
        margin-top: -30px;
        margin-left: -21px;
        border: none;
    }

    footer {
        margin-top: 0px !important;
    }

}