/*
Theme Name:   Tema Pol Revuelta
Description:  Tema
Author:       Elliot Fernandez - HispanTIC
Author URL:   https://hispantic.com
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.navbar-light .navbar-nav .nav-link {
	font-family: "Poppins", Sans-serif!important;
	font-weight: 600!important;
    color: rgb(255, 255, 255)!important;
    text-transform: uppercase;

}

.dropdown-item {
    text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
     display: block;
}

.dropdown-menu {
    background-color: #e4e4e4;
}

.wp-block-quote {

padding-left: 45px;
color: #989898;
font-size: 21px;
font-weight: 300;
line-height: 1.75;
 }