html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

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

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

@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello/fontello.eot?43539948");
    src: url("fonts/fontello/fontello.eot?43539948#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff2?43539948") format("woff2"), url("fonts/fontello/fontello.woff?43539948") format("woff"), url("fonts/fontello/fontello.ttf?43539948") format("truetype"), url("fonts/fontello/fontello.svg?43539948#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none
}

.icon-user:before {
    content: '\e800'
}

.icon-comment:before {
    content: '\e801'
}

.icon-print:before {
    content: '\e802'
}

.icon-phone:before {
    content: '\e803'
}

.icon-ok-circled:before {
    content: '\e804'
}

.icon-warning:before {
    content: '\e805'
}

.icon-liderazgo:before {
    content: url("../images/icon-liderazgo.png");
}

.icon-wrench:before {
    content: '\e806'
}

.icon-truck:before {
    content: '\e807'
}

.icon-cog:before {
    content: '\e808'
}

.icon-certificate:before {
    content: '\e809'
}

.icon-pencil-1:before {
    content: '\e80b'
}

.icon-mail:before {
    content: '\f0e0'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-spinner:before {
    content: '\f110'
}

.icon-info-1:before {
    content: '\f129'
}

.icon-doc-inv:before {
    content: '\f15b'
}

.icon-doc-text-inv:before {
    content: '\f15c'
}

.icon-box:before {
    content: '\f187'
}

.icon-recycle:before {
    content: '\f1b8'
}

.icon-wechat:before {
    content: '\f1d7'
}

.icon-chart-line:before {
    content: '\f201'
}

.icon-user-plus:before {
    content: '\f234'
}

html,
body {
    overflow-x: hidden !important
}

body {
    background-color: #edeff4;
    font-family: "Open Sans", sans-serif;
    color: #7f7f7f;
    position: relative
}

a {
    text-decoration: none;
    color: inherit
}

strong {
    font-weight: 400
}

img {
    vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/*.container {
    *zoom: 1;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
}*/
.container {
    *zoom: 1;
    max-width: 100%;
    /*margin-left: auto;
    margin-right: auto;*/
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
}

.container:after {
    content: "";
    display: table;
    clear: both
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 765px) {
    .container {
        max-width: 765px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }
    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }
    .container:after {
        content: " ";
        display: block;
        clear: both
    }
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.logo-header {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999em;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%
}

.btn-radius {
    padding: 11px 23px;
    color: #fff;
    //-moz-border-radius: 20px;
    //-webkit-border-radius: 20px;
    //border-radius: 20px;
}

.btn-radius span {
    position: relative;
    z-index: 2;
}

.btn-radius.icon-transparent {
    background-image: none;
    border: 1px solid #fff
}

.btn-radius.btn-gradient {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    background-color: #fff;
    top: 4px;
}

.btn-radius.btn-gradient:hover {
    color: #c00412
}

.btn-radius.btn-gradient:hover:before {
    opacity: 0;
    border: 1px solid #c00412
}

.btn-radius.btn-gradient:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(59deg, #c00412 0%, #c00412 100%);
    //-moz-border-radius: 50px;
    //-webkit-border-radius: 50px;
    //border-radius: 50px;
    border: 1px solid #fff;
    opacity: 1;
    z-index: 1;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-radius.btn-gradient.btn-input {
    padding: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border: 1px solid #fff
}

.btn-radius.btn-gradient.btn-input:before {
    border: none
}

.btn-radius.btn-gradient.btn-input input {
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 17px 35px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-radius.btn-gradient.btn-input:hover {
    border: 1px solid #c00412
}

.btn-radius.btn-gradient.btn-input:hover input {
    color: #c00412
}

.btn-radius.btn-gradient.btn-input:hover:before {
    opacity: 0;
    border: none
}

.btn-radius.btn-opacity {
    position: relative
}

.btn-radius.btn-opacity:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    //background-image: linear-gradient(59deg, #392465 0%, #a13c58 100%);
    background-image: linear-gradient(59deg, #c00412 0%, #c00412 100%);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    opacity: .9;
    z-index: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.title-section {
    font-size: 25px;
    font-weight: 700;
    color: #810a03;
    margin-bottom: 25px
}

@media (min-width: 765px) {
    .title-section {
        font-size: 35px
    }
}

.headline-section {
    line-height: 150%;
    font-size: 14px;
    color: #7f7f7f
}
.headline-section2 {
    line-height: 150%;
    font-size: 14px;
    color: #7f7f7f
}

@media (min-width: 765px) {
    .headline-section {
        //width: 79.59184%;
        float: left;
        text-align: justify;
        margin-right: 2.04082%;
        font-size: 16px;
        line-height: 131%;
        float: none;
        margin: 0 auto
    }
        .headline-section2 {
            //width: 79.59184%;
            float: left;
            text-align: justify;
            margin-right: 2.04082%;
            font-size: 16px;
            line-height: 131%;
            float: none;
            margin: 0 auto
    }
}

.icon-section {
    font-size: 24px;
    display: inline-block;
    color: transparent;
    background: linear-gradient(59deg, #392465 0%, #a13c58 100%);
    -webkit-background-clip: text;
    position: relative
}

.circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 35px auto;
    width: 45px;
    height: 45px;
    position: relative
}

.circle-icon.solid {
    display: inline-flex;
    color: #fff;
    width: 37px;
    height: 37px;
    margin: 2px;
    border: none;
    background-image: url("../images/ubicacion.png");
}
.circle-icon.beneficio {
display: inline-flex;
    color: #fff;
    width: 37px;
    height: 37px;
    /* margin-top: 70px; */
    margin: 12px 12px -12px -4px;
    padding: 3px 3px 3px 2px;
    /* margin: 2px; */
    border: none;
    background-image: url(../images/bullet.png);
}

.circle-icon.icon-white {
    background-color: #fff
}

.circle-icon.icon-gray {
    background-color: #f0f0f0
}

.circle-icon.icon-transparent {
    background-image: none;
    border: 1px solid #fff
}

.circle-icon.icon-border {
    position: relative
}

.circle-icon.icon-border i {
    position: relative;
    z-index: 3
}

.circle-icon.icon-border:after {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    background-image: linear-gradient(60deg, #392465 0%, #a13c58 100%);
    z-index: 1;
    border-radius: inherit
}

.circle-icon.icon-border:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.circle-icon.icon-border.icon-white:before {
    background-color: #fff
}

.circle-icon.icon-border.icon-gray:before {
    background-color: #f0f0f0
}

.box {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    background: transparent
}

.box:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: -1px;
    background-image: linear-gradient(59deg, #392465 0%, #a13c58 100%);
    z-index: -1;
    border-radius: inherit
}

#site-header {
    position: absolute;
    width: 100%;
    z-index: 900;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #1e2024;
    *zoom: 1
}

#site-header:after {
    content: "";
    display: table;
    clear: both
}

#site-header .header-content {
    //border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    //display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 90px
}

#site-header .site-logo {
    background-image: url("../images/logo-aaaj-membresias.svg");
    width: 65px;
    height: 70px;
}

@media (min-width: 1024px) {
    #site-header .site-logo {
    background-image: url("../images/logo-aaaj-membresias.svg");
    width: 65px;
    height: 70px;
    }
}

#site-header .btn-radius {
    display: none
}

