﻿
/*******************
icons path
*******************/

/* @font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
}

@font-face {
    font-family: 'Material Design Icons';
    src: url("fonts/materialdesignicons-webfont.ttf") format("truetype");
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat/montserratalternates-semibold-webfont.woff2") format('woff2'), url("../fonts/montserrat/montserratalternates-semibold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'rubik';
    src: url("../fonts/rubik/rubik-regular-webfont.woff2") format('woff2'), url("../fonts/rubik/rubik-regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */

body {
    font-family: "rubik", sans-serif;
    color: #444444;
}

h1, h2, h3, h4, h5, h6, .ES {
    font-family: "montserrat", sans-serif;
}

a {
    color: #43aea0;
}

    a:hover {
        color: #00d3b8;
        text-decoration: none;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #bc9102;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #8bc6bf;
        transition: background 0.2s ease-in-out;
    }



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.intro {
    height: 100vh;
    position: relative;
    color: #ffffff;
}

    .intro .owl-theme .owl-dots {
        position: absolute;
        bottom: 70px;
        right: 50px;
    }

@media (min-width: 768px) {
    .intro .owl-theme .owl-dots {
        right: 200px;
    }
}

.intro .owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(176, 102, 67);
}

.intro .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgb(176, 102, 67);
}

.intro .intro-item {
    padding-top: 2.3rem;
}

.intro .carousel-item-a {
    position: relative;
    height: 100vh;
}

    .intro .carousel-item-a.bg-image {
        background-attachment: scroll;
    }

.intro .intro-content {
    position: absolute;
}

.intro .intro-body {
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .intro .intro-body {
        padding-left: 2rem;
    }
}

.intro .intro-body .price-a {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 2px solid rgb(176, 102, 67);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.030em;
}

.intro .spacial {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    color: #ffffff;
}

.intro .intro-title-top {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-bottom: 1rem;
    font-size: .9rem;
    color: #ffffff;
    letter-spacing: .05em;
}

@media (min-width: 768px) {
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

.intro .intro-title {
    transition-duration: 9s !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.8rem;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-title {
        font-size: 4rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title {
        font-size: 4.5rem;
    }
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .intro .intro-subtitle {
        font-size: 2.5rem;
    }
}

.intro .intro-subtitle.intro-price {
    padding-top: 1rem;
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 2rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 3rem;
    }
}

/*------/ Intro Single /------*/
.intro-single {
    padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
    .intro-single {
        padding-top: 9rem;
    }
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid rgb(176, 102, 67);
}

    .intro-single .title-single-box .title-single {
        font-weight: 600;
        font-size: 2.2rem;
    }

@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}


#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 13px 0;
    /*background: linear-gradient(45deg, #343a40, #bc9102);*/
}

    #header.header-scrolled {
        /*background: linear-gradient(45deg, #343a40, #bc9102);*/
        height: 70px;
        padding: 13px 0;
    }

    #header .logo h1 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 4rem;
        margin-top: -11px;
    }

@media (max-width: 768px) {
    #header .logo h1 {
        font-size: 28px;
        /* padding: 8px 0; */
    }
}

#main {
    margin-top: 80px;
}

/*------/ Owl carousel /------*/
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 16px;
            height: 9px;
            margin: 5px 5px;
            background: #000000;
            border: 0px solid #000000;
            display: block;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
            border-radius: 0px;
        }

        .owl-theme .owl-dots .owl-dot:hover span {
            background-color: rgb(176, 102, 67);
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: rgb(176, 102, 67);
            width: 35px;
        }

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

    .owl-arrow .owl-nav .owl-prev,
    .owl-arrow .owl-nav .owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #000000;
    }

        .owl-arrow .owl-nav .owl-prev.disabled,
        .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #adadad;
        }

    .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-a .owl-arrow .owl-nav {
    font-size: 1.8rem;
    margin-top: -110px;
}

    .nav-arrow-a .owl-arrow .owl-nav .owl-next {
        margin-left: 15px;
    }

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: .7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #ffffff;
        background-color: rgb(176, 102, 67);
        opacity: .9;
    }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #ffffff;
        }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
            background-color: #26a356;
        }

    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        margin-left: 0px;
    }


/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        margin-right: 150px;
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: black;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            /*color: #fff;*/
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
            font-size: 14px;
            font-weight: 500;
            color: #25564f;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #70b9b0;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(7, 56, 57, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #073839;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #70b9b0;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #70b9b0;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 30px 0;
}

    .about .content h3 {
        font-weight: 700;
        font-size: 34px;
        color: #033968;
    }

    .about .content p {
        margin-bottom: 0;
    }

    .about .content .icon-box {
        margin-top: 25px;
    }

        .about .content .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 5px 0 10px 60px;
            color: #033968;
        }

            .about .content .icon-box h4 a {
                color: #033968;
                transition: 0.3s;
            }

                .about .content .icon-box h4 a:hover {
                    color: #e0cf9d;
                }

        .about .content .icon-box i {
            font-size: 48px;
            float: left;
            color: #e0cf9d;
        }

        .about .content .icon-box p {
            font-size: 15px;
            color: #848484;
            margin-left: 60px;
        }

