    /* - - - - - - - - - - - - - - - 
CSS principal
Desarrollado por: Upgrade Diseño Interactivo
Para: 
Fecha: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
    /* ====== F O N T S ====== */
    
    @font-face {
        font-family: 'SourceSansPro-Bold';
        src: url('../../_fonts/sourcesanspro-bold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'SourceSansPro-Light';
        src: url('../../_fonts/sourcesanspro-light.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'SourceSansPro-Regular';
        src: url('../../_fonts/sourcesanspro-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'SourceSansPro-SemiBold';
        src: url('../../_fonts/sourcesanspro-semibold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    /* ====== F O N T S (end) ====== */
    /*Eliminamos márgenes del "body" */
    
    html,
    body {
        margin: 0px;
        padding: 0px;
        height: 100%;
    }
    
    a {
        cursor: pointer;
    }
    
    #big-container1
    /* Div que va a manterner el "footer" siempre al fondo */
    
    {
        /*height: 100% !important;*/
        min-height: 100% !important;
        background-image: url(../../_images/Foto-fondo.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #big-container2
    /* Div que va a manterner el "footer" siempre al fondo */
    
    {
        /*height: 100% !important;*/
        min-height: 100% !important;
        background-color: rgb(222, 222, 222);
    }
    /* GENERAL */
    
    a {
        text-decoration: none;
    }
    
    h1 {
        font-family: 'SourceSansPro-Bold';
    }
    
    h2 {
        font-family: 'SourceSansPro-SemiBold';
    }
    
    p {
        font-family: 'SourceSansPro-Regular';
        line-height: 1.5;
    }
    /* BOTONES*/
    
    .boton-color {
        background: linear-gradient(to right, rgb(251, 84, 84), rgb(255, 174, 109));
        border-radius: 5px;
        display: flex;
        align-items: center;
        color: white;
        font-family: 'SourceSansPro-SemiBold';
    }
    
    .boton-color img {
        width: 25px;
        margin-left: 20px;
    }
    
    .boton-color:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: ease-in-out all .3s;
    }
    
    .boton-blanco {
        background: white;
        color: black;
        font-family: 'SourceSansPro-SemiBold';
        font-size: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
    
    .boton-blanco:hover {
        color: rgb(251, 84, 84);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: ease-in-out all .3s;
    }
    /* HEADER */
    
    header {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #5D5D5D;
        box-sizing: border-box;
        font-size: 1.1em;
    }
    
    .sec-header {
        width: 20%;
        height: 100%;
    }
    
    .logo {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .logo img {
        width: 120px;
    }
    
    .class-nav {
        width: 60%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        border-right: 1px solid #5D5D5D;
        border-left: 1px solid #5D5D5D;
    }
    
    #nav-header a {
        font-family: 'SourceSansPro-SemiBold';
    }
    
    .a-header:hover {
        color: #FFAE6D;
        border-bottom: 3px solid #FFAE6D;
    }
    
    .a-header {
        color: #FFFFFF;
        padding: 47px 0px;
    }
    
    #btn-header {
        padding: 9px 30px;
    }
    
    .cont-tel {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #num-header {
        display: flex;
        flex-direction: column;
    }
    
    #num-header a {
        margin: 1.5px 0;
        font-family: 'SourceSansPro-Light';
        color: #FFFFFF;
        font-size: 1.3em;
    }
    
    .circulo {
        border-radius: 50%;
        border: 2px solid #5D5D5D;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.5em;
        height: 2.5em;
        margin-right: 16px;
    }
    
    .circulo img {
        width: 1.4em;
    }
    /* HEADER BLANCO*/
    
    .header-blanco {
        background-color: #FFFFFF;
        border-bottom: 1px solid #D8D8D8;
    }
    
    #btn-header-blanco {
        padding: 9px 30px;
    }
    
    #nav-header-blanco a {
        font-family: 'SourceSansPro-SemiBold';
    }
    
    .a-header-blanco {
        color: black;
        padding: 47px 0px;
    }
    
    .a-header-blanco:hover {
        color: #FFAE6D;
        border-bottom: 3px solid #FFAE6D;
    }
    
    .num-header-blanco {
        display: flex;
        flex-direction: column;
    }
    
    .num-header-blanco a {
        margin: 1.5px 0;
        font-family: 'SourceSansPro-Light';
        color: black;
        font-size: 1.3em;
    }
    /* INICIO */
    
    .inicio {
        display: flex;
        justify-content: center;
    }
    
    .inicio-izq {
        width: 60%;
        box-sizing: border-box;
        padding: 150px;
    }
    
    #cont-izq {
        color: white;
    }
    
    #cont-izq h1 {
        font-size: 3.5em;
        margin: 0 0 20px 0;
    }
    
    #cont-izq h2 {
        font-size: 2em;
        margin-top: 0;
    }
    
    #cont-izq p {
        font-family: 'SourceSansPro-SemiBold';
        font-size: 1.2rem;
        margin-bottom: 35px;
    }
    
    .botones {
        display: flex;
    }
    
    #btn1-inicio {
        font-size: 1.2rem;
        padding: 10px;
    }
    
    #btn1-inicio img {
        width: 30px;
    }
    
    #btn2-inicio {
        margin-left: 30px;
        padding: 10px;
    }
    
    .inicio-der {
        width: 40%;
        box-sizing: border-box;
        padding: 80px;
        margin-left: -50px;
    }
    
    #cuad1 {
        background: linear-gradient(to right, rgb(251, 84, 84), rgb(255, 174, 109));
        border-radius: 5px;
        padding: 40px;
        color: white;
    }
    
    #cuad1 h2,
    p {
        margin: 0;
    }
    
    #cuad1 p {
        font-size: 1rem;
        text-align: justify;
    }
    
    #norma {
        color: black;
        font-size: 1.8em;
    }
    
    #cuad2 {
        background-color: white;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 40px;
        margin-top: 30px;
    }
    
    #cuad2 h2 {
        margin-top: 0;
    }
    
    #cuad2 p {
        text-align: justify;
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
    }
    /* QUIENES SOMOS */
    
    .quienes-somos {
        display: flex;
        padding-bottom: 50px;
    }
    
    #cont1-qs {
        width: 55%;
        box-sizing: border-box;
        padding: 100px 0 0 140px;
    }
    
    .-titulo {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    
    #titulo-qs {
        margin: 0 -65px;
    }
    
    .-titulo h1 {
        overflow-wrap: normal;
        margin: 0 20px;
        font-size: 3em;
        font-family: 'SourceSansPro-SemiBold';
    }
    
    .linea-titulo {
        border-style: none;
        width: 40px;
        height: 2px;
        background-color: #FFAE6D;
        margin: 0;
    }
    
    #parrafo-qs {
        margin-top: 30px;
        font-size: 1.3rem;
        color: #5D5D5D;
    }
    
    .botones-qs {
        display: flex;
        margin: 40px 0;
    }
    
    #btn1-qs {
        font-size: 1.3em;
        padding: 10px;
    }
    
    #btn1-qs img {
        width: 20px;
    }
    
    #btn2-qs {
        margin-left: 30px;
        padding: 10px 40px;
    }
    
    #btn2-qs:hover {
        color: rgb(251, 84, 84);
    }
    
    .mision-vision {
        background-color: #FFFFFF;
        border-radius: 5px;
    }
    
    #botones-valores {
        font-family: 'SourceSansPro-SemiBold';
        font-size: 1.8em;
        width: 100%;
        display: flex;
    }
    
    #botones-valores:hover {
        cursor: pointer;
    }
    
    .btns-mv {
        width: 50%;
        height: 80px;
        display: flex;
        align-items: center;
        padding-left: 60px;
        color: black;
    }
    
    #btn-vision {
        transition: all ease-in .25s;
        color: #D8D8D8;
        border-bottom: 3px solid #D8D8D8;
    }
    
    #contenedor-mv {
        padding: 45px 60px;
    }
    
    #contenedor-mv p {
        font-size: 1.2em;
        line-height: 1.5;
        color: #5D5D5D;
    }
    
    #img-qs {
        width: 20%;
        margin: 40px 0 0 150px;
    }
    
    .valores {
        background-color: rgb(222, 222, 222);
        padding: 0 0 50px 144px;
    }
    
    .valores h2 {
        font-size: 2.2em;
        margin: 0;
    }
    
    .subtit-valores {
        display: flex;
        align-items: center;
        font-family: 'SourceSansPro-Bold';
        color: #FFAE6D;
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    
    .subtit-valores img {
        padding-right: 20px;
    }
    
    #contenedor-valores div {
        width: 50%;
        box-sizing: border-box;
        padding: 0 160px 20px 0;
    }
    
    #contenedor-valores p {
        font-size: 1.2rem;
        padding-left: 50px;
        color: #5D5D5D;
    }
    
    #contenedor-valores {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .empresas {
        padding: 0 144px 50px 144px;
    }
    
    .empresas h2 {
        font-size: 2.2em;
        margin: 0;
    }
    
    .empresas div {
        display: flex;
        justify-content: space-evenly;
    }
    
    #emp1 {
        width: 40%;
    }
    
    #emp2 {
        width: 50%;
        margin: auto;
    }
    
    .mapa {
        display: flex;
    }
    
    .mapa img {
        width: 50%;
    }
    
    #sec-color {
        width: 50%;
        background: linear-gradient(to right, rgb(251, 84, 84), rgb(255, 174, 109));
        display: flex;
    }
    
    #sec-color div {
        width: 70%;
        margin: auto;
    }
    
    #sec-color p {
        color: #FFFFFF;
        font-size: 1.7em;
    }
    
    #sec-color h1 {
        font-size: 3em;
        margin-top: 20px;
    }
    /* SERVICIOS */
    
    #header-servicios {
        background-image: url(../../_images/Fondo-Servicios.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: auto;
    }
    
    #title-s {
        color: #FFFFFF;
        text-align: center;
        padding: 70px 370px;
    }
    
    #title-s h1 {
        font-size: 4.6em;
        letter-spacing: 3px;
        margin-bottom: 0;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #title-s p {
        font-size: 1.5rem;
    }
    
    .contenedor-s {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 70px 40px;
    }
    
    .tarjeta {
        width: 30%;
        background-color: white;
        border-radius: 5px;
        margin: 10px;
        box-sizing: border-box;
        padding: 30px;
        transition: 1s;
    }
    
    .tarjeta img {
        width: 60px;
    }
    
    .tarjeta h2 {
        font-size: 2.2em;
        margin: 30px 0 50px 0;
    }
    
    .tarjeta hr {
        border: none;
        border-bottom: 1px solid #D8D8D8;
        width: 105%;
        margin-left: -30px;
    }
    
    .tarjeta ul {
        margin: 40px 0 0;
    }
    
    .tarjeta li {
        font-family: 'SourceSansPro-Regular';
        font-size: 1.2rem;
        line-height: 1.5;
        color: #5D5D5D;
    }
    
    .tarjeta a {
        display: block;
        font-family: 'SourceSansPro-Regular';
        text-align: center;
        color: #FFAE6D;
        font-size: 1.2rem;
        margin-top: 10px;
    }
    
    .tarjeta:hover {
        background-color: #2B2B2B;
        color: white;
    }
    
    .tarjeta:hover li {
        /*background-color: #2B2B2B;*/
        color: white;
    }
    
    #btn-nuestrosProyectos {
        background: linear-gradient(to right, rgb(251, 84, 84), rgb(255, 174, 109));
        display: block;
        width: 92%;
        height: 150px;
        border-radius: 5px;
        margin-top: 20px;
    }
    
    #btn-imagen {
        height: 150px;
        background-image: url(../../_images/Instalaciones.png);
        border-radius: 5px;
        /*position: inherit;*/
        opacity: .5;
    }
    
    #enlace-proyectos {
        color: white;
        font-family: 'SourceSansPro-SemiBold';
        font-size: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        position: relative;
        top: -150px;
    }
    
    #enlace-proyectos img {
        width: 40px;
        margin-left: 25px;
        margin-top: 10px;
    }
    /* PROYECTOS */
    
    .sec-proyectos h1 {
        text-align: center;
        font-size: 4em;
        color: #FB545D;
        letter-spacing: .1em;
    }
    
    #nav_proyectos {
        text-align: center;
    }
    
    #nav_proyectos span {
        cursor: pointer;
        font-family: 'SourceSansPro-SemiBold';
        margin-right: 30px;
        font-size: 1.2em;
    }
    
    #nav_proyectos span:hover {
        color: #FB5454;
        border-bottom: 1px solid #FB5454;
    }
    
    .seccioncita {
        color: #FB5454;
        border-bottom: 1px solid #FB5454;
    }
    
    .contenedor-proyectos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 90px;
    }
    
    .proyecto {
        width: 30%;
        box-sizing: border-box;
        margin: 25px 10px;
        border-radius: 5px;
    }
    
    .proyecto:hover {
        transform: translateY(-0.5rem) scale(1.0125);
        box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
    }
    
    .div-imagen-p {
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
        width: 100%;
        height: 386px;
    }
    
    .div-imagen-p img {
        display: block;
        width: 100%;
    }
    
    .descripcion {
        display: block;
        padding: 1em 0.5em;
    }
    
    .descripcion h2 {
        font-size: 2em;
        margin-bottom: 10px;
    }
    
    .descripcion p {
        color: #FB5454;
    }
    
    #enlace-proyectos:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: ease-in-out all .3s;
        cursor: pointer;
    }
    /****** SPINNER *******/
    
    #dad-sk-chase {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        background-color: #000000a3;
        z-index: 10;
        top: 0;
        align-items: center;
        justify-content: center;
    }
    
    .sk-chase {
        width: 40px;
        height: 40px;
        position: relative;
        animation: sk-chase 2.5s infinite linear both;
    }
    
    .sk-chase-dot {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        animation: sk-chase-dot 2.0s infinite ease-in-out both;
    }
    
    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }
    
    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }
    
    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }
    
    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }
    
    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }
    
    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }
    
    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }
    
    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }
    
    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }
    
    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }
    
    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }
    
    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }
    
    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }
    
    @keyframes sk-chase {
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes sk-chase-dot {
        80%,
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes sk-chase-dot-before {
        50% {
            transform: scale(0.4);
        }
        100%,
        0% {
            transform: scale(1.0);
        }
    }
    /* CONTACTO */
    
    .enviado {
        text-align: center;
        font-family: 'SourceSansPro-SemiBold';
    }
    
    .formulario {
        width: 80%;
        background-color: #FFFFFF;
        position: relative;
        top: -150px;
        margin: auto;
        box-sizing: border-box;
        padding: 55px;
        display: flex;
    }
    
    .formulario2 {
        width: 80%;
        background-color: #FFFFFF;
        position: relative;
        top: -90px;
        margin: auto;
        box-sizing: border-box;
        padding: 55px;
        display: flex;
    }
    
    .info-contacto {
        display: flex;
        flex-direction: column;
        width: 40%;
        margin: 80px 0 0 60px;
    }
    
    .titulo-contacto {
        margin-left: -60px;
    }
    
    .num-contacto {
        justify-content: left;
        margin: 40px 0 20px;
    }
    
    .form-contacto {
        width: 60%;
    }
    
    .cont-input1 {
        display: flex;
    }
    
    .cont-input2 {
        display: flex;
    }
    
    .estiloInput {
        width: 50%;
        border: none;
        border-radius: 5px;
        margin: 10px;
        padding: 20px;
        background-color: rgb(236, 236, 236);
        outline: none;
        font-family: 'SourceSansPro-Regular';
        font-size: 1.2rem;
    }
    
    .textarea {
        width: 97%;
        box-sizing: border-box;
        height: 100px;
    }
    
    .btn-enviar {
        border: none;
        margin: 10px;
        padding: 10px 30px;
        float: right;
        cursor: pointer;
        font-size: 1rem;
    }
    
    #correo2 {
        margin-top: 30px;
    }
    
    #botones-form2 {
        display: flex;
        justify-content: space-around;
    }
    
    input:focus {
        border: 2px solid #FFAE6D;
    }
    
    textarea:focus {
        border: 2px solid #FFAE6D;
    }
    
    #file {
        display: none
    }
    
    .file_label {
        display: block;
        margin: 10px;
        font-size: 1rem;
        font-family: 'SourceSansPro-SemiBold';
        width: fit-content;
        background: linear-gradient(to right, rgb(251, 84, 84), rgb(255, 174, 109));
        color: white;
        text-align: center;
        padding: 10px 30px;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        min-width: 100px;
        min-height: 20px;
    }
    
    .file_label:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: ease-in-out all .3s;
    }
    
    #upload {
        width: 20px;
        margin-left: 10px;
        margin-bottom: -5px;
    }
    /* SITEMAP*/
    
    .sitemap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 70px 150px;
        font-family: 'SourceSansPro-Light';
    }
    
    .sitemap div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        line-height: 1.5;
    }
    
    .sitemap a {
        color: black;
    }
    
    .a-titulo {
        font-family: 'SourceSansPro-SemiBold';
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    
    .a-titulo:hover {
        color: rgb(251, 84, 84);
    }
    /* FOOTER */
    
    footer {
        width: 100%;
        height: 250px;
        background-color: #1B1B1B;
    }
    
    .footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 70%;
    }
    
    .footer p {
        color: white;
    }
    
    .correo {
        display: flex;
        align-items: center;
    }
    
    .correo p {
        font-size: 1.4em;
        font-family: 'SourceSansPro-Light';
    }
    
    .circulo a {
        display: flex;
        align-items: center;
    }
    
    #circulo-correo {
        margin-left: 50px;
        width: 2em;
        height: 2em;
    }
    
    #correo-footer {
        justify-content: center;
    }
    
    #icon-correo {
        width: 1.2em;
    }
    
    #iconos-redes {
        display: flex;
        justify-content: space-between;
        width: 100px;
        margin: auto;
        margin-bottom: 10px;
    }
    
    #iconos-redes img {
        width: 30px;
    }
    
    #redes p {
        margin-top: 20px;
    }
    
    #enlaces {
        text-align: center;
    }
    
    #enlaces a {
        color: white;
        border-bottom: 1px solid white;
        margin-right: 40px;
        font-family: 'SourceSansPro-Regular';
    }
    
    #redes a {
        color: white;
        font-family: 'SourceSansPro-Regular';
    }
    /***********+CSS DE ANIMACIONES****************/
    
    .animatable {
        /* initially hide animatable objects */
        visibility: hidden;
        /* initially pause animatable objects their animations */
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
    }
    /* show objects being animated */
    
    .animated {
        visibility: visible;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -ms-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running;
    }
    /* CSS Animations (extracted from http://glifo.uiparade.com/) */
    
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }
    
    @-moz-keyframes fadeInDown {
        0% {
            opacity: 0;
            -moz-transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
    
    @-o-keyframes fadeInDown {
        0% {
            opacity: 0;
            -o-transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }
    
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }
        60% {
            -webkit-transform: translateX(20px);
        }
        80% {
            -webkit-transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    
    @-moz-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-2000px);
        }
        60% {
            -moz-transform: translateX(20px);
        }
        80% {
            -moz-transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    
    @-o-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-2000px);
        }
        60% {
            opacity: 1;
            -o-transform: translateX(20px);
        }
        80% {
            -o-transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }
    
    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }
        60% {
            transform: translateX(20px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }
        60% {
            -webkit-transform: translateX(-20px);
        }
        80% {
            -webkit-transform: translateX(5px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    
    @-moz-keyframes bounceInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(2000px);
        }
        60% {
            -moz-transform: translateX(-20px);
        }
        80% {
            -moz-transform: translateX(5px);
        }
        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }
    
    @-o-keyframes bounceInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(2000px);
        }
        60% {
            -o-transform: translateX(-20px);
        }
        80% {
            -o-transform: translateX(5px);
        }
        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }
    
    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }
        60% {
            transform: translateX(-20px);
        }
        80% {
            transform: translateX(5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }
        50% {
            -webkit-transform: scale(1.05);
        }
        70% {
            -webkit-transform: scale(.9);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
        }
    }
    
    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }
        50% {
            -moz-transform: scale(1.05);
        }
        70% {
            -moz-transform: scale(.9);
        }
        100% {
            opacity: 1;
            -moz-transform: scale(1);
        }
    }
    
    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }
        50% {
            -o-transform: scale(1.05);
        }
        70% {
            -o-transform: scale(.9);
        }
        100% {
            opacity: 1;
            -o-transform: scale(1);
        }
    }
    
    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }
        50% {
            transform: scale(1.05);
        }
        70% {
            transform: scale(.9);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    
    .animated.animationDelay {
        animation-delay: .4s;
        -webkit-animation-delay: .4s;
    }
    
    .animated.animationDelayMed {
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }
    
    .animated.animationDelayLong {
        animation-delay: 1.6s;
        -webkit-animation-delay: 1.6s;
    }
    
    .animated.fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    
    .animated.bounceInRight {
        -webkit-animation-name: bounceInRight;
        -moz-animation-name: bounceInRight;
        -o-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
    
    .animated.bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        -moz-animation-name: bounceInLeft;
        -o-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }
    
    .animated.bounceIn {
        -webkit-animation-name: bounceIn;
        -moz-animation-name: bounceIn;
        -o-animation-name: bounceIn;
        animation-name: bounceIn;
    }
    /*---scroll--*/
    
    .fadeTop {
        opacity: 0;
        transform: translate(0vh, 10vh);
        transition: all 1s;
    }
    
    .fadeBottom {
        opacity: 0;
        transform: translate(0vh, -10vh);
        transition: all 1s;
    }
    
    .fadeRight {
        opacity: 0;
        transform: translate(10vh, 0vh);
        transition: all 1s;
    }
    
    .fadeLeft {
        opacity: 0;
        transform: translate(-10vh, 0vh);
        transition: all 1s;
    }
    
    .visible {
        opacity: 1;
        transform: translate(0, 0);
    }