@media (min-width: 1024px) {
    #site-header .btn-radius {
        display: inline-block;
        font-size: 13px
    }
}

#site-header .btn-radius.btn-hidden {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    height: auto;
    padding: 13px 15px;
    font-size: 9px;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    font-family: "Open Sans", sans-serif
}

@media (min-width: 1024px) {
    #site-header .btn-radius.btn-hidden {
        display: inline-block;
        padding: 15px 20px;
        font-size: 13px;
        display: none
    }
}

#site-header .btn-radius.btn-opacity:before {
    opacity: 1
}

#site-header .logo-partner {
    background-image: url("../images/partner.png");
    width: 90px;
    background-size: 100%;
    height: 44px;
    display: none
}

@media (min-width: 765px) {
    #site-header .logo-partner {
        width: 117px;
        display: inline-block
    }
}

#site-header.header-gradient {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#site-header.header-fixed {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1e2024;
    //background-color: #392465;
    //background-image: linear-gradient(59deg, #392465 0%, #a13c58 100%)
}

#site-header.header-fixed .btn-radius.btn-hidden {
    display: inline-block
}

#site-header.header-fixed .btn-radius.btn-border-none {
    padding: 0
}

#site-header.header-fixed .btn-radius.btn-border-none:before {
    display: none
}

