/********** Template CSS **********/
:root {
    --primary: #845e42;
    --light: #F5F5F5;
    --dark: #353535;
}

body, section, h1, h2, h3, h4, h5, h6{
    font-family: "lato"!important;
    font-weight: 300!important;
}

a{
    text-decoration: none;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** fa,far, fab ***/

.fa, .far, .fas {
    color: #845e42!important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.spinner-grow {
    color: #845e42!important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-one,
.btn.btn-two {
    color: #FFFFFF;
    background-color: #845e42;
    border:none;
}
.btn.btn-one:hover,
.btn.btn-two:hover {
    color: #845e42!important;
    background-color: #ffffff!important;
    border: solid 1px #845e42;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #ffffff!important;
    background-color: #845e42!important;
}

.btn-square:hover,
.btn-sm-square:hover,
.btn-lg-square:hover {
    color: #845e42!important;
    background-color: #ffffff!important;
    border: solid 1px #845e42;
}

.fab:hover {
    color: #845e42!important;
}

.accordion{
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

/*** Navbar ***/

.bi-person {
  margin-right: 0.5em;
}

.navbar .logo  {
    height: 120px!important;
    padding: 15px 20px 15px 0px;
}

.navbar .logo img{
    width: 160px!important;
}

.navbar-collapse{
    flex-basis: auto;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-end;
}

    .navbar-nav .dropdown-menu {
   --bs-dropdown-link-active-bg: none;
   --bs-dropdown-link-hover-bg: none;
} 
.navbar-nav .dropdown-menu li a:hover{
   color: #845e42;
} 

.navbar .dropdown-toggle::after {
    font-weight: 300;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #845e42;
}

.navbar-toggler{
    width: 100%;
    border: none;
    position: relative;
}

.navbar-toggler span{
   position: absolute;
   right: 0;
   top: -70px;
}

.navbar-toggler:focus, .navbar-toggler:active{
    box-shadow: none;
    border-radius: none;
}
.navbar{
    --bs-navbar-toggler-border-radius: none;
}

.navbar-toggler span{
    text-align: right;
}

.sesion-movil{
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .sesion-movil{
        display: inline-block;
    }

    .sesion{
        display: none;
    }

    .navbar-collapse{
        border-top: 1px solid #845e42;
    }

    .navbar-nav .dropdown-menu {
        text-align: right;
        border: none;
        background-color: none;
        color: "845e42";
    }

}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
    text-align: right;

}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px 0 0;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::after {
    right: 0;
}



/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Quote ***/
#quote{
    background-color: #845e42;
    color: #ffffff;
}
.quote {
    margin:1em;
    overflow:hidden;
    max-width: 700px;
}

.quote blockquote {
    display: inline-block;
    font-size: 2em;
    margin: auto;
    padding: 1em;
    position: relative;
    text-align: left;
}

cite {
    display: block;
    font-style: italic;
    text-align: right;
    font-size: 14px;
}


/*** Services ***/

.services{
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-item {
    border-bottom: solid 1px #353535;
    padding-top: 1rem;
}

#services .service-item .display-5{
    text-align: left;
}

@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Contact ***/

.container.contact{
    padding-bottom: 3em;
}
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "lato";
    font-weight: 300;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--primary);
}