/*=== Fonts ===*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;800&family=Poppins:wght@400;500;700&display=swap');

@font-face {
    font-family: 'Galano';
    src: url('../../../_shared/fonts/GalanoGrotesqueLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano';
    src: url('../../../_shared/fonts/GalanoGrotesqueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano';
    src: url('../../../_shared/fonts/GalanoGrotesqueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


[v-cloak] { display: none !important; }


/*=== Colors ===*/

:root {
    --color-primary: #38698c;
    --color-secundary: #174580;
    --color-pink: #774492;
    --color-grey: #6884a1;
    --color-green: #9fef70;
    --color-blue: #0099cf;
}

h2, h3 {
    font-family: 'Galano'; 
    font-weight: 700;

}

.roboto h1, .roboto h2, .roboto h3, .roboto h4, .roboto h5, .roboto h6, 
.roboto p, .roboto a, .roboto li, 
.roboto {
    font-family: 'Roboto', sans-serif;    
}

.roboto p, .roboto a, .roboto li, 
.roboto {
    font-weight: normal;
}

/*=== General ===*/
body {
    font-family: 'Galano';
    font-weight: 600
} 
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:hover {
    text-decoration: none;
    cursor: pointer;
}
:focus {
    outline: none;
    border: none;
}
.btn-default {
    font-family: 'Galano';
    font-weight: 700;
    background-color: #9fef70;
    color: #1f3b50;
    border: 3px solid #eaeaea;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 14px;
}

/*=== Header ===*/


header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: var(--color-primary);
    z-index: 100;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    font-family: 'Galano';
    font-weight: 400;
    padding-top: 11px;
}
header.fixed {
    -webkit-transform: translateZ(0) translateY(-136px);
    transform: translateZ(0) translateY(-136px);
}
header .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    padding: 3px 8px;
    transition: opacity .3s ease;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    opacity: 0.7;
}
header ul.btns {
    border-left: #fff 1px solid;
    padding-left: 20px;
}
header ul.btns li {
    display: inline-block;
}
header ul.btns li a {
    display: block;
    color: white;
    background-color: var(--color-grey);
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 0.2);
}
header ul.btns li a:hover {
    opacity: 0.7;
}
header ul.btns li:first-child {
    margin-right: 5px;
}
header ul.btns li:first-child a {
    background-color: var(--color-pink);
}

.menu-toggle {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    background: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    top: 23px;
    right: 18px;
    z-index: 2;
    padding: 0;
}
.menu-hamburger {
    position: relative;
    margin: 10px 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu-hamburger, .menu-hamburger:before, .menu-hamburger:after {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: background-color 0.4s ease-in-out 0s,
     -webkit-transform 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out 0s,
     -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out,
     background-color 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out,
     background-color 0.4s ease-in-out 0s,
     -webkit-transform 0.4s ease-in-out;
    pointer-events: none;
}

.menu-hamburger:before, .menu-hamburger:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(0deg) translateY(0);
    -ms-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
}
.menu-hamburger:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.menu-hamburger:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}


