/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/
.section-page {
    position: relative;
    width: 100%;
}

.section-page .title {
    margin-bottom: 30px;
}

.section-page .title h6 {
    text-decoration: underline;
    font-size: 18px;
    color: var(--red-ribbon);
    font-weight: 900;
}

.section-page .big-title {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.section-page .big-title h1 {
    color: #404040;
    font-size: 35px;
    font-weight: 600;
}

.section-page .par {
    font-size: 18px;
    color: var(--biscay);
}

.section-page .badge-style {
    background: var(--biscay);
    padding: 15px 30px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
}

.section-page button.badge-style {
    display: flex;
}

.section-page button.badge-style:hover span {
    text-decoration: underline;
}

.section-page button.badge-style > span:last-child {
    margin-left: 5px;
    color: var(--red-ribbon);
}

.section-page .badge-style > * {
    color: var(--white);
    text-shadow: var(--text-shadow);
    font-size: 18px;
    font-weight: 600;
}

.container-fluid {
    max-width: 1200px;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
}

.bg-img {
    width: 100%;
}

.container-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header-page {
    position: relative;
    background-image: url('../images/bg_new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-page .container-fluid {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-page .top {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.header-page .top img {*/
/*    height: 50px;*/
/*}*/

.header-page .top .menu {
    display: flex;
    align-items: center;
}

.header-page .top .menu li:not(:first-child) {
    margin-left: 40px;
}

.header-page .top .menu a, .header-page .top .phone {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
}

.header-page .top .phone {
    padding: 6px 35px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 60px;
    transition: .3s;
}

.header-page .top .phone:hover {
    text-decoration: none !important;
    background: rgba(255, 255, 255, .2);
}

.header-page .top .langs {
    display: flex;
    align-items: center;
}

.header-page .top .langs li:not(:first-child) {
    margin-left: 15px;
}

.header-page .top .langs li a.active-lang {
    border: 2px solid #fff;
    border-radius: 100%;
}

.header-page .content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
}

.header-page .content > div {
    height: 100%;
    width: 50%;
    text-align: center;
}

.header-page .content > div span,
.header-page .content > div p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', serif;
}

.header-page .content > div h6 {
    font-size: 20px;
    color: #6F6F6F;
    margin-bottom: 15px;
}

.header-page .content > div h1 {
    font-size: 50px;
    font-weight: bold;
    color: #7784A6;
    margin-top: 20px;
    font-family: 'Montserrat', serif;
}

.header-page .content > div h1 + span {
    font-size: 40px;
    font-weight: 300;
    color: #7784A6;
}

.header-page .content > div p {
    font-size: 17px;
    text-transform: inherit;
}

.content button, .content a.button, #form-contact button {
    background: #FA8700 !important;
    padding: 20px 60px !important;
    border-radius: 5px !important;
    margin-top: 30px !important;
    text-transform: uppercase;
    font-family: 'Montserrat', serif;
}

.content button span, #form-contact button span {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.content button > *, .content a.button > *, #form-contact button > * {
    color: #BC2074 !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    text-transform: inherit !important;
}

.header-page .top > *, .header-page .center * {
    color: var(--white);
    text-shadow: var(--text-shadow);
}

.header-page .top h2 {
    font-size: 33px;
    font-weight: 900;
}

.header-page .top span {
    font-size: 13px;
    font-weight: 600;
}

