html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #506690;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus {
    text-decoration: none
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1040px;
    }
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col,
.col-6,
.col-4,
.col-3 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width:992px) {
    .row-center {
        font-size: 0;
    }

    .row-center>* {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        float: none !important;
    }

    .col,
    .col-6,
    .col-4,
    .col-3 {
        float: left;
    }

    .col.image{
        width: 57%;
    }
    .col.text{
        width: 43%;
    }
    
    .col-6 {
        width: 50%;
    }

    .col-4 {
        width: 33.3333333%;
    }

    .col-3 {
        width: 25%;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg-1.png), url(../img/bg-2.png), url(../img/bg-3.png?v=1);
        background-repeat: no-repeat;
        background-position: left top, left bottom, right top;
        background-size: auto 15%;
        z-index: -1;
    }
}


section {
    padding: 120px 0;
    position: relative;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo {
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 13px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #DDD;
    box-shadow: none;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
}
.btn-primary {
    color: #fff;
    background-color: #ff5c98;
    border-color: #ff5c98;
    box-shadow: none;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
}

.btn.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5c98;
}

.btn.loading:after {
    font-family: Feather;
    content: "\e986";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn:hover,
.btn:focus {

    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.mt-3 {
    margin-top: 16px
}

.ml-3 {
    margin-left: 16px
}

.mt-4 {
    margin-top: 24px
}

.logos {
    padding: 50px 0;
    border-top: 1px solid #f1f4f8;
    border-bottom: 1px solid #f1f4f8;
}

.logos .image {
    max-height: 60px !important;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .8 !important;
}

.logos img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .8;
}

.bg-gray {
    background: #f9fbfd;
}

.heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.heading h2 {
    font-size: 30px;
    color: #161c2d;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.35;
}

.heading p {
    font-size: 19px;
    line-height: 1.6;
}

form {
    max-width: 866px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 24px;
}

.has-error .form-control {
    border-color: #df4759;
}

.form-group label {
    margin-bottom: 8px;
    display: inline-block;
    color: #161c2d;
    font-size: 15px;
}

.form-control {
    width: 100%;
    color: #161c2d;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 17px;
    padding: 13px 20px;
    height: 48px;
    transition: all .2s;
    vertical-align: middle;
}

textarea.form-control {
    height: auto;
}

.checkbox {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.checkbox input {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.checkbox .has-error {
    color: #df4759;
}

.honey {
    display: none;
}

.form-control:focus {

    color: #161c2d;
    background-color: #fff;
    border-color: #a7b9f6;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::placeholder {
    color: #869ab8;
    opacity: 1
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #F44336;
}

@media (max-width:991px) {
    section {
        padding: 80px 0;
    }
}

.hero-text .text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 15px 0;
}

.hero-text .text ul i {
    background-color: rgba(120, 186, 255, 0.1);
    color: #78baff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    margin-right: 16px;
}

.hero-text .text ul li {
    margin-bottom: 8px;
    color: #78baff;
    font-weight: 500;
}
.show-mobile{
    display: none;
}

@media (max-width:991px) {
    .hero-text .image {
        display: none;
    }
    .show-mobile{
        display: block;
        margin: 15px 0 30px;
    }
}

.by {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #00B0F0;
}

.by img {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.close {
    float: right;
    font-size: 25.5px;
    font-weight: 600;
    line-height: 1;
    color: #869ab8;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(22, 28, 45, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(22, 28, 45, 0.5);
    box-shadow: 0px 8px 16px 0px rgba(22, 28, 45, 0.5);
    outline: 0;
    padding: 25px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #161c2d;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal-header {
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #161c2d;
    font-weight: 600;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px;
    }
}

footer {
    background: #78baff;
    color: #FFF;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

footer a {
    color: inherit;
    transition: all .2s;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main {
    padding: 70px 0;
}

.footer-main h3 {
    color: #FFF;
    margin-top: 0;
}

.footer-posts {
    list-style: none;
}

.footer-posts li {
    margin-bottom: 10px;
}

.footer-posts .post-date {
    display: block;
    font-size: 13px;
}

.footer-posts .post-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    font-size: 13px;
}

.copyright {
    float: left;
}

.firma {
    float: right;
}

@media (max-width:991px) {

    .footer-main .row>.col-4+.col-4 {
        margin-top: 30px;
    }

    .copyright,
    .firma {
        float: none;
    }
}
.alert-success {
    text-align:center;
}

.alert-success i{
    font-size:45px;
    background-color: rgba(66,186,150,.1);
    color: #42ba96;
    line-height: 70px;
    width: 70px;
    height: 70px;
    display:inline-block;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom:15px;
}
.alert-success p{
    font-size:24px;
    font-weight: 500;
    color: #42ba96;
}


.table {
    border-width: 1px 1px 0;
    border-color: #dae4f9;
    border-style: solid;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 1rem 1.5rem
}

.table>thead {
    color: #506690;
}

.table td,.table th+th {
    border-left: 1px solid #dae4f9;
    border-bottom: 1px solid #dae4f9;
}

.table>thead>tr>th {
    border-bottom: none
}

.table.striped tbody tr:nth-child(even) td,.table.striped tbody tr:nth-child(even) th,.table>thead {
    background-color: #dae4f9;
}