/* GENERAL */

.subtitle {
    line-height: 1.4 !important;
}

.level {
    margin: 0px !important;
}

.b-shadow {
    border: 1px solid #dfe1e5;
    box-shadow: none;
}

.map {
    background-color: #0076A4;
}

* {
    font-family: Myriad;
}

.title {
    font-weight: normal !important;
}

.line_below::after {
    margin-top: 5px;
    position: absolute;
    content: "";
    display: block;
    background-color: #0076a4;
    width: 70px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}

/* WHATSAPP BUTTON */

#whatsappButton {
    position: fixed;
    z-index: 2000;
    right: 0px;
    bottom: 0px;
    display: flex;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    width: 330px;
    justify-content: space-evenly;
    justify-items: end;
    align-items: center;
  
    border-radius: 2px;
    background-color: #232323;
    color: #ffffff;
    text-decoration: none;
    background-color: #65d468;
    -webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background 0.5s;
    box-shadow: 0 2px 33px 0 rgba(0, 0, 0, 0.19);
    
  }
  .num-p {
    margin: 0px;
    font-size: 12px;
  }
  
  .num-p2 {
    grid-column-start: 1;
    margin: 0px;
    font-size: 12px;
  }
  
  #whatsappButton:hover {
    box-shadow: 0 2px 33px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff !important;
    color: #444444 !important;
    text-decoration: none;
  }

  #whatsappButton:hover .mdi{
    color: #65d468;
  }
  
  .num-n {
    grid-column-start: 1;
    font-size: 18px;
    margin: 0px;
  }
  
  #whatsappButton i {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    font-family: "Font Awesome 5 Brands" !important;
    font-size: 37px;
  }

/* TOP BAR COMPONENT */

#top_bar {
    background-color: #0076A4;
    color: #FFF;
    font-size: 14px
}

#top_bar a {
    display: flex;
    align-items: center;
    color: #FFF;
}

#top_bar select {
    font-size: 14px;
    border: none;
    border-color: white;
    background-color: #0076A4;
    color: #FFF;
}

#top_bar > div {
    width: 40vw;
    justify-content: space-around;
}

/* NAVIGATION BAR */

#navbar {
    position: sticky;
    top: 0px;
    z-index: 60;
    height: 86px;
    padding: 0vw 4vw;
    border-right: none;
    border-left: none;
    border-top: none;
}

#burgerButton {
    height: 86px;
}

#logo-img {
    background-color: #0076A4;
}

#navbar img {
    max-height: 100% !important;
    max-width: 164px;
    width: auto;
}

#navbar a:hover {
    background-color: #FFF;
    color: #b1b1b1;
}

#navbar .active {
    color: #0076A4;
}

.navbar-menu {
    /* -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    /* transition: width 2s; */
}

.navbar-menu.is-active {
    background-color: #ffffff;
    padding: -24px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    
}

/* FOOTER */

.footer {
    position: relative;
    padding: 7vh 5vw;
    background-color: #0076A4;
    color: #FFF;
    z-index: 40;
}

.footer a {
    display: flex;
    align-items: center;
    color: #FFF;
}

.footer-nav {
    padding: 3vh 4vw;
    background-color: #05688f;
    color: #FFF;
}

.footer-nav a {
    display: flex;
    align-items: center;
    color: #FFF;
}

.footer-nav a:hover {
    background-color: #05688f;
    color: #2e8cbf;
}

.footer h1 {
    font-size: 26px;
}

.footer .field {
    padding: 24px 0px;
}

.footer ul {
    padding: 24px 0px;
}

.footer li {
    padding-top: 12px;
}

.footer ul span {
    padding: 0px 24px 0px 12px;
}

.footer-nav .active {
    color: #539cc3;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    #top_bar {
        display: none;
    }

    .navbar-menu {
        -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
        transition: width 2s;
    }
}

@media (max-width: 600px) {
    #navbar {
        height: auto;
    }
    #burgerButton {
        height: 62px;
    }
    #navbar img {
        max-height: 100% !important;
        max-width: 115px;
        width: auto;
    }

    .line_below::after {
        display: none;
    }

    .level-item {
        flex-direction: column !important;
        /*align-items: flex-end !important;*/
    }
}

@media (max-width: 375px) {
    #whatsappButton {
        right: 0px;
        bottom: 0px;
        width: 100%;
        position: sticky;
    }
}

/* BUTTONS NAVIGATION */

.fill1 {
    grid-area: 1 / 2 / 3 / 3;
}
.fill2 {
    grid-area: 2 / 1 / 4 / 2;
}
.fill3 {
    grid-area: 3 / 2 / 5 / 3;
}
.fill4 {
    grid-area: 4 / 1 / 6 / 2;
}
.fill5 {
    grid-area: 5 / 2 / 7 / 3;
}
.fill6 {
    grid-area: 6 / 1 / 8 / 2;
}

#optionsToDo {
    padding: 12px 42px 12px 42px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(7, 10vh);
    grid-gap: 2vw;
    justify-content: center;
}

.special {
    color: white !important;
    background-color: #0076A4;
    text-align: center;
}

.optionToDo {
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 13px 39px;
    align-items: center;
    width: 100%;
    color: #4a4a4a;
}

.optionToDo:hover {
    border: 1px solid #9e9e9e;
    transform: scale(1.02)
}

.optionToDo:active {
    box-shadow: 0 0 0 0.125em rgba(50,115,220,.25);
    border-color: #3273dc;
}

#optionsToDo img {
}

#optionsToDo h1 {
    font-size: 18px;
    width: 70%;
}

.optionToDo div {
    width: 20%;
}

.paddsp {
    padding: 2rem 4.2rem !important;
}

.paddsp .container {
    width: 100%;
}

/* RESPONSIVNESS */

@media (max-width: 600px) {

    #optionsToDo {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .optionToDo {
        padding: 16px;
        margin-bottom: 12px;
        width: 100% !important;
    }

    .paddsp {
        padding: 3rem 1.5rem !important;
    }

    #optionsToDo div {
        width: 20%;
    }

    #optionsToDo h1 {
        font-size: 18px;
        width: 70%;
    }
}



/* ANIMATIONS */

























