body {
    margin: 0;
    background-color: rgba(12, 12, 12, 0.8);
    background-image: url("../img/fondo.png");
    background-blend-mode: color;
    background-attachment: fixed;
    /*para que sea estático*/
    /*background-position: top right;/*arriba a la derecha*/
    /*background-repeat: no-repeat;/*que no se repita el fondo*/
    background-size: cover;
    padding-top: 4em;
    position: relative;
    padding-bottom: 12em;
    padding-right: 0 !important;
    min-height: 100vh;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background-image: url(../img/fondo.png);
    background-attachment: fixed;
    /*background-position: top right;
    background-repeat: no-repeat;*/
    background-size: cover;
}

.head {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1em;
}

.head div {
    padding: 0;
}

.menu {
    height: 55px;
    margin: 0;
    padding: 0;
    display: table;
    float: left;

}

.menu img {
    height: 35px;
    padding-right: 0.5em;
    border: 1.5px solid;
    border-image: linear-gradient(to bottom, #343a40 2%, white 50%, #343a40 98%);
    border-image-slice: 1;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.menu span {
    padding-left: 1em;
    vertical-align: middle;
}

.menu li {
    display: table-cell;
    padding: 0.2em 2.5em;
    vertical-align: middle;
}

.menu li img {
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.menu li:hover img {
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.menu>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}

li.logo {
    background-color: black;
    padding: 0em 3em !important;
}

li.logo img {
    height: 55px;
    padding: 0;
    border: 0;
}

li.logo img:hover {
    transform: scale(1.0);
}

.redes {
    float: right;
    display: table;
    /*padding: 10px !important;*/
    height: 55px;
}

.redes span {
    display: table-cell;
    vertical-align: middle;
}

.redes a {
    display: table-cell;
    vertical-align: middle;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.redes a:hover {
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.redes img {
    height: 30px;
    padding: 0 1em;
}

.form-horizontal {
    padding: 1.5em;
    color: white;
}

.form-horizontal img {
    width: 100%;
}

.form-horizontal a {
    transition: all 0.5s ease-in-out;
    filter: grayscale(0%);
}

.form-horizontal a:hover {
    transition: all 0.5s ease-in-out;
    filter: grayscale(90%);
}

.titleData {
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    margin: 0.5em auto 1em;
}

/*Rompecabezas*/

.rompecabezas {
    transition-delay: 10s;
    transition-duration: 5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    filter: blur(8px);
}

.rompecabezas div {
    transition: all 1s ease-in-out;
    padding-right: 15px;
    padding-left: 15px;
}

.rompecabezas2 {
    transition: all 5s ease-in-out;
    filter: blur(0px);
}

.rompecabezas2 div {
    transition: all 1s ease-in-out;
    padding-right: 2px;
    padding-left: 2px;
}

/*Rompecabezas cliente*/

.rompecabezasCte {
    transition: all 10s ease-in-out;
    overflow: hidden;
}

.rompecabezasCte div {
    transition: all 1s ease-in-out;
    padding-right: 15px;
    padding-left: 15px;
}

.rompecabezasCte img {
    width: 80%;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.rompecabezas2Cte {
    transition: all 2s ease-in-out;
    filter: blur(0px);
}

.rompecabezas2Cte div {
    transition: all 1s ease-in-out;
    padding-right: 2px;
    padding-left: 2px;
}

.rompecabezas2Cte img {
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

footer {
    background: #171717;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3em 0 0.5em;
    margin: 1em 0 0 0;
}

footer a {
    color: #fff;
    transition: all 0.2s linear;
    /*-webkit-transform:scale(1.0);
    transform:scale(1.0);*/
    font-weight: normal;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    /*-webkit-transform:scale(1.2);
    transform:scale(1.2);*/
    font-weight: 500;
}

/*footer p{
    transition: all 1s linear;
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
}

footer p:hover{
    transition: all 1s ease-out;
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}*/

footer p {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}

.video{
    transition: all 5s ease-out;
    display: block;
    width: 50%;
}

.video-index {
    width: 100%;
    height: 380px;
}

.ocultar {
    display: none;
}

.body {
    overflow: hidden;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    /*padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
    
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ventana {
    z-index: 9999;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%, rgba(0,42,82,0.6) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(0,42,82,0.6)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(127,127,127,0.9) 0%,rgba(52,58,64,0.9) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0,42,82,0.6) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0,42,82,0.6) 100%);
    background: radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(0,42,82,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
}

.window-container-visible-t{
    display: table !important;
}

.conocer a{
    color: black;
    text-decoration: none;
    
}

.conocer{
    font-size: 1.2rem;
    font-weight: 700;
}

.login{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*width: 50%;*/
    height: 60%;
    margin: auto;
}

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
}

@media only screen and (max-width: 1068px) {
    .menu li {
        padding: 0em 0.5em;
    }
}

@media only screen and (max-width: 950px) {

    .menu span,
    li.mexico {
        display: none;
    }

    .redes span {
        display: none;
    }

    .titleData {
        font-size: 1.6em;
        margin: 0.5em auto 0.5em;
    }

    .video{
        width: 100%;
    }

}

@media only screen and (max-width: 575px) {
    .form-horizontal {
        padding: 0em;
    }

    .form-horizontal img {
        padding: 0.5em 0;
    }

    .video-index {
        height: 250px;
    }
}

@media only screen and (max-width: 550px) {
    .redes img {
        height: 25px;
        padding: 0 0.5em;
    }
}

@media only screen and (max-width: 480px) {
    li.logo {
        display: none;
    }
}

.pagination li {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  
  .pagination li .page-link {
    border-radius: .25rem;
    border: none;
    min-width: 2.25rem;
    text-align: center;
    color: #4f5464;
  }
  
  .pagination li.active .page-link,
  .pagination li .page-link:hover {
    background-color: #1d97c9;
    color: #fff;
    font-weight: bold;
  }