* {
    transition: .5s all ease !important;
}

html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 80px;
}

body {
    font-family: "Sarala", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: unset !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 2px solid #0c3c60;
    z-index: 100;
}

.row-photos div img {
    border: 0.3rem solid #FFF;
}

.toast {
    z-index: 99;
}

main section:nth-child(1) {
    background-attachment: fixed;
    background-image: url("../imgs/sexta.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

main section:nth-child(2), main section:nth-child(4), main section:nth-child(5) .row .col, main section:nth-child(6) {
    background-color: #0c3c60 !important;
}

main section:nth-child(5) .row .col:hover {
    border-radius: 0.5rem;
}

main section:nth-child(6) button {
    background-color: #0c3c60;
    color: #ffffff;
}

.nav-link {
    border: 1px solid transparent;
}

.nav-link:hover {
    border-bottom: 1px solid #0c3c60;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #c9dff1 !important;
}

.a-whatsapp {
    right: 0;
    bottom: 0;
    transition: .2s all ease !important;
}

.a-whatsapp:hover {
    transform: scale(1.05, 1.05);
}

.row-photos div img {
    height: 220px;
}

.dr {
    width: 100%;
}

h1 {
    font-size: 20px;
}

@media (min-width: 480px) {
    .row-photos div img {
        height: 250px;
    }
    h1 {
        font-size: 24px;
    }
    .dr {
        width: unset;
        height: 600px;
    }
}

@media (min-width: 800px) {
    .row-photos div img {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .row-photos div img {
        height: 300px;
    }
    h1 {
        font-size: 28px;
    }
}

@media (min-width: 1400px) {
    .row-photos div img {
        height: 400px;
    }
}