.colornav {
    background: #ED3338;
}

.titleslider {
    font-family: 'Montserrat', sans-serif;
}

.nav-link {
    font-family: 'Raleway', sans-serif;
}

.dropdown-item {
    font-family: 'Raleway', sans-serif;
}

.titulos {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.card-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 26px;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.btncolor {
    color: #FFFFFF;
    background: #FFC107;
    border-color: #FFC107;
}

.parallax {
    width: 100;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan {
    color: #1F2529;
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-weight: bold;
}

.who {
    background: #1F2529;
    color: whitesmoke;
}

.container-redes {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-redes img {
    width: 68px;
    padding: 4px;
    cursor: pointer;
    border-radius: 100%;
}

.container-redes a {
    margin-top: 4px;
}

.video {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.video::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.video_who {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.redondo {
    border-radius: 20px;
}

.map-cont {
    max-width: 100%;
}

.map {
    width: 100%;
}

.text-service {
    text-align: justify;
}

footer {
    background: #1F2529;
    color: white;
}