/* PENDING!: DELETE */
.bg-card-orange {
    background-image: url(../images/pagina-web/background-cafe-conexcoffee-two.png);
    background-size: cover;
}
/**/

.bg-front-page {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/pagina-web/carousel/bg_front_page_one.png);
    background-color: transparent;
    background-size: cover;
}

.bg-front-page-two {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/carousel/bg_front_page_two.png);
    background-color: transparent;
    background-size: cover;
}

.bg-front-page-three {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/carousel/bg_front_page_three.jpg);
    background-color: transparent;
    background-size: cover;
}

.bg-principal {
    background-image: url(../images/pagina-web/background-conexcoffee.jpg);
}

.bg-why-choose-us {
    background-image: url(../images/pagina-web/background-cafe-conexcoffee.png);
    background-color: transparent;
    background-size: cover;
    height: 17rem;
}

.bg-our-fates {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/bg_ours_fates_navbar.jpg);
    background-color: transparent;
    background-size: cover;
}

.bg-hojas {
    background-image: url(../images/pagina-web/hojas-conexcoffee.png);
    background-color: transparent;
    background-position: 50%;
    background-size: cover;
    opacity: .4
}

.bg-footer {
    background-image:  linear-gradient(rgba(173, 47, 1, 0.5),rgba(173,46,1,0.5)), url(../images/pagina-web/background-footer.png);
}

.bg-nav-link-chile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/flags/flag_chile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 12.8rem !important;
    border-radius: 1.5rem !important;
}

.bg-nav-link-mexico {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/flags/flag_mexico.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 12.8rem !important;
    border-radius: 1.5rem !important;
}

.bg-nav-link-peru {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/flags/flag_peru.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 12.8rem !important;
    border-radius: 1.5rem !important;
}

.bg-nav-link-vietnam {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/flags/flag_vietnam.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 12.8rem !important;
    border-radius: 1.5rem !important;
}

.bg-nav-link-espania {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/ours_fates/flags/flag_espania.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 12.8rem !important;
    border-radius: 1.5rem !important;
}

.carousel-next,
.carousel-prev {
    z-index: 1;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity .15s ease;
}

.card-destinos {
    height: 25rem;
    background-position: 50%;
    background-size: cover;
    -webkit-box-shadow: 0px 10px 46px -6px rgba(158,155,158,0.87);
    -moz-box-shadow: 0px 10px 46px -6px rgba(158,155,158,0.87);
    box-shadow: 0px 10px 46px -6px rgba(158,155,158,0.87);
}

.ver-mas:hover {
    background-color: #bf37069d;
}

.animation-nav li a::before {
    background-color: #e74408bb;
}

.borde-acordion {
    border-bottom: 1px solid black;
}

.bg-nosotros {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../images/pagina-web/nosotros-conexcoffee.png);
    background-position: 100% !important;
    background-size: cover;
    opacity: 1;
}

/** INICIO LINEA DE TIEMPO */

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #f06548;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #f06548;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #BF3706
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #f06548;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

/** FIN LINEA DE TIEMPO */

.text-light-navbar {
    color: #FFFFFF !important;
}

.principal-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;

}

.text-monserrat-extrabold>div>h1 {
    font-size: 4rem;
    font-family: 'Montserrat';
}

.text-monserrat-extrabold
{
    font-family: 'Montserrat';
}

.bg-why-choose-us-nav {
    background-image: url(../images/pagina-web/background-cafe-conexcoffee-two.png);
    background-size: cover;
    height: 6rem;
}

.bg-why-choose-us-nav-two {
    background-image: url(../images/pagina-web/background-cafe-conexcoffee-two.png);
    background-size: cover;
    height: 10rem;
}

.bg-work-team {
    background-image: url(../images/pagina-web/bg-work-team.png);
    background-size: cover;
}

.img-work-team {
    background-image: url(../images/pagina-web/img-work-team.png);
    background-size: cover;
    background-position: 50%;

}

.img-work-team-two {
    background-image: url(../images/pagina-web/img-work-team-2.png);
    background-size: cover;
    background-position: 50%;
}

.img-work-team-three {
    background-image: url(../images/pagina-web/img-work-team-3.png);
    background-size: cover;
    background-position: 50%;
}

.text-brown {
    color: #AD2E01;
}

.bg-card-footer {
    background-color: #AD2E01;
}

/* Sponsors slider animation*/
.wrapper {
	display: flex;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.5rem;
    align-items: center;
}
.item {
    margin-left: 3rem;
    margin-right: 3rem;
	animation: animate 25s alternate linear infinite;
}
.container:hover .item {
	animation-play-state: paused;
}

/* Ours faters */
.nav-tabs {
    border-bottom-style: none !important;
}

/* Blog */
.bg-blog {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.1)), url(../images/pagina-web/blog/bg_blog.jpg);
    background-size: cover;
    background-position: 50%;
}

/* Contact us */
.bg-contact-us {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.1)), url(../images/pagina-web/contact_us/bg_contact_us.png);
    background-size: cover;
    background-position: 50%;
}

/* Added products */
.bg-added-products {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.1)), url(../images/pagina-web/added_products/added-product.png);
    background-size: cover;
    background-position: 50%;
}

.client-images img {
    height: 5rem !important;
    max-height: 5rem !important;
    align-items: center !important;
}

/* Responsive styles */
@media (max-width:768px) {
    /* Navbar */
    .text-light-navbar {
        color: #BF3706 !important;
    }
    /* Principal */
    .text-monserrat-extrabold>div>h1 {
        font-size: 2.5rem;
        font-family: 'Montserrat';
    }

    .bg-why-choose-us-nav-two {
        height: 20rem;
    }

}
