﻿/* @import must be at top of file, otherwise CSS will not work */
/*@import 'https://fonts.googleapis.com/css?family=FontMedium:400,700';*/

@font-face {
    font-family: 'AdihausDIN-Regular';
    src: url('../../fonts/AdihausDIN-Regular.woff') format('woff'), url('../../fonts/AdihausDIN-Regular.eot') format('embedded-opentype'), url('../../fonts/AdihausDIN-Regular.otf') format('opentype'), url('../../fonts/AdihausDIN-Regular.svg') format('svg'), url('../../fonts/AdihausDIN-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'AdihausDIN-Bold';
    src: url('../../fonts/AdihausDIN-Bold.woff') format('woff'), url('../../fonts/AdihausDIN-Bold.eot') format('embedded-opentype'), url('../../fonts/AdihausDIN-Bold.otf') format('opentype'), url('../../fonts/AdihausDIN-Bold.svg') format('svg'), url('../../fonts/AdihausDIN-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'AdihausDIN-Medium';
    src: url('../../fonts/AdihausDIN-Medium.woff') format('woff'), url('../../fonts/AdihausDIN-Medium.eot') format('embedded-opentype'), url('../../fonts/AdihausDIN-Medium.otf') format('opentype'), url('../../fonts/AdihausDIN-Medium.svg') format('svg'), url('../../fonts/AdihausDIN-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'adineuePROCyr-BoldWeb';
    src: url('../../fonts/adineuePROCyr-BoldWeb.woff') format('woff'), url('../../fonts/adineuePROCyr-BoldWeb.eot') format('embedded-opentype'), url('../../fonts/adineuePROCyr-BoldWeb.otf') format('opentype'), url('../../fonts/adineuePROCyr-BoldWeb.svg') format('svg'), url('../../fonts/adineuePROCyr-BoldWeb.ttf') format('truetype');
}

body {
    background: white;
    color: #000;
    font-family: 'AdihausDIN-Medium' !important;
    /*line-height: 24px;*/
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}


a {
    color: #000 !important;
    font-family: 'AdihausDIN-Medium' !important;
    line-height: 24px;
    text-transform: uppercase !important;
}
/********************/
/* Custom container */
/********************/
.container-full {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
}

/*
.carousel-indicators li {
    background-color: #000 !important;
}
.carousel-indicators {
    bottom: 0px !important;
}*/

/********************/
/*TITULOS PRINCIPAl*/
/********************/

.TituloSeccionPrincipalHome {
    font-family: adineuePROCyr-BoldWeb !important;
    color: #000;
}

.TituloSeccionPrincipal {
    font-family: adineuePROCyr-BoldWeb !important;
    color: #000;
}

.FontBold {
    font-family: AdihausDIN-Bold !important;
}
.FontAdinue {
    font-family: adineuePROCyr-BoldWeb !important;
}
.FontTextoTitulos {
    font-family: AdihausDIN-Bold !important;
}
.FontTextoNormal {
    font-family: AdihausDIN-Regular !important;
}


/********************/
/* start footer */
/********************/
.footer {
    background-color: blue;
    text-align: center;
}

    .footer > p {
        color: #fff;
        margin: 0;
    }

    .footer a {
        color: #ff0000;
    }

        .footer a:hover,
        .footer a:focus {
            text-decoration: underline;
        }

.footerMP {
    position: relative;
    clear: both;
    color: #000;
    min-height: 220px;
    margin-bottom: -20px;
}

.Footerbgimg {
    /*background-image: url('../TemaGral/pattern_footer.jpg');*/
    background-color: black;
    color: white;
}


/********************/
/* start contact */
/********************/
#FooterSection {
    background-color: #f6f6f6 !important;
    color: #fff;
    min-height: 220px;
    padding: 0px 0 0px 0;
}

    #FooterSection h2 {
        font-weight: bold;
        letter-spacing: 1px !important;
        padding-top: 30px;
        font-size: 15px;
        color: white;
    }

    #FooterSection h3 {
        padding-top: 30px;
        font-size: 12px;
        color: white;
    }


/* start contact */

#btnHablemos {
    background-color: #000;
    color: #fff;
    min-height: 30px;
    padding: 5px;
}


/********************/
/* Contacto */
/********************/