#site-header.header-fixed .logo-partner {
    -moz-background-size: inherit;
    -o-background-size: inherit;
    -webkit-background-size: inherit;
    background-size: inherit;
    width: 45px;
    background-position: initial;
    margin: 0;
    background-size: inherit
}

.Mensaje-error {
    margin-bottom: 7px;
    padding-left: 9px;
    margin-left: 4px;
    font-size: 14px;
    top: -5px;
    position: relative;
    display: none
}

.Mensaje-error:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4.5px;
    width: 5px;
    height: 5px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff9b00
}

#top-site {
    padding: 0 0 24px 0;
    height: 100%;
    position: relative;
    //background-color: #000000;
    background-color: #ad1518;
    //background-image: linear-gradient(to top, #000055 0%, #2c4cc5 100%);
    background-image: url(../images/bg-slider-01.jpg);
    *zoom: 1
}

#top-site:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #top-site {
        padding: 0 0 150px 0;
        height: 560px
    }
}

@media (min-width: 765px) {
    //#top-site:before {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40vw 50px 70vw;
        z-index: 2;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

#top-site .img-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

@media (min-width: 765px) {
    #top-site .img-slider {
        height: 560px;
        z-index: 1
    }
}

#top-site #main-carousel #left-site {
    position: relative;
    z-index: 3;
    padding: 135px 0 0 0;
    color: #fff;
    display: flex;
    align-items: center
}

@media (min-width: 765px) {
    #top-site #main-carousel #left-site {
        height: 560px;
        padding: 100px 0 0 0
    }
}

#top-site #main-carousel #left-site .title-section {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 2px 7px #000000;
    margin-bottom: 7px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@media (min-width: 765px) {
    #top-site #main-carousel #left-site .title-section {
        font-size: 30px
    }
}

#top-site #main-carousel #left-site .headline-main {
    font-size: 20px;
    margin-bottom: 20px;
    text-shadow: 3px 2px 7px #000000;
    font-family: "Roboto", sans-serif;
    line-height: 146.6%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.texto-header {
    font-size: 16px;
    text-shadow: 3px 2px 7px #000000;
    font-family: "Roboto", sans-serif;
    color:#FFF;
    width: 55%;
}

@media (min-width: 765px) {.texto-header {
    font-size: 20px;
    text-shadow: 3px 2px 7px #000000;
    font-family: "Roboto", sans-serif;
    color:#FFF;
    width: auto;
    }
}

#top-site #main-carousel #left-site .there {
    background-image: url("../images/flechas.png");
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media (min-width: 765px) {
    #top-site #main-carousel #left-site .there {
        display: block
    }
}

#top-site #main-carousel #left-site .content-slider {
    padding: 0 40px
}

@media (min-width: 765px) {
    #top-site #main-carousel #left-site .content-slider {
        width: 41%;
        float: left;
        margin-right: 2.04082%;
        padding: 0
    }
}

#top-site #main-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

#top-site #main-carousel .owl-nav .owl-next {
    right: 0px
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-next {
        right: 50px
    }
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-next:hover {
        right: 45px
    }
}

#top-site #main-carousel .owl-nav .owl-next:before {
    content: '\f105'
}

#top-site #main-carousel .owl-nav .owl-prev {
    left: 0px
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-prev {
        left: 50px
    }
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-prev:hover {
        left: 45px
    }
}

#top-site #main-carousel .owl-nav .owl-prev:before {
    content: '\f104'
}

#top-site #main-carousel .owl-nav .owl-prev,
#top-site #main-carousel .owl-nav .owl-next {
    position: absolute;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-prev:hover:before,
    #top-site #main-carousel .owl-nav .owl-next:hover:before {
        opacity: 0.8
    }
}

#top-site #main-carousel .owl-nav .owl-prev:before,
#top-site #main-carousel .owl-nav .owl-next:before {
    display: block;
    font-family: 'fontello';
    color: #fff;
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 765px) {
    #top-site #main-carousel .owl-nav .owl-prev:before,
    #top-site #main-carousel .owl-nav .owl-next:before {
        opacity: 0.3
    }
}

@media (min-width: 765px) {
    #top-site #cont-right {
        position: absolute;
        z-index: 2;
        top: 800px;
        left: 57%
    }
}