.about .image {
    background: url("../images/logoInicio.png") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #2f4d5a;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: rgba(103, 176, 209, 0.8);
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: -51px;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
        /*display: flex;*/
        justify-content: center;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            font-size: 28px;
            text-align: center;
            background: rgba(103, 176, 209, 0.75);
            transition: 0.3s;
            width: 50%;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: rgba(103, 176, 209, 0.95);
            }

            .portfolio .portfolio-wrap .portfolio-links a + a {
                border-left: 1px solid #8ec4dd;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: 0;
    }

.desaturada {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

/* .section-bg {
  background-color: #bc9102;
} */

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #555;
    }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f6fafa;
    min-height: 40px;
    margin-top: 80px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/";
        }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/* Team Section
--------------------------------*/
#team .team-block {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    height: 254px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    #team .team-block {
        margin-bottom: 30px;
    }
}

#team .team-block img {
    width: 100%;
}

#team .team-block .team-content {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
    bottom: -215px;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}

    #team .team-block .team-content ul {
        display: block;
        width: 100%;
    }

        #team .team-block .team-content ul li {
            display: inline-block;
        }

            #team .team-block .team-content ul li a {
                color: #626262;
            }

                #team .team-block .team-content ul li a .fa {
                    float: left;
                    padding-left: 10px;
                    padding-right: 10px;
                    transition: 0.3s;
                }

                    #team .team-block .team-content ul li a .fa:hover {
                        color: #71c55d;
                    }

        #team .team-block .team-content ul > span {
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

#team .team-block:hover .team-content {
    bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footerNomada {
    margin-top: 2rem;
}

    .agent-info-box .socials-footerNomada li {
        margin-right: 1.5rem;
    }

.contact .social-links {
    padding-bottom: 20px;
}

    .contact .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #bc9102;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #bc9102;
    }

        .contact .social-links a:hover {
            background: #bc9102;
            color: #fff;
        }

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #bc9102;
}

.contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    color: #888;
}

.contact .social-links {
    padding-bottom: 20px;
}

    .contact .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #bc9102;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #bc9102;
    }

        .contact .social-links a:hover {
            background: #bc9102;
            color: #fff;
        }

.contact .info {
    color: #777;
}

    .contact .info i {
        font-size: 32px;
        color: #bc9102;
        float: left;
        line-height: 1;
    }

    .contact .info p {
        padding: 0 0 10px 42px;
        line-height: 28px;
        font-size: 14px;
    }

.contact button[type="button"] {
    background: #bc9102;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

    .contact button[type="button"]:hover {
        background: #92cac3;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# footerNomada
--------------------------------------------------------------*/
#footerNomada {
    /*background: #bc9102cf;*/
    padding: 30px 0;
    /*color: #fff;*/
    font-size: 14px;
}

    #footerNomada .copyright {
        text-align: center;
    }

    #footerNomada .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

.flotante {
    /*display: scroll;*/
    position: fixed;
    bottom: 67px;
    right: -55px;
    width: 10% !important;
    max-width: 7rem !important;
    min-width: 7rem !important;
    z-index: 1000 !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #bc9102;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

.flotante {
    /*display: scroll;*/
    position: fixed;
    bottom: 67px;
    right: -55px;
    width: 10% !important;
    max-width: 7rem !important;
    min-width: 7rem !important;
    z-index: 1000 !important;
}

#videoServicio {
    width: 77rem;
    position: fixed;
    /* right: 28.3rem; */
    left: 0rem;
    max-width: 101% !important;
    /* height: 25rem !important; */
}

.owl-carousel .owl-item img {
    display: inline;
    /*width: auto;*/
}

.social {
    text-align: center;
    padding: 0px;
}

ul.social li {
    padding-top: 5px;
    border: 1px solid #d6eaff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 1.5rem;
    display: inline;
}

ul.social a {
    margin: 15px;
}

.tituloCard {
    color: white;
    background-color: rgb(176, 102, 67);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ubicacionTexto {
    position: relative;
    bottom: 3rem;
}

.contenedor_articulos {
    border: solid #f8f9fa;
    margin: 1rem -15px 0;
    padding: 1.5rem;
}

.dataTables_wrapper .dataTables_length select {
    padding-right: 11px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

#table {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.btn-danger {
    background-color: rgb(176, 102, 67);
}

    .btn-danger:hover {
        background-color: #ca6452;
    }

/* textarea.form-control{
  height: 2rem;
} */

.textoIniciativa {
    margin-left: 1.5rem;
    padding-top: 6.5rem;
    margin-right: 1.5rem;
}

.cardIniciativa {
    border: 0px;
}

.carousel-proyectos {
    position: relative;
    height: 65vh;
}

.intro .intro-body {
    padding-top: 5rem;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .owl-carousel .owl-item img {
        width: 8rem;
    }

    .intro .intro-body {
        padding-top: 0rem;
    }

    .intro .intro-subtitle.intro-price {
        font-size: 1rem;
    }

    .intro {
        height: 36vh;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.services .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

    .services .icon i {
        color: #bc9102;
        font-size: 42px;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .services .title a {
        color: #343a40;
        transition: 0.3s;
    }

.services .icon-box:hover .title a {
    color: #bc9102;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}