#contact {
    background-color: #00b6b9;
    color: #000;
    min-height: 250px;
    padding: 20px 0 0px 0;
}

    #contact p {
        font-weight: 400;
        padding: 20px 0 40px 0;
    }

    #contact .form-control {
        background: #404040;
        border: none;
        border-radius: 2px;
        box-shadow: none;
        color: #000;
        margin: 0 0 0 0;
        opacity: 0.9;
    }

        #contact .form-control::-moz-placeholder {
            color: #000;
            opacity: 1;
        }

        #contact .form-control:-ms-input-placeholder {
            color: #000;
        }

        #contact .form-control::-webkit-input-placeholder {
            color: #000;
        }

    #contact input {
        /*height: 50px;*/
        color: #000;
    }

    #contact img {
        position: relative;
        width: 100%;
    }

    #contact textarea {
        height: 120px;
        color: #000;
    }

    #contact input[type="submit"] {
        background: #00b6b9;
        border: none;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin: 10px 0 40px 0;
    }

        #contact input[type="submit"]:focus,
        #contact input[type="submit"]:hover {
            background: #FFFFFF;
            border-color: transparent;
            color: #66AF33;
        }

    #contact .control-label {
        font-size: 18px;
        color: black;
    }

.form-control-InputTextArea {
    height: 130px !important;
}

.form-control-InputText {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000 !important;    
    background-image: none;
    border: 1px solid #000 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control-InputText::-webkit-input-placeholder {
        color: white;
    }
/* end contact */



/********************/
/*Mecanica Secciones*/
/********************/

.SeccionImagenMec {
    height: 100% !important;
}


@media only screen and (min-width: 1200px) {

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 50px !important;
        margin-top: 10px !important;
    }
    .margintopMobile {
        margin-top: 0px;
    }
    .col-md-6 {
        width: 49% !important;
        display: inline-block;
        float: none !important;
        vertical-align: middle;
    }

    .col-md-offset-3 {
        margin-left: 19% !important;
    }

    .fillmeleft {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
    }

    .fillmeright {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }



    .margenSup {
        padding-top: 50px;
    }
    .HomeBg {
        padding-top: 50px;
    }
    

    .timeline-item {
        font-size: 14px !important;
    }


    .TituloSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 40px;
        color: #fff;
    }

    .DescripcionSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 21px;
        color: white;
        margin-bottom: 7%;
    }

    .DescripcionSeccionInf {
        font-family: AdihausDIN-Medium;
        font-size: 21px;
        color: #3a5562;
    }

    .timeline-badge {
        display: block;
    }

    ul.timeline > li > .timeline-panel:after {
        display: block;
    }

    ul.timeline > li > .timeline-panel:before {
        display: block;
    }

    .ul.timeline > li {
        width: 100%;
    }



    .NewHeaderImgMarcas {
        max-width: 100%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
        display: inline;
        text-align: right !important;
    }


    #videoModal {
        padding-right: 0px !important;
        width: 100% !important;
    }

    #modal-content-Video {
        width: 150%;
    }


    #modal-dialog-Video {
        margin-left: 16% !important;
        margin-right: 0px !important;
    }

    #iframeVideo {
        height: 500px !important;
        width: 855px;
    }


    body {
        background-color: white;
    }


    .imglogoFooter {
        width: 100px;
        /*margin-left:33%;*/
    }

    .blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a {
        top: 55% !important;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 31px;
    }

    h4 {
        font-size: 25px;
    }
    /*HTC No mover*/
    h5 {
        font-size: 24px;
    }
    /*HTC No mover*/
    h6 {
        font-size: 20px;
    }
    /*HTC No mover*/
    h7 {
        font-size: 32px;
    }
    /*HTC No mover*/
    h8 {
        font-size: 56px;
    }
    /*HTC No mover*/
    h9 {
        font-size: 13px;
    }
    /*HTC No mover*/
    h10 {
        font-size: 12px;
    }
    /*HTC No mover*/
    h11 {
        font-size: 13px;
    }
    /*HTC No mover*/
    h12 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h13 {
        font-size: 14px;
    }
    /*HTC No mover*/
    h14 {
        font-size: 16px;
    }
    /*HTC No mover*/
    h15 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h16 {
        font-size: 18px;
    }
    /*HTC No mover*/
    h17 {
        font-size: 22px;
    }
    h18 {
        font-size: 18px;
    }
    h30 {
        font-size: 30px;
    }
    h35 {
        font-size: 35px;
    }

    /*HTC No mover*/
    .FontMedium {
        font-family: FontMedium;
        font-weight: 700;
        font-size: 17px !important;
    }

    .Univers55Roman100 {
        font-family: FontMedium;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .Univers55Roman300 {
        font-family: FontMedium;
        font-weight: bold;
        letter-spacing: 2px;
    }

    /*button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        background-color:#e30614;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        width: 80px;
        height: 40px;
        padding : 8px 20px 8px 20px;        
        font-family: FontMedium, sans-serif;
    }*/



    .RegresivoTitulo1 {
        font-size: 80px;
    }

    .RegresivoTitulo2 {
        font-size: 27px;
    }

    .RegresivoTitulo3 {
        font-size: 19px;
    }

    .RegresivoTitulo4 {
        font-size: 45px;
    }

    .RegresivoTitulo5 {
        font-size: 16px;
    }

    .RegresivoTitulo6 {
        font-size: 40px;
    }

    .control-label {
        font-size: 19px;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: AdihausDIN-Medium !important;
        font-size: 16px;
    }

    .btnEstablecimiento {
        font-size: 9px;
    }

    #Tree a, a:focus, a:hover {
        font-size: 18px;
    }

    #Tree .chkboxPerfil {
        font-size: 18px;
    }

    .GridviewPaging a, a:focus, a:hover {
        font-size: 16px;
    }

    .GridviewPaging span {
        font-size: 14px;
    }

    .WucMensaje {
        width: 30%;
        margin: 0 0 5% 0;
    }

    .TitulosPrincipales {
        padding-top: 0.2em;
    }

    .MargenMenu {
        margin-left: 50px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

    .rombo {
        width: 30px;
        height: 30px;
        margin: 8px;
    }

    .RankinCac {
        font-size: 15px;
    }

    .RankinAlcance {
        font-size: 22px;
        font-weight: bold;
    }

    .RankinTitulo {
        font-size: 18px;
        color: #fff;
    }

    .divRanking {
        font-size: 60px;
        padding-top: 60px;
    }

    .carousel-inner {
        margin-top: 1.3%;
        margin-bottom: 1.3%;
    }
}