@media (min-width: 765px) {
    #top-site #cont-right .right-site {
        float: right;
        width: 380px
    }
}

#top-site #cont-right .right-site .right-title {
    margin: 0 0 25px 0;
    *zoom: 1
}

#top-site #cont-right .right-site .right-title:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #top-site #cont-right .right-site .right-title {
        margin: 0 0 25px 30px
    }
}

#top-site #cont-right .right-site .right-title .headphone-txt {
    font-size: 13px;
    color: #fff;
    text-align: right;
    display: inline-block;
    margin: 8px 0 0 35px;
    float: left;
    width: calc(100% - 150px);
    line-height: 115%
}

@media (min-width: 765px) {
    #top-site #cont-right .right-site .right-title .headphone-txt {
        font-size: 20px;
        margin: 5px 0 0 50px;
        width: calc(100% - 130px)
    }
}

#top-site #cont-right .right-site .right-title .circle-icon {
    float: right;
    margin: 0 50px 0 15px;
    background-image: url("../images/headphones.png");
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width: 765px) {
    #top-site #cont-right .right-site .right-title .circle-icon {
        margin: 0 15px 0 15px
    }
}

#top-site #cont-right .right-site form {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 18px 15px 20px 15px
}

@media (min-width: 765px) {
    #top-site #cont-right .right-site form {
        padding: 18px 30px 20px 30px
    }
}

#top-site #cont-right .right-site form .input-field {
    width: 100%;
    height: 28px;
    margin-bottom: 9px;
    outline: none;
    padding: 0px 15px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #e5e5e5
}

#top-site #cont-right .right-site form .input-field.text-area {
    padding: 10px 15px;
    height: 70px;
    resize: none
}

#top-site #cont-right .right-site form label {
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4e4e4e
}

#top-site #cont-right .right-site form i {
    float: right;
    color: #d9d9d9
}

#top-site #cont-right .right-site form .btn-radius {
    width: auto;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    height: auto;
    color: #fff;
    font-size: 12px;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    font-family: "Open Sans", sans-serif
}

#top-site #cont-right .right-site form .btn-radius:hover {
    color: #392465
}

#box-thanks {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 15px 20px 15px;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 765px) {
    #box-thanks {
        padding: 25px 29px 20px 29px
    }
}

#box-thanks .content-thanks {
    text-align: center
}

#box-thanks .content-thanks .title-thanks {
    font-size: 19px;
    /*color: transparent;*/
    background: linear-gradient(90deg, #810a03 0%, #810a03 100%);
    -webkit-background-clip: text;
    margin-bottom: 10px
}

#box-thanks .content-thanks .text-thanks {
    width: auto
}

#optimice {
    padding: 30px 0 30px 0;
    text-align: center
}

@media (min-width: 765px) {
    #optimice {
        padding: 30px 0 30px 0
    }
}

#optimice .headline-section {
    margin-bottom: 25px
}
#optimice .headline-section2 {
    margin-bottom: 0px;
}


@media (min-width: 765px) {
    #optimice .headline-section {
        margin-bottom: 25px
    }
        #optimice .headline-section2 {
            margin-bottom: 0px;
    }
}

@media (min-width: 765px) {
    #optimice .block-left {
        width: 66.66%;
        float: left;
        *zoom: 1
    }
    #optimice .block-left:after {
        content: "";
        display: table;
        clear: both
    }
}

#optimice .block-left .middle {
    width: 200px
}

@media (min-width: 765px) {
    #optimice .block-left .middle {
        width: 50%;
        float: right
    }
}

@media (min-width: 765px) {
    #optimice .block-left .list-left {
        width: 50%
    }
}

#optimice .list-items {
    padding-top: 30px
}

@media (min-width: 765px) {
    #optimice .list-items {
        width: 33.33%
    }
}

#optimice .list-items li {
    margin-bottom: 20px;
    line-height: 140%;
    position: relative
}

@media (min-width: 765px) {
    #optimice .list-items li {
        margin-bottom: 50px
    }
}

#optimice .list-items li:before {
    font-family: "fontello";
    content: '\e804';
    display: inline-block;
    position: absolute;
    top: 3px;
    background: linear-gradient(90deg, #392465 0%, #a13c58 100%);
    -webkit-background-clip: text;
    font-size: 11px;
    color: transparent
}

