#home {
    background-image: url(../bundles/simaadmin/img/landing_integrations/albor/bg-circulos-home.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 90% 0%
}

#home p {
    font-weight: 300
}

#home p strong {
    font-weight: 600
}

.logo-home {
    margin-bottom: 100px
}

.img-mobile {
    position: absolute;
    bottom: -220px;
    z-index: 1;
    left: 60px
}

#evolucion .container {
    position: relative
}

.evolucion-image {
    position: absolute;
    bottom: -260px;
    right: 50px;
    width: 330px;
    height: 394px;
    background: url(../bundles/simaadmin/img/landing_integrations/albor/bg-verde-circulo-chico.png) no-repeat;
    z-index: 0
}

#evolucion h1 {
    max-width: 75%;
    font-size: 42px;
    font-weight: 300
}

#evolucion h1 span {
    color: #262929;
    font-weight: 700
}

.btn-evolucion {
    padding: 10px 35px;
    height: 60px;
    border-radius: 35px;
    background: transparent;
    color: #262929;
    font-weight: 700;
    font-size: 25px;
    margin: 60px auto;
    display: inline-block;
    border: solid 3px #fff
}

#vida h3 {
    font-size: 42px;
    font-weight: 300;
    margin-top: 40px;
    max-width: 75%
}

#vida h3 strong {
    font-weight: 700
}

#datos p {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 300!important
}

#datos p strong {
    font-weight: 700!important
}

.col-datos-a {
    padding-right: 130px
}

.col-datos-b {
    padding-left: 120px
}

#contacto .subtitle {
    font-size: 30px
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px
}

.inputBox .inputText {
    color: #262929;
    position: absolute;
    font-size: 24px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
    text-align: center
}

.inputBox .input {
    color: #262929;
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 24px;
    border-bottom: 1px solid #00b659
}

.inputBox .input::placeholder {
    color: #8a8a8a;
    font-weight: 600;
    opacity: 1;
    font-weight: 300
}

.inputBox .input:-ms-input-placeholder {
    color: #8a8a8a;
    font-weight: 600;
    font-weight: 300
}

.inputBox .input::-ms-input-placeholder {
    color: #262929;
    font-weight: 600;
    font-weight: 300
}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #262929
}

textarea {
    height: 100px!important
}

.buttonForm {
    padding: 0 55px 1px;
    height: 50px;
    border-radius: 25px;
    border: none;
    outline: 0;
    background: #00a976;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin: 0 auto;
    display: block
}

input:-internal-autofill-selected {
    background-color: none!important
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s;
    background-color: none!important
}

#messagesCont {
    color: #262929!important;
    font-size: 1.5em;
    text-align: center;
    margin-top: 10px
}

footer {
    text-align: center;
    padding: 5em 0
}

footer img {
    max-width: 500px!important;
    height: auto
}

@media only screen and (max-width:800px) {
    h1 {
        font-size: 38px
    }
    section {
        padding: 50px 0
    }
    #home .col-md-8 {
        padding: 2em
    }
    .col-mobile {
        text-align: center
    }
    .img-mobile {
        position: relative;
        bottom: -100px;
        z-index: 1;
        left: 0;
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto
    }
    .bg--black-green {
        background: linear-gradient(to bottom, #262929 0%, #262929 50%, #00a976 50%, #00a976 100%)
    }
    #datos p {
        font-size: 26px;
        font-weight: 300!important
    }
    .tit-datos {
        padding-top: 200px
    }
    #evolucion h1 {
        max-width: 85%;
        font-size: 32px;
        font-weight: 300
    }
    .evolucion-image {
        position: absolute;
        bottom: -46.5%;
        right: 55px;
        width: 330px;
        height: 394px;
        background: url(../bundles/simaadmin/img/landing_integrations/albor/bg-verde-circulo-chico.png) no-repeat;
        z-index: 0
    }
    #vida h3 {
        font-size: 36px;
        max-width: 100%
    }
    .col-datos-a {
        padding-right: 30px;
        padding-left: 20px
    }
    .col-datos-b {
        padding-left: 20px
    }
    footer img {
        max-width: 100%!important;
        height: auto
    }
}