@media only screen and (max-width: 1199px) {

    .timeline-item {
        font-size: 12px !important;
    }

    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 80px;
        color: rgb(255, 255, 255);
        margin-top: 5%;
    }

    .TituloSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 35px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 22px;
        color: white;
        margin-bottom: 5%;
    }

    .DescripcionSeccionInf {
        font-family: AdihausDIN-Medium;
        font-size: 22px;
        color: #3a5562;
        margin-bottom: 0%;
    }

    .NewHeaderImgMarcas {
        max-width: 100%;
        margin-top: 2.5%;
        margin-bottom: 7%;
        display: inline;
        text-align: right !important;
    }

    #videoModal {
        padding-right: 0px !important;
        width: 1000px !important;
    }

    #modal-content-Video {
        width: 100%;
    }


    #modal-dialog-Video {
        margin-left: 250px !important;
        margin-right: 0px !important;
    }

    #iframeVideo {
        height: 350px !important;
        width: 100%;
    }

    body {
        background-color: white;
    }

    .imglogoFooter {
        width: 100px;
        /*margin-left:33%;*/
    }

    .blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a {
        top: 2% !important;
    }

    h1 {
        font-size: 91px;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 31px;
    }

    h4 {
        font-size: 25px;
    }
    /*HTC No mover*/
    h5 {
        font-size: 24px;
    }
    /*HTC No mover*/
    h6 {
        font-size: 20px;
    }
    /*HTC No mover*/
    h7 {
        font-size: 30px;
    }
    /*HTC No mover*/
    h8 {
        font-size: 56px;
    }
    /*HTC No mover*/
    h9 {
        font-size: 14px;
    }
    /*HTC No mover*/
    h10 {
        font-size: 12px;
    }
    /*HTC No mover*/
    h11 {
        font-size: 13px;
    }
    /*HTC No mover*/
    h12 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h13 {
        font-size: 14px;
    }
    /*HTC No mover*/
    h14 {
        font-size: 16px;
    }
    /*HTC No mover*/
    h15 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h16 {
        font-size: 18px;
    }
    /*HTC No mover*/
    h17 {
        font-size: 22px;
    }

    h18 {
        font-size: 21px;
    }

    .FontMedium {
        font-family: AdihausDIN-Medium !important;
        font-weight: 700;
    }

    .Univers55Roman100 {
        font-family: FontMedium;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .Univers55Roman300 {
        font-family: FontMedium;
        font-weight: bold;
        letter-spacing: 2px;
    }



    .RegresivoTitulo1 {
        font-size: 80px;
    }

    .RegresivoTitulo2 {
        font-size: 27px;
    }

    .RegresivoTitulo3 {
        font-size: 19px;
    }

    .RegresivoTitulo4 {
        font-size: 45px;
    }

    .RegresivoTitulo5 {
        font-size: 16px;
    }

    .RegresivoTitulo6 {
        font-size: 40px;
    }

    .control-label {
        font-size: 18px;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: AdihausDIN-Medium !important;
        font-size: 16px;
    }

    .btnEstablecimiento {
        font-size: 9px;
    }

    #Tree a, a:focus, a:hover {
        font-size: 18px;
    }

    #Tree .chkboxPerfil {
        font-size: 18px;
    }

    .GridviewPaging a, a:focus, a:hover {
        font-size: 16px;
    }

    .GridviewPaging span {
        font-size: 14px;
    }

    .WucMensaje {
        width: 30%;
        margin: 0 0 5% 0;
    }

    .TitulosPrincipales {
        padding-top: 0.2em;
    }

    .MargenMenu {
        margin-left: 50px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

    .rombo {
        width: 30px;
        height: 30px;
        margin: 8px;
    }

    .RankinCac {
        font-size: 15px;
    }

    .RankinAlcance {
        font-size: 22px;
        font-weight: bold;
    }

    .RankinTitulo {
        font-size: 18px;
        color: #fff;
    }

    .divRanking {
        font-size: 60px;
        padding-top: 60px;
    }
}