header.menu_open .menu-hamburger:before {
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
header.menu_open .menu-hamburger:after {
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

header.menu_open .menu-toggle .menu-hamburger {
    background-color: transparent !important;
}

/*=== Main ===*/
main {
    padding-top: 100px;
}

/*=== Slider ===*/

.tp-caption.titulo {
    color:#224762;
    font-family: 'Galano';
    font-weight: 700;
}
.tp-caption.titulo span {
    display: block;
    font-weight: 600;
}
.tp-caption.titulo span strong {
    font-weight: bold;
}
.tp-caption.texto {
    font-size: 16px;
    color: #fff;
}
.tp-videolayer iframe {
    border: #4e4e4e 1px solid;
}

.video-box {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.video-box span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 99;
    border-radius: 50%;
    padding-left: 4px;
    background-color: #ffffff;
    background-image: url(../img/ico-play.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    margin-top: -40px !important;
    margin-left: -40px !important;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.video-box .ripple, .video-box .ripple:before, .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*=== Banners ===*/
.banners {
    position: relative;
}
.banners .container {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 0;
}
.banners:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #01698c;
}
.banners:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eaeaea;
}
.banners .left, .banners .right {
    padding: 159px 40px 50px;
    color: #fff;
}
.banners h2 {
    text-transform: uppercase;
    margin-bottom: 150px;
}
.banners h2 span {
    font-weight: 500;
    display: block;
}
.banners p {
    max-width: 385px;
    text-align: justify;
}
.banners .right {
    color: #3b7093;
}

/*=== Banner Neli ===*/
.banner-neli {
    padding: 100px 0;
    background: url('../img/bg-neli.jpg') center center/cover no-repeat;
}
.banner-neli h2 {
    font-size: 2.5rem;
    margin-bottom: 34px;
    color: var(--color-primary);
}
.banner-neli p {
    text-align: justify;
    color: var(--color-secundary);
    margin-bottom: 25px;
}
.banner-neli .btn-default {
    margin-top: 25px;
    display: inline-block;
}

/*=== Planos ===*/
.banner-plans {
    padding: 100px 0;
    background-color: var(--color-secundary);
    text-align: center;
    color: #fff;
}
.banner-plans p.profissao_escolhida {
    margin-top: 15px; 
    font-weight: normal;
}
.banner-plans p.profissao_escolhida em {
    font-style: normal;
    color: #2E3A42;
}
.banner-plans .carrossel {
    position: relative;
    margin-top: 50px;
}
.banner-plans .carrossel.movendo {
    opacity: 0.5;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 150ms;
}
.banner-plans .carrossel .coluna {
    padding-bottom: 30px;
}
.banner-plans .carrossel .item {
    position: relative;
    height: 100%;
    background-color: #efefef;
    border-radius: 50px;
    padding: 30px 40px 100px;
    text-align: left;
    min-height: 500px;
}
.banner-plans .carrossel.dinamico .item {
    overflow: hidden;
    /* overflow: auto; */
}
.banner-plans .carrossel .item div.bloco_preco {
    width: 100%;
    padding: 0 0 15px;
    color: #888;
    text-align: center;
}
.banner-plans .carrossel .item div.bloco_preco span.apartir {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: center;
}
.banner-plans .carrossel .item div.bloco_preco span.apartir em {
    color: #888;
    font-style: normal;
}
.banner-plans .carrossel .item h5 {
    margin-left: -15px;
    margin-right: -15px;    
}
.banner-plans .carrossel .item h5 em {
    font-weight: bold;
    font-size: 32px;
    font-style: normal;
    color: #174580;
}
.banner-plans .carrossel .item h5 i {
    font-style: normal;
}
.banner-plans .carrossel .item h5 sup {
    font-size: 14px;
    color: #174580;
}
.banner-plans .carrossel .item h5 span {
    display: block;
    font-size: 14px;
    width: 100%;
}
.banner-plans .carrossel .item h2 {
    color: var(--color-secundary);
    margin: 0px 0px 20px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 13px;
}
.banner-plans .carrossel .item p.descricao {
    color: var(--color-secundary);
    font-size: 14px;
}
.banner-plans .carrossel .item ul.features {
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
}
.banner-plans .carrossel .item ul.features li {
    color: var(--color-secundary);
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}
.banner-plans .carrossel .item ul.features li:before {
    content: '';
    background: url(../img/ico-arrow.svg) center center no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}
.banner-plans button.paginate,
.banner-plans button.paginate:focus {
    position: absolute;
    font-size: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    outline: none;
    border-radius: 5px;
}
.banner-plans button.paginate:hover {
    background: rgba(255, 255, 255, 0.1);
}
.banner-plans button.paginate.prev {
    left: -36px;
}
.banner-plans button.paginate.next {
    right: -36px;
}
.banner-plans .carrossel .item .dropup {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
}
.banner-plans .carrossel .item h6.dropdown-header    {
    text-transform: uppercase;
    background-color: #f3f3f3;
}
.banner-plans .carrossel .item .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner-plans .carrossel.dinamico .item .btn, 
.banner-plans .carrossel .item .btn.unico {
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.banner-plans ul.types {
    margin-top: 30px;
}
.banner-plans ul.types li {
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
}
.banner-plans ul.types li.btn1 {
    background-color: #0099cf;
}
.banner-plans ul.types li.btn2 {
    background-color: #00ceab;
}
.banner-plans ul.types li.btn3 {
    background-color: #ccc600;
}

.banner-plans .opcoes_pagamento {
    position: absolute;
    display: block;
    bottom: -240px;
    left: 0;
    z-index: 2;
    background: #fff;
    color: #888;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0 0 40px;
    width: 100%;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.75);
}
.banner-plans .opcoes_pagamento.aberto {
    bottom: 0;
    top: auto;
}
.banner-plans .opcoes_pagamento li {
    display: inline-block;
    width: 100%;
    padding: 0 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.banner-plans .opcoes_pagamento li.titulo {
    position: relative;
    padding: 15px 15px 5px;
    font-size: 12px;
}
.banner-plans .opcoes_pagamento li.titulo i {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
    padding: 3px 5px;
    border: 1px solid #eee;
}
.banner-plans .opcoes_pagamento li.titulo i:hover {
    color: #123B69;
    border-color: #123B69;
}

.banner-plans .item .type {
    color: #fff;
    background-color: var(--color-blue);
    display: inline-block;
    padding: 2px 12px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.banner-plans .item .type1 {
    background-color: #ccc600;
}
.banner-plans .item .type2 {
    background-color: #00ceab;
}
.banner-plans .item .type3 {
    background-color: #B94E85;
}

.banner-plans .carrossel.inicial .item h2 {
    font-size: 30px;
    margin: 15px -20px 0 0;
    border-bottom: none;
}
.banner-plans .carrossel.inicial .item ul.features {
    margin-bottom: 30px;
}

.banner-plans h2.selecione {
    margin-top: 60px;
    margin-bottom: 0;
}

.banner-plans .opcoes_pagamento li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 8px 15px;
    color: #174580;
}
.banner-plans .opcoes_pagamento li a:hover {
    background-color: #f6f6f6;
    color: #ffffff;
}

/* planos Vue js */
.menu_profissoes {
    margin-top: 30px;
}
.banner-plans .btn-group {
    margin: 0 15px 15px;
}
.banner-plans .btn-group button {
    padding-left: 20px;
    padding-right: 20px;
}
.banner-plans .btn-group button.medico {
    background-color: #0099cf;
}
    .banner-plans .btn-group button.medico.active {
        background-color: #017aa7;
    }
.banner-plans .btn-group button.dentista {
    background-color: #00ceab;
}
    .banner-plans .btn-group button.dentista.active {
        background-color: #00a388;
    }
.banner-plans .btn-group button.demais {
    background-color: #ccc600;
}
    .banner-plans .btn-group button.demais.active {
        background-color: #9e9901;
    }

.banner-plans .btn-group button.law {
    background-color: #994c61;
}
.banner-plans .btn-group button.law.active {
    background-color: #994c61;
}

/*=== Partners ===*/
.partners {
    padding: 100px 0;
}
.partners h2 {
    text-align: center;
    color: var(--color-secundary);
}
.partners ul {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners ul li {
    display: inline-block;
    margin: 0 30px;
}

/*=== Products ===*/
.products .box {
    position: relative;
}
.products .box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-secundary);
}
.products .box:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-pink);
}
.products .box .container {
    position: relative;
    z-index: 1;
}
.products h2 {
    text-align: center;
    color: var(--color-secundary);
    margin-bottom: 30px;
}
.products .col-lg-6 {
    padding: 50px 0 80px;
    background-color: var(--color-pink);
    color: white;
    position: relative;
}
.products .col-lg-6 a.btn-default {
    position: absolute;
    bottom: 50px;
    border: 3px solid rgb(164 164 164);
}
.products .col-lg-6:first-child {
    background-color: var(--color-secundary);
}
.products .col-lg-6 h3 {
    font-size: 2.3rem;
    color: white;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.products .col-lg-6 .text {
    margin: 0 auto;
    display: table;
}
.products .col-lg-6 ul {
    margin-bottom: 50px;
}
.products .col-lg-6 ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.products .col-lg-6 ul li:before {
    content: '';
    background: url(../img/ico-arrow-white.svg) center center no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}

/*=== Solutions ===*/
.solutions {
    padding: 100px 0;
    background: url(../img/bg-outras-solucoes.jpg) center center/cover no-repeat;
}
.solutions h2 {
    color: var(--color-secundary);
    text-align: center;
}
.solutions ul {
    margin: 50px auto;
    display: flex;
    justify-content: center;
}
.solutions ul li {
    display: inline-block;
    text-align: center;
    padding: 0 42px;
    color: #7c7c7c;
    position: relative;
}
.solutions ul li:before {
    content: '';
    background: url(../img/line.svg) left center no-repeat;
    width: 2px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
}
.solutions ul li img {
    height: 80px;
    display: block;
    margin: 30px auto 15px;
}
.solutions .btn-default {
    margin: 0 auto;
    display: table;
}

/*=== Banner Small ===*/
.banner-small {
    padding: 50px 0;
    background-color: #1c3762;
}
.banner-small .content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner-small .content h3 {
    color: #70add3;
    font-weight: 700;
}
.banner-small .content h3 span {
    font-weight: 400;
    color: white;
    display: block;
}

/*=== Banner Video ===*/
.banner-video {
    position: relative;
    display: flex;
    align-items: center;
    background: url(../img/bg-video.jpg) center center/cover no-repeat;
    padding: 220px 0;
    color: #fff;
}
.banner-video h2 {
    line-height: 56px;
    font-size: 41px;
}
.banner-video h2 span {
    display: block;
    color: var(--color-pink);
    text-shadow: 1px 1px 1px #fff;
}
.banner-video a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

/*=== Form ===*/
.form {
    padding: 180px;
    background: url(../img/bg-form.jpg) center top/cover no-repeat;
}
.form .box {
    background: #fff;
    border-radius: 30px;
    padding: 30px 40px;
}
.form .box h2 {
    color: var(--color-secundary);
    margin-bottom: 20px;
    font-size: 2.3rem;
}
.form .box p {
    color: #3b7093;
    font-size: 1.2rem;
    font-family: 'Galano';
    font-weight: 700;
}
.form form {
    background-color: var(--color-secundary);
    padding: 50px;
    border-radius: 30px;
}
.form form label {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 40px;
}
.form form p {
    color: #fff;
    text-align: center;
}
.form form input[type="text"], .form form input[type="email"] {
    border-radius: 20px;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
}
.form form input[type="submit"] {
    font-family: 'Galano';
    font-weight: 700;
    background-color: #9fef70;
    color: #1f3b50;
    border: 3px solid #3376cc;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 14px;
    margin: 46px auto 15px;
    display: table;
}
.form .col-lg-6:first-child {
    display: flex;
    align-items: flex-end;
}

/*=== Help ===*/
.help {
    position: relative;
    padding: 150px 0;
    background: url(../img/bg-help.jpg) center center/cover no-repeat;
}
.help .container {
    position: relative;
}

.help h2 {
    color: white;
    font-size: 2.2rem;
    line-height: 49px;
}
.help h2 span {
    color: #99ddf2;
}
.help ul {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px 0;
}
.help ul li {
    color: #99ddf2;
    font-size: 2.2rem;
    line-height: 49px;
    display: inline-block;
    font-family: 'Galano';
    font-weight: 700;
}
.help img {
    position: absolute;
    right: 0;
    bottom: -114px;
}

/*=== Banner Bottom ===*/
.banner-bottom {
    background-color: white;
    padding: 50px 0;
    text-align: center;
}
.banner-bottom img {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
}
.banner-bottom p {
    display: inline-block;
    color: #808080;
    font-size: 20px;
}

/*=== Footer ===*/
footer {
    background-color: var(--color-secundary);
    color: white;
    padding: 50px 0 10px;
}
footer h3 {
    text-align: center;
    margin-bottom: 50px;
}
footer .content {
    display: flex;
    justify-content: space-between;
}
footer a {
    color: white;
}
footer ul.btns li a {
    display: block;
    color: white;
    background-color: var(--color-grey);
    padding: 4px 30px;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 0.2);
    margin-top: 20px;
    text-transform: uppercase;
}
footer .col-lg-6:first-child ul.btns li a {
    background-color: var(--color-pink);
}
footer ul.social li {
    margin-bottom: 20px;
}
footer ul.social li p {
    display: inline-block;
    margin: 0;
}
footer ul.social li img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 11px;
}
footer ul.menu {
    padding-left: 13px;
    margin-top: 10px;
}
footer ul.menu li {
    margin-bottom: 5px;
}
footer .copy {
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    opacity: 0.5;
    border-top: 1px solid;
    padding-top: 13px;
}

