.sub-itens {
    color: var(--secondary-color);
    margin-right: 12px;
    font-size: 15px;
    padding-left: 35px;
    border-radius: 50%;
    display: inline-block;
}

.li-expandir {
    cursor: pointer;
}

.li-expandir:hover {
    cursor: pointer;
    color: var(--secondary-color) !important;
}

.container-especial {
    margin-left: 100px;
    margin-right: 100px;
}

.check {
    margin-right: 8px;
}

.h5-especial {
    color: var(--primary-color);
    font-size: 20px;
    text-align: right;
}

.p-especial {
    text-align: right;
}

.icone-imagem {
    font-size: 35px;
    color: var(--primary-color);
}

.gradiente {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent, transparent);
    padding: 7px;
    border-radius: 8px;
}

.titulo-oferecemos {
    font-weight: 300 !important;
}

.divServicos {
    transition: width 1s, background 1s, border 1s, transform 1s;
    padding: 20px;
    cursor: pointer;
    border-style: solid;
    border-radius: 10px;
    border-color: rgba(237, 237, 237, 0.8);
    border-width: 0.5px;
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari 3-8 */
    transform: scale(0.98);
    text-align: center;
}

.divServicos:hover {
    border-color: var(--secondary-color);
    border-radius: 10px;
    -ms-transform: scale(0.95);
    /* IE 9 */
    -webkit-transform: scale(0.95);
    /* Safari 3-8 */
    transform: scale(0.95);
}

.divServicos2 {
    transition: width 1s, background 1s, border 1s, transform 1s;
    padding: 20px;
    cursor: pointer;
    border-style: solid;
    border-radius: 10px;
    border-color: rgba(237, 237, 237, 0.8);
    border-width: 0.5px;
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari 3-8 */
    transform: scale(0.98);
    margin-bottom: 1rem;
}

.divServicos2:hover {
    border-color: var(--secondary-color);
    border-radius: 10px;
    -ms-transform: scale(0.97);
    /* IE 9 */
    -webkit-transform: scale(0.97);
    /* Safari 3-8 */
    transform: scale(0.97);
}

.carousel-text {
    padding: 0 0;
}

.carousel-text .mask {
    display: block;
    position: relative;
    overflow: hidden;
    height: 125px;
}

.carousel-text .mask h1 {
    font-weight: 300;
    color: var(--secondary-color);
}

.carousel-text .mask>ul>li {
    position: absolute;
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.carousel-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-text h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 350;
    opacity: 1;
    margin-left: 15px;
}

.carousel-text-hide {
    opacity: 0;
    transform: translateY(-100%);
}

.carousel-text-reveal {
    opacity: 0;
    transform: translateY(100%);
}

.path {
    fill: var(--bg-light);
    stroke: var(--bg-light);
    stroke-width: 2;
}

.imgAnimada {
    transition: width 1s, background 1s, border 1s, transform 1s;
}

