﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Lato", sans-serif;
    color: #fff;
    background: url("../img/Background_LoginCliente.jpg") top center no-repeat;
    background-size: cover;
    background-position: center !important;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    body::before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(31 21 21 / 44%);
    }

.main-logo {
    width: 180px;
    padding: 0 0 2rem 0;
}

.separator {
    max-width: 300px;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

    .main-logo {
        width: 220px;
        padding: 0 0 2rem 0;
    }

    .separator {
        max-width: 360px;
        padding-bottom: 2rem;
    }
}

@media (min-width: 900px) {

    .main-logo {
        width: 280px;
        max-width: 280px;
        padding: 1rem 0 3rem 0;
    }

    .separator {
        width: 640px;
        max-width: 640px;
        padding-bottom: 1rem;
    }

    #header {
        position: relative;
        width: 100%;
        padding: 40px 0;
        /* countdown */
    }
}

a {
    color: #e5aa1a;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

    a:hover {
        color: #36d8c3;
        text-decoration: none;
    }

.login a {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.h1, h1 {
    font-size: 1.625rem;
}

@media (min-width: 992px) {
    .h1, h1 {
        font-size: 2.3rem;
    }
}

#main {
    position: relative;
}

/*--------------------------------------------------------------
# Login & signup forms
--------------------------------------------------------------*/

.sib-symbol {
    width: 80px;
    position: relative;
    top: -33px;
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    .sib-symbol {
        width: 130px;
        position: relative;
        top: -113px !important;
        padding-bottom: 3rem;
    }
}

.sib-input-container {
    position: relative;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: rgb(255 255 255 / 70%);
    margin-bottom: 14px;
}

.sib-textbox {
    width: 100%;
    border: none;
    /* border: 1px solid #8c8c8c; */
    /* border-right: none; */
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
    height: 36px;
    max-height: 36px;
}

.sib-input-container > label {
    margin-bottom: 0 !important;
}

form input.sib-textbox:valid, form textarea.sib-textbox:valid {
    /*background: white;*/
}

form input.sib-textbox:focus, form textarea.sib-textbox:focus {
    border: 1px solid #c0392b;
}

/*form input.sib-textbox:focus + label, form textarea.sib-textbox:focus + label {
        background: #c0392b;
        color: white;
        font-size: 70%;*/
/*padding: 1px 6px;*/
/*z-index: 2;
        text-transform: uppercase;
    }*/

form textarea.sib-textbox {
    display: block;
    resize: vertical;
}

.sib-label {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out, right 0.3s ease-in-out, left 0.3s ease-in-out;
    position: absolute;
    color: #8c8c8c;
    padding: 7px 6px;
}

form.go-bottom input, form.go-bottom textarea {
    padding: 12px 12px 12px 12px;
}

form.go-bottom label.sib-label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

form.go-bottom input:focus, form.go-bottom textarea:focus {
    padding: 4px 6px 20px 6px;
}

    form.go-bottom input:focus + label.sib-label, form.go-bottom textarea:focus + label.sib-label {
        top: 100%;
        margin-top: -16px;
    }

form.go-right label.sib-label {
    top: 0;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: 0;
    text-align: left;
}

form.go-right input:focus + label.sib-label, form.go-right textarea:focus + label.sib-label {
    right: 0;
    margin-right: 0;
    width: 40%;
    padding-top: 5px;
}

.sib-login {
    height: 34px;
    background-color: #e4aa1a;
    color: #e6e6e6;
    border: 0;
    font-weight: 700;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .sib-login:hover {
        background: hsl(43deg 100% 60%);
        color: #fff;
        /*    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5), inset -10px 0px 1px rgba(0, 0, 0, 0.2);
    top: 5px;
    left: 5px;*/
    }

.text-danger {
    color: #834148 !important;
    background: rgb(255 255 255 / 70%);
    font-weight: 600;
    padding: 0 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #24b7a4;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #2ed6c0;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

    #header h1 {
        font-size: 19px;
        font-weight: 100;
        color: rgb(255 255 255 / 85%);
        text-align: center;
        line-height: 30px;
    }

    #header h2 {
        color: #eee;
        margin-bottom: 40px;
        font-size: 22px;
    }

@media (min-width: 768px) {
    #header h1 {
        font-size: 28px;
        font-weight: 100;
        color: rgb(255 255 255 / 78%);
        text-align: center;
        line-height: 30px;
    }
}

@media (min-width: 900px) {
    #header h1 {
        font-size: 38px;
        font-weight: 100;
        color: rgb(255 255 255 / 95%);
        line-height: 50px;
    }
}

#header .subscribe {
    font-size: 15px;
    text-align: center;
}

@-webkit-keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar-dark .navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
    position: absolute;
    right: -20px;
    top: 0;
}

.navbar-collapse {
    position: relative;
    top: 4rem;
    padding-bottom: 4rem;
}

.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: end;
    }

    .navbar li {
        position: relative;
    }

.dropdown-menu a.dropdown-item {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu.show {
    background-color: hwb(0deg 100% 0% / 85%);
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3a5469;
    white-space: nowrap;
    transition: 0.3s;
}

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #24b7a4;
    }

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #24b7a4;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: #28ccb7;
    }

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: #24b7a4;
        }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #314759;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(31, 45, 56, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #314759;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #24b7a4;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #24b7a4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    overflow: hidden;
}

.section-bg {
    background-color: #d8f7f3;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 2px;
            background: #24b7a4;
            bottom: 0;
            left: calc(50% - 25px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .icon-box {
    margin-bottom: 20px;
    text-align: center;
}

.about .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

    .about .icon i {
        color: #fff;
        font-size: 42px;
        line-height: 0;
    }

.about .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .about .title a {
        color: #fff;
        transition: 0.3s;
    }

.about .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #24b7a4;
    border-bottom: 3px solid #24b7a4;
    padding: 30px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .info i {
        font-size: 20px;
        color: #fff;
        float: left;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .contact .info .email p {
        padding-top: 5px;
    }

    .contact .info .social-links {
        padding-left: 60px;
    }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact .info .social-links a:hover {
                background: #24b7a4;
                color: #fff;
            }

    .contact .info .email:hover i,
    .contact .info .address:hover i,
    .contact .info .phone:hover i {
        background: #24b7a4;
        color: #fff;
    }

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #24b7a4;
    border-bottom: 3px solid #24b7a4;
    padding: 30px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #24b7a4;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #36d8c3;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /*background: rgba(38, 55, 69, 0.4);*/
    padding: 30px 0;
    color: #fff;
    font-size: 17px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    font-weight: 300;
}

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #36d8c3;
        }
