﻿body {
    background: #ecf0f1;
    font: 16px Helvetica;
}

section {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: white;
    text-align: center;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    input:focus {
        outline: 0;
        border-color: #64ac15;
    }

        input:focus + .input-icon i {
            color: #7ed321;
        }

        input:focus + .input-icon:after {
            border-right-color: #7ed321;
        }

.input-group {
    margin-bottom: 1em;
    zoom: 1;
    width: 100%;
}

    .input-group:before,
    .input-group:after {
        content: "";
        display: table;
    }

    .input-group:after {
        clear: both;
    }

.input-group-icon {
    position: relative;
}

    .input-group-icon input {
        padding-left: 4.4em;
    }

    .input-group-icon .input-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.4em;
        height: 3.4em;
        line-height: 3.4em;
        text-align: center;
        pointer-events: none;
    }

        .input-group-icon .input-icon:after {
            position: absolute;
            top: 0.6em;
            bottom: 0.6em;
            left: 3.4em;
            display: block;
            border-right: 1px solid #e5e5e5;
            content: "";
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .input-group-icon .input-icon i {
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

h1 {
    padding: 0 0 15px 0px;
    font-size: 2em;
    font-weight: 100;
    text-align: -webkit-center;
    color: #333;
}

h2 {
    font-size: 20px;
    padding: 10px 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #333;
}

    h2 span {
        /*font-weight: 100;*/
        /*color: #999;*/
        text-align: -webkit-auto;
        display: -webkit-inline-box;
        margin-bottom: 0.4em;
        margin-left: 0;
        width: 100%;
    }

/*a {
    display: block;
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
    border-bottom: 1px solid #ebebeb;
    color: #333;
    text-decoration: none;
    background: #f8f8f8;
    transition: background ease-in-out .2s;
}

    a:hover {
        background: #dedede;
    }

    a span {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px;
        padding: 2px;
        border-radius: 50%;
        color: white;
        font-size: 14px;
        text-align: center;
    }

    a .html {
        background: #2980b9;
    }

    a .css {
        background: #e67e22;
    }*/

.owner h2 {
    padding: 20px 0 10px 20px;
    border: none;
    color: #333;
}

.owner p {
    padding: 0 20px;
    color: #999;
    font-weight: 100;
}

.button {
    display: block;
    /*width: 250px;*/
    width: 150px;
    height: 50px;
    /*margin: 20px auto;*/
    border: none;
    border-radius: 5px;
    background: #1dd2af;
    color: white;
    font-size: 16px;
    font-weight: 100;
    transition: background ease-in-out .2s;
    cursor: pointer;
}

    .button:hover {
        background: #1abc9c;
    }

    .button:focus {
        outline: none;
    }

.button {
    outline: none;
}

    .button:hover {
        cursor: pointer;
    }

.download-button:active {
    background: #A21B00;
}

.import-button:active {
    background: #5D5D5D;
}

.download-button {
    display: -webkit-inline-box;
    margin-left: 0;
    margin-right: -1.4em;
    width: 130px;
    height: 50px;
    border: none;
    border-right: 2px solid white;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    color: white;
    background: #4CAF50;
}

.import-button {
    display: -webkit-inline-box;
    margin-left: -1.2em;
    width: 130px;
    height: 50px;
    border: none;
    border-left: 2px solid white;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    color: white;
    background: #7E7E7F;
}

.area {
    position: relative;
}

    .area p {
        position: absolute;
        top: 10px; /* Magic number? :( */
        left: 164px;
        background: #282829;
        line-height: 25px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        color: white;
        text-align: center;
        border: 2px solid white;
        font-size: 15px;
    }

.modal77 {
    position: fixed;
    z-index: 1040;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    -moz-opacity: .8;
}

.center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 100px;
    text-align: -webkit-center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center > img {
        width: 60%;
    }

.at-floating-card {
    z-index: 999999;
    display: -webkit-inline-box;
    align-items: center;
    flex-direction: row;
    background: #FFFFFF;
    max-width: 498px;
    width: 498px;
    /*height: 120px;*/
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 0 0 0 0px;
    padding: 10px 6px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.at-floating-card__thumbnail {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    margin: 0 20px 0 0;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

    .at-floating-card__thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 100%;
    }

.at-floating-card__title {
    /*margin: 5px 0 14px;*/
    margin: 5px -5px 14px;
    /*padding: 1em;*/
    color: #444444;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
}

.at-floating-card__sub-title {
    margin: -20px 0 0 15px;
    text-align: -webkit-left;
    padding: 0;
    color: #999999;
    font-size: 12px !important;
    font-weight: 600;
}

    .at-floating-card__sub-title a {
        color: #CCCCCC;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

.at-floating-card__description {
    margin: 0 0 6px;
    padding: 0;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}

.at-floating-card__footer {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    padding-top: 1em;
    margin-left: -1.5em;
}

    .at-floating-card__footer span {
        margin: 0 4px;
    }

    .at-floating-card__footer a {
        color: inherit;
        font-size: 12px;
        text-decoration: none !important;
    }

        .at-floating-card__footer a:hover {
            text-decoration: underline;
        }

.whatsappbtn {
    /*float: right;
    height: auto;
    margin-top: -3.1em;
    margin-right: 0em;*/
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    border: none;
}

.contactBtn {
    width: 50%;
    border-radius: 0;
    font-size: 12px;
    color: #fff !important;
    border-color: #fff !important;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    top:0;
    margin-bottom:1em;
    /*padding: 0.3rem 1rem;*/
}

.divSection {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 480px) {
    .at-floating-card {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .at-floating-card__thumbnail {
        margin: 0 0 29px;
        margin-top: 10px;
    }

    .divSection {
        padding-top: 3em;
        padding-left: 0;
        padding-right: 0;
    }

    section {
        width: 100% !important;
        margin: 0 !important;
        padding: 0px 0;
        border: 1px solid #ebebeb;
        border-radius: 0 !important;
        background: white;
        text-align: center;
    }

    h2 span {
        /*font-weight: 100;*/
        /*color: #999;*/
        text-align: -webkit-auto;
        display: -webkit-inline-box;
        margin-bottom: 0.4em;
        margin-left: -5px !important;
        width: 100%;
    }

    

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        /*padding-left: 2em !important;
        margin-top: 1em !important;
        margin-bottom: -0.8em;*/
        list-style: none;
    }

    #form1 > nav > button {
        padding: 0 !important;
    }

    #form1 > nav > a > img {
        width: 30px !important;
        height: 30px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-size: 22px !important;
    }

    .btncenter {
        position: fixed;
        bottom: 0.5em !important;
        right: 0.3em;
        margin: auto;
    }
}

.slogan {
    font-size: 18px;
    color: #fff;
    position: relative;
    left: 0.2em;
    top: 0.1em;
}


/*NavBar*/

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0rem;
    margin-left: -8px;
}

.btn-warningg {
    background-color: unset;
    /*border-color: unset;*/
    border-color: #ffc107;
    padding: 0.1em 1.3em 1.68em 0.4em;
    height: 28px;
    width: 28px;
}

.validator {
    color: red;
    font-size: 12pt;
    font-weight: bold;
    float: right;
    right: 0;
    margin-bottom: -5em;
    margin-right: 10px;
    margin-top: 1.5em;
    position: absolute;
    display: inline;
}

.spanSplit {
    position: inherit;
    padding: 0.5em;
    background: #282829;
    line-height: 25px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    border: 2px solid white;
    font-size: 15px;
}

.btnFloat {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    /*border: solid 3px #fff;*/
    border-radius: 100px;
    /*width: 55px;
    height: 55px;*/
    color: #fff;
    font: 30px Helvetica;
    line-height: 15px;
    text-align: center;
    /*background: #ffc107;*/
    /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #efaf12 25%, #fecb09 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #deb44c 62.5%, #fdc20d 100%);*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: 0 0 8px #ffc1078f;
    box-shadow: 0 0 15px #000;
    z-index: 99;
}

    .btnFloat:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }

    .btnFloat.press {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

.btncenter {
    position: fixed;
    bottom: 0.5em;
    right: 0.3em;
    margin: auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}