.header-page .center {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.header-page .center > div {
    display: flex;
}

.header-page .center > div > * {
    font-size: 63px;
    font-weight: 900;
}

.header-page .center > div > h1:last-child {
    color: var(--red-ribbon)
}

.header-page .badge-info {
    background: #91B508;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    width: 350px;
    height: 67px;
    position: absolute;
    right: 0;
    top: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-page .badge-info span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}


/*--------------------------------------------------------------
FIRST SECTION
--------------------------------------------------------------*/
.first-section {
    position: relative;
}

.section-page .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.first-section .container-fluid {
    align-items: center;
}

.first-section .content {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-page .content h1 {
    font-size: 60px;
    color: #5F5F5F;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
}

.first-section .content h6 {
    color: #535353;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
}

.first-section .content h6 + span {
    color: #696161;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
}

.first-section .content button {
    background: #7784A6 !important;
    margin: 0 auto;
}


/*--------------------------------------------------------------
SECOND SECTION
--------------------------------------------------------------*/
.second-section .container-fluid {
    padding-bottom: 0;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.second-section .content {
    align-items: flex-end;
    justify-content: flex-start;
}

.second-section .left-side {
    position: absolute;
    left: 0;
    z-index: 10;
}

.second-section .left-side img {
    margin-top: 60px;
}

.second-section .right-side {
    width: 80%;
    height: 100%;
    background: #FA8700;
    padding: 80px 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.second-section .right-side > div {
    width: 100%;
    max-width: 600px;
}

.second-section .right-side > div > * {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.second-section .right-side h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.second-section .right-side span {
    font-size: 16px;
}


/*--------------------------------------------------------------
THIRD SECTION
--------------------------------------------------------------*/
.third-section .container-fluid {
    justify-content: center;
}

.third-section .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.third-section .content span {
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}

.third-section .content img:nth-child(2) {
    margin: 0 50px;
}

/*--------------------------------------------------------------
FIFTH SECTION
--------------------------------------------------------------*/
.fifth-section {
    background: #B1D1DD;
}

.fifth-section .container-fluid {
    justify-content: center;
    text-align: center;
    padding: 150px 20px;
}

.fifth-section h6 {
    font-size: 21px;
    color: #043637 !important;
    margin-bottom: 10px;
}

.fifth-section h1 {
    color: #043637 !important;
    font-size: 43px !important;
    text-transform: none !important;
}


/*--------------------------------------------------------------
FOOTER SECTION
--------------------------------------------------------------*/
.footer-section {
    background: #252A2D;
    width: 100%;
    padding: 0 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.footer-section ul {
    display: flex;
    align-items: center;
    width: auto;
}

.footer-section ul.left-side li:not(:first-child) {
    margin-left: 30px;
}

.footer-section * {
    color: #fff;
    font-size: 12px;
}

.footer-section ul.left-side a:hover {
    text-decoration: underline;
}

.footer-section ul.right-side li:not(:first-child) {
    margin-left: 15px;
}

.footer-section ul.right-side i {
    font-size: 30px;
    transition: .4s;
}

.footer-section ul.right-side a:hover i {
    color: #3C83CB;
}


/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.modal-content {
    position: relative;
    background: #fff;
    padding: 0 20px 20px;
}

.modal-dialog {
    max-width: 572px;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.form-contact #form-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-contact h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #444;
    text-transform: uppercase;
}

.form-contact h1 b {
    color: #BC2074;
}

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

.form-contact .input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #444;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    font-family: 'Montserrat', serif;
    font-weight: 500;
    border: 2px solid #e5e5e5;
}

.form-contact .checkboxes {
    position: relative;
}

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

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

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

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

.form-contact .checkboxes input:checked + label:before {
    content: "\F0132";
    color: #DE5129;
    font-weight: bold;
}

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

.form-contact .checkboxes a {
    color: #DE5129;
    text-decoration: underline
}

.form-contact label p > * {
    font-family: 'Montserrat', serif;
}

.form-contact button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

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

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

.form-contact h6 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

.form-contact .radioboxes {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-contact .radioboxes label {
    align-items: center;
}

.form-contact .radioboxes label:before {
    content: "\F0130";
    color: #444;
}

.form-contact .radioboxes input:checked + label:before {
    content: "\F012F";
    color: #BC2074;
    font-weight: bold;
}

.form-contact .radioboxes i {
    font-size: 14px;
}

.content button.newsletter {
    background: #043637 !important;
}


/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
    .second-section .right-side > div {
        max-width: 500px;
    }

    .second-section .left-side img {
        max-width: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .third-section .content .info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .header-page {
        background-position: left;
    }

    .header-page .badge-info {
        top: 10%;
    }
}

@media screen and (max-width: 1150px) {
    .third-section {
        background-image: none;
    }

    .third-section .content .packages {
        flex-direction: column;
    }

    .third-section .content .packages > div {
        margin-top: 30px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
        min-height: 100% !important
    }

    .third-section .content .packages > div.floating {
        animation: none;
    }

    .third-section .content .title {
        margin-bottom: 30px;
    }

    .footer-page {
        background: #fafafa;
    }

    .footer-page .container-fluid {
        padding-top: 20px;
    }

    .third-section .content .info {
        color: #444;
        font-weight: 400;
        font-size: 13px;
    }

    .second-section .right-side {
        padding: 30px;
    }

    .second-section .right-side > div {
        max-width: 450px;
    }

    .second-section .left-side img {
        max-width: 70%;
    }
}

@media screen and (max-width: 1140px) {
    .header-page .top {
        padding-top: 20px;
    }

    .header-page .top .phone {
        margin: 0 20px;
    }

    .header-page .top .menu li:not(:first-child) {
        margin-left: 20px;
    }

    .header-page .content > div {
        width: 60%;
    }

    .second-section .content + div {
        display: none;
    }

    .second-section .container-fluid {
        padding-bottom: 80px;
    }

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

@media screen and (max-width: 1100px) {
    .footer-section {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header-page .top .menu, .header-page .top .phone {
        display: none;
    }

    .header-page .content img {
        display: none;
    }

    .header-page .content {
        display: block;
        margin-top: 60px;
        min-height: inherit;
        padding-bottom: 40px;
    }

    .header-page .content > div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header-page .content > div h1 {
        max-width: 100%;
    }

    .fourth-section {
        background-image: none;
    }

    .fourth-section img {
        max-width: 100%;
    }

    .header-page .badge-info {
        display: none;
    }

    .first-section .content h6 {
        font-size: 20px;
        line-height: 33px;
    }

    .first-section .content h6 + span {
        font-size: 14px;
    }

    .second-section .content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .second-section .right-side {
        width: 100%;
    }

    .second-section .right-side > div {
        max-width: 100%;
    }

    .second-section .left-side {
        position: relative;
    }

    .second-section .left-side img {
        max-width: 100%;
        margin-top: 0;
    }

    .second-section .right-side span {
        font-size: 13px;
    }

    .fifth-section .container-fluid {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .fifth-section h6 {
        font-size: 16px;
    }

    .fifth-section h1 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 980px) {
    .first-section .content {
        max-width: 100%;
    }

    .first-section .content + div {
        display: none;
    }

    .section-page .content h1, .footer-page .content h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .section-page .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .first-section .content ul {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .header-page .content > div h1 {
        font-size: 35px;
    }

    .header-page .content > div span {
        font-size: 16px;
    }

    .third-section .content img:nth-child(2) {
        margin: 0 20px;
    }

    .third-section .content img {
        max-width: 20%;
        height: auto;
    }
}

@media screen and (max-width: 700px) {
    .footer-section {
        flex-direction: column-reverse;
        justify-content: center;
        height: auto;
        padding: 10px;
    }

    .footer-section .right-side {
        margin-bottom: 15px;
        align-items: flex-end;
        width: 100%;
    }

    .footer-section ul.left-side {
        flex-direction: column-reverse;
    }

    .footer-section ul.left-side li {
        margin-top: 5px;
    }
}
