.marketing {
    text-align: center;
}

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

.valores {
    margin-left: -30px;
    list-style-type: none;
}

.main-title {
    margin: 40px;
}

.secondary-title {
    margin-top: 40px;
}

h1::before,
h2::before {
    content: "";
    display: block;
    height: 80px;
    /* Altura del nav */
    margin-top: -80px;
    /* Misma altura que el nav */
    visibility: hidden;
}

#intro {
    margin: 50px, 50px;
}

.nav {
    justify-content: flex-start;
}

.menu {
    display: inline-flex;
    align-self: flex-end;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.carousel,
.carousel-inner {
    height: 60vh;
}

@media (min-height: 100vw) {

    .carousel,
    .carousel-inner {
        height: auto;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }


}

.ig {
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%) !important;
}

.fb{
    background-color: #3b5998;
}
.txt-contact{
    padding-left: 30px;
}
.round-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wp{
    background-color:#25d366;
}
.mail{
    background-color: #fcb045 ;
}