@media only screen and ( max-width: 965px ) {
    .timeline-item {
        font-size: 12px !important;
    }

    .TituloSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 34px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: MauRdL;
        font-size: 16px;
        color: white;
        margin-bottom: 3%;
    }

    .DescripcionSeccionInf {
        font-family: AdihausDIN-Medium;
        font-size: 20px;
        color: #3a5562;
    }

    .NewHeaderImgMarcas {
        max-width: 75%;
        margin-top: 5.5%;
        margin-bottom: 2.5%;
        display: inline;
        text-align: right !important;
    }

    body {
        background-color: white;
    }

    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 70px !important;
        color: rgb(255, 255, 255);
    }

    .imglogoFooter {
        width: 100px;
    }


    .MargenMenu {
        margin-left: 50px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 8px;
        height: 40px;
        line-height: 40px;
    }

    .TitulosPrincipales {
        padding-top: 0.2em;
    }

    .seccionMecanica {
        padding-top: 1%;
    }

    #videoModal {
        padding-right: 0px !important;
        width: 1000px !important;
    }

    #modal-content-Video {
        width: 100%;
    }


    #modal-dialog-Video {
        margin-left: 150px !important;
        margin-right: 0px !important;
    }

    #iframeVideo {
        height: 350px !important;
        width: 100%;
    }
}

@media only screen and ( max-width: 992px ) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 50px !important;
        margin-top: 10px !important;
    }
}

