@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins&display=swap');

body {
    font-family: 'Dancing Script', cursive!important;
    font-family: 'Poppins', sans-serif!important;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Dancing Script', cursive!important;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 400;
}

p, a {
    font-family: 'Dancing Script', cursive!important;
    font-family: 'Poppins', sans-serif!important;

}

.tagcloud06 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tagcloud06 ul li {
    display: inline-block;
    margin: 0 0 .3em 1em;
    padding: 0;
}
.tagcloud06 ul li a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em 0 .75em;
    background-color: #E3A831;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.tagcloud06 ul li a::before {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #E3A831;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
}
.tagcloud06 ul li a::after {
    position: absolute;
    top: 50%;
    left: -6px;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}
.tagcloud06 ul li span {
    display: block;
    /*max-width: 100px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tagcloud06 ul li a:hover {
    background-color: #FF5713;
    color: #fff;
}
.tagcloud06 ul li a:hover::before {
    background-color: #FF5713;
}



 ul{
     list-style: none;
 }

.map-area {
    height: 550px;
    width: 100%;
}

.map-area iframe {
    height: 100%;
    width: 100%;
}

.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.marcatexto {
    box-shadow: 15px 0 0 0 #000, -5px 0 0 0 #000;
    background: #000;
    display: inline;
    padding: 3px 0 !important;
    position: relative;
    color:#FFF;
}

mark{
    background-color:#c0ffc8;
}

.ribbon-highlight{
    position:relative;
    margin:0.1em;
}
.ribbon-highlight:before{
    content:"";
    z-index:-1;
    left:-0.5em;
    top:0.1em;
    border-width:0.5em;
    border-style:solid;
    border-color:lightgreen;
    position:absolute;
    width:100%;
    border-left-color:transparent;
    border-right-color:transparent;
}

@media (min-width: 1025px)  {
    .cover-user .cover-user-img {
        padding: 0px 10%;
    }
}

.estilo-marcador {
    list-style-image: url("../images/arrow-right.png");
}

.hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.2050807569px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    transform: rotate(30deg);
}
.hexagon-item:first-child {
    margin-left: 0;
}
.hexagon-item:hover {
    z-index: 1;
}
.hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    transform: scale(1.3);
}
.hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    transform: scale(1.2);
}
.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
    height: 15px;
}
.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
    background-color: #E3A831;
}
.hexagon-item:hover .hex-content svg {
    transform: scale(0.97);
}

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.2050807569px;
}
.hex-item:first-child {
    z-index: 0;
    transform: scale(0.9);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}
.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.2050807569px;
    transform-origin: center center;
}
.hex-item div::before, .hex-item div::after {
    background-color: #1e2530;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.hex-item div:before {
    top: 0;
}
.hex-item div:after {
    bottom: 0;
}
.hex-item div:nth-child(1) {
    transform: rotate(0deg);
}
.hex-item div:nth-child(2) {
    transform: rotate(60deg);
}
.hex-item div:nth-child(3) {
    transform: rotate(120deg);
}

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}
.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px;
}
.hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}
.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.hex-content:hover {
    color: #fff;
}

.social {
    position: relative;
    height: 3em;
    width: 28.5em;
    margin: 150px 450px;
}

.social li {
    display: block;
    height: 4em;
    line-height: 4em;
    margin: -2.2em;
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 4em;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 4em;
    line-height: 6em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4em;

}

.social li:hover {
    -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
    -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
    transform: scale(1.3,1.3) rotate(45deg);
}

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}
.facebook2 {
    background: #155b9d;
    left: 50%;
    top: 0%;
}

.twitter2 {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}
.behance {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}
.behance2 {
    background: #3f7aa3;
    top: 0%;
    left: 50%;
}
.behance3 {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}

.accordion-item {
    margin-bottom: 10px; border-bottom: 0px;
    border-radius: 25px!important;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 25px;
    font-size: 0.5em;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.accordion-button:not(.collapsed)::after{
    color: #FFF;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform:rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #E3A831;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

