@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    height: 100% !important;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

@media (min-width: 1402px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .navbar-nav {
        position: absolute;
        right: 1em;
    }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            height: 128px;
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }



    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 94%;
        width: 91%;
        margin: 0 auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        transition: .5s ease;
        background-color: #00b7e8;
    }

    .imagen-nombre:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 450px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 450px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 240px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 575px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 420px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .card-head {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 140px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .blog-full, .aplicacion-full {
        display: none;
    }

    .row-blog {
        display: flex;
    }

    .row-aplicacion {
        display: block;
    }




    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 1202px) and (max-width: 1401px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        position: absolute;
        right: 1em;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }


    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }


    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 92%;
        width: 85%;
        margin: 0 auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        transition: .5s ease;
        background-color: #00b7e8;
    }

    .imagen-nombre:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        padding-top: 2em;
        margin: 1em 0;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 450px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 450px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 200px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 525px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 420px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .card-head {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 140px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .blog-full, .aplicacion-full {
        display: none;
    }



    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }

    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 1101px) and (max-width: 1202px) {

    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        position: absolute;
        right: 1em;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 96%;
        width: 92%;
        margin: 0 auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        transition: .5s ease;
        background-color: #00b7e8;
    }

    .imagen-nombre:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 450px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 450px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 184px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 500px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 420px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .card-head {
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 140px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .blog-full, .aplicacion-full {
        display: none;
    }



    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }


    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width:1101px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }


    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        position: absolute;
        right: 1em;
        font-size: 13px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }


    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }


        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 96%;
        width: 92%;
        margin: 0 auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        opacity: 0;
        transition: .5s ease;
        background-color: #00b7e8;
    }

    .imagen-nombre:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 450px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 400px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 215px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 480px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 370px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .card-head {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 140px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .blog-full, .aplicacion-full {
        display: none;
    }



    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 901px) and (max-width:992px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }


        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 450px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 350px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 160px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 415px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 14em;
    }

    .card-head {
        height: 290px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 140px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }

    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 801px) and (max-width:901px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 395px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 350px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 115px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 369px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 14em;
    }

    .card-head {
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: right;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 701px) and (max-width:801px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 360px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 300px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 70px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 316px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 29px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 271px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 45px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 10em;
    }

    .card-head {
        height: 180px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }

    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }


    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 601px) and (max-width:701px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }

    .caption h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 550px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 300px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 287px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 83px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 273px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 228px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 43px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 8em;
    }

    .card-head {
        height: 175px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }


    /*cookies*/
    #cookies {
        width: 430px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 581px) and (max-width:601px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }


    .caption h1 {
        color: #fff;
        font-size: 51px;
        font-weight: bold;
        padding: 0 2em;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 400px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .promo-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 6em 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }


    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0 3em;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 300px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 268px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 90px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 269px);
            transition: left 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 207px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 43px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 8em;
    }

    .card-head {
        height: 175px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: flex;
        align-items: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }

    /*cookies*/
    #cookies {
        width: 430px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 5em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width:511px) and (max-width: 581px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 49%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }


    .caption h1 {
        color: #fff;
        font-size: 51px;
        font-weight: bold;
        padding: 0 2em;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        width: 400px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 8em 0;
    }

    .promo-vita {
        margin: 6em 0;
        padding-bottom: 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }

    #carousel-app .carousel-item {
        padding: 0 3em !important;
    }

    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 300px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 268px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 121px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 123px);
            top: 308px;
            transition: left 1.5s;
            transition: top 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 238px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 43px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 5em;
    }

    .card-head {
        height: 175px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 2em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: block;
        align-items: center;
        text-align: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }

    /*cookies*/
    #cookies {
        width: 352px;
        height: 173px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 3em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width:436px) and (max-width: 511px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 3em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center;
        height: 880px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 880px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }


    .caption h1 {
        color: #fff;
        font-size: 41px;
        font-weight: bold;
        padding: 0 1em;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        padding: 0 2em;
        width: 400px;
        margin: 0 auto;
        font-weight: 600;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 8em 0;
    }

    .promo-vita {
        margin: 4em 0;
        padding-bottom: 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }

    #carousel-app .carousel-item {
        padding: 0 3em !important;
    }

    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em 1em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 300px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 268px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 15px;
        left: calc(50% - 145px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 150px);
            top: 308px;
            transition: left 1.5s;
            transition: top 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 238px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 43px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 3em;
    }

    .card-head {
        height: 175px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 0em 1em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: block;
        align-items: center;
        text-align: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }


    /*cookies*/
    #cookies {
        width: 266px;
        height: 203px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -ms-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
        -webkit-transform: translate3d(0,300px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,300px,0); /* Firefox */
        -ms-transform: translate3d(0,300px,0); /* IE9 */
        -o-transform: translate3d(0,300px,0); /* Opera */
        transform: translate3d(0,300px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 3em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (min-width: 339px) and (max-width: 436px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 1em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 459px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 459px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }


    .caption h1 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        padding: 0 1em;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        left: 18px !important;
        padding: 0 5em;
        width: 400px;
        position: relative;
        text-align: justify;
        margin: 0 auto;
        font-weight: 600;
        font-size: 15px;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 17px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 4em 0;
    }

    .promo-vita {
        margin: 6em 0;
        padding-bottom: 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 29px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }

    #carousel-app .carousel-item {
        padding: 0 2em !important;
    }

    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 29px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em 1em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 273px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 268px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 4px;
        left: calc(50% - 139px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 141px);
            top: 287px;
            transition: left 1.5s;
            transition: top 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 238px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 29px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 2em;
    }

    .card-head {
        height: 147px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 0.5em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: block;
        align-items: center;
        text-align: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }


    /*cookies*/
    #cookies {
        width: 266px;
        height: 203px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 11%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 6%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -ms-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
        -webkit-transform: translate3d(0,350px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,350px,0); /* Firefox */
        -ms-transform: translate3d(0,350px,0); /* IE9 */
        -o-transform: translate3d(0,350px,0); /* Opera */
        transform: translate3d(0,350px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 3em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media (max-width: 339px) {
    /*Menú*/
    .navbar {
        background: #00b7e8;
        width: 100%;
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

    .nav-link {
        color: white !important;
    }

        .nav-link:hover {
            color: #E0E0E0 !important;
        }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav {
        background: #00b7e8;
        width: 100%;
        right: 0;
        padding: 1em 0;
        position: absolute;
        font-size: 15px;
    }

    .dropdown-menu {
        background-color: #00b7e8 !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
    }

    .dropdown-item {
        color: white !important;
    }

        .dropdown-item:hover {
            background: #2098d1 !important;
        }

    .btn-saber {
        background: #00b7e8;
        color: white;
        border: none;
        width: 175px;
        height: 40px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .azul {
        background: #00b7e8;
        box-shadow: 0px 5px 0px 0px #2098d1;
    }

        .azul:hover {
            background: #00b7e8;
        }

        .azul:active {
            box-shadow: 0px 2px 0px 0px #00b7e8;
        }

    /*sliders*/
    .flecha {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 77%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

    .flecha2 {
        font-size: 3em;
        color: white;
        z-index: 1;
        position: absolute;
        top: 80%;
        left: 45%;
        animation: bounce 3000ms infinite;
        -webkit-animation: bounce 3000ms infinite;
    }

        .flecha:hover, .flecha2:hover {
            color: #00b7e8;
        }

    .carousel-control-next, .carousel-control-prev {
        background: none;
        border: none;
        width: 9% !important;
    }

    .fa-chevron-left, .fa-chevron-right {
        font-size: 1em;
    }

    .capa-negra {
        background: rgba(0,0,0,0.58);
    }

    .fondo-slider1, .fondo-slider2, .fondo-slider3 {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 459px;
    }


    .fondo-slider1 {
        background: url("../img/slider/1.jpg");
    }

    .fondo-slider2 {
        background: url("../img/slider/2.jpg");
    }

    .fondo-slider3 {
        background: url("../img/slider/3.jpg");
    }

    .caption {
        display: flex;
        align-content: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 15;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        height: 459px;
    }

    .textos {
        width: 100%;
        display: block;
        margin: auto 0;
    }


    .caption h1 {
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        padding: 0 1em;
        margin-bottom: 30px;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .caption h1 span {
            color: #00b7e8;
        }

    .caption p {
        left: -44px !important;
        padding: 0 6em;
        width: 400px;
        position: relative;
        text-align: justify;
        margin: 0 auto;
        font-weight: 600;
        font-size: 15px;
    }

        .caption p span {
            color: #00b7e8;
        }

    .caption .btn-start {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 20px;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 40px;
        text-transform: uppercase;
        transition: background 0.3s cubic-bezier(0.36, 0.4, 1, 1) 0.2s;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
    }

        .caption .btn-start:hover {
            color: #fff;
            background: #00b7e8;
            text-shadow: none;
        }

    /*Botón comprar*/
    .call-btn {
        position: fixed;
        margin: 0;
        padding: 0;
        right: 2em;
        bottom: 2em;
        background: #fff;
        background-color: transparent;
        cursor: pointer;
        font-size: 0;
        width: 110px;
        height: 110px;
        z-index: 1000;
    }

        .call-btn .tada {
            background: #2098d1;
            border-radius: 100px;
            width: 40px;
            height: 40px;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-top: -20px;
            margin-right: -20px;
        }

            .call-btn .tada i {
                font-size: 17px;
                color: #fff;
                position: absolute;
                top: 50%;
                left: 25%;
                margin-top: -10px;
            }


        .call-btn .pulse {
            width: 60px;
            height: 60px;
            background: rgba(0,141,179,0.39);
            ;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -30px;
            margin-right: -30px;
        }

        .call-btn .zoomIn {
            width: 80px;
            height: 80px;
            border: 2px solid #2098d1;
            border-radius: 100px;
            position: absolute;
            top: 50%;
            right: 50%;
            margin-top: -40px;
            margin-right: -40px;
            animation-name: zoomIn;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-out;
        }

    @keyframes zoomIn {
        from {
            width: 40px;
            height: 40px;
            margin-top: -20px;
            margin-right: -20px;
        }

        to {
            width: 80px;
            height: 80px;
            margin-right: -40px;
            margin-right: -40px;
        }
    }

    /*redes sociales*/
    .share-btn-wrap {
        position: fixed;
        bottom: 40px;
        left: 40px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate( 180deg );
        transform: rotate( 180deg );
        z-index: 100;
    }

        .share-btn-wrap .item-btn {
            font-size: 15px;
            font-weight: 500;
            color: #444;
            letter-spacing: 2px;
            background-color: #fff;
            border-radius: 25px;
            padding: 22px 5px 5px;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
            display: block;
        }

            .share-btn-wrap .item-btn span {
                display: inline-block;
                padding-top: .4em;
                font-size: 28px;
                height: 40px;
                width: 40px;
                line-height: 40px;
                background-color: #eee;
                border-radius: 50%;
            }

    .share-icon {
        position: fixed;
        top: 8em !important;
        left: -1em;
        margin: 0px !important;
        display: flex;
        transform: rotate(180deg) !important;
        background: transparent !important;
        border: none !important;
    }

        .share-icon li {
            list-style: none;
        }

            .share-icon li a {
                position: relative;
                width: 60px;
                height: 60px;
                display: block;
                text-align: center;
                margin: 0 10px;
                border-radius: 50%;
                padding: 6px;
                box-sizing: border-box;
                text-decoration: none;
                background: linear-gradient(0deg, #ddd, #fff);
                transition: .5s;
            }

                .share-icon li a:hover {
                    text-decoration: none;
                }

                .share-icon li a .fab {
                    widht: 100%;
                    height: 100%;
                    display: block;
                    background: linear-gradient(0deg, #fff, #ddd);
                    border-radius: 50%;
                    line-height: calc(60px - 12px);
                    font-size: 24px;
                    color: #262626;
                    transition: .5s;
                }

            .share-icon li:nth-child(1) a:hover .fab {
                color: #3b5998;
            }

            .share-icon li:nth-child(2) a:hover .fab {
                color: #e4405f;
            }

            .share-icon li:nth-child(3) a:hover .fab {
                color: #dd4b39;
            }

            .share-icon li:nth-child(4) a:hover .fab {
                color: #189d0e;
            }


    /*Aplicaciones*/
    .aplicaciones-vita, .suscripcion-vita, .testimoniales-vita {
        margin: 4em 0;
    }

    .promo-vita {
        margin: 4em 0;
        padding-bottom: 0;
    }

        .aplicaciones-vita h1, .promo-vita h1, .testimoniales-vita h1, .modal-title, .blog h1 {
            margin: 0 0 1em 0;
            color: #00b7e8;
            font-size: 29px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            font-family: 'Montserrat Alternates', sans-serif;
            text-transform: uppercase;
        }

            .aplicaciones-vita h1 span, .promo-vita h1 span, .testimoniales-vita h1 span, .modal-title span, .blog span {
                color: #a0a0a0;
            }

    .aplicacion {
        display: block;
    }

    .imagen-nombre p {
        background: #00b7e8;
        color: white;
        padding: .2em 0;
        font-size: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .imagen-nombre img {
        width: 100%;
        height: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .centrar-boton {
        display: block;
        text-align: center;
    }

    #carousel-app .carousel-item {
        padding: 0 2em !important;
    }

    /*Suscripción*/
    .suscripcion-vita h1 {
        margin: 0 0 1em 0;
        color: white;
        font-size: 29px;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'Montserrat Alternates', sans-serif;
        text-transform: uppercase;
    }

        .suscripcion-vita h1 span {
            color: #D2D2D2;
        }

    .terms {
        display: block;
        margin: 1em 0;
        padding-top: 2em;
        text-align: center;
    }

    .form_suscripcion {
        padding: 0;
    }

    .suscripcion-vita {
        background: #00b7e8;
        padding: 3em 1em;
        color: white;
    }

    .btn-enviar {
        background: #2098d1;
        color: white;
        border: none;
        width: 100%;
        height: 35px;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 7px 20px;
        white-space: nowrap;
        margin: 10px 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    .azul-obscuro {
        background: #2098d1;
        box-shadow: 0px 5px 0px 0px #008FB6;
    }

        .azul-obscuro:hover {
            background: #008FB6;
            box-shadow: 0px 5px 0px 0px #00799a;
        }

        .azul-obscuro:active {
            box-shadow: 0px 5px 0px 0px #00799a;
        }

    /*cupon*/
    .ticket {
        position: relative;
        display: table;
        width: 273px;
        height: 228px;
        margin: 50px auto;
        padding-bottom: 57px;
        background: #00b7e8;
        text-align: center;
    }

        .ticket::before {
            content: "";
            position: absolute;
            top: 54.5%;
            left: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #2098d1;
        }

        .ticket::after {
            content: "";
            position: absolute;
            top: 54.5%;
            right: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid white;
        }

    .ribbon {
        position: absolute;
        display: block;
        top: -4px;
        right: -4px;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .ribbon .label-limited {
            position: relative;
            display: block;
            left: -10px;
            top: 23px;
            width: 158px;
            padding: 10px 0;
            font-size: 10px;
            text-align: center;
            font-weight: 800;
            text-transform: uppercase;
            color: #fff;
            background-color: #e85e68;
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            -webkit-transform: rotate(45deg) translate3d(0,0,0);
            -moz-transform: rotate(45deg) translate3d(0,0,0);
            -ms-transform: rotate(45deg) translate3d(0,0,0);
            transform: rotate(45deg) translate3d(0,0,0);
        }

    .label-limited:before, .label-limited:after {
        content: '';
        position: absolute;
        bottom: -4px;
        border-top: 4px solid #a71c26;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .label-limited:before {
        left: 0;
    }

    .label-limited:after {
        right: 0;
    }

    .link span {
        display: block;
        font-size: 53px;
        color: white;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
        padding-top: .5em;
    }

    .link strong {
        display: block;
        font-size: 85px;
        color: #ffffff;
        margin: 0 0 23px 0;
        font-family: 'Montserrat', sans-serif;
        line-height: 1;
    }

    .link em {
        display: block;
        font-size: 29px;
        font-style: normal;
        color: #dedede;
        font-weight: 600;
        border-top: 2px dashed rgba(0,0,0,.1);
        padding: 10px 0;
        font-family: 'Montserrat', sans-serif;
    }


    .button-comprar {
        display: block;
        color: white !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        font-weight: bolder;
        padding: 0;
        line-height: 58px;
        text-align: center;
        font-size: 20px;
        border-radius: 0;
        background-color: #2098d1;
    }

        .button-comprar:before {
            content: "";
            position: absolute;
            top: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 10px solid #2098d1;
        }


    .ticket-in {
        width: 268px;
        height: 280px;
        position: absolute;
        background: #2098d1;
        top: 4px;
        left: calc(50% - 139px);
        z-index: -1;
        transition: left 2s;
    }

        .ticket-in.active {
            left: calc(50% - 141px);
            top: 287px;
            transition: left 1.5s;
            transition: top 1.5s;
        }

    .content {
        height: 260px;
        margin: 8px;
        text-align: center;
        border: 2px dashed white;
        border-radius: 10px;
    }

        .content h1 {
            font-size: 21px;
            color: #2098d1;
            text-align: center;
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

    .pass {
        display: block;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 238px;
        height: 50px;
        margin: 15px 0 0 15px;
        padding: .5em 0;
        line-height: 58px;
        text-align: center;
        border-radius: 10px 10px 0 0;
        background: white;
        border: 1px solid #2098d1;
    }

        .pass:before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: calc(50% - 20px);
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 10px solid white;
        }

    .ticket span {
        margin: 13px 0 0 0;
        text-align: center;
        color: #dedede;
        font-size: 29px;
        font-weight: bold;
    }

    .content em {
        border: none;
        text-align: center;
        font-size: 44px;
        color: white;
        text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    }

    .promo-vita img {
        width: 250px;
        height: auto;
        margin: 1em .5em 1em -1.5em;
    }

    .ticket-in span {
        color: #00b7e8;
    }

    /* blog */
    .blog-full .carousel-item {
        padding: 1em 2em;
    }

    .card-head {
        height: 147px;
        overflow: hidden;
        position: relative;
    }

    .blog img {
        width: 100%;
        height: auto;
        margin: auto;
        position: absolute;
        top: -100%;
        left: -100%;
        right: -100%;
        bottom: -100%;
    }

    .blog {
        padding: 0.5em;
    }

    .card-head, .card-body-blog {
        z-index: 99;
    }

    .card-img-blog {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .card-blog {
        height: 200px;
        box-shadow: 4px 4px 4px rgba(86,86,86,0.32);
        width: 100%;
        margin: auto;
    }

    .card-body-blog {
        padding: 1.25rem 0 !important;
    }

    .title-blog {
        font-size: 16px;
        text-align: center;
        padding: 0 2em;
        color: #00b7e8;
    }

    .text-blog {
        font-size: 14px;
        text-align: justify;
        padding: 0 2em;
    }

    .row-blog {
        margin: 2em 0;
        width: 100%;
        display: inline-flex;
        padding: 0
    }

    .flecha-azul {
        color: #00b7e8 !important;
    }

    .vermas {
        display: block;
        text-decoration: none;
        color: #a0a0a0;
        text-align: center;
    }

        .vermas:hover {
            color: #00b7e8;
        }

    .carousel-indicators button {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: .2em;
        border: none;
        ;
        background: #00b7e8;
    }

    .carousel-indicators {
        bottom: -25px !important;
    }

    .blog-full, .aplicacion-full {
        display: block;
    }

    .row-aplicacion, .row-blog {
        display: none !important;
    }


    /*checkbox*/
    .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
        }

            .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
            }

        .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        .styled-checkbox:checked + label:before {
            background: #2098d1;
        }

        .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

    /*atención al cliente*/
    .modal-content {
        border: none !important;
    }

    .btn-close {
        width: 30px;
        height: auto;
        position: absolute;
        right: .3em;
        top: 0em;
        background: none;
        color: #00b7e8;
        border: none;
        font-size: 30px;
    }

    .modal .form-control {
        border: 1px solid #00b7e8 !important;
        color: #495057 !important;
    }

    .text-terminos {
        color: #00b7e8 !important;
    }

        .text-terminos:hover {
            color: #2098d1 !important;
        }

    .modal .styled-checkbox + label {
        font-size: 12px;
    }

        .modal .styled-checkbox + label:before {
            border: 2px solid #d8d8d8;
        }

    .modal .styled-checkbox:checked + label:before {
        background: #2098d1;
        margin-right: 15px;
        border: none;
    }

    .modal-title {
        margin: 0 auto;
        line-height: 1;
        margin: .5em 0 0 0;
        font-size: 30px;
    }

    .modal-header {
        border: none !important;
        margin: 0 auto;
        padding: 2rem 1rem 0 1rem !important;
    }

    /*footer*/
    .footer {
        background: #191c1f;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .first p {
        margin: 0;
    }

    .rss {
        display: flex;
    }

    .lista-rss {
        margin: 0 auto;
    }

    .first {
        display: flex;
        align-items: center;
    }

    .aviso {
        display: block;
        margin: 0;
        align-self: center;
        text-align: right;
    }

    .centrar {
        display: block;
        align-items: center;
        text-align: center;
    }

    .centrar2 {
        display: block;
        align-items: center;
        text-align: center;
    }


    /*cookies*/
    #cookies {
        width: 530px;
        height: 140px;
        padding: 20px;
        position: fixed;
        background: white;
        text-align: justify;
        font-size: 10px;
        bottom: 2%;
        box-shadow: 2px 2px 2px 2px rgba(86,86,86,0.62);
        left: 2%;
        z-index: 9999;
    }

        #cookies p {
            margin: 0 0 10px 0;
        }

        #cookies b {
            color: #00b7e8;
        }

    .btn-aceptar {
        background: #00b7e8;
        color: white;
        border: none;
        width: 75px;
        height: 25px;
    }

    #cookies.display {
        display: block;
        /* Cross browser animation */
        -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
        -moz-animation: cookies 1s 1; /* Firefox 5-15 */
        -ms-animation: cookies 1s 1; /* IE9 */
        -o-animation: cookies 1s 1; /* Opera 12.00 */
        animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
    }

    @keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-webkit-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-moz-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    @-o-keyframes cookies {
        0% {
            -webkit-transform: translate3d(0,100px,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,100px,0); /* Firefox */
            -ms-transform: translate3d(0,100px,0); /* IE9 */
            -o-transform: translate3d(0,100px,0); /* Opera */
            transform: translate3d(0,100px,0);
        }

        100% {
            -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
            -moz-transform: translate3d(0,0,0); /* Firefox */
            -ms-transform: translate3d(0,0,0); /* IE9 */
            -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
        }
    }

    .close-cookies {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
        -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
        -o-transform: translate3d(0,200px,0); /* Opera */
        transform: translate3d(0,200px,0);
    }

    .terminos-condiciones {
        margin-top: 5em;
        margin-bottom: 3em;
        padding: 0 3em;
        text-align: justify;
    }

        .terminos-condiciones h1 {
            text-align: center;
            padding: 0 0 0.5em 0;
            color: #00b7e8;
        }

    .first-build {
        padding: 0.5rem 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}
