/*
Theme Name: Casona Brown
Theme URL: https://pushdigitalhn.com/
Description: Plantilla diseñada para La Casona
Version: 1
Author: PushDigital
Author URL: https://pushdigitalhn.com/
*/

@font-face {
    font-family: 'NillandBlack';
    src: url('https://opd.5dc.mytemp.website/wp-content/themes/Casona_Brown/fonts/Nilland-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #444;
}

h1, h2, h3, h4, h5
{
    font-family: 'NillandBlack', "Montserrat", sans-serif;
}

.list-add li
{
    display: block;
    float: left;
    width: auto;
    max-width: max-content;
    height: auto;
    padding: 10px;
    list-style: circle;
}

i
{
    color: #fff;
}

.bg-brown {
    background-color: #8B5E34;
}

header 
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.logo {
    height: 80px;
}

nav a.nav-link {
    color: #FFF !important;
    transition: all linear 0.3s;
    border-radius: 5px;
}

nav a.nav-link.active, nav a.nav-link:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #8B5E34 !important;
}

.header-info
{
    color: #fff;
    margin: 0;
    padding: 0 10px;
    border-bottom: 2px solid #fff;
}

.navbar-collapse
{
    margin-top: 10px;
}

h2 {
    color: #8B5E34;
    font-weight: bold;
    font-size: 2.5rem;
}

.slick-slide {
    margin: 0 10px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}

.card {
    border: 2px solid #8B5E34;
}

.card-title {
    color: #8B5E34;
}

.img-round
{
    border-radius: 10px;
    border: 4px solid #8B5E34;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.card-img-top {
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.card i
{
    color: #8B5E34;
}

#inicio {
    border-bottom: 15px solid #8B5E34;
    margin-top: 100px;
}

#inicio .banner {
    height: 500px !important;
    width: 100% !important;
    background: url("https://opd.5dc.mytemp.website/wp-content/themes/Casona_Brown/assets/portada.jpg") center center no-repeat;
    background-size: cover;
}

#quienes-somos
{
    border-bottom: 4px solid #8B5E34;
}

footer {
    background-color: #8B5E34;
}

footer a img {
    height: 30px;
}

footer i 
{
    font-size: 2rem;
}