:root {
    --main-theme-color: rgb(248, 86, 88);
    --main-background-color: rgb(34, 34, 34);
    --nav-text-color: rgb(255, 255, 255);
    --nav-inactive-text-color: rgba(255, 255, 255, 0.7);
    --m-text-color: rgba(255, 255, 255, 0.801);
}

#legend {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#legend>div {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 25px;
}
.square {
    min-width: 50px;
    min-height: 50px;
    border-radius: 5px;
}
.square.red {
    background-color: #ef6743;
}
.square.orange {
    background-color: #f8931f;
}

body {
    min-height: 75rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    color: white;
    font-family: 'Comfortaa', cursive;
    background-color: var(--main-background-color);
    margin: 0;
}

.text-custom {
    color: var(--main-theme-color) !important;
}

a.text-custom:hover,
a.text-custom:focus {
    color: var(--main-theme-color) !important;
}

.PermanentMarker {
    font-family: 'Comfortaa', cursive;
}
.ytp-swatch-background-color {
    background-color: var(--main-theme-color) !important;
}
.ytp-swatch-background-color-p {
    background-color: var(--main-theme-color) !important;
}
.footer-color {
    background-color: #1E1E1E;
}

.container {
    width: auto;
    padding: 0 15px;
}

.iconColorBase {
    color: var(--main-theme-color);
}

.iconColorWhite {
    color: white;
}

iframe {
    height: 100px;
    width: 100%
}

.topImg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 142%;
}

.textfolio {
    font-size: 35px;
    text-align: center
}

.page-item.active .page-link {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}
.page-item .page-link {
    background-color: var(--main-background-color);
    border-color: var(--main-theme-color);
    margin: 3px 3px 3px 3px;
}

.fontserra {
    font-family: 'Montserrat Subrayada', sans-serif;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(34, 34, 34);
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    /*background: url(../img/loading.gif) center center no-repeat;*/
}
.justify {
    text-align: justify;
}
.navbar-toggler {
    outline: none;
    text-decoration: none;
}
.fa-align-justify {
    color: var(--nav-text-color);
    outline: none;
    text-decoration: none;
}
.gMap {
    min-width: 300px;
    max-width: 500;
    min-height: 300px;
    position: relative;
}
@media (min-width: 416px) {
    .textfolio {
        font-size: 50px;
        text-align: center
    }

    iframe {
        height: 270px;
        width: 100%
    }

    .gMap {
        min-width: 300px;
        max-width: 500;
        min-height: 300px;
        position: relative;
    }
}

@media (min-width: 576px) {
    .textfolio {
        font-size: 15px;
        text-align: center
    }

    iframe {
        height: 257px;
        width: 457px
    }

    .onlytwo {
        column-count: 2;
    }

    .gMap {
        min-width: 300px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .textfolio {
        font-size: 20px;
        text-align: center
    }

    iframe {
        height: 360px;
        width: 640px
    }
}

@media (max-width: 768px) {
    .nav-link {
        text-align: center;
    }
    .navbar-brand.PermanentMarker {
        text-align: center;
    }
    .social-nav-link {
        color: var(--nav-inactive-text-color);
        width: 30px !important;
    }
    .social-nav-item {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .textfolio {
        font-size: 30px;
        text-align: center
    }

    iframe {
        height: 490px;
        width: 872px;
        text-align: center
    }
}

@media (min-width: 1200px) {
    .textfolio {
        font-size: 40px;
        text-align: center
    }

    .topImg {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 150%;
    }

    iframe {
        height: 600px;
        width: 1066px;
        text-align: center
    }
}

a {
    color: var(--main-theme-color);
}

a:hover {
    color: var(--main-theme-color);
}

.border-custom {
    border-color: var(--main-theme-color)
}

.btn-link {
    font-weight: 400;
    color: var(--main-theme-color);
    text-decoration: none;
}

.btn-link:hover {
    color: var(--main-theme-color);
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-outline-custom {
    color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
    box-shadow: 0 0 0 0.1rem var(--main-theme-color);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
    color: var(--main-theme-color);
    background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active,
.btn-outline-custom:not(:disabled):not(.disabled).active,
.show>.btn-outline-custom.dropdown-toggle {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem var(--main-theme-color);
}

.btn-primary {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--main-theme-color);
}

.whiteFont {
    color: white;
}

textarea,
input {
    background-color: white;
    color: black
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn-photo:focus,
.btn-photo:active {
    outline: none !important;
    box-shadow: none;
}

span.colored {
    color: var(--main-theme-color);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-brand {
    color: var(--nav-text-color) !important;
}

.nav-link:hover, .nav-link:focus {
    color: var(--nav-text-color) !important;
}

.nav-link:not(.active), .nav-item:not(.active) > .nav-link {
    color: var(--nav-inactive-text-color);
}


.nav-link.active, .nav-item.active > .nav-link {
    color: var(--nav-text-color) !important;
}

div.incident-img {
    text-align: center;
    opacity: 100%;
    margin-left: auto;
    margin-right: auto;
}

img.incident-img {
    width: 50%;
    text-align: center;
    opacity: 100%;
    margin-left: auto;
    margin-right: auto;
}
.inv {
    color: rgba(255, 255, 255, 0);
}


.card-body {
    /* padding: 0 !important; */
}

.card-columns:not(.onlytwo) {
    /* display: grid; */
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.card-resume-actu {
    padding: 20px;
}