﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
    padding-top: 100px;
    background: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #64686d;
    line-height: 26px
}

.backtop {
    position: fixed;
    cursor: pointer;
    bottom: -10px;
    right: 0;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    font-size: 1em;
    color: #fff;
    z-index: 10000;
    background: rgba(0,0,0,.3)
}

.featured, a, ul.nostyle i {
    color: #45aed6
}

.backtop:hover {
    background: rgba(44,142,179,.8)
}

*html .allContent, body, html {
    height: 100%
}

.allContent {
    min-height: 100%;
    position: relative
}

.body {
    margin-bottom: 100px !important
}

.my-bg {
    background: #eee !important
}

body.register {
    padding-top: 30px
}

.m_bottom {
    margin-bottom: 25px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: Roboto,sans-serif;
    color: #272727
}

a {
    -webkit-transition: color .4s,background-color .4s;
    -moz-transition: color .4s,background-color .4s;
    -o-transition: color .4s,background-color .4s;
    transition: color .4s,background-color .4s
}

select option {
    outline: 0;
    padding: 10px 15px
}

a:focus, a:hover {
    text-decoration: none;
    color: #2a95be
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
}

.no-resize {
    resize: none
}

.chart {
    width: 100%;
    height: 380px
}

.gradiant {
    background-image: -moz-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%)
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg,#2caab3 0,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg,#2caab3 0,#2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg,#2caab3 0,#2c8cb3 100%)
}

.section-header {
    margin-top: 50px;
    margin-bottom: 50px
}

    .section-header .section-title {
        font-size: 2em;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px
    }

.column-title, .number-spinner {
    margin-bottom: 15px
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #45aed6
}

.btn {
    border-width: 0 0 3px;
    border-radius: 3px
}

    .btn.btn-primary {
        background: #45aed6;
        border-color: #2a95be
    }

        .btn.btn-primary:focus, .btn.btn-primary:hover {
            background: #2a95be
        }

.btn-more {
    height: 46px;
    line-height: 38px
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.featured {
    border: 2px solid #45aed6;
    padding: 15px;
    font-size: 1.5em
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.menu-small {
    padding: 0 !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1)
}

    .menu-small .navbar-brand {
        padding: 10px 15px !important;
        -moz-transition: padding 1s ease .1s;
        -webkit-transition: padding 1s ease .1s;
        transition: padding 1s ease .1s
    }

        .menu-small .navbar-brand img {
            height: 35px !important;
            -moz-transition: height 1s ease .1s;
            -webkit-transition: height 1s ease .1s;
            transition: height 1s ease .1s
        }

        .menu-small .navbar-brand.register-logo img {
            display: block;
            width: 194px;
            max-width: 100%;
            height: auto !important;
            max-height: 35px;
            object-fit: contain;
        }

    .menu-small .navbar-nav > li > a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        -moz-transition: padding .5s ease .1s;
        -webkit-transition: padding .5s ease .1s;
        transition: padding .5s ease .1s
    }

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

    .navbar.navbar-default .navbar-toggle {
        margin-top: 32px
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 22px 15px 21px
    }

.navbar-default .navbar-nav .score {
    background: #4e008b
}

.navbar-default .navbar-nav .login {
    background: #009add
}

.btnBackSystem {
    background-color: #009DE0;
    color: #fff !important;
    font-weight: 700
}

    .btnBackSystem:hover {
        background-color: #45aed6 !important;
        color: #fff !important
    }

@media only screen and (min-width:1200px) {
    #main-menu.navbar-default {
        background: rgba(255,255,255,.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.1)
    }

        #main-menu.navbar-default .navbar-nav > li > a {
            padding-top: 40px;
            padding-bottom: 40px
        }

        #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: 0 0;
            padding-top: 40px
        }

        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 220px;
            top: 70px;
            background-color: rgba(255,255,255,.9);
            border: 1px solid #eee;
            border-radius: 3px;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webit-transition: border-color .4s;
                transition: border-color .4s
            }

                #main-menu.navbar-default .dropdown-menu > li > a {
                    padding: 10px 0;
                    color: #777
                }

                #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0
                }

                #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
                    color: #45aed6;
                    background-color: transparent
                }
}

