:root {
    --blue: #1e90ff;
    --gradient-blue: rgba(10, 154, 173, 0.36);
    --primary: #00157D;
    --secondary: #E40500;
    --text: black;
    
    --white: #ffffff;
    --primary-dark: #0F5660;
    --primary-light: #ebf7f8;

    --font-color-p: #0A465A;
    --title: 6rem;
    --subtitle: 4rem;
    --description: 1.5rem;

    --bs-navbar-active-color: rgba(0, 21, 125, 1) !important;
    --bs-navbar-color: rgba(0, 21, 125, 1) !important;
    --bs-nav-link-color: rgba(0, 21, 125, 1) !important;
    color: var(--font-color-p);
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.font-primary {
    color: var(--primary);
}

.banners {
    height: 100vh;
    width: 100%;
    display: flex;
}

.carousel {
    width: 100%;
    height: 100vh;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-item > div.banner {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    position: absolute;
    max-width: 90%;
    left: 80px;
    top: 50%;
}

.content > h1 {
    font-size: var(--title);
    color: var(--font-color-p) !important;
    font-family: 'Big John', sans-serif;
}
.content > p {
    color: var(--font-color-p) !important;
    font-size: var(--description);
    max-width: 55%;
    margin-left: 8px;
}

.carousel-indicators > button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 8px !important;
    border-top: none !important;
    border-bottom: none !important;
    background-color: rgb(109, 128, 221) !important;
}

.about-container {
    padding: 5rem;
}

.about {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.about > .left {
    max-width: 65%;
    padding-right: 2rem;
}

.about > .left > h1 {
    color: var(--primary);
    margin-bottom: 20px;
}

.about > .left > h4 {
    color: var(--secondary);
    margin-bottom: 30px;
}

.about > .left > p {
    color: var(--text);
}

.about > .rigth {
    color: var(--primary);
    width: 35%;
    padding-left: 2rem;
}

.plus-years, .years {
    font-size: 7rem;
    font-weight: 700;
    width: fit-content !important;
    margin-bottom: 0;
    line-height: 6rem;
}

.years-in-market {
    font-size: 1.5rem;
    width: fit-content !important;
    margin-bottom: 0;
}

.mvv-statements {
    /* margin-top: -12rem !important; */
}

.mvv-statements > .statement {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: var(--description);
    font-weight: 300;
}

.mvv-statements > .statement > .statement-header {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.mvv-icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: blue;
    justify-content: center;
    align-items: center;
}

.mvv-statements > .statement > h2 {
    color: var(--text);
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.mvv-statements > .statement > p {
    color: var(--text);
    font-size: 1rem;
    font-weight: 400;
}

.services-container {
    background-color: rgba(0, 21, 125, 0.05);
    padding: 5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-container > .header, .underline-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.services-container > .header > .underline, .underline-header > .underline {
    height: 6px;
    width: 70px;
    background-color: var(--secondary);
}

.services-container > .header > h3, .underline-header > h3 {
    color: var(--primary);
    text-align: center;
    padding-left: .5rem;
}

.service {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.service > .icon {
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    max-height: 70px;
    max-width: 70px;
    border-radius: 75px;
    margin-right: 1rem;
}

.service > .icon > .bg {
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    max-height: 70px;
    max-width: 70px;
    border-radius: 75px;
}

.service > .icon > .bg > .bg-1 {
    background-color: var(--primary);
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    max-height: 70px;
    max-width: 70px;
    border-radius: 75px;
    position: relative;
    z-index: 5;
}

.service > .icon > .bg > .bg-0 {
    background-color: var(--secondary);
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    max-height: 70px;
    max-width: 70px;
    border-radius: 75px;
    position: relative;
    z-index: 4;
    top: -65px;
    left: -5px;
}


.service > .icon > img {
    height: 60px;
    width: 60px;
    top: -65px;
    left: 5px;
    position: relative;
    z-index: 8;
    border-radius: 40px;
}

.services-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service > h2 {
    color: var(--primary);
    margin-top: 30px;
    text-align: center;
}


.airtypes-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.airtype > .background-container > .bg {
    height: 260px;
    width: 260px;
    min-height: 260px;
    min-width: 260px;
    max-height: 260px;
    max-width: 260px;
    border-radius: 150px;
    position: absolute;
}
.airtype > .background-container > .bg > .bg-block {
    height: 260px;
    width: 260px;
    min-height: 260px;
    min-width: 260px;
    max-height: 260px;
    max-width: 260px;
    border-radius: 10px;
}

.airtype > .background-container > .bg > .bg-1 {
    background-color: var(--primary);
    position: relative;
    z-index: 5;
    top: -10px;
    left: 10px;
}

.airtype > .background-container > .bg > .bg-0 {
    background-color: var(--secondary);
    position: relative;
    z-index: 4;
    top: -250px;
    left: -10px;
}

.product-container {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
}

.airtype {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
    margin-left: 1rem;
    margin-right: 1rem;
}

.airtype > .background-container {
    background-color: transparent;
}

.airtype > .background-container > .icon {
    width: 260px;
    height: 260px;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius:15px; 
    -webkit-border-radius: 15px;
    background-color: transparent;
    filter: drop-shadow(4px 4px 21px rgba(40, 40, 40, 0.43));
    background-position: center;
    z-index: 8;
    position: relative;
}

.airtype > .background-container > .icon > img {
    min-height: 100%;
    min-width: 100%;
}

.clients-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.client-container {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client > .icon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    background-color: var(--primary);
    filter: drop-shadow(4px 4px 21px rgba(40, 40, 40, 0.43));
    background-position: center;
    background-size: cover;
}

.client {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.address-container {
    padding: 5rem;
    background-color: var(--primary);
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    color: white;
}

.address-container > .left {
    width: 50%;
    height: 100%;
    padding-right: 1.5rem;
}

.address-container > .left > .left-content {
    height: 100%;
    align-items: center;
}

.address-container > .right {
    width: 50%;
    height: 100%;
} 
.address-container > .right > iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    min-height: 400px;
}

.schedule > .header {
    width: fit-content;
    padding-left: 3rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: var(--primary);
    color: white;
    display: flex;
    flex-direction: row;

    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    font-size: 1.3rem;
}

.schedule > .header > div {
    display: flex;
    align-items: center;
}

.schedule > div {
    padding-left: 5rem;
}

.schedule > div > * {
    font-size: 1rem;
    color: var(--primary);
}

.schedule > .time-schedule {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
}

.calendar > div {
    margin-bottom: 1rem;
}

.hours > .title > p {
    font-size: 1.3rem;
}

.contact, .hours {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.contact p, .hours p {
    margin-bottom: .3rem;
    margin-left: 1rem;
}

.pricing-container {
    padding: 5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.pricing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pricing-request {
    padding: 1rem;
    padding-top: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.pricing-request > h2 {
    color: var(--primary);
}

.pricing-request > form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.field-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.field-area > label {
    text-align: left;
    color: var(--text);
    margin-bottom: .5rem;
    padding-left: .8rem;
}

.field-area > input.text {
    width: 100%;
    border-color: rgba(0, 21, 125, 0.2);
    border-radius: 50rem;
    padding: .5rem;
    padding-left: .8rem;
}

.select-area {
    width: 100%;
    border-color: rgba(0, 21, 125, 0.2);
    border-radius: 50rem;
    padding: .5rem;
    padding-left: .8rem;
}

.field-area > input.submit {
    padding: .5rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    border-style: none;
    border-radius: 25rem;
    background-color: var(--primary);
}

.field-area > textarea {
    width: 100%;
    border-color: rgba(15, 86, 96, 0.2);
    border-radius: 1rem;
    padding: .5rem;
    padding-left: .8rem;
}

.display-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer {
    background-color: var(--primary);
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer > * {
    color: white;
}

.footer > h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.footer > p {
    margin-top: 15px;
    font-size: 1rem;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.nav-link {
    color: rgba(0, 21, 125, 1) !important;
}

.navbar-brand > img {
    height: 4.2rem;
}

.nav-item {
    display: flex;
    justify-content: center;
}

.nav-item > a {
    font-weight: 500;
}

.job-section {
    min-height: 90vh;
    padding: 6rem;
    padding-top: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.job-section > .header {
    margin-bottom: 6rem;
}

div.file {
    text-align:center;
}

input.file{
    display: none;
}

label.file{
    display: flex;
    flex-direction: row;
    cursor:pointer;
    align-items: center;
}

h5#title {
    margin: 0;
    margin-left: 1rem;
}

.pricing-button {
    border-radius: 10rem;
    background-color: var(--primary);
    color: white !important;
    width: max-content;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    box-shadow: 0px 4px 16px rgba(10, 70, 90, 0.26);
    height: fit-content;
}

.nav-item {
    margin-right: 1.5rem;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.whatsapp {
    position: fixed;
    z-index: 2;
    right: 2rem;
    bottom: 2rem;
    border-radius: 15rem;
}

.expand {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 1;
    right: 2rem;
    bottom: 2rem;
    color: #0A465A;
    background-color: white;
    overflow: hidden;
    margin-right: 2rem;
    text-decoration: none;
}

.expand > p {
    margin: 0;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #0A465A;
}

.expand > p:hover {
    color: #0A465A;
}

.whatsapp:hover + .expand, .expand:hover {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;

    padding-right: 3rem;
    padding-left: 2rem;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
}

.whatsapp > img {
    width: 4rem;
    height: 4rem;
}




@media (max-width: 800px)
{
    .address-container > .left {
        padding-right: 0;
    }
    .product-container, .services-container, .about-container, .address-container, .pricing-container {
        padding: 3rem;
    }

    .navbar-brand > img {
        height: 3rem;
    }

    .content > h1 {
        font-size: 5rem;
    }
    .content > p {
        font-size: 1.2rem;
    }
    .about > .left {
        min-width: 100%;
        padding-right: 0;
    }
    .about > .rigth {
        min-width: 100%;
        align-items: center;
        padding-left: 0;
    }
    .services-container > .header {
        margin-bottom: 1rem;
    }
    .services-row {
        padding-bottom: 0;
        padding-top: 0;
    }
    .services-row > .service {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px)
{
    .navbar-brand > img {
        height: 2.5rem;
    }

    .content > h1 {
        font-size: 3.5rem;
    }
    .content > p {
        font-size: 1rem;
    }
}

.banner-mobile {
    display: none;
}

@media (max-width: 770px)
{
    .schedule > div {
        padding-left: 0;
        display: flex;
        justify-content: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner-mobile {
        display: flex;
    }

    .banner-desktop {
        display: none;
    }
}

.social-link {
    height: 1.5rem;
    width: 1.5rem;
}

.center-404 {
    margin-top: 5rem;
    display: flex;
    font-size: 5rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #0A465A;
    font-family: 'Big John', sans-serif;
    height: 100vh;
    width: 100vw;
}

.align-items-end{
    align-items: flex-end;
}

.h-100-pc {
    height: 100%;
}