/* Responsive */
@media (max-width: 1400px) {
    /*=== Form ===*/
    .form .box h2 {
        font-size: 2.1rem;
    }
}
@media (max-width: 1199px) {
    /*=== Header ===*/
    header ul.btns {
        padding-left: 13px;
    }
    header ul.btns li a {
        font-size: 12px;
    }
    header .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 5px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 3px 8px;
    }

    /*=== Form ===*/
    .form {
        padding: 100px 15px;
    }
    .form .box h2 {
        font-size: 2.2rem;
    }

    /*=== Help ===*/
    .help h2 {
        font-size: 1.9rem;
    }
    .help ul li {
        font-size: 1.9rem;
    }
    /*=== Banner Plans ===*/
    .banner-plans .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
    }
    .banner-plans .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }

    /*=== Solutions ===*/
    .solutions ul {
        display: block;
    }
    .solutions ul li {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    /*=== Header ===*/
    header .navbar-brand {
        margin-top: 11px;
    }
    header nav .d-flex {
        padding: 0 30px;
    }
    header .navbar {
        width: 100%;
        padding: 0;
    }
    header .container {
        max-width: 100%;
        padding: 0;
    }
    div#navbarSupportedContent {
        margin-top: 22px;
        background: #38698c;
        padding: 0 20px;
    }
    div#navbarSupportedContent .navbar-nav {
        margin-top: 20px;
    }
    header ul.btns {
        margin-bottom: 30px;
    }
    header a.nav-link.border {
        display: inline-block;
    }
    header ul.btns {
        padding-left: 0;
        border: none;
    }
    header .navbar-expand-lg .navbar-nav .nav-item {
        margin-bottom: 11px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
    header ul.btns li a {
        font-size: 14px;
    }

    /*=== Banners ===*/
    .banners .left, .banners .right {
        padding: 50px 50px 50px;
    }
    .banners h2 {
        margin-bottom: 80px;
    }
    .banners p.desde {
        max-width: 90%;
    }
    
    /*=== Plans ===*/
    .banner-plans ul.types li {
        margin: 0 5px;
    }
    .banner-plans button.paginate.prev {
        left: 10px;
        text-align: right;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-plans button.paginate.next {
        right: 10px;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }    

    /*=== Products ===*/
    .products .box:before, .products .box:after {
        display: none;
    }
    .products .box .container {
        padding: 0;
        max-width: none;
    }
    .products .box .container .row {
        margin: 0;
    }

    /*=== Banner Video ===*/
    .banner-video h2 {
        line-height: 56px;
        font-size: 37px;
        text-shadow: 2px 2px 2px #000;
    }

    /*=== Solutions ===*/
    .solutions ul {
        display: table;
        justify-content: unset;
        text-align: center;
    }
    .solutions ul li {
        padding: 0;
        width: 149px;
    }
    .solutions ul li:before {
        display: none;
    }

    /*=== Form ===*/
    .form .box {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    /*=== Help ===*/
    .help ul {
        display: block;
    }
    .help ul li {
        display: block;
    }

    /*=== Footer ====*/
    footer ul.btns li a {
        display: inline-block;
    }
    footer h3 {
        line-height: 46px;
    }

}
@media (max-width: 767px) {

    /*=== banner-small ===*/
    .banner-small {
        text-align: center;
    }
    .banner-small .content {
        display: block;
    }
    .banner-small .content h3 {
        margin-bottom: 30px;
    }

    /*=== Banners ===*/
    .banners .left, .banners .right {
        padding: 50px 30px;
    }

    /*=== Banner Neli ===*/
    .banner-neli {
        padding: 50px 15px;
    }
    .banner-neli h2 {
        font-size: 2rem;
    }
    .banner-neli img {
        margin-top: 30px;
    }

    /*=== Plans ===*/
    .banner-plans {
        padding: 50px 0;
    }
    .banner-plans ul.types li {
        margin-bottom: 15px;
    }
    .banner-plans .carrossel {
        padding: 0 35px;
    }

    /*=== Solutions ===*/
    .solutions {
        padding: 50px 0;
    }

    /*=== Banner Vídeo ===*/
    .banner-video {
        padding: 56px 30px;
        background-position: 58% center;
    }
    .banner-video h2 {
        line-height: 38px;
        font-size: 26px;
    }
    .fancybox-slide--iframe .fancybox-content {
        height: auto;
    }

    /*=== Form ===*/
    .form .box h2 br, .form .box p br {
        display: none;
    }
    .form .box h2 {
        font-size: 1.8rem;
        line-height: 32px;
    }
    .form .box, .form form {
        padding: 30px 30px;
    }

    /*=== Help ===*/
    .help {
        padding: 100px 0 200px;
    }
    .help h2 {
        font-size: 1.8rem;
        line-height: 39px;
    }
    .help ul li {
        font-size: 1.8rem;
    }
    .help img {
        bottom: -186px;
        right: 20px;
    }


    /*=== Footer ===*/
    footer .content {
        display: block;
    }
    footer h3 {
        font-size: 1.6rem;
        line-height: 41px;
    }
    footer ul.social {
        margin: 0 auto;
    }
    footer ul.social li p {
        font-size: 14px;
    }
    footer .content .row:first-child {
        justify-content: space-between;
        flex-wrap: unset;
        margin-bottom: 42px;
    }
}

@media (max-width: 350px) {
    /*=== Banner Neli ===*/
    .banner-neli img {
        max-width: 100%;
        height: auto;
    }
    .btn-default {
        padding: 10px 30px;
    }
    .banner-plans ul.types li {
        font-size: 14px;
    }

    /*=== Help ===*/
    .help ul li {
        font-size: 1.5rem;
    }

    /*=== Banner Small ===*/
    .banner-small .content h3 {
        font-size: 1.5rem;
    }

    /*=== Partners ===*/
    .partners ul li img {
        max-width: 100%;
    }

    /*=== Footer ===*/
    footer h3 {
        font-size: 1.3rem;
        line-height: 36px;
    }
    footer ul.social li p {
        font-size: 12px;
    }
}

.container_form form {
    position: relative;
}
.container_form .loading {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}
.container_form .loading p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #38698c;
    font-size: 30px;
}


/* SECTIONS padrão */

.background_azul{
    background-color: rgb(55, 134, 142);
}

.section_padrao {
    padding: 30px 0;
    margin: 0;
}
.section_padrao h2, 
.section_padrao h3 {
    text-align: center;
}

.section_azul {
    background: #174580;
}
.section_azul h2 {
    color: #fff;
}
.section_azul h3 {
    color: #aaa;
}
.section_azul p {
    color: #aaa;
}

.section_cinza {
    background: #efefef;
}
.section_branco h2,
.section_cinza h2 {
    color: #ffffff;
}
.section_branco h3,
.section_cinza h3 {
    color: #38698C;
}
.section_branco p,
.section_cinza p {
    color: #38698C;
}


/* FOOTER fixo na base da página 
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 400px; /* Margin bottom tem que ser igual à altura (fixa) do .sticky_footer 
}
.sticky_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px; /* altura (fixa) tem que ser igual à Margin bottom do <body> 
}
*/

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 15px;
}

.my-float {
    margin-top: 16px;
}

.form-control{
    font-size: 18px;
}