#cta {
    padding: 50px 0 20px;
    background-color: #eee
}

    #cta h2 {
        margin-top: 0
    }

    #cta .btn {
        margin-top: 40px
    }

    #cta .btn-now {
        display: inline-block;
        color: #fff !important;
        margin-top: 15px;
        border-radius: 0;
        padding: 15px 20px
    }

#about, #scenario, #services, #tool {
    padding: 70px 0
}

.quotation-mark {
    position: absolute;
    left: 120px;
    top: 0;
    font-weight: 700;
    font-size: 100px;
    color: #ccc;
    font-family: "Times New Roman",Georgia,Serif
}

#cta2, #cta2 h2, #cta3 {
    color: #fff
}

#cta2 {
    background: url(../images/cta2/bg.jpg) 50% 50% no-repeat #242a33;
    background-size: cover;
    padding: 40px 0
}

#cta3 {
    background: #222;
    background-size: cover;
    padding: 40px 0 20px
}

    #cta3 p {
        font-size: 2em !important;
        color: #ccc;
        padding-bottom: 15px
    }

#cta2 .btn {
    margin-top: 10px
}

#cta2 h2 {
    font-size: 44px;
    line-height: 1
}

    #cta2 h2 > span {
        color: #45aed6
    }

#tool .media.service-box:first-child {
    margin-top: 80px
}

.media.service-box {
    margin: 25px 0
}

    .media.service-box .pull-left {
        margin-right: 20px
    }

        .media.service-box .pull-left > i {
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            border-radius: 100%;
            color: #45aed6;
            box-shadow: inset 0 0 0 1px #d7d7d7;
            -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
            transition: background-color .4s,background-color .4s;
            position: relative
        }

            .media.service-box .pull-left > i:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                top: 50%;
                margin-top: -10px;
                right: -10px;
                border: 4px solid #fff;
                border-radius: 20px;
                background: #45aed6
            }

.embed-responsive {
    margin-bottom: 15px
}

#scenario {
    background: #F1F4F9;
    background-size: cover
}

    #scenario h1, #scenario h2, #scenario h3, #scenario h4 {
        color: #272727
    }

    #scenario strong {
        display: block;
        margin-bottom: 30px
    }

.scenario {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 20px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px
}

#pricing {
    padding: 80px 0
}

    #pricing ul.pricing {
        list-style: none;
        margin: 70px 0 30px;
        border: 1px solid #eee;
        border-radius: 5px 5px 4px 4px;
        padding: 15px;
        text-align: center
    }

        #pricing ul.pricing li {
            display: block;
            padding: 10px
        }

            #pricing ul.pricing li.plan-header {
                background: #eee;
                border-radius: 4px 4px 0 0;
                margin: -15px -15px 10px;
                padding: 15px 15px 30px;
                border: 0
            }

                #pricing ul.pricing li.plan-header .price-duration {
                    position: relative;
                    margin-top: -63px;
                    top: -10px;
                    display: inline-block;
                    width: 116px;
                    height: 116px;
                    background-image: -moz-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
                    color: #fff;
                    border-radius: 100px;
                    border: 5px solid #f6f6f6
                }

                    #pricing ul.pricing li.plan-header .price-duration > span {
                        display: block;
                        line-height: 1
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span.price {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 35px
                        }

                        #pricing ul.pricing li.plan-header .price-duration > span.duration {
                            margin-top: 5px
                        }

                #pricing ul.pricing li.plan-header .plan-name {
                    margin-top: 10px;
                    font-size: 24px;
                    color: #272727;
                    font-weight: 700;
                    line-height: 1;
                    text-transform: uppercase
                }

        #pricing ul.pricing.featured {
            background: #222534;
            color: #fff;
            border: 0
        }

.bg-color, .prices {
    border-bottom: 1px solid #ccc
}

#pricing ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%)
}

    #pricing ul.pricing.featured li.plan-header .plan-name {
        color: #fff
    }

.prices {
    padding-bottom: 40px;
    background: #F1F4F9;
    border-top: 1px solid #ccc
}

.big {
    font-size: 1.6em
}

.option {
    background: #f9f9f9;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border-radius: 5px;
    position: relative;
    margin: 20px 0;
    text-align: center;
    color: #333;
    overflow: hidden
}

