
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}


.Colores {
        color: #f49529; /*- Carrot orange */
        color: #d3212f; /*- Flag red */
        color: #6c1321;  /*- Night bordeaux*/
        color: #f3f0ee; /*- Parchment*/
        color: #111d30; /*- Prussian blue*/
        color: #064061; /*- Yale blue*/
        color: #68a5ad;/*- Paciﬁc blue*/
        color: #9da8ad; /*- Cool steel*/
        color: #0D293C; /*- Deep Spac*/
}




.pkp_page_index .homepage_about h2{
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 3rem;
    color: #d3212f;
}

.pkp_page_index .homepage_about h2{
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 3rem;
    color: #d3212f;
}


h3{
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 2rem;
    color: #6c1321;
}

h4{
        font-size: 1.2rem;
        font-weight: 300;
        color: #9da8ad;
}


p{
    font-family: 'Montserrat', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #5a5a5a;
}


/******** MENU HEADER*******/

.pkp_site_nav_menu {
    background: rgba(255, 255, 255, .7);
}


.pkp_navigation_primary_wrapper {
    padding-left: 20px;
}



.pkp_navigation_primary>li>a:hover {
    color: #d3212f;
    border-color: rgba(0, 0, 0, 0);
}

.pkp_navigation_primary .dropdown-menu a:hover {
        color: #fff;
        border-color: #d3212f;
        background-color: #d3212f;
    }
}

.pkp_nav_list ul a {
    color: #333;
}


/*******Títulos side menú******/
.pkp_block .title {
    font-family: 'Montserrat', sans-serif;
}




/************F O O T E R **************/

.pkp_structure_footer_wrapper {
    background: #111d30;
}