#optimice .list-items.list-left {
    color: #4e4e4e
}

@media (min-width: 765px) {
    #optimice .list-items.list-left {
        padding-right: 55px;
        text-align: right;
        float: left
    }
}

#optimice .list-items.list-left li {
    text-align: left;
    padding-left: 20px
}

@media (min-width: 765px) {
    #optimice .list-items.list-left li {
        padding-right: 20px;
        text-align: right
    }
}

#optimice .list-items.list-left li:before {
    left: 0
}

@media (min-width: 765px) {
    #optimice .list-items.list-left li:before {
        right: 0
    }
}

#optimice .list-items.list-left li:last-child {
    margin-bottom: 0
}

#optimice .list-items.list-right {
    color: #4e4e4e;
    text-align: left
}

@media (min-width: 765px) {
    #optimice .list-items.list-right {
        float: right;
        padding-left: 55px;
        text-align: left
    }
}

#optimice .list-items.list-right li {
    padding-left: 20px
}

#optimice .list-items.list-right li:before {
    left: 0
}

#optimice .list-items.list-right li:last-child {
    margin-bottom: 0
}

#info {
    padding: 20px 0 20px 0;
    background-color: #f0f0f0;
    text-align: center;
    *zoom: 1
}

#info:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #info {
        padding: 50px 0 40px 0
    }
}

#info p {
    margin-bottom: 40px
}

@media (min-width: 765px) {
    #info p {
        margin-bottom: 80px
    }
}

#info .bottom-section {
    position: relative;
    *zoom: 1
}

#info .bottom-section img {
    display: none
}

@media (min-width: 1024px) {
    #info .bottom-section img {
        display: inline-block;
        position: absolute;
        bottom: 15px;
        left: 30px
    }
}

#info .bottom-section:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #info .bottom-section .info-list {
        *zoom: 1
    }
    #info .bottom-section .info-list:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 1024px) {
    #info .bottom-section .info-list {
        width: 70%;
        float: right;
        margin-right: 0;
        height: 308px;
    }
}

#info .bottom-section .info-list ul {
    text-align: left
}

@media (min-width: 765px) {
    #info .bottom-section .info-list ul {
        *zoom: 1;
        width: 48.27586%;
        float: left;
        margin-right: 3.44828%
    }
    #info .bottom-section .info-list ul:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 765px) {
    #info .bottom-section .info-list ul:last-of-type {
        width: 70%;
        float: right;
        margin-right: 0;
        margin-top: 10px;
    }
}

#info .bottom-section .info-list ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}

@media (min-width: 765px) {
    #info .bottom-section .info-list ul li {
        font-size: 15px;
        line-height: 100%;
        color: #4e4e4e
    }
}

#info .bottom-section .info-list ul li .solid {
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 19px
}

/*Nuevo*/
#beneficio {
    padding: 20px 0 20px 0;
    background-color: #f0f0f0;
    text-align: center;
    *zoom: 1
}

#beneficio:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #beneficio {
        padding: 50px 0 40px 0
    }
}

#beneficio p {
    margin-bottom: 40px
}

@media (min-width: 765px) {
    #beneficio p {
        margin-bottom: 80px
    }
}

#beneficio .bottom-section {
    position: relative;
    *zoom: 1
}

#beneficio .bottom-section img {
    display: none
}

@media (min-width: 1024px) {
    #beneficio .bottom-section img {
        display: inline-block;
        position: absolute;
        margin-left: 65px;;
        /*bottom: 45px;*/
        /*left: 30px*/
    }
}

#beneficio .bottom-section:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 765px) {
    #beneficio .bottom-section .beneficio-list {
        *zoom: 1
    }
    #beneficio .bottom-section .beneficio-list:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 1024px) {
    #beneficio .bottom-section .beneficio-list {
	width: 82%;
	float: left;
	margin-left: -300px;
    	height: 308px;
    }
}

#beneficio .bottom-section .beneficio-list ul {
    text-align: left
}

@media (min-width: 765px) {
    #beneficio .bottom-section .beneficio-list ul {
        *zoom: 1;
        width: 48.27586%;
        float: left;
        margin-right: 3.44828%
    }
    #beneficio .bottom-section .beneficio-list ul:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 765px) {
    #beneficio .bottom-section .beneficio-list ul:last-of-type {
        width: 60%;
        float: right;
        margin-right: 0;
        /*margin-top: 40px;*/
    }
}

