@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    padding-top: 100px;
}

.primary-color-text {
    color: #000066
}

.primary-color-bg {
    background: #000066;
}

.secondary-color-text {
    color: #E43338 !important;
}

.secondary-color-bg {
    background: #E43338;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.title-1, .title-2, .title-3, .title-4, .subtitle-1, .subtitle-2, .subtitle-3, .subtitle-4, .p-1, .p-2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
}

.title-2, .title-3, .subtitle-1, .subtitle-2, .subtitle-3, .subtitle-4, .p-1, .p-2 {
    line-height: 124%;
}

.title-1 {
    font-size: 80px;
    font-weight: 900;
    line-height: 118%;
}

.title-2, .title-3 {
    font-size: 48px;
}

.title-4 {
    font-size: 38px
}

.subtitle-1, .subtitle-2 {
    font-size: 24px;
}

.subtitle-3, .subtitle-4 {
    font-size: 18px
}

.p-1, .p-2 {
    font-size: 12px
}

.title-2, .subtitle-1, .subtitle-3, .p-1 {
    font-weight: bold;
}

.nav-item {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.dropdown-menu[data-bs-popper] {
    top: 96%;
}

.header {
    background: #000066 url("../img/header-bg.png") center no-repeat;
    min-height: 500px;
}

.header-2 {
    background: linear-gradient(180deg, #000066 0%, #000099 50%, #000066 100%);
    height: 200px;
}

.header-text {
    color: #fff;
    line-height: 105%;
}

.header-avatar {
    background: url("../img/header-avatar.png") bottom center no-repeat;
    min-height: 500px;
    background-size: cover;
}

.btn-header {
    width: 275px;
    height: 70px;
    background: #DF3034;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 20px;
}

.btn-header:hover {
    background: #A90B0F;
}

.slider-img {
    margin-top: 26px;
    border-radius: 16px !important;
}

.price-box {
    width: 306px;
    height: 445px;
    background: linear-gradient(1deg, #070791 0%, #000066 100%);
    border-radius: 20px;
    color: #FFF;
}

.price-box-2 {
    width: 306px;
    background: linear-gradient(1deg, #070791 0%, #000066 100%);
    border-radius: 20px;
    color: #FFF;
}

.hot-sale {
    height: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #DF3034;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-purchase {
    width: 100%;
    height: 70px;
    background: #DF3034;
    color: #FFF;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.btn-submit-modals {
    width: 100%;
    height: 50px;
    padding: 8px;
    background: radial-gradient(50% 50% at 50% 50%, #DF3034 0%, #DF3034 100%);
    color: #FFF;
    border: none;
    border-radius: 10px;
}

.btn-purchase:hover {
    background: #A90B0F;
    color: #FFF;
}

.price-box-highlight {
    transform: scale(1.03);
	height: 556px !important;
}

.price-box-highlight h3, .price-box-highlight p {
    color: #FFF !important;
}

.btn-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    width: 100%;
    height: 167px;
    background: #F8F9FA;
    border: none;
    border-radius: 20px;
    text-align: left;
    padding: 40px;
    transition: 0.4s;
	text-align: center;
	color: #000066;
}

.btn-contact svg {
	position: absolute;
	left: 40px;
	color: #000066;
	transition: 0.4s;
}

.btn-contact:hover {
    background: #000066;
    background: linear-gradient(1deg, rgba(0, 0, 102, 1) 0%, rgba(77, 77, 208, 1) 100%);
}

.btn-contact:hover svg {
    color: #FFF;
}

.btn-contact:hover span {
    color: #FFF;
}


.coverage {
    width: 100%;
    height: auto;
    background: #F8F9FA;
    border: none;
    border-radius: 20px;
    text-align: left;
    padding: 16px;
}

.info-section {
    background: linear-gradient(1deg, #070791 0%, #000066 100%);;
}

.speed-box {
    border-bottom: 2px solid #6A57B2
}

.btn-speed {
    width: 100%;
    border: none;
    border-radius: 20px;
    background: #DF3034;
    transition: 0.4s;
    color: #FFF
}

.btn-speed:hover {
    background: #A90B0F;
}

.testmonial-box {
    background: linear-gradient(1deg, #070791 0%, #000066 100%);;
    border-radius: 20px;
    min-height: 192px;
}

.testmonial-box p:nth-child(2) {
    margin-top: -8px;
    color: #FFF;
}

.contact-box {
    width: 90%;
    height: 100px;
    background: #F8F9FA;
    padding: 22px 20px 24px 64px;
    margin: -50px auto 0 auto;
    border-radius: 100px;
}

.contact-box-2 {
    padding: 15px 24px;
    background: #F8F9FA;
    margin: -40px auto 0 auto;
    border-radius: 100px;
    height: 80px;
}

.btn-fcontact {
    width: 187px;
    height: 60px;
    padding: 15px;
    border: none;
    border-radius: 100px;
    background: #E43338;
    transition: 0.4s;
    color: #FFF;
}

.btn-fcontact:hover {
    color: #FFF;
    background: #A6090D;
}

.footer {
    background: linear-gradient(1deg, #070791 0%, #000066 100%);
    min-height: 300px;
}

.footer-list {
    list-style: none;
    padding-left: 0;
}

.footer-list li {
    position: relative;
    padding-left: 23px;
}

.footer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url('../img/icon.arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-list a {
    color: #FFF;
    text-decoration: none;
}

.footer-list a:hover {
    color: #FF878A;
}

.social-icons a img {
    transition: 0.4s
}

.social-icons a img:hover {
    opacity: 0.85;
}

.copyright {
    background: #00003B;
    min-height: 33px;
    padding: 10px 15px;
}

.logo-top {
    max-height: 100%;
}

.navbar {
    padding-top: 0
}

@media (max-width: 992px) {
    .contact-img {
        position: sticky;
        top: 110px;
    }
    .contact-box {
        width: 100%;
        height: auto;
        padding: 40px;
        border-radius: 50px;
    }
    .btn-fcontact {
        width: 100%;
        border-radius: 50px;
    }
    .nav-item {
        cursor: pointer;
    }
    .nav-item:last-child {
        background-color: #000066;
        padding: 5px;
        border-radius: 20px;
        transition: all 0.4s ease-in-out;
        text-align: center;
    }
    .nav-item:last-child .nav-link {
        color: #FFF
    }
    .navbar-nav-scroll {
        max-height: 500px
    }
    .price-box-highlight {
        transform: scale(1.0);
    }
    .nav-item {
        text-align: left
    }
    .dropdown-menu {
        border: none;
    }
}

@media (max-width: 768px) {
    .item {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        width: 75%
    }
    .header-icon {
        width: 70%
    }
}

@media (min-width: 1400px) {
    .coverage {
        height: 291px;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
        background: #FFF;
        box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
    }
    .navbar-brand {
         padding: 9px 0
    }
    .navbar-collapse, .navbar-nav {
        height: 100px;
    }
    .nav-item:last-child .nav-link {
        background-color: #000066;
        padding: 9px 8px 9px 24px;
        margin-left: 25px;
        transition: all 0.2s ease-in-out;
        height: 64px;
        border-radius: 100px;
        cursor: pointer;
    }
    .nav-item:last-child .nav-link:hover {
        background: #070790;
    }
    .nav-item:last-child .nav-link {
        color: #FFF
    }
    .nav-item {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .navbar.scrolled {
        background: rgba(255, 255, 255, 1) !important;
        /*
        height: 80px;
        transition: all 0.4s ease-in-out;
        */
    }
    .navbar.scrolled .nav-item:last-child {
        /*
        height: 90px !important;*
        margin-left: 15px !important;
        padding: 0 25px;
        */
    }
    .navbar .logo-top {
        height: 50px;
        transition: height 0.3s ease-in-out;
    }
    .navbar-toggler {
        border-color: rgba(0,0,0, 0.5) !important;
    }
}

.icon-test {
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 20px;
}

.icon-test img { 
	border-radius: 20px;
}


/*
 */
/* Estilo dos cards */
.space-icons {
    margin: 0 5px;
}

.slick-list {
    max-height: 300px;
}

.slick-slide .app-card {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.slick-center .app-card {
    transform: scale(1.02);
}

.app-card {
    width: 300px;
    aspect-ratio: 1 / 1;
    perspective: 1000px;
    margin: auto;
}

.app-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.app-card:hover .app-card-inner {
    transform: rotateY(180deg);
}
.app-card-front,
.app-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-card-front {
    background-color: #ffffff;
}
.app-card-front img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 25px;
}
.app-card-back {
    background-color: #111;
    color: #fff;
    transform: rotateY(180deg);
    font-size: 0.85rem;
    text-align: center;
}

/* Centralizar no Slick */
.slick-slide {
    display: flex !important;
    justify-content: center;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}

.header-icon {
    animation: floating 3s ease-in-out infinite;
}

.h-ico-1 {
    animation-delay: 0s;
}

.h-ico-2 {
    animation-delay: 1s;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    letter-spacing: 1px;
    opacity: 1;
  }
  50% {
    transform: scale(1.01);
    letter-spacing: 2px;
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    letter-spacing: 1px;
    opacity: 1;
  }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/*
 * contact page
 */
.contact-links {
    border-radius: 20px;
    padding: 10px 0;
    color: #000066;
}
.contact-links button {
    border: none;
    background: transparent;
    color: #000066;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 500;
}
.tab button:hover {
    opacity: 0.9
}
.tab button.active {
    font-weight: 700;
}
.tabcontent {
    display: none;
    animation: fadeEffect 0.7s;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

input.form-control:not([type="file"]),
.form-select {
  min-height: 50px;
}

.decoration-none {
	text-decoration: none !important;
}