@media only screen and ( max-width: 768px ) {
    .margintopMobile {
        margin-top: 50px;
    }

    .margenSup {
        padding-top: 25px;
    }


    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 50px !important;
        color: rgb(255, 255, 255);
        margin-top: 5%;
        margin-left: 5%;
    }


    ul.timeline > li > .timeline-panel:after {
        display: none;
    }

    ul.timeline > li > .timeline-panel:before {
        display: none;
    }

    ul.timeline > li {
        width: 100% !important;
    }


    .timeline-panel::before {
        display: none;
    }

    .timeline-badge {
        display: none;
    }

    .NewHeaderImgMarcas {
        max-width: 90%;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
        display: inline;
        text-align: right !important;
    }

    #videoModal {
        padding-right: 0px !important;
        width: 1000px !important;
    }

    #modal-content-Video {
        width: 100%;
        margin-left: 2%;
    }


    #modal-dialog-Video {
        margin-left: 20px !important;
        margin-right: 0px !important;
    }

    #iframeVideo {
        height: 350px !important;
        width: 100%;
    }

    .TituloSeccionPrincipal {
        font-family: AdihausDIN-Bold !important;
        font-size: 40px !important;
        color: #000;
    }

    .TituloSeccion {
        padding-top: 10px;
        font-family: AdihausDIN-Medium;
        font-size: 30px;
        color: white;
    }

    .DescripcionSeccionInf {
        font-family: AdihausDIN-Medium;
        font-size: 17px;
        color: #3a5562;
    }

    .DescripcionSeccion {
        padding-bottom: 10px;
        font-family: AdihausDIN-Medium;
        font-size: 18px;
        color: white;
    }

    body {
        background-color: white;
    }

    .imglogo {
        width: 200px;
    }

    .imglogoFooter {
        width: 100px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 31px;
    }

    h4 {
        font-size: 25px;
    }
    /*HTC No mover*/
    h5 {
        font-size: 24px;
    }
    /*HTC No mover*/
    h6 {
        font-size: 20px;
    }
    /*HTC No mover*/
    h7 {
        font-size: 34px;
    }
    /*HTC No mover*/
    h8 {
        font-size: 56px;
    }
    /*HTC No mover*/
    h9 {
        font-size: 18px;
    }
    /*HTC No mover*/
    h10 {
        font-size: 12px;
    }
    /*HTC No mover*/
    h11 {
        font-size: 13px;
    }
    /*HTC No mover*/
    h12 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h13 {
        font-size: 14px;
    }
    /*HTC No mover*/
    h14 {
        font-size: 16px;
    }
    /*HTC No mover*/
    h15 {
        font-size: 28px;
    }
    /*HTC No mover*/
    h16 {
        font-size: 18px;
    }
    /*HTC No mover*/
    h17 {
        font-size: 22px;
    }

    h18 {
        font-size: 15px;
    }

    h30 {
        font-size: 22px;
    }

    h35 {
        font-size: 24px;
    }

    .FontMedium {
        font-family: FontMedium;
        font-weight: 700;
    }

    .Univers55Roman100 {
        font-family: FontMedium;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .Univers55Roman300 {
        font-family: FontMedium;
        font-weight: bold;
        letter-spacing: 2px;
    }

    /*button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        background-color:#e30614;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        width: 80px;
        height: 40px;
        padding : 8px 20px 8px 20px;        
        font-family: FontMedium, sans-serif;
    }*/



    .RegresivoTitulo1 {
        font-size: 80px;
    }

    .RegresivoTitulo2 {
        font-size: 27px;
    }

    .RegresivoTitulo3 {
        font-size: 19px;
    }

    .RegresivoTitulo4 {
        font-size: 45px;
    }

    .RegresivoTitulo5 {
        font-size: 16px;
    }

    .RegresivoTitulo6 {
        font-size: 40px;
    }

    .control-label {
        font-size: 18px;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: AdihausDIN-Medium !important;
        font-size: 16px;
    }

    .btnEstablecimiento {
        font-size: 9px;
    }

    #Tree a, a:focus, a:hover {
        font-size: 18px;
    }

    #Tree .chkboxPerfil {
        font-size: 18px;
    }

    .GridviewPaging a, a:focus, a:hover {
        font-size: 16px;
    }

    .GridviewPaging span {
        font-size: 16px;
    }

    .WucMensaje {
        width: 30%;
        margin: 0 0 5% 0;
    }

    .TitulosPrincipales {
        padding-top: 0.2em;
    }

    .MargenMenu {
        margin-left: 50px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }

    .rombo {
        width: 30px;
        height: 30px;
        margin: 8px;
    }

    .RankinCac {
        font-size: 15px;
    }

    .RankinAlcance {
        font-size: 22px;
        font-weight: bold;
    }

    .RankinTitulo {
        font-size: 18px;
        color: #fff;
    }

    .divRanking {
        font-size: 60px;
        padding-top: 60px;
    }

    .MargenMenu {
        margin-left: 50px;
    }

    .navbar-default .navbar-nav li a {
        font-size: 8px;
        height: 40px;
        line-height: 40px;
    }

    .carousel-inner {
        margin-top: 6%;
    }
}