#beneficio .bottom-section .beneficio-list ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}

@media (min-width: 765px) {
    #beneficio .bottom-section .beneficio-list ul li {
        font-size: 15px;
        line-height: 140%;
        color: #4e4e4e
    }
}

#beneficio .bottom-section .beneficio-list ul li .beneficio {
    position: absolute;
    /*top: -11px;*/
    left: 0;
    font-size: 19px
}
/*Fin*/

#curso-coaching-neurociencia {
    padding: 50px 0;
    background-image: url("../images/bg-printing.jpg");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: cover
}

@media (min-width: 765px) {
    #curso-coaching-neurociencia {
        padding: 90px 0;
        text-align: left;
        background-size: auto;
        background-attachment: fixed
    }
}

#curso-coaching-neurociencia .optimice {
    margin-bottom: 25px
}

@media (min-width: 1024px) {
    #curso-coaching-neurociencia .optimice {
        //float: left;
        text-align: center;
        margin-bottom: 0
    }
}

#curso-coaching-neurociencia .optimice .title-section {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px
}

@media (min-width: 765px) {
    #curso-coaching-neurociencia .optimice .title-section {
        font-size: 42px;
        margin-bottom: 7px
    }
}

#curso-coaching-neurociencia .optimice .title-section .solid {
    border-color: #fff;
    height: 39px;
    width: 39px;
    font-size: 21px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    background-color: transparent
}

@media (min-width: 765px) {
    #curso-coaching-neurociencia .optimice .title-section .solid {
        height: 49px;
        width: 49px;
        top: -8px;
        margin-right: 20px
    }
}

#curso-coaching-neurociencia .optimice .sugerencia {
    font-size: 15px;
    line-height: 150%;
    color: #fff
}

@media (min-width: 765px) {
    #curso-coaching-neurociencia .optimice .sugerencia {
        line-height: 130%
        }
    #curso-coaching-neurociencia .btn-radius {
       margin: 14px 12px;
}
}

#curso-coaching-neurociencia .btn-radius {
    margin: 14px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

@media (min-width: 1024px) {
	#curso-coaching-neurociencia .btn-radius {
    margin: 44px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
	}
}

#soluciones {
    background-color: #f0f0f0;
    padding: 20px 0 20px 0;
    text-align: center
}

@media (min-width: 765px) {
    #soluciones {
        padding: 60px 0 50px 0
    }
}

#soluciones .headline-section {
    margin-bottom: 15px;
    line-height: 140%
}

#soluciones .headline-section:last-of-type {
    margin-bottom: 25px
}

#soluciones ul {
    *zoom: 1
}

#soluciones ul:after {
    content: "";
    display: table;
    clear: both
}

#soluciones ul li {
    float: left;
    margin-bottom: 40px;
    width: 100%
}

@media (min-width: 765px) {
    #soluciones ul li {
        text-align: center;
        margin-bottom: 0;
        width: 18.36735%;
        float: left
    }
    #soluciones ul li:nth-child(5n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    #soluciones ul li:nth-child(5n+2) {
        margin-left: 20.40816%;
        margin-right: -100%;
        clear: none
    }
    #soluciones ul li:nth-child(5n+3) {
        margin-left: 40.81633%;
        margin-right: -100%;
        clear: none
    }
    #soluciones ul li:nth-child(5n+4) {
        margin-left: 61.22449%;
        margin-right: -100%;
        clear: none
    }
    #soluciones ul li:nth-child(5n+5) {
        margin-left: 81.63265%;
        margin-right: -100%;
        clear: none
    }
}

#soluciones ul li .solid {
    margin-bottom: 20px
}

@media (min-width: 765px) {
    #soluciones ul li .solid {
        margin-bottom: 30px
    }
}

#soluciones ul li p {
    color: #4e4e4e;
    line-height: 140%
}

#socios {
    padding: 30px 0 65px 0;
    text-align: center
}

@media (min-width: 765px) {
    #socios {
        padding: 70px 0 65px 0
    }
}

#socios .title-section {
    margin-bottom: 70px
}

#socios .content-slider {
    padding: 0 40px;
    *zoom: 1
}

