* {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;

}

html {
    overflow-x: hidden;
}

.cover-page {
    height: 100vh;
    width: 100%;
    background: #FFF;

}

.color-gris {
    color: #333;
}

.title-cover-page {
    z-index: 2;
    font-weight: 700;
    font-family: poppins;
    font-size: 65px;
    color: #FB5C25;
}

.title-cover-page {
    font: normal normal 700 56vw/68px 'Montserrat', sans-serif;
    font-size: 3rem !important;
}

.nav-link {
    font: normal normal 700 16px/28px 'Montserrat', sans-serif;

    color: #333 !important;
}

.navbar-brand {
    font: normal normal 700 26px/38px 'Montserrat', sans-serif;
    color: #ff8335 !important;
}

.first-color-theme {
    background-color: #95DB5C;
}

.second-color-theme {
    background-color: #340068;
}

.third-color-theme {
    background-color: #ff8335;
}

.bg-primary-theme {
    background-color: #ff8335;
}

.text-primary-theme {
    color: #ff8335;
}

.dropdown-menu a {

    color: #333
}

.dropdown-item a:hover {
    color: #fff;
    background-color: #ff8335
}

/* SHAPE */
.custom-shape-divider-bottom-1634531483 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634531483 svg {
    position: relative;
    display: block;
    width: calc(192% + 1.3px);
    height: 258px;
}

.custom-shape-divider-bottom-1634531483 .shape-fill {
    fill: #ff8335;
}

.logos_colores{

width: 100vw;
height: auto;

}
.logo_img{
 width: 290px;
 height: 48px;
}
.enlaces_personas{
    text-decoration: none;
    color: black;
}

#video{ 
    height: 100vh;
    width: 100vw;
    position: absolute; 
    z-index: 1; 
} 

.text-truncate{
    display: block;
    margin: 1em;
    width: 26em;
    height: auto;
    line-height: 180%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;   
}
.img_idiom{
    max-width: 20px; 
    margin-right: 10px;
}