﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

#acerca {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-size: 15px;
}

#prof{|
    text-align:center;
    font-size:25px;
}

.recomendar{
    align-content: stretch;
    margin: 0 auto; /* Centramos el formulario */
    width: 300px; /* Sin ancho no podemos centrar el formulario */
    background-color: white; /* Color blanco para el formulario */
    padding: 2px; /* separamos los bordes del form del resto de elementos */
    border-radius: 10px; /* Redondeamos los bordes del form */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    margin: 20px auto;
    max-width: 1000px;
    background: #fff;
    min-height: 80vh;
    padding: 20px;
    border-radius: 10px;
}

.aviso-cookies {
    display:none;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 60px;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
    text-align: center;
}

    .aviso-cookies.activo {
        display: block;
    }

    .aviso-cookies .galleta {
        max-width: 100px;
        position: absolute;
        top: -50px;
        left: calc(50% - 50px);
    }

    .aviso-cookies .titulo,
    .aviso-cookies .parrafo {
        margin-bottom: 15px;
    }

    .aviso-cookies .boton {
        width: 100%;
        background: #595959;
        border: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 15px 20px;
        font-weight: 700;
        cursor: pointer;
        transition: .3s ease all;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 14px;
    }

        .aviso-cookies .boton:hover {
            background: #000;
        }

    .aviso-cookies .enlace {
        color: #4DBFFF;
        text-decoration: none;
        font-size: 14px;
    }

        .aviso-cookies .enlace:hover {
            text-decoration: underline;
        }

.fondo-aviso-cookies {
    display: none;
    background: rgba(0,0,0,.20);
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

    .fondo-aviso-cookies.activo {
        display: block;
    }

body {
    background-color: white;
    font: 400 15px/1.8 Lato, sans-serif;
}

h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 1.5rem;
    color: #111;
}

.lead {
    font-size: 1rem;
    text-align:center;
}

.display {
    margin: 10px 0 0 0;
    letter-spacing: 3px;
    font-size: 10px;
    color: #ffffff;
}

.logo {
    width: 160px;
    height: 80px;
}

.imgNav {
    width: 130px;
    height: 50px;
}

.textCenter {
    text-align: center;
}

.contentCenter {
    align-content: center;
}

.sizeInput {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    margin-top: 45px;
}

.btn-primary {
    position: absolute;
    left: 50%;
    max-height: 50px;
    width: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

.topnav {
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
    transition: top 0.3s;
    /* position: fixed;*/ 
    position:fixed;
    width: 100%;
    z-index: 100;
    /*opacity: 0.7;*/
}

    .topnav a {
        float: left;
        display: block;
        color: #035AA6;
        text-align: center;
        font-weight: bold;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 14px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            color: black;
        }

            .topnav a.active:hover {
                color: black;
            }

.intro-2 {
    background: url("https://mdbootstrap.com/img/Photos/Others/img (40).jpg")no-repeat center center;
    background-size: cover;
}

/*.navbar {
    background-color: transparent;
}*/
/*---------------------------*/
/*banner*/

.parallax {
    /* The image used */
    background-image: url("~/Content/Images/office1.jpg");
    /* Set a specific height */
    min-height: 400px;
    /*max-height: 650px;*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ParallaxVideo {
    height: 300px;
    padding-bottom: 50px;
    padding-top: 50px;
}

    .ParallaxVideo video {
        min-width: 100%;
        position: fixed;
        top: 0;
        z-index: -999;
    }

.banner {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    color: rgba(255, 255, 255, 0.5);
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url("../../images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0;
    display: -ms-flexbox;
    height: 22rem !important;
    min-height: 22rem;
    overflow: hidden;
    /**/ position: relative;
    /*position: fixed;
    top: 0;
    z-index: -999;*/
    text-align: center;
    width: 100%;
    background-attachment: fixed;
}

.banner video {
    margin: 0;
    /* min-width: 100%; */
    min-height: 100%;
    /* width: 100%; */
    height: auto;
    background-size: cover;
    transition: 1s opacity;
    /* overflow: hidden; */
    position: fixed;
    z-index: -2;
}

/*.stretch {
    background: #ffffff;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
}*/

.container-about {
    padding: 10px 120px 100px;
    margin: 100px 0 30px 0;
    padding: 50px 110px 30px;
    margin: 0;
    background-color: white;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

/*.container-about1 {
    padding: 10px 120px 100px;
    margin: 100px 0 30px 0;
    padding: 50px 110px 30px;
    margin: 0;
    background-color: white;
    width: 100%;
    font-family: 'Concert One';
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}*/

.container {
    padding: 30px 30px 20px;
    margin: auto;
   
}

.container-about {
    padding: 30px 30px 20px;
    margin: auto;
    text-align: center;
    /*font-family: sans-serif;*/
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}

.borde{
    border-radius:10px;
}

.fondo {
    background-color: #ffffff;
    position: relative;
}
/*--------------------------------------*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #edf2f9;
    border-radius: .375rem;
    box-shadow: 2px 2px 22px 0 rgba(0,0,0,0.2);
}

    /*.card-header {
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid #edf2f9;
}*/

    .card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
        border-radius: 3px;
        margin-top: -45px;
        padding: 15px;
    }

    .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
        box-shadow: 2px 2px 22px 0 rgba(0,0,0,0.2);
    }

    .card [class*=card-header-] {
        margin: 0 15px;
        padding: 0;
        position: relative;
    }

    .card .card-header {
        z-index: 3 !important;
    }

    .card .card-header {
        border-bottom: none;
        background-color: #eee;
        color: black;
    }

