.body {
    d-flex flex-column min-vh-100;
}


.jumbotron {
    background-color: rgba(0, 255, 0, 0.2);
    color: black;
    margin-top: 40px;
    padding: 10px 16px;
}

.jumbo {
    /* background-color: rgba(0, 255, 0, 0.2); */
    color: black;
    margin-top: 340px;
    padding: 0px 0px 30px 0px;
}

.notfound {
    /* background-color: rgba(0, 255, 0, 0.2); */
    background-color: white;
    margin-top: 340px;
    color: black;
    height: 100vh;
}

#map {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 300px;
    width: auto;
}

.jumbotron:hover {
    background-color: rgba(0, 255, 255, 0.5);
    color: #015bc1;
}

.eventBg1 {
    margin-top: 50px;
    /* margin-bottom: 50px; */
    padding: 10px 16px;
    background-image: url('https://cdn.shopify.com/s/files/1/2450/0535/files/usepa_method_5_train_1080x.jpeg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: 82%;
}


/* Breadcumps start*/

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* Breadcumps end*/


/* media query */

@media screen and (min-width: 700px) {
    .nav ul {
        text-align: right;
    }

    .nav ul li {
        display: inline-block;
        border-bottom: 0px;
        border-left: 1px solid black;
        text-align: left;
    }

    .single-service {
        width: 50%;
        float: left;
    }
}

.Boogaloo {
    font-size: 30px;
    font-family: 'Boogaloo', serif;
}

.Boogaloo-min {
    font-size: 16px;
    font-family: 'Boogaloo';
}

.empresa {
    font-size: 28px;
}

.empresa-min {
    font-size: 20px;
}

.green {
    background-color: green !important;
}

.earth {
    position: absolute;
}

.display-6 {
    font-size: 2.2rem;
    line-height: 110%;
    font-weight: 400;
    margin: 1.2933333333rem 0 .656rem 0;
    text-align: center;
    background-clip: border-box;
}

h5 {
    font-size: 1.34rem;
    line-height: 100%;
    margin: 1.2933333333rem 0 .656rem 0;
}

.center {
    text-align: center;
    color: #015bc1;
}

.center-black {
    text-align: center;
    /* color: #015bc1; */
}

footer {
    padding: 1em 2em 1em;
    background-color: green;
    margin-top: 10px;
    margin-bottom: 0px;
    color: white;
}

/* footer {
    flex: 0 0 auto;
    display: flex;
    color: #ccc;
    margin: 1em;
    padding: 1em;
    width: 80%;
    border-top: 1px solid blue;
    justify-content: center;
} */

a {
    color: white;
}

.card-hotel {
    flex: 1 200px;
    margin-top: 10px;
}

.btn-reserva {
    width: 100%;
    border-radius: 0px;
}

.footer-addres-icon {
    padding-right: 10px;
}

.tab-content {
    padding-top: 10px;
}


/* image */
#landing3 {
    height: 52vh;
    /* background-image: url('img//factdirect_banner.jpg'); */
    background-position: 50% 10%;
    background-size: 1000px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}

/* Start Background isokinetic train */
.section1of3 {
    padding: 10px 10px 0px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.section1of3:hover .eventInfo h1 {
    color: #015bc1;
}

.section1of3:hover .eventBg:before {
    background-color: rgba(0, 255, 255, 0.5);
    /* rgba(14,23,23,0.3) -> gray  rgba(0,255,255,0.3) -> azul tenue*/
}

.eventBg {
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.eventBg:before {
    content: "";
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 255, 0, 0.2);
}

.eventBg1 {
    margin-top: 50px;
    background-image: url('https://cdn.shopify.com/s/files/1/2450/0535/files/usepa_method_5_train_1080x.jpeg');
}

.eventInfo {
    margin-top: 50px;
    z-index: 10;
    position: relative;
    padding: 40px 100px 60px 80px;
}

.eventInfo h1 {
    font-size: 30px;
    color: #323232;
}