@media only screen and (max-width: 640px) {

    #modal-content-Video {
        width: 40%;
    }

    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 80px !important;
        color: rgb(255, 255, 255);
        margin-top: 5%;
        margin-left: 5%;
    }

    ul.timeline > li > .timeline-panel:after {
        display: none !important;
    }

    ul.timeline > li > .timeline-panel:before {
        display: none !important;
    }

    ul.timeline > li {
        width: 115% !important;
        margin-left: -15%;
    }


    .timeline-panel::before {
        display: none;
    }

    .timeline-badge {
        display: none;
    }

    .NewHeaderImgMarcas {
        max-width: 130%;
        margin-top: 10%;
        margin-bottom: 2.5%;
        display: inline;
        text-align: right !important;
    }

    body {
        background-color: white;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 31px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 17px;
    }

    h7 {
        font-size: 28px;
    }

    h8 {
        font-size: 35px;
    }

    h9 {
        font-size: 13px;
    }

    h10 {
        font-size: 12px;
    }

    h11 {
        font-size: 13px;
    }

    h12 {
        font-size: 28px;
    }

    h13 {
        font-size: 14px;
    }

    h14 {
        font-size: 16px;
    }

    h15 {
        font-size: 28px;
    }

    h16 {
        font-size: 18px;
    }

    h17 {
        font-size: 17px;
    }

    h18 {
        font-size: 18px;
    }

    .Univers65700 {
        font-family: MotoSans-Regular;
        font-weight: 700;
    }

    .Univers55Roman100 {
        font-family: MotoSans-Regular;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .Univers55Roman300 {
        font-family: MotoSans-Regular;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .RegresivoTitulo1 {
        font-size: 40px;
    }

    .RegresivoTitulo2 {
        font-size: 20px;
    }

    .RegresivoTitulo3 {
        font-size: 12px;
    }

    .RegresivoTitulo4 {
        font-size: 25px;
    }

    .RegresivoTitulo5 {
        font-size: 12px;
    }

    .RegresivoTitulo6 {
        font-size: 24px;
    }

    .control-label {
        font-size: 14px;
    }

    .LabelNotas {
        font-size: 10px;
    }

    .subtitulos {
        font-family: AdihausDIN-Medium !important;
        font-size: 12px;
    }

    .btnEstablecimiento {
        font-size: 6px;
    }

    #Tree a, a:focus, a:hover {
        font-size: 14px;
    }

    #Tree .chkboxPerfil {
        font-size: 14px;
    }

    .GridviewPaging a, a:focus, a:hover {
        font-size: 14px;
    }

    .GridviewPaging span {
        font-size: 1px;
    }

    .WucMensaje {
        width: 60%;
        margin: 0 0 20% 0;
    }

    .TitulosPrincipales {
        padding-top: 2.5em;
    }

    #home .btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .rombo {
        width: 12px;
        height: 12px;
        margin: 5px;
    }

    .RankinCac {
        font-size: 9px;
    }

    .RankinAlcance {
        font-size: 16px;
        font-weight: bold;
    }

    .RankinTitulo {
        font-size: 12px;
        color: #fff;
    }

    .divRanking {
        font-size: 25px;
    }

    .carousel-inner {
        margin-top: 12%;
    }
}

@media only screen and (max-width: 500px) {
    .btnC {
        font-size: 12px !important;
    }

    .btn {
        font-size: 9px !important;
    }

    #modal-content-Video {
        width: 44%;
        margin-left: -28px;
    }



    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 50px !important;
        color: rgb(255, 255, 255);
        margin-top: 5%;
        margin-left: 5%;
    }

    .c0 {
        margin-left: 30pt;
        padding-top: 0pt;
        padding-left: 0pt;
        padding-bottom: 0pt;
        line-height: 1.5;
        text-align: left;
    }

    .cf {
        margin-left: 50pt;
        padding-top: 0pt;
        padding-left: 0pt;
        padding-bottom: 0pt;
        line-height: 1.5;
        text-align: left;
    }
}

