html, body {
    position:relative;
    width: 100%;
    height:100%;
}
body {
    background-image: url('../img/bg.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-color:#fff;
    font-family: 'Lato', sans-serif;
    font-size:16px;
}
header img {
    display: block;
}
.btn-pmm {
    background-color:#642381;
    border-color:#642381;
    color:#fff; 
    padding:20px;
    display: flex;
    justify-content: space-around;
    box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.51);
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.51);
    -moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.51);
}
.btn-pmm-sm {
    padding:10px 20px;
    display: inline-block;
}

.btn-pmm.blue1 {
    background-color:#35509f;
    border-color:#35509f;
}
.btn-pmm.blue1:hover {
    background-color:#35509f;
    border-color:#35509f;
}
.btn-pmm.blue {
    background-color:#009f9b;
    border-color:#009f9b;
}
.btn-pmm.blue:hover {
    background-color:#009f9b;
    border-color:#009f9b;
}
.btn-pmm:hover {
    background-color:#642381;
    border-color:#642381;
    color:#fff; 
}
.btn-pmm.green {
    background-color:#92c01f;
    border-color:#92c01f;
}
.btn-pmm.green:hover {
    background-color:#92c01f;
    border-color:#92c01f;
}
.btn-pmm.pink {
    background-color:#e2007d;
    border-color:#e2007d;
}
.btn-pmm.pink:hover {
    background-color:#e2007d;
    border-color:#e2007d;
}
.btn-pmm.orange {
    background-color:#f09103;
    border-color:#f09103;
}
.btn-pmm.orange:hover {
    background-color:#f09103;
    border-color:#f09103;
}
.btn-icon {
    text-align: center;
    flex:0 1 20%;
    display: flex;
    align-items: center;
}
.btn-icon img {
    width: auto;
    height: 50px;
}
.btn-title {
    color:#fff;
    font-weight:900;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    flex:0 1 70%;
    align-content: center;
    padding:10px 0;
    text-transform: uppercase;
}
.about {
    background-color:#fff;
    padding:100px 0;
}
.about p {
    font-size: 18px;
    line-height: 32px;
}
.about h5, .about h4 {
    font-weight:bold;
}
.info {
    overflow: hidden;
    padding:100px 0;
    position: relative;
}/* 
.info::before {
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:5px;
    background-image: url('../img/linha.webp');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;
    z-index:11;
} */
.info .info-wrap {
    position:relative;
    z-index:12;
}
.feature-border {
    background-color:#fff;
    border:8px solid #92c01f;
}
.info h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 7.4vw;
    color:#e2007d;
}
.info h2 span {
    display: block;
    color:#35509f 
}
.info p {
    display: block;
    color:#f09103;
    font-size: 18px;
}

.saiba-mais {
    width: 100%;
    position: fixed;
    bottom:0;
    left:0;
    font-size:18px;
    background-color: #ccc;
    padding:10px 0;
    margin-bottom:15px;
    z-index: 999;
    text-align:center;
}
.saiba-mais img {
    width: auto;
    height: 20px;
}
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
} 
header img.bannerm {
    display: block;
}
header img.bannerd {
    display: none;
}
.map-subtitle-wrap {
    width: 100%;
}
.map-subtitle-wrap .map-subtitle {
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    margin: 30px 0;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector {
    flex:1 1 15%;
    margin-right:10px;
}

.map-subtitle-wrap .map-subtitle .map-subtitle-sector span {
    font-weight: bold;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #00569e;
    color: #fff;
    display: block;
    padding: 25px 20px;
    text-align: center;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s1 span {
    background-color:#004ca8;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s2 span {
    background-color:#f2f212;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s3 span {
    background-color:#38a600;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s4 span {
    background-color:#d41412;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s5 span {
    background-color:#73004c;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s6 span {
    background-color:#874545;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-sector.s7 span {
    background-color:#ffa800;
}
.map-subtitle-wrap .map-subtitle .map-subtitle-desc {
    flex:1 1 85%;
}
@media (min-width: 768px) {/* 
    header {
        background-image: url('../img/banner-1920-x-250.webp');
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        width: 100%;
        height: 250px;
    } */
    
    .info::after {
        background-position: top center;
    }
    header img.bannerm {
        display: none;
    }
    header img.bannerd {
        display: block;
    }
    .saiba-mais {
        display:none;
    }
    .info::before {
        height:15px;
    }
    .info h2 {
        font-size: 4.3vw;
    }
}
@media (min-width: 992px) {
    .info h2 {
        font-size: 2.6vw;
    }
}
@media (min-width: 1440px) {
    .info h2 {
        font-size: 2vw;
    }
}
@keyframes translation {
    0%{
      transform: translateX(0);
    }
    100%{
      transform: translateX(calc(100vw - 11em));
    }
  }
  
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}