/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
    z-index: 100;
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.header--container {
    max-width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header--container .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--container .nav li:not(:first-child) {
    margin-left: 30px;
}

.header--container .nav li:last-child {
    margin-left: 60px;
}

.header--container .nav a:not(.btn-contact) {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: .4s;
}

.header--container .nav a:hover {
    color: #0096AA;
    text-decoration: none;
}

.btn-contact {
    font-size: 13px;
    font-weight: 600;
    transition: .4s;
    padding: 15px 20px;
    color: #fff !important;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none !important;
}

.btn-contact:hover {
    background: #fff !important;
    color: #000 !important;
}

.btn-color {
    background: #0096AA;
    border-color: #0096AA;
}

.btn-color:hover {
    border-color: #fff;
}

.logo img {
    max-width: 200px;
}

.section--container {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.section--section {
    padding: 80px 0;
    width: 100%;
}

.section--section .section--container h2.section--title {
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section--section .section--container p.section--subtitle {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Video Section
--------------------------------------------------------------*/
.section-video, .section-video > video {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.section-video {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
}

.section-video .section--container {
    height: 100%;
    max-width: 100%;
    z-index: 20;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
}

.section-video .left-side {
    max-width: 55%;
    width: 100%;
    background-image: url('../images/bg/bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
}

.section-video .left-side > div:not(.flower) {
    width: 100%;
    height: 97%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.aside-box, .aside-box-2 {
    background: #3CA5B1;
    text-align: left;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 20px 40px;
}

.aside-box *, .aside-box-2 * {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    font-weight: bold;
}

.aside-box p {
    font-size: 20px;
    color: #002D52;
}

.aside-box p:last-child {
    font-size: 26px;
}

.aside-box h4 {
    font-size: 35px;
    font-weight: 500;
}

.aside-box h4 > span {
    font-size: 80px;
    font-weight: 700;
}

.aside-box-2 {
    background: #002D52;
    padding: 0 20px;
    margin-left: 20%;
}

.aside-box-2 * {
    font-size: 22px;
    font-weight: 500;
}

.aside-box-2 span {
    font-size: 56px;
    font-weight: 700;
}

.section-video .right-side {
    max-width: 45%;
    width: 100%;
    position: relative;
}

.section-video .list-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.section-video .list-buttons > li:first-child {
    margin-right: 30px;
}

.form-container {
    width: 100%;
    background: #F6F6F6;
    padding: 40px;
    text-align: left;
    height: 100%;
}

.form-container h3 {
    color: #DEDEDE;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}

.form-container h3 strong {
    color: #363636;
}

.form-container h3 span {
    color: #0096AA;
}

.form-container h3 + p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #515151;
    font-weight: 300;
}

.form-container h3 + p > strong {
    font-weight: bold;
}

.form-container .in-form-group {
    display: flex;
}

.form-container .in-form-group:not(:first-child) {
    margin-top: 20px;
}

.form-container .in-form-group .prepend {
    height: 51px;
    border-bottom: 2px solid #3CA5B1;
    border-right: 0;
    display: flex;
    align-items: center;
    background: #405457;
    justify-content: center;
    width: 55px;
}

form input.input {
    width: 100%;
    border-bottom: 2px solid #3CA5B1;
    border-left: 0;
    background: #fff;
    color: #515151;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    height: 51px;
    border-radius: 3px;
    box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
}

::-ms-input-placeholder {
    color: #515151;
}

::placeholder {
    color: #515151;
}

.form-container .in-form-group textarea:focus {
    outline: none !important;
}

form button[type="submit"] {
    background: #3CA5B1;
    border-color: #3CA5B1;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 10px 30px;
}

form button .loader-circle {
    width: 20px;
    height: 20px;
    margin: 0 0 0 15px;
    display: none;
}

.form-container button:hover {
    background: #ffffff;
}

form button[disabled] {
    cursor: default;
    background: #E4E6EF !important;
    border-color: #E4E6EF !important;
    color: #A9A8A8 !important;
}

form button[disabled]:hover {
    color: #A9A8A8 !important;
}

form .checkboxes-info span {
    font-size: 11px;
    text-align: left;
    display: inline !important;
    color: #515151;
}

form .checkboxes-info a {
    text-decoration: underline;
    color: #fff;
    transition: .4s;
}

form .checkboxes {
    margin-top: 15px;
    margin-left: -3px;
}

form .checkboxes:not(.checkboxes-radio) > div:not(:first-child) {
    margin-top: 15px;
}

form .checkboxes input {
    display: none;
}

form .checkboxes label {
    display: flex;
    cursor: pointer;
    align-items: center;
}

form .checkboxes label:before {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 5px;
    transition: 0.4s;
}

form .checkboxes label:before {
    content: "\F0131";
    color: #0096AA !important;
}

form .checkboxes label:hover:before {
    content: "\F012E";
    color: #0096AA !important;
}

form .checkboxes input:checked + label:before {
    content: "\F0132";
    color: #0096AA !important;
}

form .checkboxes.checkboxes-radio label:before {
    content: "\F043D";
}

form .checkboxes.checkboxes-radio label:hover:before {
    content: "\F012F";
}

form .checkboxes.checkboxes-radio input:checked + label:before {
    content: "\F05E0";
}

form .checkboxes.checkboxes-radio {
    display: flex;
    align-items: center;
}

form .checkboxes.checkboxes-radio div:not(:first-child) {
    margin-left: 10px;
}

form .checkboxes.checkboxes-radio span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-right: 15px;
    margin-top: 4px;
    margin-left: 3px;
}

form .checkboxes.checkboxes-radio label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

form .checkboxes label p {
    font-size: 0;
    text-align: left;
}

form .checkboxes label p > * {
    font-size: 12px;
    color: #515151;
    font-weight: 400;
}

form .checkboxes label p a {
    text-decoration: underline;
    transition: .4s;
}

form .checkboxes label p a:hover,
form .checkboxes-info a:hover {
    color: #0096AA;
}

form .input-danger > * {
    border-color: red !important;
}

form label.input-danger:before {
    color: red !important;
}

#swal2-content a {
    color: #0096AA;
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
}

.flower {
    position: absolute;
    z-index: 100;
    max-width: 130px;
    height: auto;
}

.flower > img {
    max-width: 130px;
}

.flower-1 {
    bottom: 0;
    right: 0;
    transform: rotate(-30deg);
}

.flower-1_1 {
    bottom: -10%;
    left: -2%;
}

.flower-2 {
    top: -6%;
    left: 20%;
    transform: rotate(-180deg);
}

.flower-2_1 {
    top: -5%;
    right: 0;
}

.flower-3 {
    bottom: -10%;
    left: -2%;
    max-width: 250px;
}

.flower-3 > img {
    max-width: 250px;
}

/*--------------------------------------------------------------
Second Section
--------------------------------------------------------------*/
.second--section {
    position: relative;
}

.second--section h2 {
    color: #363636;
    font-weight: 700 !important;
    max-width: 1024px;
    margin: 0 auto;
}

.second--section h2 > span {
    color: #00A4B7;
}

.second--section .list-places {
    margin-top: 80px;
    overflow-y: auto;
}

.second--section .list-places > div {
    min-width: 1200px;
    width: 100%;
}

.second--section .list-places ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second--section .list-places li {
    width: 33%;
}

.second--section .list-places li:not(:first-child) {
    margin-left: 20px;
}

.second--section .list-places li > div[style] {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    height: 300px;
}

.second--section .list-places li > div[style] + div {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.second--section .list-places li > div[style] + div > * {
    color: #363636;
}

.second--section .list-places li h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.second--section .list-places li h6 > span {
    color: #0096AA;
    font-weight: 900;
}

.second--section .list-places li h6 + div span {
    font-size: 15px;
    font-weight: 600;
}

/*--------------------------------------------------------------
Third Section
--------------------------------------------------------------*/
.third--section {
    padding-top: 0 !important;
}

.third--section p + h2 {
    color: #00A4B7;
    font-weight: 700 !important;
}

.third--section .section--container > p.section--subtitle {
    margin-bottom: 20px;
    font-size: 35px;
    color: #363636;
}

.third--section ul {
    margin: 80px -20px -20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.third--section ul li {
    max-width: 370px;
    margin: 20px;
    text-align: center;
}

.third--section ul li img {
    max-height: 33px;
}

.third--section ul li h4 {
    color: #0096AA;
    margin: 25px 0;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}

.third--section ul li p {
    font-size: 17px;
    line-height: 30px;
}

.third--section ul + div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.third--section a {
    background: #042C45;
    border-color: #042C45;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 70px;
}

/*--------------------------------------------------------------
Fifth Section
--------------------------------------------------------------*/
.fifth--section {
    background-image: url('../images/sections/section-3.jpg');
    height: 55vh;
    width: 95%;
    background-attachment: scroll;
    background-size: cover;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    margin: 80px auto 0;
    text-align: center;
}

.fifth--section * {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.fifth--section h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.fifth--section p {
    font-size: 20px;
}

.fifth--section p:last-child {
    max-width: 90%;
    margin: 0 auto;
}

.fifth--section div p:nth-child(2) {
    margin: 0 auto 20px;
    max-width: 440px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
    background: #1C3336;
    width: 100%;
}

.footer .footer-container {
    max-width: 1366px;
    width: 100%;
    padding: 80px 20px 60px;
    margin: 0 auto;
}

.footer .footer-container * {
    color: #fff;
    font-weight: 200;
    font-size: 13px;
}

.footer h6 {
    font-weight: 500 !important;
    margin-bottom: 20px;
    font-size: 18px !important;
}

.footer p {
    max-width: 530px;
    line-height: 28px;
}

.footer .footer-top {
    display: flex;
    align-items: flex-start;
}

.footer .footer-top > div:first-child {
    width: 55%;
    margin-right: 40px;
}

.footer .footer-top p + a {
    margin-top: 25px;
    text-decoration: underline;
}

.footer .footer-bottom {
    border-top: 1px solid #444;
    margin-top: 60px;
}

.footer .footer-bottom ul {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.footer .footer-bottom li strong {
    font-weight: 600 !important;
}

.footer .footer-bottom li:not(:first-child) {
    margin-left: 5px;
}

.footer .footer-bottom li:nth-child(2) {
    margin-left: 30px;
}

.footer .footer-bottom li img {
    max-height: 25px;
    border-radius: 100%;
    transition: .4s;
}

.footer .footer-bottom li:hover img {
    background: #00A4B7;
}

/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.form-contact input:not([type="checkbox"]):not(:first-child) {
    margin-top: 15px;
}

.form-contact input:not([type="checkbox"]), .form-contact select {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: var(--gray);
    border: 1px solid #e5e5e5;
    background: #fff;
}

.form-contact select:focus {
    outline: none !important;
}

.form-contact .checkboxes, .third--section-form .checkboxes {
    position: relative;
}

.form-contact .checkboxes input, .third--section-form .checkboxes input {
    position: absolute;
    opacity: 0;
}

.form-contact .checkboxes label, .third--section-form .checkboxes label {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 11px;
    margin-top: 15px;
}

.form-contact .checkboxes label p > * {
    color: #fff;
}

.form-contact .checkboxes label:before, .checkboxes label:after,
.third--section-form .checkboxes label:before, .third--section-form .checkboxes label:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 10px;
    transition: 0.4s
}

.form-contact .checkboxes label:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes label:hover:before {
    content: "\F012E";
    color: #fff;
}

.form-contact .checkboxes input:checked + label:before,
.third--section-form .checkboxes input:checked + label:before {
    content: "\F0132";
}

.form-contact .checkboxes i, .third--section-form .checkboxes i {
    margin-right: 5px
}

.form-contact .checkboxes a, .third--section-form .checkboxes a {
    color: var(--boulder);
    text-decoration: underline
}

.form-contact button {
    width: 80%;
    padding: 20px;
    font-size: 15px;
    margin: 30px auto 0;
    font-weight: bold;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.form-contact button div {
    display: none;
}

.form-contact button:hover, .form-contact button:focus {
    background: var(--red-ribbon);
}

.form-contact .input-danger {
    border-color: #f0506e !important;
}

.form-contact .checkboxes label.input-danger:before {
    color: #f0506e !important;
}

/*.modal-body, .modal-header {*/
/*    background: var(--red-ribbon);*/
/*}*/

/*.modal-header {*/
/*    border-bottom: none;*/

/*}*/

/*.modal-title, .close {*/
/*    color: #fff !important;*/
/*}*/

.modal-header > * {
    font-weight: 500 !important;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .section-video h1 {
        font-size: 45px;
    }

    .second--section .section--container {
        max-width: 100%;
    }

    .second--section .section--container h2 {
        padding: 0 15px;
    }

    .second--section .list-places {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .section-video h1 {
        font-size: 45px;
    }

    .section-video .section--container {
        flex-direction: column;
    }

    .section-video .section--container > * {
        max-width: 100%;
    }

    .section-video .section--container .left-side {
        height: 51vh;
    }

    .aside-box {
        padding: 15px;
    }

    .aside-box-2 * {
        font-size: 17px;
    }

    .aside-box-2 span {
        font-size: 40px;
    }

    .fifth--section h2 {
        font-size: 34px;
    }

    .fifth--section p {
        font-size: 22px;
    }

    .flower > img {
        max-width: 80px;
    }

    .flower-3, .flower-3 > img {
        max-width: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .section--section {
        padding: 40px 0;
    }

    .footer .footer-container {
        padding: 40px 20px 30px;
    }

    .header--container {
        height: auto;
        padding: 20px 0;
    }

    .section-video .left-side h1 + div {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .form-container {
        padding: 20px;
    }

    form input.input {
        font-size: 12px;
    }

    .form-container h3 {
        font-size: 25px;
    }

    .floating {
        animation: none;
    }

    .sections-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .third--section .section--container > p.section--subtitle {
        font-size: 30px;
        line-height: 42px;
    }

    .section--section .section--container h2.section--title {
        font-size: 35px;
    }

    .third--section ul,
    .third--section ul + div {
        margin-top: 40px;
    }

    .third--section a {
        font-size: 17px;
        padding: 15px 40px;
    }

    .fifth--section {
        position: relative;
    }

    .fifth--section:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .1);
        z-index: 5;
    }

    .fifth--section > * {
        position: relative;
        z-index: 10;
    }

    .fifth--section .aside-box {
        margin-bottom: -40px;
        padding: 15px 50px;
        width: auto;
    }

    .fifth--section .aside-box p {
        font-size: 18px;
    }

    .fifth--section .aside-box h4 {
        font-size: 35px;
        margin-top: 0;
    }

    .fifth--section .aside-box p:last-child {
        font-size: 14px;
    }

    .fifth--section {
        width: 100%;
        margin-top: 30px;
    }

    .flower:not(.flower-1):not(.flower-3) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .section-video h1 {
        font-size: 35px;
        line-height: normal;
    }

    .footer .footer-container .footer-top {
        flex-direction: column;
    }

    .footer .footer-container .footer-top div:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .footer p {
        max-width: 100%;
    }

    .footer .footer-container .footer-bottom {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .section-video h1 {
        font-size: 28px;
    }

    .section-video .left-side > p {
        font-size: 18px;
    }

    .third--section .section--container > p.section--subtitle {
        font-size: 24px;
        line-height: 34px;
    }

    .section--section .section--container h2.section--title {
        font-size: 25px;
    }

    .aside-box-2 * {
        font-size: 13px;
    }

    .aside-box p {
        font-size: 15px;
    }

    .aside-box h4 {
        font-size: 25px;
    }

    .aside-box h4 > span {
        font-size: 65px;
    }

    .fifth--section h2 {
        font-size: 25px;
    }

    .fifth--section p {
        font-size: 18px;
    }

    .second--section .list-places > div {
        min-width: 1024px;
    }

    .second--section .list-places li h4 {
        font-size: 25px;
    }

    .second--section .list-places li span {
        font-size: 14px;
    }

    .second--section .list-places li > div[style] + div {
        padding: 15px 5px;
    }
}
