:root {
    --blue: #1e90ff;
    --gradient-blue: rgba(10, 154, 173, 0.36);
    --primary: #0A9AAD5C;
    --white: #ffffff;
    --primary-dark: #0F5660;
    --primary-light: #ebf7f8;

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

    color: var(--font-color-p);
}

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

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

.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: var(--primary) !important;
}

.about {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 14rem !important;
}

.about > .background {
    min-width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.about > h2 {
    color: white;
    margin-bottom: 20px;
}

.about > h4 {
    color: #bfe6e9;
    margin-bottom: 30px;
}

.about > p {
    color: white;
}

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

.mvv-statements > .statement {
    background-color: white;
    box-shadow: 0px 4px 30px rgba(15, 86, 96, 0.04);
    border-radius: 26px;
    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-statements > .statement > .statement-header > h2 {
    color: var(--primary-dark);
    margin-left: 15px;
    font-weight: 500;
}

.services-container {
    background-color: var(--primary-light);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.header > .underline {
    height: 6px;
    width: 70px;
    background-color: var(--primary-dark);
}

.header > h2 {
    color: #343434;
    text-align: center;
}

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

.service > .icon {
    height: 150px;
    width: 150px;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    border-radius: 75px;
    background-color: rgba(10, 154, 173, 0.4);
    overflow: hidden;
}

.service > .icon > img {
    height: 150px;
    width: 150px;
}

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

.service > h2 {
    color: var(--primary-dark);
    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;
}


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

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

.airtype > .icon {
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 30px;
    filter: drop-shadow(4px 4px 21px rgba(40, 40, 40, 0.43));
    background-position: center;
}

.airtype > .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: 30px;
    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%;
}

.schedule > .header {
    width: fit-content;
    padding-left: 3rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background-color: var(--primary-dark);
    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-dark);
}

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

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

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

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

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

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

.pricing-request > form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
    padding-left: 2rem;
}

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

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

.field-area > input.text {
    width: 100%;
    border-color: rgba(15, 86, 96, 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-dark);
}

.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-dark);
    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: #F6FDFF !important;
    padding: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !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: #0A465A;
    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;
}

.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)
{
    .navbar-brand > img {
        height: 3rem;
    }

    .content > h1 {
        font-size: 5rem;
    }
    .content > p {
        font-size: 1.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%;
}