@media only screen and (max-width: 400px) {
    #modal-content-Video {
        width: 40%;
        margin-left: -30px;
    }

    .intro-header {
        margin-top: 4%;
    }
}

@media only screen and ( max-width: 375px ) {




    #modal-content-Video {
        width: 33%;
        margin-left: -20px;
    }


    .TituloSeccion2 {
        font-family: AdihausDIN-Medium;
        font-size: 50px !important;
        color: rgb(255, 255, 255);
        margin-top: 5%;
        margin-left: 5%;
    }

    ul.timeline > li {
        width: 115% !important;
        margin-left: -15%;
    }

    /*Iphone*/
    .NewHeaderImgMarcas {
        max-width: 130%;
        margin-top: 15%;
        margin-bottom: 2.5%;
        display: inline;
        text-align: right !important;
    }

    .c0 {
        margin-left: 8pt;
        padding-top: 0pt;
        padding-left: 0pt;
        padding-bottom: 0pt;
        line-height: 1.5;
        text-align: left;
    }

    .c3 {
        color: #000000;
        font-weight: 700;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: AdihausDIN-Medium !important;
        font-style: normal;
    }

    .c4 {
        color: #000000;
        font-weight: 700;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: AdihausDIN-Medium !important;
        font-style: normal;
    }

    .c2 {
        margin-left: 10pt;
        padding-top: 0pt;
        padding-left: 0pt;
        padding-bottom: 0pt;
        line-height: 1.5;
        text-align: left;
    }

    .c13 {
        color: #000000;
        font-weight: 400;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 14pt;
        font-family: AdihausDIN-Medium !important;
        font-style: normal;
        line-height: 2;
    }

    .c1 {
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: AdihausDIN-Medium !important;
        line-height: 1.5;
        font-style: normal;
    }

    .cf {
        margin-left: 20pt;
        padding-top: 0pt;
        padding-left: 0pt;
        padding-bottom: 0pt;
        line-height: 1.5;
        text-align: left;
    }



    .TituloSeccionPrincipal {
        font-family: AdihausDIN-Bold !important;
        font-size: 40px !important;
        color: #000;
    }

    .TituloSeccion {
        padding-top: 10px;
        font-family: AdihausDIN-Medium;
        font-size: 30px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: AdihausDIN-Medium;
        font-size: 15px;
        color: white;
    }


    body {
        background-color: white;
    }



    .Univers65700 {
        font-family: MotoSans-Regular;
        font-weight: 700;
    }

    .Univers55Roman100 {
        font-family: MotoSans-Regular;
        font-weight: 100;
        letter-spacing: 2px;
    }

    .Univers55Roman300 {
        font-family: MotoSans-Regular;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .RegresivoTitulo1 {
        font-size: 40px;
    }

    .RegresivoTitulo2 {
        font-size: 20px;
    }

    .RegresivoTitulo3 {
        font-size: 12px;
    }

    .RegresivoTitulo4 {
        font-size: 27px;
    }

    .RegresivoTitulo5 {
        font-size: 12px;
    }

    .RegresivoTitulo6 {
        font-size: 26px;
    }

    .control-label {
        font-size: 12px;
    }

    .LabelNotas {
        font-size: 10px;
    }

    .subtitulos {
        font-family: AdihausDIN-Medium !important;
        font-size: 10px;
    }

    .btnEstablecimiento {
        font-size: 5px;
    }

    #Tree a, a:focus, a:hover {
        font-size: 12px;
    }

    #Tree .chkboxPerfil {
        font-size: 12px;
    }

    .GridviewPaging a, a:focus, a:hover {
        font-size: 14px;
    }

    .GridviewPaging span {
        font-size: 14px;
    }

    .WucMensaje {
        width: 70%;
        margin: 0 0 20% 0;
    }

    .TitulosPrincipales {
        padding-top: 2.5em;
    }

    #loginRegistro .team_thumb .team_overlay {
        background: #FFFFFF;
        width: 100%;
        height: 100%;
        line-height: 220px;
        top: 0;
        bottom: 0;
        opacity: 0;
        position: absolute;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .bienvenida {
        font-family: MotoSans-Medium;
        font-size: 12px;
        font-weight: bold;
    }

    .rombo {
        width: 8px;
        height: 8px;
        margin: 4px;
    }

    .RankinCac {
        font-size: 7px;
    }

    .RankinAlcance {
        font-size: 10px;
        font-weight: bold;
    }

    .RankinTitulo {
        font-size: 8px;
        color: #fff;
    }

    .diviz {
        width: 40px;
    }

    .divcen {
        width: 40px;
    }

    .divder {
        width: 40px;
    }

    .divRanking {
        font-size: 20px;
    }

    .carousel-inner {
        margin-top: 14%;
    }
}