.card-titleS {
    font-size: 0.79rem;
    letter-spacing: 1px;
}

.card-title {
    font-size: 0.79rem;
    /*letter-spacing: 1px;*/
}
/*COLUMNS CARD*/
/*.card{
  bottom: 200px;
  position: relative;
}
.card-deck
{
  padding: 50px 80px 50px;
}
.card-body
{
  background-color: #6ff2b2;
  max-width: 400px;
  height: 140px;
  position: relative;
}*/
.card-content {
    /*padding: 25%;
   margin: 20px 0 50 0;
   */
    position: relative;
    height: 170px;
    width: 240px;
    top: -50px;
    background-color: red;
}

.jumbotron {
    /*background: #AECCCC;*/
    background: rgb(2,0,36);
    margin-bottom: 0;
}

    .jumbotron h1 {
        background: rgba(255, 253, 160, 1);
        background: -webkit-linear-gradient( left, #d6a95c 0%, #5ca9d6 9%, #d6be5c 18%, #97d65c 27%, #d05cd6 36%, #d65c5c 45%, #a75cd6 54%, #5cbed6 63%, #d65c9b 72%, #5c78d6 81%, #8fd65c 90%, #d6ca5c 100%) repeat;
        -webkit-background-clip: text;
        -ms-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        text-fill-color: transparent;
        -webkit-animation-name: masked-animation;
        -webkit-animation-duration: 50s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .jumbotron .lead {
        color: white;
    }

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -8000px -3000px;
    }
}

/*FOOTER*/
#site-content {
    min-height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: #000 0 7px 35px 0;
    -moz-box-shadow: #000 0 7px 35px 0;
    box-shadow: #000 0 7px 35px 0;
}
#site-footer {
    padding: 0 0;
    font-size: 85%;
    background-color: black;
    color: #ffffff;
}
/*#site-footer {
    padding: 0 0;
    font-size: 85%;
    background-color: black;
    color: #ffffff;
    position: fixed;
    position: sticky;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}*/
/*CONTENT FOOTER*/
.footer {
    background-color: #414141;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    /*font-weight: bold;*/
    font-size: 16px;
    padding: 50px 20px 20px 20px;
    margin-top: 50px;
}

.name {
    color: #0099ff;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

/* Contact section--------------------------------- */

.label {
    /*color: #565656;*/
    color: #e9ecef;
}

.label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

input[type="text"], input[type="password"], input[type="email"], select {
    height: 2.75rem;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    border:inset;
    /*border: none;
    border: solid 1px;*/
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
    font-size: 0.8rem;
    border-color: #DDDDDD;
    background: rgba(255, 255, 255, 0.82);
}

input[type="text"], input[type="password"], input[type="email"], select, textarea:-moz-placeholder {
    color: red;
}
/* footer right-------------------------------------*/

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px;
}

.list {
    border: 1px solid #ddd;
    list-style: none;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
}


/*--------------------TABLA--------------------*/

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}

    .background::after {
        content: '';
        background: #60a9ff;
        background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
        background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
        background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
        height: 350px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    /*padding: 15px 25px;*/
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: ;
    }
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

    .pricing-plan:last-child {
        border-bottom: none;
    }

@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 10px;
    }

        .pricing-plan:last-child {
            border-right: none;
        }
}

.pricing-img {
    margin-bottom: 25px;
    /*max-width: 100%;*/
    width: 10rem;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}

    .pricing-features-item:last-child {
        border-bottom: 1px solid #e1f1ff;
    }