.imgAnimada:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.animate-reveal {
    opacity: 0;
    -webkit-animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    -moz-animation: reveal 500ms ease-in 1 normal forwards;
    -o-animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
    animation: reveal 500ms cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.animate-second {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animate-third {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.accordion {
    width: 100%;
    margin: 0px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.accordion .toggle {
    display: block;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0px;
    padding: 30px 0px 30px 10px;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

.accordion .plus-minus-icon {
    display: inline-block;
}

.accordion .collapsible-section {
    visibility: hidden;
    background-color: #FFFFFF;
    margin: 0px;
    position: relative;
    z-index: -1;
    height: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.accordion .title {
    font-size: 18px;
    color: #0060d6;
    font-family: Franklin Gothic Medium;
    padding-left: 50px;
}

.accordion .expanded-title {
    font-size: 18px;
    color: #0060d6;
    font-family: Franklin Gothic Medium;
}

.accordion .plus-minus-icon {
    color: #0060d6;
    font-size: 18px;
    font-weight: 800;
}

@keyframes expand-animation {
    0% {
        transform: translate(0px, -50px);
        padding: 0px 0px 0px 10px;
    }
    100% {
        visibility: visible;
        transform: translate(0px, 0px);
        height: 90px;
        padding: 30px 0px 30px 10px;
    }
}

@keyframes collapse-animation {
    0% {
        visibility: visible;
        transform: translate(0px, 0px);
        height: 90px;
        padding: 30px 0px 30px 10px;
    }
    100% {
        visibility: hidden;
        transform: translate(0px, -20px);
        height: 0px;
        padding: 0px 0px 0px 10px;
    }
}

.expand-animate {
    animation: expand-animation 0.5s 1 linear forwards;
}

.collapse-animate {
    animation: collapse-animation 0.5s 1 linear forwards;
}

.plus-to-minus {
    animation: plus-to-minus-animation 0.3s 1 linear forwards;
}

.minus-to-plus {
    animation: minus-to-plus-animation 0.3s 1 linear forwards;
}

@keyframes plus-to-minus-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes minus-to-plus-animation {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Plus & Minus Icons */

.plus,
.minus {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.plus:hover,
.minus:hover {
    opacity: 0.8;
}

.plus:before,
.plus:after,
.minus:before {
    position: absolute;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #0060d6;
    transform-origin: left;
}

.plus:before {
    transform: translate(10px, -1px) rotate(90deg);
}

.plus:after {
    transform: translate(9px, 0px);
}

.minus:before {
    transform: translate(10px, -1px) rotate(0deg);
}

.section-personalizada {
    background-image: url(../images/inicio/section.jpg);
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    background-size: cover;
}

.section-servicos {
    background-image: url(../images/servicos/retangulo.png);
    width: 100%;
    background-size: cover;
}

.mapa {
    width: 100%;
    height: 800px;
    margin: 5px;
}

.logo-footer {
    width: 50%
}

@media (min-width:983px) {
    .logo-footer {
        width: 100%;
        padding-left: 30px;
        margin-top: 20px;
    }
}


/* @media (min-width:983px) {
    .icones-redes {
        padding-left: 70px
    }
} */

.icones-grandes {
    color: var(--secondary-color) !important;
}

.p-just {
    text-align: justify
}

.btn-menu {
    margin-top: 0.5rem;
    color: black;
    border-color: black !important;
    padding: 5px 10px !important;
    font-size: 10px !important;
    border-radius: 50px !important;
    font-weight: 100;
}

.btn-menu:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

@media (max-width:480px) {
    .btn-menu {
        margin-top: 0;
        color: black;
        border-color: black;
        padding: 5px 10px;
        font-size: 9px !important;
        margin-bottom: 5px;
    }
}

@media (max-width:980px) {
    .btn-menu {
        margin-top: 0;
        color: black;
        border-color: black;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {
    .navbar-collapse {
        flex-basis: 100%;
        /* flex-grow: 1; */
        align-items: center;
        background-color: white;
        box-shadow: 0 3px 12px 0 rgba(9, 9, 9, 0.4);
    }
}

@media (max-width:765px) {
    .icones-redes {
        text-align: center;
    }
}

@media (max-width:980px) {
    .navbar-collapse {
        flex-basis: 100%;
        /* flex-grow: 1; */
        align-items: center;
        background-color: white;
        box-shadow: 0 3px 12px 0 rgba(9, 9, 9, 0.4);
    }
    .icones-redes {
        text-align: center;
    }
}

@media (max-width:980px) {
    .navbar-collapse {
        flex-basis: 100%;
        /* flex-grow: 1; */
        align-items: center;
        background-color: white;
        box-shadow: 0 3px 12px 0 rgba(9, 9, 9, 0.4);
    }
    .icones-redes {
        text-align: center;
    }
}

@media (min-width:767px) {
    .icones-redes {
        text-align: center;
        border-left: solid;
        color: white;
    }
}

@media (max-width:480px) {
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (max-width:980px) {
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    margin-top: -10%;
    justify-content: space-around;
    width: 100%;
}

.menu-footer:hover {
    color: #dedede;
}


/* @media (min-width:1240px) {
    .check-servicos {
        margin-left: 15%;
    }
}

@media (min-width:280px and (max-width:320px)) {
    .absolute-texto {
        position: absolute;
        margin-top: -32%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 10px;
        line-height: 120% !important;
    }
}

@media (min-width:320px) {
    .absolute-texto {
        position: absolute;
        margin-top: -32%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 12px;
        line-height: 120% !important;
    }
}

@media (min-width:520px) {
    .absolute-texto {
        position: absolute;
        margin-top: -32%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 12px;
        line-height: 120% !important;
    }
}

@media (min-width:768px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 90px;
    }
    .p-inicio {
        color: white;
        font-size: 26px;
        line-height: 120% !important;
    }
}

@media (min-width:930px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 12px;
        line-height: 120% !important;
    }
}

@media (min-width:1210px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 70px;
    }
    .p-inicio {
        color: white;
        font-size: 36px;
        line-height: 120% !important;
    }
}

@media (min-width:1380px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 300px;
    }
    .p-inicio {
        color: white;
        font-size: 46px;
        line-height: 120% !important;
    }
} */

@media screen and (max-width: 2000px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 300px;
    }
    .p-inicio {
        color: white;
        font-size: 46px;
        line-height: 50px;
        margin-top: 200px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1420px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 150px;
    }
    .p-inicio {
        color: white;
        font-size: 36px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1280px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 70px;
    }
    .p-inicio {
        color: white;
        font-size: 36px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1430px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 150px;
    }
    .p-inicio {
        color: white;
        font-size: 36px;
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 32px;
        font-weight: 500;
    }
}

@media screen and (max-width: 980px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width: 736px) {
    .absolute-texto {
        position: absolute;
        margin-top: -35%;
        width: 100%;
        margin-left: 30px;
    }
    .p-inicio {
        color: white;
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 480px) {
    .absolute-texto {
        position: absolute;
        margin-top: -32%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width: 350px) {
    .absolute-texto {
        position: absolute;
        margin-top: -32%;
        width: 100%;
        margin-left: 20px;
    }
    .p-inicio {
        color: white;
        font-size: 9px;
        font-weight: 500;
    }
}

.detalhe-header-esquerda {
    width: 7%;
    position: fixed;
    top: -20;
    left: -15;
}

.detalhe-header-direita {
    width: 7%;
    position: fixed;
    top: -20;
    right: -15;
}

.section-personalizada-home {
    background-color: none !important;
}

.img-fundo {
    width: 100%;
    position: absolute;
    font-size: 25px;
    color: black;
}

.btn-footer {
    box-shadow: 0 3px 12px 0 rgb(9 9 9 / 40%);
    border-radius: 23px;
    padding: 20px 35px 20px 35px;
    font-size: 28px;
    color: black;
}

.btn-footer:hover {
    box-shadow: 0 3px 12px 0 rgb(9 9 9 / 40%);
    border-radius: 15px;
    padding: 18px 45px 18px 45px;
    background-color: white;
    color: black;
}


}
@media (max-width: 350px) {
    .btn-footer {
        box-shadow: 0 3px 12px 0 rgb(9 9 9 / 40%);
        border-radius: 15px;
        font-size: 14px;
        color: black;
    }
    
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 285px;
        width: 100%;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
    }
}
@media (min-width: 240px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 420px;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
        margin-bottom: 15px;
    }
}
@media (min-width: 350px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 450px;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
        margin-bottom: 15px;
    }
}
@media (min-width: 400px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 500px;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 380px;
        width: 200px;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
    }
}
@media (min-width: 768px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 550px;
        width: 100%;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
    }
}
@media (min-width: 992px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 380px;
        width: 200px;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
    }
}
@media (min-width: 1200px) {
    .quadros-mvv {
        background-color: white;
        padding: 20px;
        border-radius: 25px;
        height: 450px;
        width: 100%;
        box-shadow: 0 5px 32px 0 rgb(9 9 9 / 10%);
    }
    /* .row-mvv {
        margin-left: 100px;
    } */
}
@media (max-width: 1000px) {
    .esconde-imagem {
        display: none;
    }
}
.icon {
    font-size: 100px;
}
.texto-mvv {
    line-height: 15px !important;
    font-weight: 100;
}
@media (min-width: 350px) {
    .carousel-margem {
        margin-top: 50px;
    }
}
@media (min-width: 576px) {
    .carousel-margem {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    .carousel-margem {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
    .carousel-margem {
        margin-top: 0px;
    }
    
    .detalhe-section-esquerda {
        width: 15%;
        position: absolute;
        left: -15;
        opacity: 0.2;
        margin-top: -20px;
    }
    
    .detalhe-section-direita {
        width: 15%;
        position: absolute;
        right: -15;
        opacity: 0.2;
        margin-top: -20px;
    }
    
    .detalhe-section1-esquerda {
        width: 20%;
        position: absolute;
        left: -220;
        opacity: 0.2;
        bottom: -70;
    }
    
    .detalhe-section1-direita {
        width: 20%;
        position: absolute;
        right: -250;
        opacity: 0.2;
        bottom: -70;
    }
}
@media (min-width: 350px) {
    .container-menor {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (min-width: 576px) {
    .container-menor {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (min-width: 768px) {
    .container-menor {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (min-width: 992px) {
    .container-menor {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media (min-width: 200px) {
    .container-menor {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sub-titulo {
        font-size: 15px !important;
        font-weight: 600;
        margin-top: -100px;
        padding-bottom: 12px;
        line-height: 22px;
        text-align: justify;
        font-weight: 600;
    }
    
    .img-index {
        width: 100%;
    }
}
@media (min-width: 350px) {
    .container-menor {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .sub-titulo {
        font-size: 15px !important;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 12px;
        line-height: 22px;
        text-align: justify;
        font-weight: 600;
    }
    
    .p-contato-esp {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .youtube {
        height: auto;
        width: 100%;
    }
    
    .margem-mobile {
        margin-right: 3px;
    }
    
    .img-index {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .container-menor {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .sub-titulo {
        font-size: 15px !important;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 12px;
        line-height: 22px;
        text-align: justify;
        font-weight: 600;
    }
    
    .p-contato-esp {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
        font-weight: 600 !important;
    }
    
    .youtube {
        height: 300px;
        width: 100%;
    }
    
    .margem-mobile {
        margin-right: 30px;
    }
    
    .img-index {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container-menor {
        padding-left: 130px;
        padding-right: 130px;
    }
    
    .sub-titulo {
        font-size: 15px !important;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 12px;
        line-height: 22px;
        text-align: justify;
        font-weight: 600;
    }
    
    .p-contato-esp {
        font-size: 25px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 25px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
        font-weight: 600 !important;
    }
    
    .youtube {
        height: 300px;
        width: 635px;
    }
    
    .margem-mobile {
        margin-right: 30px;
    }
    
    .img-index {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container-menor {
        padding-left: 200px;
        padding-right: 200px;
    }
    
    .aproximar {
        margin-top: -100px;
    }
    
    .sub-titulo {
        font-size: 16px !important;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 12px;
        line-height: 22px;
        text-align: justify;
        font-weight: 600;
    }
    
    .p-contato-esp {
        font-size: 20px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 20px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
        font-weight: 600 !important;
    }
    
    .youtube {
        height: 500px;
        width: 90%;
    }
    
    .margem-mobile {
        margin-right: 30px;
    }
    
    .img-index {
        width: 100%;
    }
}
@media (min-width: 1000px) {
    .p-contato-esp {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
        font-weight: 600 !important;
    }
    
    .youtube {
        height: 400px;
        width: 100%;
    }
    
    .margem-mobile {
        margin-right: 30px;
    }
    
    .img-index {
        width: 70%;
    }
    
    .alinhar-direita {
        float: right !important;
    }
}
@media (min-width: 1200px) {
    .sub-titulo {
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 12px;
        line-height: 2wpx;
        text-align: justify;
        font-weight: 600;
    }
    
    .p-contato-esp {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
    }
    
    .p-contato-esp:hover {
        color: var(--secondary-color);
    }
    
    .p-contato {
        font-size: 16px !important;
        margin-top: 0px !important;
        color: var(--primary-color);
        font-weight: 600 !important;
    }
}
.section-feedback {
    background-image: linear-gradient(to bottom, rgba(34, 73, 134, 0.2), transparent, transparent);
}
.section-sucesso {
    background-image: linear-gradient(to top, rgba(34, 73, 134, 0.2), transparent, transparent);
}
.titulo-mvv {
    font-size: 30px !important;
    font-weight: 900 !important;
    margin-top: 5px;
}
.seta-azul {
    color: var(--secondary-color) !important;
}
.p-sobre-destaque {
    font-weight: 600 !important;
}
@media (max-width: 420px) {
    .contato-footer {
        font-size: 13px !important;
    }
}
@media (min-width: 998px) {
    .textos-index {
        margin-top: 100px;
    }
}
@media (max-width: 998px) {
    .div-proposta-index {
        margin-top: -130px;
    }
}
.a-politicas {
    color: var(--secondary-color) !important;
    font-weight: 100 !important;
    font-size: 12px;
}
.a-politicas:hover {
    font-weight: 600 !important;
}
@media (max-width: 766px) {
    div#imagem-dinamica2 {
        order: 1;
    }
    
    div#texto-dinamico2 {
        order: 2;
    }
    
    div#imagem-dinamica4 {
        order: 1;
    }
    
    div#texto-dinamico4 {
        order: 2;
    }
    
    .imgAnimadaMobile {
        margin-top: -70px;
    }
}
.icone-whats {
    position: absolute;
    color: white;
    font-size: 45px;
    background-color: #25d366;
    padding: 10px 15px 10px 15px;
    border-radius: 100px 100px 100px 100px;
}
.whatasapp {
    position: fixed;
    left: 25px;
    bottom: 20px;
    background: #25d366;
    z-index: 999;
    padding: 15px;
    border-radius: 50px;
    transition: .5s;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
    -webkit-animation: pulse 3s infinite;
}
.whatasapp:hover {
    left: 0;
    bottom: 0;
    border-radius: 0px 140px 0px 0px;
    padding: 70px;
    transition: .5s;
    -webkit-animation: none;
}
@-webkit-keyframes pulse {
    0% {
        font-size: 12px;
        letter-spacing: 1.3px;
        transform: scale(.9);
    }
    
    70% {
        font-size: 15px;
        letter-spacing: 1.9px;
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    
    100% {
        font-size: 12px;
        letter-spacing: 1.3px;
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
@media (max-width: 992px) {
    .titulo-primeiro {
        display: inline;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 5px;
    }
    
    .titulo-contato {
        display: none;
    }
}
@media (min-width: 993px) {
    .titulo-primeiro {
        display: none;
    }
    
    .titulo-contato {
        display: inline;
    }
}