.my-border {
    box-shadow: 0 0 2px #4ABA58
}

.option > .option-title {
    padding: 20px
}

    .option > .option-title > h3 {
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        margin: 0
    }

    .option > .option-title > span {
        font-style: italic;
        font-size: 16px
    }

.option > .option-price {
    background: #fff;
    padding: 10px 0;
    color: #009DE0
}

.other-color {
    color: #4ABA58 !important
}

.option > .option-price > .price {
    display: block;
    font-size: 2.5em;
    padding-top: 10px;
    font-weight: 700;
    font-style: italic
}

.option > .option-price > .period {
    font-size: 1em
}

.option .option-list {
    padding: 0
}

.option .item-list {
    list-style: none;
    padding: 0
}

    .option .item-list li:nth-child(even) {
        background: #fdfdfd
    }

    .option .item-list > li {
        padding: 10px 5px;
        font-size: 16px
    }

.option .btn {
    width: 100%;
    padding: 18px 8px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    margin-top: -8px
}

.option .btn-success {
    color: #fff;
    background: #009DE0;
    border-radius: 0 0 5px 5px
}

#drop, .bg-color {
    border-radius: 5px
}

.option .btn-success:hover {
    background: #222
}

.my-border .btn-success {
    background: #4ABA58 !important
}

.ico {
    color: #4ABA58;
    font-size: 1.4em !important
}

#reviews, #reviews h1, #reviews h2 {
    color: #fff
}

#reviews {
    padding: 70px 0;
    background-image: -moz-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0,#2c8cb3 100%)
}

#contact {
    position: relative;
    overflow: hidden
}

.navbar.navbar-default .container {
    position: relative;
}

.navbar-language-switcher {
    align-items: center;
    display: flex;
    float: right;
    margin: 22px 0 0 12px;
    position: relative;
    z-index: 5;
}

.language-switcher-button {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    line-height: 0;
    padding: 2px;
}

.language-switcher-button + .language-switcher-button {
    margin-left: 6px;
}

.language-switcher-button.active {
    border-color: #00ABEC;
}

.language-switcher-flag {
    display: block;
    height: 22px;
    width: 32px;
}

@media (max-width: 767px) {
    .navbar-language-switcher {
        float: none;
        margin: 0;
        position: absolute;
        right: 62px;
        top: 19px;
    }
}

body.register .register-secure-panel {
    align-items: flex-start;
    background: #f5fbf8;
    border: 1px solid #cde9dc;
    border-radius: 4px;
    color: #315b45;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding: 14px 16px;
}

body.register .register-secure-panel strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

body.register .register-secure-panel p {
    color: #4d6b5c;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

body.register .register-secure-icon {
    align-items: center;
    background: #2b8a57;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 34px;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

    #contact .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(69,174,214,.3);
        z-index: 1
    }

    #contact .contact-form {
        background: rgba(255,255,255,.8);
        padding: 20px;
        margin-top: 40px
    }

        #contact .contact-form h3 {
            margin-top: 0
        }

.bg-color {
    display: block;
    background: #eee;
    padding: 40px 0
}

#drop {
    background: #F7F8FC;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 25px 0;
    padding: 20px;
    outline: #92B0B3 dashed 1px;
    outline-offset: -10px;
    transition: outline-offset .15s ease-in-out 0s,background-color .15s linear 0s
}

.box_input {
    font-size: 1.25rem;
    position: relative;
    padding: 60px 20px
}

    .box_input p {
        color: #999
    }

.myclass {
    font-size: 6em;
    margin-bottom: 25px
}

.or {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.inputFile span, .my-tooltip:hover .tooltiptext, .slide {
    display: block
}

.inputFile {
    width: 100%;
    float: left;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px dashed #ccc
}

    .inputFile span {
        width: 100%;
        position: absolute;
        text-align: center;
        line-height: 45px;
        color: #999;
        font-size: .98em
    }

#footer, #footer a {
    color: #fff
}

.inputFile input {
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: 0;
    cursor: pointer
}

#drop:hover {
    background: #eee
}

.mybutton {
    float: right;
    outline: 0
}

.my-btn {
    position: relative;
    left: -5px;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #5CB85C;
    border-left: none
}

.bonus {
    background: #fff
}

