﻿.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.div_titulo {
    color: #0077b5;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 3em;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    vertical-align: middle;
}

.div_linha_texto {
    padding-bottom: 20px;
}

.fa-facebook:focus,
.fa-facebook:hover {
    color: #2b55ff;
}

.fa-instagram:focus,
.fa-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-envelope-square {
    color: #043d57;
    font-size: xx-large;
}

.fa-map-marker-alt {
    color: #043d57;
    font-size: xx-large;
}

.fa-phone-square-alt {
    color: #043d57;
    font-size: xx-large;
}

.jumbotron {
    background-color: #cae1f1;
    border-radius: 15px;
    font-size: medium;
    font-family: 'Oleo Script Swash Caps', cursive;
    line-height: 2.1428571435;
    margin: 15px;
    padding: 5px 30px 5px 30px;
}

.nav-tabs {
    border-bottom: none;
    gap: 4px;
}

.nav-tabs .nav-link {
    border: 1px solid #d6e4ee;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #0077b5;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0.45rem 0.65rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #d6e4ee;
    color: #0077b5;
    isolation: auto;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #cae1f1;
    border: 1px solid #b8d4e8;
    border-bottom: 1px solid #cae1f1;
    color: #043d57;
    cursor: default;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 1.1em;
    font-weight: bold;
}

.texto_contato {
    color: #03293b;
}

.texto_direito {
    color: #03293b;
    font-family: 'Bad Script', cursive;
    font-size: 1.1em;
    padding: 50px;
    text-align: justify
}

.titulo_jumbotron {
    color: #03293b;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 1.3em;
}

.logo {
    max-width: 200px;
}

.nav-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.nav-tabs-wrapper .nav-tabs {
    flex-wrap: nowrap;
    min-width: max-content;
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .div_titulo {
        font-size: 1.6em;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .texto_direito {
        font-size: 1em;
        padding: 15px;
    }

    .jumbotron {
        margin: 10px 0;
        padding: 15px 20px;
        line-height: 1.8;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        font-size: 0.85em;
        padding: 0.4rem 0.55rem;
        white-space: nowrap;
    }

    .nav-tabs-wrapper .nav-tabs {
        justify-content: flex-start !important;
    }

    .fa-envelope-square,
    .fa-map-marker-alt,
    .fa-phone-square-alt {
        font-size: x-large;
    }

    .texto_contato {
        font-size: 0.95em;
        word-break: break-word;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .div_titulo {
        font-size: 1.4em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        max-width: 120px;
    }
}

@media screen and (min-width: 768px) {
    .logo {
        max-width: 250px;
    }
}
