﻿body {
    background-color: #eee;
}
a, a:active, a:hover {
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    transition: all 0.5s;
}
img {
    max-width: 100%;
    max-height: 100%;
}
header {
    padding: 20px 0 0 0;
}
header .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3px;
    padding: 20px 0 0 0;
}
header .menu > a {
    background-color: #ddd;
    padding: 8px 20px;
}
.logo {
    max-height: 100px;
}

main {
    display: flex;
    flex-direction: column;
}


.section-1 {
    position: relative;
    /*height: calc(100vh - 180px);*/
}

.video-player {
    position: relative; /*fixex*/
    top: 0; /*180px;*/
    left: 0;
    height: calc(100vh - 180px);
    width: 100%;
}
.video-bg {
    position: absolute;
    margin: 0;
    padding: 0;
    height: calc(100vh - 180px); 
    width: 100%; 
    object-fit: cover; 
    object-position: center center; 
    opacity: 1;
    z-index: -2;
}
.video {
    position: relative;
    margin: 0;
    padding: 0;
    height: calc(100vh - 180px); 
    width: 100%; 
    object-fit: cover; 
    object-position: center center; 
    opacity: 1;
    z-index: -1;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 180px); 
    width: 100%;    
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(rgba(0, 0, 0, 1) 1px, transparent 1px);
    background-size: 3px 3px;
    pointer-events: none;
}
.video-overlay-text {
    position: absolute;
    bottom: 200px;
    color: #fff;
    z-index: 2;    
    width: 100%;    
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.video-overlay-text .t-headline {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
}
.video-overlay-text .t-headline .t-big {
    font-size: 4.5rem;    
}
.video-overlay-text .t-info {
    padding-top: 80px;
    font-size: 1.5rem;
    color: darkorange;
}
.btn-moreinfo {    
    width: 160px;
    padding: 4px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;   
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
}
.btn-moreinfo:active
, .btn-moreinfo:hover {
    border: 1px solid #000;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    color: #000;
}


.t-orange {
    color: darkorange;
}

.section-2 {
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    text-align: justify;
}
.section-2 h2 {
    text-align: center;
    color: darkorange;
    font-size: 2.5rem;
    padding-bottom: 20px;
}

.section-2 .list-img {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly;
    text-align: center;
    overflow: auto;
    flex-wrap: nowrap;
}
.section-2 .telemedicina {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 0px;
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.section-2 .telemedicina:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
}

@media (max-width: 920px) {
    .section-2 .list-img {
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
        width: 100%;
    }
}
.section-2 .list-img .img-overlay
, .section-2 .telemedicina .img-overlay {
    flex: 1;
    position: relative;
}

.section-2 .list-img .img-overlay img
, .section-2 .list-img .img-overlay image
, .section-2 .telemedicina .img-overlay img
, .section-2 .telemedicina .img-overlay image {
    flex: 1;
    object-fit: cover;
    width: 100%;
    height: 460px;
    min-width: 300px;
    width: 100%;
    position: relative;
    z-index: -1;
}
.section-2 .list-img .img-overlay .text
, .section-2 .telemedicina .img-overlay .text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    opacity: 1;
    text-transform: uppercase;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
    
}
.section-2 .telemedicina .img-overlay .text {
    top: 42%;
    font-size: 1.8rem;
}
.section-2 .list-img .img-overlay .btn-moreinfo
, .section-2 .telemedicina .img-overlay .btn-moreinfo {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid darkorange;
    border-radius: 20px;
    background-color: orange;
    color: #000;
    margin: 20px 0;
    font-size: 0.9rem;
}
.t-1 {
    color: #1B9BAA;
}
.t-2 {
    color: darkorange;
}
.t-3 {
    color: #60B233;
}
.t-4 {
    color: #60B233;
}
.t-5 {
    color: darkorange;
}
.t-6 {
    color: #1B9BAA;
}
.t-bold {
    font-weight: bold;
}
.t-sm {
    font-size: 0.95rem;
}

