.custom-shape-divider-top-1712859005 {
    position: absolute;
    margin-top: -1px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1712859005 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 131px;
}

.custom-shape-divider-top-1712859005 .shape-fill {
    fill: #00528E;
}

.custom-shape-divider-bottom-1712862212 {
    position: absolute;
    margin-bottom: -1px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1712862212 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 131px;
}

.custom-shape-divider-bottom-1712862212 .shape-fill {
    fill: #00528E;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 15px;
}

.texto-blog p,
ul,
ol,
li,
.texto-sobre p,
ul,
ol,
li {
    color: black;
    font-size: 1.1em;
}

.titulo-post-thumb {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}

.intro-post-thumb {
    height: 65px;
    overflow: hidden;
}

#overlay-tour {
    width: 100%;
    height: 100%;
    background-color: #00538ebd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 25%;
}

#overlay-tour span {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    
}