@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("bootstrap.min.css");

body {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #222222;
    scroll-behavior: smooth;
}


hr {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid rgba(246, 127, 13);
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.navbar{
    text-align: center !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.thm-black-bg {
    background-color: #2e3d62;
}

.thm-base-bg {
    background-color: #ff8257;
}

.thm-gray-bg {
    background-color: #F3F3F3;
}

hr.style-one {
    margin: 0;
    border-top: 1px solid #EAEAEA;
}

.block-title {
    margin-bottom: 60px;
}

.title-pacs {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
}

.seta1 {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.title-pacs-footer {
    padding-top: 2rem;
    color: #222222;
    font-size: 28px;
    font-weight: 700;
}

.title-pacs-footer:hover {
    color: #FFB92B;
    font-size: 28px;
    font-weight: 700;
}

.title-pacs-hero {
    color: #222222;
    font-size: 28px;
    font-weight: 700;
}

.title-pacs-hero:hover {
    color: #FFB92B;
    font-size: 28px;
    font-weight: 700;
}

.year-pacs-footer {
    padding-top: 2rem;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 300;
}


.block-title__text {
    margin: 0;
    font-weight: bold;
    color: #f9800c;
    font-size: 50px;
    line-height: 60px;
}

.block-title__text2 {
    margin: 0;
    font-weight: 400;
    color: #222222;
    font-size: 24px;
    line-height: 40px;
}

.block-title__text4 {
    margin: 20;
    font-weight: 400;
    color: #222222;
    font-size: 24px;
    line-height: 40px;
    padding-top: 4rem;
}

.block-title__text3 {
    padding-top: 4rem;
    margin: 0;
    font-weight: 400;
    color: #222222;
    font-size: 24px;
    line-height: 40px;
    margin: 4rem;

}

.block-title__text span {
    position: relative;
}

.block-title__text span:before {
    content: '';
    background-color: #ff8257;
    opacity: 0.102;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 12px;
    left: 0;
    border-radius: 4px;
}

.icon-revresed {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: #ff8257;
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    color: #2e3d62;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: #ff8257;
    color: #fff;
    cursor: pointer;
}

.scroll-to-top:hover {
    background-color: #9364D4;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.header-navigation .main-navigation {
    float: none;
    text-align: center;
}

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 44px 0;
    display: inline-block;
    vertical-align: middle;

}

.header-navigation ul.navigation-box>li+li {
    margin-left: 45px;
}

.header-navigation ul.navigation-box>li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
    font-weight: 500;
    font-size: 18px;
    color: #666E82;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
    color: #FF8257;
}

.header-navigation ul.navigation-box>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #2e3d62;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #ff8257;
}

.header-navigation ul.navigation-box>li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li {
    /* no more nested showen */
}


@media (min-width: 1200px) {
    .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #ff8257;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
    display: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header__btn {
    display: inline-block;
    vertical-align: middle;
    color: #FF8257;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 19px 49px;
    border-radius: 27px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}

.header__btn:hover {
    background-color: #FF8257;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.header .header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.header .header-navigation.stricky-fixed ul.navigation-box>li {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header__home-two .header-navigation ul.navigation-box>li>a {
    color: #fff;
    position: relative;
}

.header__home-two .header-navigation ul.navigation-box>li>a:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.header__home-two .header-navigation ul.navigation-box>li.current>a:before,
.header__home-two .header-navigation ul.navigation-box>li:hover>a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.header__home-two .header__btn {
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    background-color: #ff8257;
}

.header__home-two .header-navigation.stricky-fixed {
    background-color: #2e3d62;
}

.hero {
    background: transparent url(https://i.imgur.com/1meKbQd.png) right top no-repeat;
    background-size: cover;
    padding-top: 315px;
    padding-bottom: 147px;
    position: relative;
}

.hero [class*=bubble-] {
    position: absolute;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.banner-3 {
    background: transparent url(https://i.imgur.com/djPFPfa.png) center center no-repeat;
    background-size: cover;
}

.hero .bubble-1 {
    top: 15%;
    left: 13%;
}


.hero .bubble-2 {
    top: 25%;
    left: 35%;
}

.hero .bubble-3 {
    top: 60%;
    left: 15%;
}

.hero .bubble-4 {
    bottom: 10%;
    left: 45%;
}

.hero .bubble-5 {
    top: 10%;
    right: 15%;
}

.hero .bubble-6 {
    top: 30%;
    right: 40%;
}

.hero__moc {
    position: absolute;
    top: 245px;
    right: 0;


}

.hero .block-title {
    margin-bottom: 35px;
}

.hero .block-title__text {
    font-size: px;
    line-height: 70px;
}

.hero__text {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #3a3a3a;
    margin-bottom: 50px;
}

.hero__btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 32px;
    text-align: center;
    background-color: #FF8100;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 59.5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.hero__btn:hover {
    background-color: #FFB92B;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.hero__home-two {
    background-image: url(../images/banner-bg-1-2.jpg);
}

.hero__home-two .block-title__text {
    color: #fff;
}

.hero__home-two .block-title__text span:before {
    background-color: #fff;
    opacity: .1;
}

.hero__home-two .hero__text {
    color: #fff;
}

.hero__home-two .hero__btn {
    background-color: #fff;
    color: #2E3D62;
}

.hero__home-two .hero__btn:hover {
    background-color: #2E3D62;
    color: #fff;
}

.hero__home-two .hero__moc {
    top: auto;
    bottom: 0;
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
        transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
        transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
        transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
        transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    }
}

.footer {
    padding-top: 190px;
    padding-bottom: 90px;
    background: transparent url(https://i.imgur.com/djPFPfa.png) center center no-repeat;
    background-size: cover;
}

.emoji {
    font-size: 38px;
}


.emoji2 {
    font-size: 54px;
}

.form-control {
    height: 4REM !important;
}

.entrar-em-contato {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    color: #FF8100;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 19px 49px;
    -webkit-transition: all .4s ease;
    border: none;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}

.entrar-em-contato:hover {
    background-color: #FF8100;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 19px 49px;
    -webkit-transition: all .4s ease;
    border: none;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}

.cards-vandes {
  padding-top: 120px;
}

.cards-vandes__single {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cards-vandes__title {
  margin: 0;
  font-size: 34x;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
}

.cards-vandes__text {
  color: #222222;
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.pulse {
    width: 200px;
    height: 100%;
    margin: 0 auto 0;
}

.pulse-button {
    position: relative;
    width: 100px;
    height: 100px;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 50%;
    background-color: #e84c3d;
    background-image: url(YOUR-URL-IMAGE.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}