@font-face {
    font-family: 'Futura Md BT';
    font-weight: normal;
    src: url(futura-md-bt-normal.ttf) format('truetype');
}
@font-face {
    font-family: 'Futura Md BT';
    font-weight: bold;
    src: url(futura-md-bt-bold.ttf) format('truetype');
}

html, body {
    font-family: 'Futura Md BT', sans-serif;
    font-weight: normal;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


.nav-link:hover {
    color: #009292 !important;
}
@media (min-width: 700px) {
    .nav-item {
        margin-right: 10px;
        font-size: 1.2em;
    }
    .nav-item:not(:first-child):after {
        content: '|';
        color: #696969;
        position: absolute;
        top: 15px;
        margin-left: -10px;
    }
}

.rounded-xl {
    border-radius: 40px;
}
.rounded-right {
    border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
}
.font-size-1 {
    font-size: 0.8em;
}
.font-size-2 {
    font-size: 1.7em;
}
@media(max-width: 768px) {
    .font-size-sm-1 {
        font-size: 1em;
    }
    .col-md-7.border-right {
        border-right: none !important;
    }
    .rounded-right {
        border-radius: 20px !important;
        font-size: 0.95em;
    }
    .orientacao {
        font-size: 0.80em;
    }
    .orientacao h4 {
        font-size: 1.5em;
    }
}
.border-dotted {
    border-bottom: #D0D2D4 5px dotted;
}

.bg-cinza {
    background: #E7EEEE;
}
.text-verde {
    color: #009292;
}
.bg-verde {
    background-color: #009292;
}
.btn-verde {
    background-color: #009292;
    color: #ffffff !important;
    border: none;
    font-weight: bold;
    padding: 8px 15px;
}
.btn-verde:hover {
    background-color: #007070;
}

.text-coral {
    color: #F05753;
}
.bg-coral {
    background-color: #F05753;
}
.btn-coral {
    background-color: #F05753;
    color: #ffffff !important;
    border: none;
    font-weight: bold;
    padding: 8px 15px;
}
.btn-coral:hover {
    background-color: #D63B36;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #F05753;
    opacity: 1;
}
.carousel-indicators li:nth-child(even) {
    background-color: #ffffff;
}



.logo {
    height: 120px;
}
.social img {
    height: 50px;
}
@media (min-width: 769px) {
    .navbar {
        background: #ffffff url(../img/linha-azul.png) no-repeat center;
        background-size: 100% 1px !important;
    }
}
@media (max-width: 768px) {
    .logo {
        height: auto;
        width: 100%;
    }
    .social img {
        height: 25px;
        width: auto;
    }
}




.quemsomos {
    position: absolute;
    font-size: 1.3em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .quemsomos {
        position: relative;
        font-size: 0.95em;
        bottom: inherit;
    }
}


.faleconosco {
    background: #65babc url(../img/bg-faleconosco.jpg) no-repeat;
    background-size: auto 100%;
    background-position: left top;
}
.faleconosco .form-control, .faleconosco .form-control:focus {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.faleconosco textarea {
    height: 120px;
}
@media (max-width: 768px) {
    .faleconosco {
        background-size: 40% auto;
    }
    .img-xs-zoom {
       transform: scale(1.3);
    }
}


.agendamento {
    font-size: 0.75em;
    color: #009292;
}
.agendamento input, .agendamento select {
    width: 100%;
    display: block;
    padding: 7px 12px !important;
    background-color: #E5E6E7;
    color: #303030;
    border: none;
    border-radius: 0;
    font-size: 1em;
    outline: none;
    margin-bottom: 5px;
}
.agendamento select {
    padding-right: 25px !important;
}
input:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}