@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800|Open+Sans:400,700,800&display=swap');


body {
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #777;
    line-height: 26px;
    font-size: 16px;
}

body h1, body h2, body h3, body h4 {
    font-family: 'Poppins', Arial, sans-serif !important;
	font-size: 16px;
}

.text-primary{
    color:#E6AD10!important;
}

.active{
    color:#E6AD10!important;
}

.bg-primary{
    background-color:#E6AD10!important;
}

#navUrgencia p{
    padding-top:10px;
    padding-bottom:10px;
}

#navUrgencia p a{
    text-decoration: none;
}

#navUrgencia p a:hover{
    font-weight: bold;
}

.navbar{
    padding-bottom:20px;
}

#footer{
    background-color:black;
    padding:25px;
    border-top:5px solid #E6AD10;
}

#footer h3{
    color:#E6AD10;
    font-size:17px;
}

#footer .bi{
    padding-right:5px;
}

#footer a{
    font-family: 'Poppins', Arial, sans-serif !important;
    color: #777;
    line-height: 26px;
    font-size: 16px;
    text-decoration: none;
}

#footer a:hover{
    color: #E6AD10;
}

.btn-outline-primary{
    border-color: #E6AD10!important;
    color:#E6AD10!important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active{
    background-color: #E6AD10!important;
    color:black!important;
    outline: none !important;
    box-shadow: none;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
::-webkit-scrollbar-thumb {
    background: #E6AD10; 
}
  
::-webkit-scrollbar-thumb:hover {
    background: #E6AD10; 
}

.fadein {
    opacity:0;
}

.nav a {
    color: #2D9A9A!important;
}

footer {
    margin-bottom: 0;
}

h2{
    color: white;
}