.section-3 {
    min-height: 600px;
    background-color: rgb(27, 155, 170);
    color: #fff;
    display: flex;
    flex-direction: row;
    padding: 40px 15px;
}
@media (max-width: 990px) {
    .section-3 {
        flex-wrap: wrap;
    }
}
.section-3 h2 {
    font-size: 2.5rem;
    padding-bottom: 20px;
}
.s3-list {
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: stretch;
    gap: 15px;
}
@media (max-width: 1100px) {
    .section-3 {
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }
}
@media (max-width: 820px) {
    .s3-list {
        flex-direction: column;
    }
    .s3-list {
        max-width: 500px;
    }
}
.s3-item {
    flex: 1;
}
.s3-item-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.s3-item-title img {
    height: 50px;
}
.s3-item-title hr {
    background-color: #fff;
    height: 1px;
    width: 90%;
    opacity: 1;
    padding: 0;
    margin: 10px 0;
}
.s3-item p {
    font-size: 1.2rem;
    line-height: 1.5;
    width: 80%;
}
.s3-right img {
    border: 10px solid #fff;
    border-radius: 10px;
}

.section-4 {

}

.section-4 h2 {
    font-size: 2.5rem;
    padding: 40px 0;
    text-align: center;
    background-color: #ddd;
    color: #666;
}
.s4-list {
    display:flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: stretch;
    width: 100%;
}
.s4-list p {
    width: 33%;
    text-align: center;
    padding: 30px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}
.s4-list p:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50%);
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: #000;
}
@media (max-width: 820px) {
    .s4-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .s4-list p {
        width: 100%;
    }
}


.section-5 {
    background-color: rgb(236, 123, 9);
    text-align: center;
}
.section-5 h2 {
    font-size: 2.5rem;
    padding: 40px 0;
    text-align: center;    
}
.section-5 p {
    font-size: 1.5rem;
}
.s5-img {
    height: 700px;
    background-image: url('../img/img-07.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-5 .btn-moreinfo
, .section-5 .btn-moreinfo:active
, .section-5 .btn-moreinfo:hover {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: transparent;
    color: #000;
}

.section-6 {
    /*background-color: rgba(24, 154, 170, 0.4);*/
    color: #000;
    min-height: 620px;
    background-image: url('../img/bg-footer-op.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 700px;    
    padding: 0;
    margin: 0;
}
.section-6 .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
}

.s6-left {
    flex: 3;
}
.s6-left p {
    padding: 20px 0;
    font-weight: lighter;
}
.s6-right {   
    flex: 1;
    min-width: 400px;
    width: 100%;
}
.s6-right > div {
    padding-bottom: 15px;
    text-align: left;
}
.s6-right .form-control
, .s6-right .form-control:focus
, .s6-right .form-control:active {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 8px 0;
}
.s6-right .btn-moreinfo
, .s6-right .btn-moreinfo:active
, .s6-right .btn-moreinfo:hover {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: transparent;
    color: #000;
    margin: 20px 0;
}
.s6-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.s6-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: lighter;
}
.s6-item b {
    font-weight: bold;
}
.s6-footer {
    padding: 10px 0 60px 0;
    text-align: center;
}
.s6-footer .logo {
    height: 60px;
    
}
.s6-footer .btn-moreinfo {
    margin: 30px auto;
}
.s6-footer p {
    color: #666;
}
@media (max-width: 820px) {
    .section-6 {
        background-color: rgba(24, 154, 170, 0.4);
        background-image: none;
    }
    .section-6 .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .s6-list {
        flex-direction: column;
        gap: 8px;
        text-align: left;
        align-items: flex-start;
    }
    .s6-item {
        gap: 8px;
    }
    .s6-left {
        padding: 10px 15px;
    }
    .s6-right {
        padding: 40px 15px 20px 15px;
    }
    .s6-footer {
        padding:20px 15px;
    }
}

.carregando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
}
.carregando img {
    height: 16px;
}

.modal-solucoes .modal-content {
    
}
.modal-solucoes .modal-header {
    border-bottom: none;
}
.modal-solucoes .modal-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #1B9BAA;
    
}

.modal-solucoes h2 {
    font-size: 1.2rem;
    color: darkorange;
    padding: 8px 0;
    border-bottom: 1px solid darkorange;
}
.modal-solucoes img {
    max-width: 400px;
    border-radius: 10px;
    border: 6px solid #ddd;
}
.modal-solucoes p {
    line-height: 1.5;
}