#form1 {
    margin-bottom: 0 !important;
}

.imglogo {
    padding-top: 10px;
}

@media (min-width: 769px) {
    .container {
        width: 700px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 7px;
    }

    .imglogo {
        width: 240px;
    }

    .fontMenu a {
        font-size: 10.50px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        margin-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 890px) {
    .container {
        width: 700px;
    }

    .imglogo {
        width: 280px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .fontMenu a {
        font-size: 10.50px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        padding-right: 5%;
    }
}

@media (min-width: 992px) {
    .container {
      
        width: 100%;
    }

    .imglogo {
        width: 320px;
    }

    .fontMenu a {
        font-size: 13px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        padding-right: 5%;
    }
}

@media (min-width: 1200px) {
    .container {
 
        width: 100%;
    }

    .imglogo {
        width: 350px;
    }

    .fontMenu a {
        font-size: 13px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        padding-right: 5%;
    }
}

@media (min-width: 1366px) {
    .container {
 
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
 
        width: 1600px;
    }
}


    .navbar .navbar-nav {
        display: inline-block !important;
        vertical-align: top !important;
        margin-left: 1%;
        margin-right: 2%;
    }

    .navbar .navbar-collapse {
        text-align: center !important;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }

    @media (min-width: 768px) {
        .container > .navbar-header,
        .container-fluid > .navbar-header,
        .container > .navbar-collapse,
        .container-fluid > .navbar-collapse {
            margin-right: 0px;
            margin-left: 0px;
        }
    }

    @media (min-width: 768px) {
        .navbar > .container .navbar-brand,
        .navbar > .container-fluid .navbar-brand {
            margin-left: 0px;
        }
    }


    .sombra {
        text-shadow: 2px 2px rgba(168, 168, 168, 0.9);
    }


    /*Botones*/

    .btn::after {
        border-right: 1px solid #000 !important;
        border-top: 1px solid #000 !important;
        height: 100% !important;
        right: -3px !important;
        top: 3px !important;
        width: 3px !important;
    }

    .btn::before {
        border-bottom: 1px solid #000 !important;
        border-left: 1px solid #000 !important;
        bottom: -3px !important;
        height: 3px !important;
        left: 3px !important;
        width: 100% !important;
    }


    .gl-cta--primary:not(.gl-cta--disabled):active {
        transform: translate(0);
    }

    .gl-cta--primary {
        transform: translate(-3px,-3px);
    }

        .gl-cta--primary:before {
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
            bottom: -3px;
            height: 3px;
            left: 3px;
            width: 100%;
        }

        .gl-cta--primary:after {
            border-right: 1px solid #000;
            border-top: 1px solid #000;
            height: 100%;
            right: -3px;
            top: 3px;
            width: 3px;
        }



    button, html input[type=button], input[type=reset], input[type=submit] {
        cursor: pointer;
        background-color: #000 !important;
        color: white;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .navbar-default {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }

    .navbar {
        border: 0px !important;
    }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        border-top: 0px !important;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #ffffff !important;
        text-decoration: none;
    }

    .btn {
        align-items: center !important;
        border-radius: 0 !important;
        cursor: pointer !important;
        display: inline-flex !important;
        justify-content: flex-start !important;
        line-height: 29px !important;
        min-height: 30px !important;
        padding: 0 15px !important;
        position: relative !important;
        text-align: left !important;
        text-decoration: none !important;
        transition: transform .1s cubic-bezier(.3, 0, .45, 1), color .1s cubic-bezier(.3, 0, .45, 1), border .1s cubic-bezier(.3, 0, .45, 1), background .1s cubic-bezier(.3, 0, .45, 1) !important;
        white-space: nowrap !important;
    }


    .form-control:focus {
        border-color: #a9a9a9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }
}

.carousel-indicators li {
    background-color: #000 !important;

}