.pricing-price {
    color: #016FF9;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

    .pricing-button:hover,
    .pricing-button:focus {
        background-color: #e1f1ff;
    }

    .pricing-button.is-featured {
        background-color: #48aaff;
        color: #fff;
    }

        .pricing-button.is-featured:hover,
        .pricing-button.is-featured:active {
            background-color: #269aff;
        }

/*table.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #035AA6;
    border: 1px solid #126DA6;
    border-bottom: 3px solid #05F2DB;
    background-color: #05F2DB;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(3,90,166)), color-stop(0.51, rgb(18,109,166)), color-stop(0.87, rgb(5,242,219)) );
    background: -moz-linear-gradient( center bottom, rgb(3,90,166) 2%, rgb(18,109,166) 51%, rgb(5,242,219) 87% );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table1 tfoot th {
    color: #666;
}

.table1 tfoot td {
    color: #0511F2;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.table1 tbody span.check::before {
    content: url(../images/check0.png);
}

.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
}

.table1 thead th:empty {
    background: transparent;
    border: none;
}

.table1 tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #035AA6;
    background-color: #05F2DB;
    border: 1px solid #126DA6;
    border-right: 3px solid #05F2DB;
    padding: 0px 10px;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(5,242,219)), color-stop(0.51, rgb(18,109,166)), color-stop(0.87, rgb(3,90,166)) );
    background: -moz-linear-gradient( left bottom, rgb(5,242,219) 2%, rgb(18,109,166) 51%, rgb(3,90,166) 87% );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
    */

.comparison {
    max-width: 940px;
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 10px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        border-bottom: 1px solid #CCC;
    }

    .comparison td, .comparison th {
        border-right: 1px solid #CCC;
        empty-cells: show;
        padding: 10px;
    }

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F5F5F5;
}

.comparison .tickblue {
    color: #000000;
}

.comparison .tickgreen {
    color: #035AA6;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #CCC;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #CCC;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #000000;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbo {
    background: #035AA6;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
    color: #0511F2;
}

    .comparison .price-now span {
        font-size: 32px;
    }

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #0511F2;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
}

    .comparison .price-try a {
        color: #202020;
    }

    .transparent{
        background-color: transparent;
    }

tbody {
    border-left: 1px solid #CCC;
}
   

@media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td, .comparison th {
        border: 1px solid #CCC;
    }

    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison td, .comparison th {
        padding: 10px 5px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }

    .comparison .qbse, .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    .compare-heading {
        font-size: 13px;
    }
}
/*----------------------------------------BANNER VIDEO------------------------------------*/
.text {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 22rem;
    z-index: 10;
    position: relative;
}