#socios .content-slider:after {
    content: "";
    display: table;
    clear: both
}

#socios .content-slider .item .circle-socio {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background-color: #7f7f7f;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat
}

#socios .content-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

#socios .content-slider .owl-nav .owl-next {
    right: 40px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#socios .content-slider .owl-nav .owl-next:before {
    content: '\f105'
}

#socios .content-slider .owl-nav .owl-next:hover {
    right: 37px
}

#socios .content-slider .owl-nav .owl-prev {
    left: -40px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#socios .content-slider .owl-nav .owl-prev:before {
    content: '\f104'
}

#socios .content-slider .owl-nav .owl-prev:hover {
    left: -43px
}

#socios .content-slider .owl-nav .owl-prev,
#socios .content-slider .owl-nav .owl-next {
    position: absolute
}

#socios .content-slider .owl-nav .owl-prev:before,
#socios .content-slider .owl-nav .owl-next:before {
    display: block;
    font-family: 'fontello';
    color: transparent;
    font-size: 40px;
    margin-top: -20px;
    font-weight: 700;
    background: linear-gradient(59deg, #392465 0%, #a13c58 100%);
    -webkit-background-clip: text;
    position: relative
}

#last-section {
    padding: 0px 0 45px 0;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(59deg, #392465 0%, #a13c58 100%);
    border-image-slice: 1
}

#last-section .img-face {
    width: 138px;
    height: 138px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#last-section .title-section {
    color: transparent;
    font-family: "Roboto", sans-serif;
    background: linear-gradient(90deg, #392465 0%, #a13c58 100%);
    -webkit-background-clip: text;
    font-size: 17px;
    margin-bottom: 12px
}

#last-section .puesto {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    display: inline-block
}

#last-section .testimonio {
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #4e4e4e;
    line-height: 150%
}

@media (min-width: 1024px) {
    #last-section .testimonio {
        margin: 0 170px;
        line-height: 140%;
        font-size: 22px
    }
}

#last-carousel {
    position: relative;
    top: -70px;
    margin-bottom: -70px
}

#site-footer {
    padding: 30px 0;
    text-align: center;
    background-color: #1e2024;
}

#site-footer p {
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: linear-gradient(90deg, #392465 0%, #a13c58 100%);
    -webkit-background-clip: text
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    width: 100%;
    height: 10px;
    text-align: center;
    margin-top: 8px
}

@media (min-width: 765px) {
    .owl-dots {
        margin-top: 25px
    }
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    margin-left: 12px;
    display: inline-block;
    background-color: #7f7f7f;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px
}

.owl-dots .owl-dot:first-child {
    margin-left: 0
}

.owl-dots .owl-dot.active {
    background-color: #ff9b00
}

.owl-dots .owl-dot:hover {
    background-color: #ff9b00
}

.bx-wrapper,
.bx-viewport {
    height: 100%
}

@media (min-width: 765px) {
    .bx-wrapper,
    .bx-viewport {
        height: 560px
    }
}

.bx-viewport {
    overflow: visible !important
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    position: absolute;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bx-wrapper .bx-prev {
    left: 3px
}

@media (min-width: 765px) {
    .bx-wrapper .bx-prev {
        left: 50px
    }
}

.bx-wrapper .bx-next {
    right: 3px;
    position: absolute
}

@media (min-width: 765px) {
    .bx-wrapper .bx-next {
        right: 50px
    }
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
    display: block;
    font-family: 'fontello';
    color: #fff;
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 765px) {
    .bx-wrapper .bx-prev:before,
    .bx-wrapper .bx-next:before {
        opacity: 0.3
    }
}

.bx-wrapper .bx-prev:before {
    content: '\f104'
}

.bx-wrapper .bx-next:before {
    content: '\f105'
}

@media (min-width: 765px) {
    .bx-wrapper .bx-prev:hover {
        left: 45px
    }
}

@media (min-width: 765px) {
    .bx-wrapper .bx-next:hover {
        right: 45px
    }
}

@media (min-width: 765px) {
    .bx-wrapper .bx-next:hover:before,
    .bx-wrapper .bx-prev:hover:before {
        opacity: 0.8
    }
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 43%;
    outline: 0;
    z-index: 100
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.wow {
    visibility: hidden
}

.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}