.my-form {
    border: 1px solid #fff;
    padding: 5px 0 5px 5px;
    border-radius: 5px
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #2e2e2e
}

    #footer a:hover {
        color: #45aed6
    }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px
    }

        #footer ul > li {
            display: inline-block;
            margin: 0 7.5px
        }

@media only screen and (min-width:320px) {
    .pantent h2 {
        position: relative;
        z-index: 100
    }
}

@media only screen and (min-width:768px) {
    #footer .social-icons {
        float: right
    }
}

@media (max-width:768px) {
    #cta .btn-now, #cta h2, #footer, .pantent {
        text-align: center
    }

    #cta .btn-now, .line-break {
        display: block
    }

    .pantent {
        margin-top: 25px
    }

    #cta .btn-now {
        margin: 25px auto;
        width: 220px
    }

    .quotation-mark {
        top: 25px;
        left: 15px
    }

    #main-slider {
        display: none
    }
}

@media (max-width:1200px) {
    .quotation-mark {
        top: 25px;
        left: 20px
    }

    .media-thousand {
        display: block
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none
}

.contract-terms {
    max-height: 200px;
    overflow-y: scroll;
    padding: 15px !important
}

.my-tooltip {
    position: relative;
    display: inline-block;
    color: #45AED6
}

    .my-tooltip .tooltiptext {
        display: none;
        font-family: Arial,Helvetica,sans-serif;
        background-color: #222;
        width: 100%;
        min-width: 300px;
        color: #fff;
        padding: 10px;
        text-align: center;
        top: -40px;
        left: 50%;
        margin-left: -150px;
        opacity: .7;
        filter: alpha(opacity=40);
        position: absolute;
        z-index: 1
    }

        .my-tooltip .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #222 transparent transparent
        }

.tooltiptext .tip-position {
    top: -100px
}

#portfolio {
    background: url(../images/cta2/logotipos.png) #f5f5f5;
    padding: 50px 0 90px
}

.app:hover {
    opacity: .5
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?f8ryd6);
    src: url(../fonts/icomoon.eot?f8ryd6#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf?f8ryd6) format('truetype'),url(../fonts/icomoon.woff?f8ryd6) format('woff'),url(../fonts/icomoon.svg?f8ryd6#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-locked:before {
    content: "\e900"
}

.slide {
    position: relative;
    overflow: hidden
}

.slide_controll {
    position: absolute;
    top: 28%;
    width: 100%
}

.slide_nav {
    position: absolute;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    font-size: 2em;
    background: rgba(255,255,255,.4);
    cursor: pointer;
    z-index: 89;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

    .slide_nav:hover {
        background: #45aed6;
        color: #fff
    }

    .slide_nav.back {
        left: 15px
    }

    .slide_nav.go {
        right: 15px
    }

.slide_item {
    display: none
}

    .slide_item.first {
        display: block
    }

.slide_item_desc {
    padding: 5px;
    color: #fff;
    background: rgba(0,40,65,.9);
    text-transform: uppercase
}

    .slide_item_desc h1 {
        margin-bottom: 10px;
        font-size: 1.5em;
        color: #fff;
        font-weight: 100
    }

.hundred {
    font-weight: 100 !important
}

.tagline {
    font-weight: 700
}

.text-loc {
    padding-right: 8px
}

@media (max-width:480px) {
    .slide_controll {
        top: 26%
    }

    .slide_nav {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 1.3em
    }
}

@media (min-width:60em) {
    .slide_item_desc .tagline, .slide_item_desc h1, .text-go {
        font-size: 1.8em;
        text-shadow: 2px 2px 4px #000
    }

    .slide_controll {
        width: 92%;
        margin: 0 4%;
        top: 30%
    }

    .slide_item_desc {
        position: absolute;
        width: 100%;
        padding: 10px 0;
        bottom: 0
    }

        .slide_item_desc .tagline, .text-go {
            color: #fff
        }
}

@media (min-width:85em) {
    .slide_item_desc {
        width: 100%;
        padding: 5px 0 10px
    }

    .slide_nav.back, .slide_nav.go {
        margin: 0
    }
}

@media (min-width:100em) {
    .slide_controll, .slide_item_desc {
        width: 100%;
        margin: 0
    }

    .slide_controll {
        top: 38%
    }
}