.mascara {
    width: 100%;
    height: inherit;
    padding: 120px 0 30px;
}

    .mascara #title {
        letter-spacing: -2px;
        font-size: 6em;
        font-weight: 800;
    }

    .mascara #subtitle {
        letter-spacing: 8px;
        font-size: 1.2em;
        font-weight: 300;
        text-transform: uppercase;
    }

    .mascara #title i , .mascara #subtitle i{
        font-style: normal;
    }

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    font-size: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.letter {
    color: #FFFFFF;
    text-shadow: -2px 2px 0px #6c757d, -4px 4px 0px #495057, -6px 6px 0px #212529;
    background-color: transparent;
    letter-spacing: 0.5em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 0;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

    .letter:before {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        word-break: break-all;
        /* background-color: #1d1f20; */
    background-color: transparent;
}

    .letter:nth-child(1):before {
        content: "5362714089QPWOEIRUTYAÑSLDKFJGHZMXNCBV";
        margin-top: -168px;
        -webkit-animation-name: letter1;
        animation-name: letter1;
        -webkit-animation-duration: 2.765s;
        animation-duration: 2.765s;
        -webkit-animation-delay: 0.21s;
        animation-delay: 0.21s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes letter1 {
    from {
        margin-top: -168px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter1 {
    from {
        margin-top: -168px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(2):before {
    content: "1965048732QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -192px;
    -webkit-animation-name: letter2;
    animation-name: letter2;
    -webkit-animation-duration: 1.5288888889s;
    animation-duration: 1.5288888889s;
    -webkit-animation-delay: 0.57s;
    animation-delay: 0.57s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter2 {
    from {
        margin-top: -192px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter2 {
    from {
        margin-top: -192px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(3):before {
    content: "9517306248QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -24px;
    -webkit-animation-name: letter3;
    animation-name: letter3;
    -webkit-animation-duration: 0.92s;
    animation-duration: 0.92s;
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter3 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter3 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(4):before {
    content: "1645987320QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -144px;
    -webkit-animation-name: letter4;
    animation-name: letter4;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter4 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter4 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(5):before {
    content: "3628940715QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -24px;
    -webkit-animation-name: letter5;
    animation-name: letter5;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter5 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter5 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(6):before {
    content: "1042937685QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -72px;
    -webkit-animation-name: letter6;
    animation-name: letter6;
    -webkit-animation-duration: 2.13s;
    animation-duration: 2.13s;
    -webkit-animation-delay: 0.29s;
    animation-delay: 0.29s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter6 {
    from {
        margin-top: -72px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter6 {
    from {
        margin-top: -72px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(7):before {
    content: "6531892704QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: 0px;
    -webkit-animation-name: letter7;
    animation-name: letter7;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0.53s;
    animation-delay: 0.53s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter7 {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter7 {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(8):before {
    content: "3270854691QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -144px;
    -webkit-animation-name: letter8;
    animation-name: letter8;
    -webkit-animation-duration: 2.9485714286s;
    animation-duration: 2.9485714286s;
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter8 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter8 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(9):before {
    content: "0186547293QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -24px;
    -webkit-animation-name: letter9;
    animation-name: letter9;
    -webkit-animation-duration: 1.64s;
    animation-duration: 1.64s;
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter9 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter9 {
    from {
        margin-top: -24px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(10):before {
    content: "0935681427QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -120px;
    -webkit-animation-name: letter10;
    animation-name: letter10;
    -webkit-animation-duration: 0.7333333333s;
    animation-duration: 0.7333333333s;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter10 {
    from {
        margin-top: -120px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter10 {
    from {
        margin-top: -120px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(11):before {
    content: "9362785041QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: 0px;
    -webkit-animation-name: letter11;
    animation-name: letter11;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0.69s;
    animation-delay: 0.69s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter11 {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter11 {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(12):before {
    content: "4083675219QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -144px;
    -webkit-animation-name: letter12;
    animation-name: letter12;
    -webkit-animation-duration: 0.8571428571s;
    animation-duration: 0.8571428571s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter12 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter12 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(13):before {
    content: "6925018473QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -144px;
    -webkit-animation-name: letter13;
    animation-name: letter13;
    -webkit-animation-duration: 2.8114285714s;
    animation-duration: 2.8114285714s;
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter13 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter13 {
    from {
        margin-top: -144px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(14):before {
    content: "0142953786QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -216px;
    -webkit-animation-name: letter14;
    animation-name: letter14;
    -webkit-animation-duration: 0.36s;
    animation-duration: 0.36s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter14 {
    from {
        margin-top: -216px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter14 {
    from {
        margin-top: -216px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(15):before {
    content: "9451076238QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -120px;
    -webkit-animation-name: letter15;
    animation-name: letter15;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.76s;
    animation-delay: 0.76s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter15 {
    from {
        margin-top: -120px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter15 {
    from {
        margin-top: -120px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(16):before {
    content: "5914730628QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -96px;
    -webkit-animation-name: letter16;
    animation-name: letter16;
    -webkit-animation-duration: 2.976s;
    animation-duration: 2.976s;
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter16 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter16 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(17):before {
    content: "5914730628QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -96px;
    -webkit-animation-name: letter16;
    animation-name: letter16;
    -webkit-animation-duration: 2.976s;
    animation-duration: 2.976s;
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter17 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter17 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}

.letter:nth-child(18):before {
    content: "5914730628QPWOEIRUTYAÑSLDKFJGHMZNXBCV";
    margin-top: -96px;
    -webkit-animation-name: letter16;
    animation-name: letter16;
    -webkit-animation-duration: 2.976s;
    animation-duration: 2.976s;
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes letter18 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}

@keyframes letter18 {
    from {
        margin-top: -96px;
    }

    to {
        margin-top: 24px;
    }
}


/*----------------------------------CARDS-----------------------------------*/
#clientes .custom-button:hover {
    text-decoration: none;
    color: #272838;
    background-color: rgba(0,123,255,.5);
}

#clientes .custom-button {
    text-decoration: none;
    color: rgba(0,123,255,.5);
    /*border: 3px solid rgba(0,123,255,.5);*/
    border: 3px solid;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    #clientes .custom-button::before,
    #clientes .custom-button::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: rgba(0,123,255,.5);
        transition: all .5s
    }

    #clientes .custom-button:hover::before,
    #clientes .custom-button:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: rgba(0,123,255,.5);
    }

.custom-button:hover {
    text-decoration: none;
    color: #272838;
    background-color: #fff;
    /*   border-radius:4px; */
}

.custom-button {
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    .custom-button::before,
    .custom-button::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: #fff;
        transition: all .5s
    }

    .custom-button::before {
        /*top: -1.5rem;*/
        /*left: -1.5rem;*/
        top: -1rem;
        left: -1rem;
        border-width: 3px 0 0 3px;
    }

    .custom-button::after {
        /* bottom: -1.5rem;
        right: -1.5rem;*/
        bottom: -1rem;
        right: -1rem;
        border-width: 0px 3px 3px 0px;
    }

    .custom-button:hover::before,
    .custom-button:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: #fff;
    }
/*--------------------NORMAL CUSTOM-----------------*/
/*------------- C U S T O N ---  V E R D E-------*/
/*----------------------------------CARDS-----------------------------------*/
#clientes .custom-button-v:hover {
    text-decoration: none;
    color: #272838;
    background-color: rgba(43, 224, 130);
}

#clientes .custom-button-v {
    text-decoration: none;
    color: rgba(0,123,255,.5);
    /*border: 3px solid rgba(0,123,255,.5);*/
    border: 3px solid;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    #clientes .custom-button-v::before,
    #clientes .custom-button-v::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: rgb(0, 104, 71);
        transition: all .5s
    }

    #clientes .custom-button-v:hover::before,
    #clientes .custom-button-v:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: rgb(43, 224, 130);
    }

.custom-button-v:hover {
    text-decoration: none;
    color: #272838;
    background-color: #fff;
    /*   border-radius:4px; */
}

.custom-button-v {
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    .custom-button-v::before,
    .custom-button-v::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: #fff;
        transition: all .5s
    }

    .custom-button-v::before {
        /*top: -1.5rem;*/
        /*left: -1.5rem;*/
        top: -1rem;
        left: -1rem;
        border-width: 3px 0 0 3px;
    }

    .custom-button-v::after {
        /* bottom: -1.5rem;
        right: -1.5rem;*/
        bottom: -1rem;
        right: -1rem;
        border-width: 0px 3px 3px 0px;
    }

    .custom-button-v:hover::before,
    .custom-button-v:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: #fff;
    }

/*------------F I N verde----- */
/*------------- C U S T O N ---  ROJO-------*/
/*----------------------------------CARDS-----------------------------------*/
#clientes .custom-button-r:hover {
    text-decoration: none;
    color: #272838;
    background-color: rgba(245, 106, 122);
}

#clientes .custom-button-r {
    text-decoration: none;
    color: rgba(0,123,255,.5);
    /*border: 3px solid rgba(0,123,255,.5);*/
    border: 3px solid;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    #clientes .custom-button-r::before,
    #clientes .custom-button-r::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: rgb(245, 106, 122);
        transition: all .5s
    }

    #clientes .custom-button-r:hover::before,
    #clientes .custom-button-r:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: rgb(206, 17, 38);
    }

.custom-button-r:hover {
    text-decoration: none;
    color: #272838;
    background-color: #fff;
    /*   border-radius:4px; */
}

.custom-button-r {
    text-decoration: none;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 1em 1rem;
    position: relative;
    transition: all .5s
}

    .custom-button-r::before,
    .custom-button-r::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        border-style: solid;
        border-color: #fff;
        transition: all .5s
    }

    .custom-button-r::before {
        /*top: -1.5rem;*/
        /*left: -1.5rem;*/
        top: -1rem;
        left: -1rem;
        border-width: 3px 0 0 3px;
    }

    .custom-button-r::after {
        /* bottom: -1.5rem;
        right: -1.5rem;*/
        bottom: -1rem;
        right: -1rem;
        border-width: 0px 3px 3px 0px;
    }

    .custom-button-r:hover::before,
    .custom-button-r:hover::after {
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-color: #fff;
    }

/*------------F I N ROJO----- */

/*----------------------------------CORCHETES-------------------------------*/
.content__container {
    font-weight: 600;
    height: 40px;
    padding: 0 40px;
}

    .content__container:before {
        content: '[';
        left: 0;
    }

    .content__container:after {
        content: ']';
        position: absolute;
        right: 0;
    }

    .content__container:after, .content__container:before {
        position: absolute;
        top: 0;
        color: #16a085;
        font-size: 3rem;
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    /*--------------------------AJUSTES--------------------*/

    /*-------------------------CIRCULAR--------------------*/
    /*-----------------------------------------------------*/
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        /*background: #ffffff;*/
        background-color:transparent;
        color: #7d4ac7;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid #7d4ac7;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #a733bb;
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #0511F2;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #7d4ac7; /* Old browsers */
    background: -moz-linear-gradient(left, #126DA6 0%, #0511F2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #126DA6 0%, #0511F2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #126DA6 0%, #0511F2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126DA6', endColorstr='#0511F2', GradientType=1); /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:992px) and (max-width:1199px) {
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    font-size:1.5rem;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #7ba6ca;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}
    /*-----------------------------------------------------*/


/*-------------------- M A S C A R A ----------------------*/

@media (max-width: 1000px) and (min-width: 768px) {
    h3, h4 {
        font-size: 1.2rem;
        letter-spacing: 5px;
    }

    .mascara #title {
        font-size: 4em;
    }

    .mascara #subtitle {
        font-size: 1.2em;
    }

    .letter {
        font-size: 2rem;
    }

    .content__container:after, .content__container:before {
        font-size: 2rem;
    }

    p {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767px) {
    .body {
        font: 400 14pt/1.8 Lato, sans-serif;
    }

    p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .mascara #title {
        font-size: 2em;
    }

    .mascara #subtitle {
        font-size: 1.2em;
    }

    .letter {
        font-size: 1rem;
    }

    .content__container:after, .content__container:before {
        font-size: 1rem;
    }

    #site-footer {
        font-size: 70%;
    }

    .lead {
        font-size: 0.95rem;
    }

    h3, h4 {
        font-size: 1rem;
        /*letter-spacing: 1px;*/
    }

    h1, h2 {
        font-size: 1.5rem;
    }

    .imgNav {
        width: 80px;
        height: 35px;
    }

    .logo {
        width: 140px;
        height: 50px;
        /*margin: 30px;*/
    }

    .parallax {
        background-attachment: scroll;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 250px;
    }

    .container-about {
        padding: 50px 20px 20px;
        

    }

    .navbar-toggler {
        padding: 0.25rem 0.35rem;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    /*.about {
        visibility: hidden;
    }*/
}



/*-------------------------------MAPA-------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /* border: 0.5rem solid #fbfbfb;*/
    border-radius: 15px;
}

    .embed-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.details-on-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1rem double #e9ecef;
}

.paper-map {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-perspective: 150rem;
    perspective: 150rem;
    opacity: 0;
}

.map-side {
    box-sizing: content-box;
    width: 10rem;
    height: 20rem;
    border: 0.5rem solid white;
    background-image: url(https://s31.postimg.org/yxpm4cu4b/map.png);
    background-color: rgba(233, 229, 220, 1);
    outline: 1px solid transparent;
    overflow: hidden;
}

    .map-side::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background-color: rgba(233, 229, 220, 0.5);
        box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.1);
        content: "";
    }

    .map-side:nth-of-type(1) {
        border-right: none;
        border-radius: 0.5rem 0 0 0.5rem;
        background-position: 0 0;
        -webkit-transform: translateX(5.05rem) rotateY(-60deg);
        transform: translateX(5.05rem) rotateY(-60deg);
    }

    .map-side:nth-of-type(2) {
        border-right: none;
        border-left: none;
        background-position: -10rem 0;
        -webkit-transform: translateX(5rem) rotateY(60deg);
        transform: translateX(5rem) rotateY(60deg);
    }

    .map-side:nth-of-type(3) {
        border-right: none;
        border-left: none;
        background-position: -20rem 0;
        -webkit-transform: translateX(-5rem) rotateY(-60deg);
        transform: translateX(-5rem) rotateY(-60deg);
    }

    .map-side:nth-of-type(4) {
        border-left: none;
        border-radius: 0 0.5rem 0.5rem 0;
        background-position: -30rem 0;
        -webkit-transform: translateX(-5.05rem) rotateY(60deg);
        transform: translateX(-5.05rem) rotateY(60deg);
    }

.show-map.details-on-map {
    height: 21rem;
}

.show-map #map {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s 1.25s linear forwards;
    animation: fadeIn 0.5s 1.25s linear forwards;
}

.show-map .paper-map {
    -webkit-animation: paperMapFadeIn 0.33s ease-in forwards, fadeOut 1s 3.5s linear forwards;
    animation: paperMapFadeIn 0.33s ease-in forwards, fadeOut 1s 3.5s linear forwards;
}

.show-map .map-side::before {
    -webkit-animation: fadeOut 0.5s 0.33s forwards ease-out;
    animation: fadeOut 0.5s 0.33s forwards ease-out;
}

.show-map .map-side:nth-of-type(1) {
    -webkit-animation: openMapOuter 0.33s 0.33s linear forwards;
    animation: openMapOuter 0.33s 0.33s linear forwards;
}

.show-map .map-side:nth-of-type(2) {
    -webkit-animation: openMapInnerLeft 0.33s 0.33s linear forwards;
    animation: openMapInnerLeft 0.33s 0.33s linear forwards;
}

.show-map .map-side:nth-of-type(3) {
    -webkit-animation: openMapInnerRight 0.33s 0.33s linear forwards;
    animation: openMapInnerRight 0.33s 0.33s linear forwards;
}

.show-map .map-side:nth-of-type(4) {
    -webkit-animation: openMapOuter 0.33s 0.33s linear forwards;
    animation: openMapOuter 0.33s 0.33s linear forwards;
}

.map-side:nth-of-type(1), .map-side:nth-of-type(3) {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.3);
}

.map-side:nth-of-type(2), .map-side:nth-of-type(4) {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes openMapOuter {
    100% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@keyframes openMapOuter {
    100% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@-webkit-keyframes openMapInnerLeft {
    0% {
        -webkit-transform: translateX(5rem) rotateY(60deg);
        transform: translateX(5rem) rotateY(60deg);
    }

    20% {
        -webkit-transform: translateX(4rem) rotateY(53deg);
        transform: translateX(4rem) rotateY(53deg);
    }

    38% {
        -webkit-transform: translateX(3.1rem) rotateY(46.2deg);
        transform: translateX(3.1rem) rotateY(46.2deg);
    }

    50% {
        -webkit-transform: translateX(2.5rem) rotateY(41.5deg);
        transform: translateX(2.5rem) rotateY(41.5deg);
    }

    65% {
        -webkit-transform: translateX(1.75rem) rotateY(34.5deg);
        transform: translateX(1.75rem) rotateY(34.5deg);
    }

    75% {
        -webkit-transform: translateX(1.25rem) rotateY(29deg);
        transform: translateX(1.25rem) rotateY(29deg);
    }

    83% {
        -webkit-transform: translateX(0.85rem) rotateY(23.8deg);
        transform: translateX(0.85rem) rotateY(23.8deg);
    }

    90% {
        -webkit-transform: translateX(0.5rem) rotateY(18.1deg);
        transform: translateX(0.5rem) rotateY(18.1deg);
    }

    95% {
        -webkit-transform: translateX(0.25rem) rotateY(12.8deg);
        transform: translateX(0.25rem) rotateY(12.8deg);
    }

    98% {
        -webkit-transform: translateX(0.1rem) rotateY(8deg);
        transform: translateX(0.1rem) rotateY(8deg);
    }

    99% {
        -webkit-transform: translateX(0.05rem) rotateY(5deg);
        transform: translateX(0.05rem) rotateY(5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@keyframes openMapInnerLeft {
    0% {
        -webkit-transform: translateX(5rem) rotateY(60deg);
        transform: translateX(5rem) rotateY(60deg);
    }

    20% {
        -webkit-transform: translateX(4rem) rotateY(53deg);
        transform: translateX(4rem) rotateY(53deg);
    }

    38% {
        -webkit-transform: translateX(3.1rem) rotateY(46.2deg);
        transform: translateX(3.1rem) rotateY(46.2deg);
    }

    50% {
        -webkit-transform: translateX(2.5rem) rotateY(41.5deg);
        transform: translateX(2.5rem) rotateY(41.5deg);
    }

    65% {
        -webkit-transform: translateX(1.75rem) rotateY(34.5deg);
        transform: translateX(1.75rem) rotateY(34.5deg);
    }

    75% {
        -webkit-transform: translateX(1.25rem) rotateY(29deg);
        transform: translateX(1.25rem) rotateY(29deg);
    }

    83% {
        -webkit-transform: translateX(0.85rem) rotateY(23.8deg);
        transform: translateX(0.85rem) rotateY(23.8deg);
    }

    90% {
        -webkit-transform: translateX(0.5rem) rotateY(18.1deg);
        transform: translateX(0.5rem) rotateY(18.1deg);
    }

    95% {
        -webkit-transform: translateX(0.25rem) rotateY(12.8deg);
        transform: translateX(0.25rem) rotateY(12.8deg);
    }

    98% {
        -webkit-transform: translateX(0.1rem) rotateY(8deg);
        transform: translateX(0.1rem) rotateY(8deg);
    }

    99% {
        -webkit-transform: translateX(0.05rem) rotateY(5deg);
        transform: translateX(0.05rem) rotateY(5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@-webkit-keyframes openMapInnerRight {
    0% {
        -webkit-transform: translateX(-5rem) rotateY(-60deg);
        transform: translateX(-5rem) rotateY(-60deg);
    }

    20% {
        -webkit-transform: translateX(-4rem) rotateY(-53deg);
        transform: translateX(-4rem) rotateY(-53deg);
    }

    38% {
        -webkit-transform: translateX(-3.1rem) rotateY(-46.2deg);
        transform: translateX(-3.1rem) rotateY(-46.2deg);
    }

    50% {
        -webkit-transform: translateX(-2.5rem) rotateY(-41.5deg);
        transform: translateX(-2.5rem) rotateY(-41.5deg);
    }

    65% {
        -webkit-transform: translateX(-1.75rem) rotateY(-34.5deg);
        transform: translateX(-1.75rem) rotateY(-34.5deg);
    }

    75% {
        -webkit-transform: translateX(-1.25rem) rotateY(-29deg);
        transform: translateX(-1.25rem) rotateY(-29deg);
    }

    83% {
        -webkit-transform: translateX(-0.85rem) rotateY(-23.8deg);
        transform: translateX(-0.85rem) rotateY(-23.8deg);
    }

    90% {
        -webkit-transform: translateX(-0.5rem) rotateY(-18.1deg);
        transform: translateX(-0.5rem) rotateY(-18.1deg);
    }

    95% {
        -webkit-transform: translateX(-0.25rem) rotateY(-12.8deg);
        transform: translateX(-0.25rem) rotateY(-12.8deg);
    }

    98% {
        -webkit-transform: translateX(-0.1rem) rotateY(-8deg);
        transform: translateX(-0.1rem) rotateY(-8deg);
    }

    99% {
        -webkit-transform: translateX(-0.05rem) rotateY(-5deg);
        transform: translateX(-0.05rem) rotateY(-5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@keyframes openMapInnerRight {
    0% {
        -webkit-transform: translateX(-5rem) rotateY(-60deg);
        transform: translateX(-5rem) rotateY(-60deg);
    }

    20% {
        -webkit-transform: translateX(-4rem) rotateY(-53deg);
        transform: translateX(-4rem) rotateY(-53deg);
    }

    38% {
        -webkit-transform: translateX(-3.1rem) rotateY(-46.2deg);
        transform: translateX(-3.1rem) rotateY(-46.2deg);
    }

    50% {
        -webkit-transform: translateX(-2.5rem) rotateY(-41.5deg);
        transform: translateX(-2.5rem) rotateY(-41.5deg);
    }

    65% {
        -webkit-transform: translateX(-1.75rem) rotateY(-34.5deg);
        transform: translateX(-1.75rem) rotateY(-34.5deg);
    }

    75% {
        -webkit-transform: translateX(-1.25rem) rotateY(-29deg);
        transform: translateX(-1.25rem) rotateY(-29deg);
    }

    83% {
        -webkit-transform: translateX(-0.85rem) rotateY(-23.8deg);
        transform: translateX(-0.85rem) rotateY(-23.8deg);
    }

    90% {
        -webkit-transform: translateX(-0.5rem) rotateY(-18.1deg);
        transform: translateX(-0.5rem) rotateY(-18.1deg);
    }

    95% {
        -webkit-transform: translateX(-0.25rem) rotateY(-12.8deg);
        transform: translateX(-0.25rem) rotateY(-12.8deg);
    }

    98% {
        -webkit-transform: translateX(-0.1rem) rotateY(-8deg);
        transform: translateX(-0.1rem) rotateY(-8deg);
    }

    99% {
        -webkit-transform: translateX(-0.05rem) rotateY(-5deg);
        transform: translateX(-0.05rem) rotateY(-5deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0);
        transform: translateX(0) rotateY(0);
        box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes paperMapFadeIn {
    0% {
        -webkit-transform: scale(0, 0.5);
        transform: scale(0, 0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes paperMapFadeIn {
    0% {
        -webkit-transform: scale(0, 0.5);
        transform: scale(0, 0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/*---------------------------------------------*/
/*---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Orbitron");

:root {
    --system-color: yellow;
    --main-color: cyan;
    --accent-color: salmon;
}

.counter {
    letter-spacing: 10px;
    color: cyan;
    color: var(--main-color);
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    font-size: 0;
}

    .counter > i {
        font-size: 50px;
        width: 70px;
        text-align: center;
        font-style: normal;
        user-select: none;
        text-shadow: 0 0 10px cyan;
        text-shadow: 0 0 10px var(--main-color);
        display: inline-block;
        transition: 0.4s ease-out;
    }

    .counter .done.system {
        color: yellow;
        color: var(--system-color);
        text-shadow: 0 0 10px yellow;
        text-shadow: 0 0 10px var(--system-color);
    }

    .counter:not(:last-of-type) {
        padding-right: 70px;
    }

    .counter:last-of-type i:last-child.done {
        animation: blink 0.8s infinite;
        animation-delay: 0.4s;
    }

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

i[data-final="5"]:before,
i[data-final="4"]:before {
    display: block;
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(35px) translateY(-15px);
    background: salmon;
    background: var(--accent-color);
    box-shadow: 0 0 3px 1px salmon;
    box-shadow: 0 0 3px 1px var(--accent-color);
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0%, 45%, 55%, 100% {
        box-shadow: 0 0 3px 1px salmon;
        box-shadow: 0 0 3px 1px var(--accent-color);
        background: salmon;
        background: var(--accent-color);
    }

    50% {
        box-shadow: 0 0 5px 3px salmon;
        box-shadow: 0 0 5px 3px var(--accent-color);
    }
}

i[data-final="5"]:before {
    animation-delay: .3s;
}

i[data-final="4"]:after {
    display: block;
    content: "";
    width: 370px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(50px) translateY(-140%) skew(-44deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='110'%3E%3Crect width='321' height='100' style='fill:none;stroke-width:3;stroke:pink' /%3E%3C/svg%3E%0A");
}

i {
    position: relative;
}
.backgrounds {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}

    .backgrounds::after {
        content: '';
        background: #60a9ff;
        background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
        background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
        background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
        height: 350px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

@media (min-width: 900px) {
    .backgrounds {
        padding: 0 0 25px;
    }
}
.containerServi {
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 960px;
    width: 100%;
}

.panelServi {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}
