body {
    font-family: 'Lato', sans-serif;
    /* background-color: black; */
}
.icono-logo {
    max-width: 180px;
    width: 100%;
}
.bg-orange {
    background-color: #ff863b!important;
}
.bg-dark-btn {
    background-color: black;
}
.navbar {
    font-family: 'Source Sans Pro', sans-serif;
}
.navbar-dark .navbar-nav .nav-link{
    border-bottom: 1px solid black;
    color: rgb(82, 82, 82);
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link{
    border-bottom: 0;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: black;
}
#cuerpo {
    margin: 58px 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
    display: none;
} */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette-heading span {    
    font-size: .9em;
}

.lead {
    font-size: 1em;
}

/* HEADER'S SECTION
---------------------------- */
.header-section {
    background-image: url("./assets/img/slider1.png");
    height: 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.header-section__figure{
}
.header-section__img {
    height: 130px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        border-bottom: 0;
    }
    .carousel {
        /* display: block; */
        margin-bottom: 3em;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* .featurette-heading {
        margin-top: 7rem;
    } */
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
