﻿/* @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: 'Lato-Regular';
    src: url('../../fonts/Lato-Regular.woff') format('woff'), url('../../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../../fonts/Lato-Regular.otf') format('opentype'), url('../../fonts/Lato-Regular.svg') format('svg'), url('../../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../../fonts/Lato-Bold.woff') format('woff'), url('../../fonts/Lato-Bold.eot') format('embedded-opentype'), url('../../fonts/Lato-Bold.otf') format('opentype'), url('../../fonts/Lato-Bold.svg') format('svg'), url('../../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../../fonts/Lato-Regular.woff') format('woff'), url('../../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../../fonts/Lato-Regular.otf') format('opentype'), url('../../fonts/Lato-Regular.svg') format('svg'), url('../../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../../fonts/Lato-Black.woff') format('woff'), url('../../fonts/Lato-Black.eot') format('embedded-opentype'), url('../../fonts/Lato-Black.otf') format('opentype'), url('../../fonts/Lato-Black.svg') format('svg'), url('../../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../../fonts/Lato-Regular.woff') format('woff'), url('../../fonts/Lato-Regular.eot') format('embedded-opentype'), url('../../fonts/Lato-Regular.otf') format('opentype'), url('../../fonts/Lato-Regular.svg') format('svg'), url('../../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../../fonts/Lato-Light.woff') format('woff'), url('../../fonts/Lato-Light.eot') format('embedded-opentype'), url('../../fonts/Lato-Light.otf') format('opentype'), url('../../fonts/Lato-Light.svg') format('svg'), url('../../fonts/Lato-Light.ttf') format('truetype');
}

body {
    background: white;
    color: #58595b;
    font-family: 'Lato-Regular' !important;
    /*line-height: 24px;*/
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100vh !important;
}

a {
    text-align: center;
    letter-spacing: 0px;
    color: #777777;
    opacity: 1;
}



/*a {
    color: #ffffff !important;
    font-family: 'Lato-Regular' !important;
    line-height: 24px;
}*/
/********************/
/* Custom container */
/********************/
.container-full {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
}

.FuenteWhite {
    color: white;
}

.FuenteRojo {
    color: #e52428;
}

.FuenteRojo2 {
    color: #e60012;
}

.FuenteGris {
    color: #58595b !important;
}

.yellow2 {
    color: #fdaf17;
}
/*
.carousel-indicators li {
    background-color: #000 !important;
}
.carousel-indicators {
    bottom: 0px !important;
}*/
/********************/
/*TITULOS PRINCIPAl*/
/********************/
.TituloSeccionPrincipalHome {
    font-family: Lato-Bold !important;
    color: #000;
}

.TituloSeccionPrincipal {
    color: #58595b !important;
    font-family: 'Lato-Bold';
}

.FontBlack {
    font-family: Lato-Black !important;
}

.FontBold {
    font-family: Lato-Bold !important;
}

.FontAdinue {
    font-family: Lato-Bold !important;
}

.FontTextoTitulos {
    font-family: Lato-Bold !important;
}

.FontTextoNormal {
    font-family: Lato-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: #ffffff;
    min-height: 220px;
    margin-bottom: 70px;
}

.Footerbgimg {
    /*background-image: url('../TemaGral/pattern_footer.jpg');*/
    background-color: #003087;
    color: white;
}


/********************/
/* start contact */
/********************/
#FooterSection {
    background-color: #003087 !important;
    color: #ffffff !important;
    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: #58595b;
    color: #fff;
    min-height: 30px;
    padding: 5px;
}


/********************/
/* Contacto */
/********************/

#contact {
    background-color: #00b6b9;
    color: #58595b;
    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: #58595b;
        margin: 0 0 0 0;
        opacity: 0.9;
    }

        #contact .form-control::-moz-placeholder {
            color: #58595b;
            opacity: 1;
        }

        #contact .form-control:-ms-input-placeholder {
            color: #58595b;
        }

        #contact .form-control::-webkit-input-placeholder {
            color: #58595b;
        }

    #contact input {
        /*height: 50px;*/
        color: #58595b;
    }

    #contact img {
        position: relative;
        width: 100%;
    }

    #contact textarea {
        height: 120px;
        color: #58595b;
    }

    #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 !important;
        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: #58595b !important;
    background-image: none;
    border: 1px solid #58595b !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) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .sizeimgs {
        max-width: 463px;
    }

    .sizeimgsleft {
        margin-left: -30px;
    }


    .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: Lato-Regular;
        font-size: 40px;
        color: #fff;
    }

    .DescripcionSeccion {
        font-family: Lato-Regular;
        font-size: 21px;
        color: white;
        margin-bottom: 7%;
    }

    .DescripcionSeccionInf {
        font-family: Lato-Regular;
        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: 14px;
    }
    /*HTC No mover*/
    h10 {
        font-size: 12px;
    }
    /*HTC No mover*/
    h11 {
        font-size: 12px;
    }
    /*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: 26px;
    }

    h35 {
        font-size: 32px;
    }

    /*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: 15px !important;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: Lato-Bold !important;
        font-size: 20px;
        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--unnamed-color-777777);
        text-align: center;
        letter-spacing: 0px;
        color: #777777;
        opacity: 1;
    }

    .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) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .sizeimgs {
        max-width: 300px;
    }

    .sizeimgsleft {
        max-width: 300px;
        margin-left: -30px;
    }

    .HomeBg {
        padding-top: 45px;
    }


    .timeline-item {
        font-size: 12px !important;
    }

    .TituloSeccion2 {
        font-family: Lato-Regular;
        font-size: 80px;
        color: rgb(255, 255, 255);
        margin-top: 5%;
    }

    .TituloSeccion {
        font-family: Lato-Regular;
        font-size: 35px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: Lato-Regular;
        font-size: 22px;
        color: white;
        margin-bottom: 5%;
    }

    .DescripcionSeccionInf {
        font-family: Lato-Regular;
        font-size: 22px;
        color: #3a5562;
        margin-bottom: 0%;
    }

    .checkText {
        font-family: Lato-Regular !important;
        text-align: center;
        font-size: 16px !important;
        letter-spacing: 0px;
        color: #000000 !important;
        opacity: 1;
    }


    .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: 14px;
    }

    h30 {
        font-size: 20px;
    }

    .FontMedium {
        font-family: Lato-Regular !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 !important;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: Lato-Regular !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 ) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .timeline-item {
        font-size: 12px !important;
    }

    .TituloSeccion {
        font-family: Lato-Regular;
        font-size: 34px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: MauRdL;
        font-size: 16px;
        color: white;
        margin-bottom: 3%;
    }

    .DescripcionSeccionInf {
        font-family: Lato-Regular;
        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: Lato-Regular;
        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 ) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 50px !important;
        margin-top: 10px !important;
    }
}

@media only screen and ( max-width: 768px ) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    .sizeimgs {
        max-width: 269px;
    }

    .sizeimgsleft {
        max-width: 269px;
        margin-left: -30px;
    }

    .HomeBg {
        padding-top: 50px;
    }

    .margintopMobile {
        margin-top: 50px;
    }

    .margenSup {
        padding-top: 25px;
    }


    .TituloSeccion2 {
        font-family: Lato-Regular;
        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: Lato-Bold !important;
        font-size: 40px !important;
        color: #58595b;
    }

    .TituloSeccion {
        padding-top: 10px;
        font-family: Lato-Regular;
        font-size: 30px;
        color: white;
    }

    .DescripcionSeccionInf {
        font-family: Lato-Regular;
        font-size: 17px;
        color: #3a5562;
    }

    .DescripcionSeccion {
        padding-bottom: 10px;
        font-family: Lato-Regular;
        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: 13px;
    }

    h30 {
        font-size: 19px;
    }

    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 !important;
    }

    .LabelNotas {
        font-size: 14px;
    }

    .subtitulos {
        font-family: Lato-Regular !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: 11px;
        height: 40px;
        line-height: 40px;
    }

    .carousel-inner {
        margin-top: 6%;
    }
}

@media only screen and (max-width: 640px) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    #modal-content-Video {
        width: 40%;
    }

    .TituloSeccion2 {
        font-family: Lato-Regular;
        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 !important;
    }

    .LabelNotas {
        font-size: 10px;
    }

    .subtitulos {
        font-family: Lato-Regular !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) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    .btnC {
        font-size: 12px !important;
    }

    .btn {
        font-size: 16px !important;
    }

    #modal-content-Video {
        width: 44%;
        margin-left: -28px;
    }



    .TituloSeccion2 {
        font-family: Lato-Regular;
        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) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    #modal-content-Video {
        width: 40%;
        margin-left: -30px;
    }

    .intro-header {
        margin-top: 4%;
    }
}

@media only screen and ( max-width: 375px ) {


    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    #modal-content-Video {
        width: 33%;
        margin-left: -20px;
    }


    .TituloSeccion2 {
        font-family: Lato-Regular;
        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: #58595b;
        font-weight: 700;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: Lato-Regular !important;
        font-style: normal;
    }

    .c4 {
        color: #58595b;
        font-weight: 700;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: Lato-Regular !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: #58595b;
        font-weight: 400;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 14pt;
        font-family: Lato-Regular !important;
        font-style: normal;
        line-height: 2;
    }

    .c1 {
        text-decoration: none;
        vertical-align: baseline;
        font-size: 12pt;
        font-family: Lato-Regular !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: Lato-Bold !important;
        font-size: 40px !important;
        color: #58595b;
    }

    .TituloSeccion {
        padding-top: 10px;
        font-family: Lato-Regular;
        font-size: 30px;
        color: white;
    }

    .DescripcionSeccion {
        font-family: Lato-Regular;
        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 !important;
    }

    .LabelNotas {
        font-size: 10px;
    }

    .subtitulos {
        font-family: Lato-Regular !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) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .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) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .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) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .container {
        width: 100%;
    }

    .imglogo {
        width: 320px;
    }

    .fontMenu a {
        font-size: 13px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        padding-right: 5%;
    }
}

@media (min-width: 1200px) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .container {
        width: 100%;
    }

    .imglogo {
        width: 350px;
    }

    .fontMenu a {
        font-size: 13px !important;
    }

    .MargenMenuizquierdo {
        padding-left: 5%;
    }

    .MargenMenuDerecho {
        padding-right: 5%;
    }
}

@media (min-width: 1366px) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .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) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .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 #58595b !important;
    border-top: 1px solid #58595b !important;
    height: 100% !important;
    right: -3px !important;
    top: 3px !important;
    width: 3px !important;
}

.btn::before {
    border-bottom: 1px solid #58595b !important;
    border-left: 1px solid #58595b !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 #58595b;
        border-left: 1px solid #58595b;
        bottom: -3px;
        height: 3px;
        left: 3px;
        width: 100%;
    }

    .gl-cta--primary:after {
        border-right: 1px solid #58595b;
        border-top: 1px solid #58595b;
        height: 100%;
        right: -3px;
        top: 3px;
        width: 3px;
    }



/*button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    background-color: #58595b;
    color: white;
    font-size: 12px;
    font-weight: bold;
}*/

.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;
    text-decoration: none;
}

.btn {
    align-items: center !important;
    border-radius: 18px !important;
    text-decoration: none;
    text-transform: none;
    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;
    white-space: nowrap !important;
    border: none !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: #58595b !important;
}



.pn-ad1 {
    background-color: #FB5A00 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 0px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    margin: 0em;
    line-height: 29px;
    min-height: 30px;
    padding: 0 15px;
    position: relative;
}

    .pn-ad1:hover {
        background-color: #c74b05 !important;
    }





@media only screen and (min-width: 769px) {
    .MaginTopCuerpo {
        margin-top: 110px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: -20px;
    }

    .Contacto {
        background-color: #003087;
        background-image: url(../TemaGral/imgs/img_footer.png);
        background-size: contain;
        background-repeat: no-repeat;
    }


    .marginHome {
        margin-right: -20px !important;
    }

    .marginCaptcha {
        margin: auto;
        margin-left: -10px;
        text-align: center;
        width: 100%;
        background-color: transparent;
        text-align: -webkit-center;
    }
}


@media only screen and (max-width: 768px) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    .Contacto {
        background-color: #003087;
        /*background-image: url(../TemaGral/Imagen_Contacto1.jpg);*/
        background-size: cover;
    }


    .marginHome {
        margin-right: 0px !important;
    }

    .marginCaptcha {
        margin: auto;
        margin-left: -10px;
        text-align: center;
        width: 100%;
        background-color: transparent;
        text-align: -webkit-center;
    }
}






@media only screen and (max-width: 400px) {
    .MaginTopCuerpo {
        margin-top: 135px;
    }

    .checkbox-round input[type=checkbox] {
        margin-top: 0px;
    }

    .Contacto {
        background-color: #003087;
        background-size: cover;
        background-image: none !important;
    }


    .marginCaptcha {
        margin: auto;
        margin-left: -14px;
        text-align: center;
        width: 100%;
        background-color: transparent;
        text-align: -webkit-center;
    }
}

.btnPrincipal {
    /*background-color: #FB5A00 !important;
    border-color: #FB5A00 !important;
    border-radius: 5px;
    letter-spacing:2px !important;*/
    background: #FB5A00 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 2px #00000029;
    border-radius: 18px;
    font-family: 'Lato-Bold';
}

    .btnPrincipal:hover {
        /*background-color: #c74b05 !important;
            border-color: #c74b05 !important;
            letter-spacing: 2px !important;*/
        background: #FB5A00 0% 0% no-repeat padding-box;
        box-shadow: 2px 2px 2px #00000029;
        border-radius: 18px;
        font-family: 'Lato-Bold';
    }


.clear {
    clear: both;
}



.table {
    border-color: #e60012 !important;
    border-style: solid !important;
}

table1 {
    border-color: #e60012 !important;
    border: 1px solid black;
}



.TableHeader {
    border-color: #e60012 !important;
    background-color: #fff;
    color: #58595b;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    text-transform: none !important;
}

.navbar-default .navbar-toggle {
    border-color: #e52428;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e52428;
    }


/*************.progressbar*/
.progressbar {
    display: inline-block;
    /*    width: 100px;*/
    margin: 25px;
}

.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .circle:after {
        width: 120px;
        height: 120px;
        content: "";
        /*border: 2px solid #fb4f14;*/
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #ffffff;
    }

    .circle canvas {
        vertical-align: middle;
        border: 0px;
        border-radius: 50%;
        color: #ffffff;
    }

    .circle div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -86px;
        width: 100%;
        text-align: center;
        /*line-height: 40px;*/
        font-size: 31px;
        color: #ffffff;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: white;
        margin-top: 12px;
    }


/********************/
/*PICKIT COLORS*/
/********************/
.orange {
    color: #ff6c0d;
}




/********/
/*PSF
***********/

input[type=text], input[type=number], select, textarea, input[type=file] {
    /*background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 3px 3px 3px #00000029 !important;
    border-radius: 5px !important;
    border: none !important;*/
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #00000029;
    border-radius: 16px;
    opacity: 1;
}

.input_PSF {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 3px #00000029;
    /*border-radius: 5px;
    border: none;*/
    border-radius: 16px;
}

.menu a {
    color: #000000 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

    .menu a:hover {
        color: #FB5A00 !important;
    }

.barra-navegacion {
    box-shadow: 0px 2px 3px #1E365F34 !important;
}

H35 {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.leyenda-bold-black {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato-Bold';
    padding: 15px 0px;
}


.leyenda-saldo {
    font-size: 30px !important;
    text-align: center !important;
    letter-spacing: 0px !important;
    color: #FB5A00 !important;
    text-transform: uppercase !important;
    font-family: 'Lato-Bold';
}

.leyenda-bold-blue {
    text-align: center;
    letter-spacing: 0px;
    color: #003087;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato-Bold';
}


.leyenda-blue {
    text-align: center;
    letter-spacing: 0px;
    color: #003087;
    font-size: 15px;
}

.contenedor-perfil {
    background-image: url(../temagral/img_perfil.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    text-align: center;
    padding: 50px 40px 50px 100px;
    margin: 50px 0px 50px 0px;
    background-position: 28px 0px;
}

.etiqueta-circle {
    font-family: Lato-Bold !important;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}



.table-information {
    border-collapse: collapse !important;
    border: none !important;
    font-family: 'Lato-Regular' !important;
}

    .table-information th {
        background-color: #FB5A00;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 16px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border: none !important;
        letter-spacing: 3px !important;
    }

    .table-information td {
        text-align: center;
        color: #000000;
        font-size: 16px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border: none !important;
    }


    .table-information.rowAlternate tr:nth-child(odd) {
        background-color: #EDEDED !important;
    }

    .table-information.rowAlternate tr:nth-child(even) {
        background-color: #D8D8D8 !important;
    }


.mensaje_canje {
    /*text-align: center !important;
    vertical-align: central !important;
    font-weight: bold !important;
    padding-left: 30% !important;
    padding-right: 30% !important;
    font-weight:bold !important;
    font-size: 20px !important;
    font-family: 'Lato-Bold';*/
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Lato-Regular';
    padding: 15px 0px;
}

.titulo_carrito {
    color: #FB5A00 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-family: 'Lato-Regular';
}

.list-group {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 3px 3px 3px #00000029 !important;
    text-align: left !important;
    color: #000000 !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    padding: 20px;
    font-family: 'Lato-Regular';
    font-size: 14px !important;
}

    .list-group input[type=button] {
        background-color: #ffffff !important;
        border: none !important;
        color: #000000 !important;
        text-transform: uppercase !important;
    }


        .list-group input[type=button]:hover {
            color: #ffffff !important;
            background-color: #FB5A00 !important;
        }

.contenedor_izq_login {
    /*background-image: url('..//TemaGral/bg/fondo_login_izq.png');
    background-position: right top !important;
    background-repeat: repeat-y !important;*/
    min-height: 81vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: white;*/
}

.menuadmin {
    font-family: Lato-Bold !important;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 0px;
    color: #FC5A00;
    text-transform: uppercase;
    opacity: 1;
}

.ulsinvineta {
    list-style-type: none;
}

    .ulsinvineta a:hover {
        font-family: Lato-Bold !important;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0px;
        color: #000;
        opacity: 1;
    }

.titulo_modalcambiopass {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #FB5A00;
    text-transform: uppercase;
    opacity: 1;
    font-family: Lato-Bold !important;
}


/*Botones*/
.btnPrincipalNvaImage {
    background: #FB5A00 !important;
    box-shadow: 2px 2px 2px #00000029;
    border-radius: 18px !important;
    font-family: 'Lato-Regular' !important;
    text-align: center !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    opacity: 1;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .btnPrincipalNvaImage:hover {
        background: #003087 !important;
        box-shadow: 2px 2px 2px #00000029;
        border-radius: 18px !important;
        font-family: 'Lato-Regular' !important;
        text-align: center !important;
        font-size: 16px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

.btnPrincipalNvaImageWhite {
    background: #FFFFFF !important;
    box-shadow: 2px 2px 2px #00000029;
    border-radius: 18px;
    opacity: 1;
    color: #FB5A00 !important;
    font-family: 'Lato-Regular' !important;
    text-align: center !important;
    font-size: 16px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .btnPrincipalNvaImageWhite:hover {
        background: #003FB1 !important;
        box-shadow: 2px 2px 2px #00000029;
        border-radius: 18px;
        opacity: 1;
        color: #FFFFFF !important;
        font-family: 'Lato-Regular' !important;
        text-align: center !important;
        font-size: 16px;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

/*button, html input[type=button], input[type=reset], input[type=submit] {
    background: #FB5A00;
    box-shadow: 2px 2px 2px #00000029;
    border-radius: 18px !important;
    font-family: 'Lato-Regular' !important;
    text-align: center !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}*/

/*.button, html input[type=button], input[type=reset], input[type=submit]:hover {
        background: #003087;
        box-shadow: 2px 2px 2px #00000029;
        border-radius: 18px !important;
        font-family: 'Lato-Regular' !important;
        text-align: center !important;
        font-size: 16px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0px;
}


.pn-azul {
    background-color: #003087 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 0px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    /*letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    margin: 0em;
    line-height: 29px;
    min-height: 30px;
    padding: 0 15px;
    position: relative;*/
    border-radius: 5px;
    letter-spacing: 2px !important;
    font-family: 'Lato-Bold';
}

    .pn-azul:hover {
        background-color: #003087 !important;
    }

/*****Check box redondo*/
.checkbox-round input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -1px;
}

    .checkbox-round input[type=checkbox]:checked {
        background-color: #FB5A00;
        box-shadow: 0px 3px 3px #00000029;
    }



.tabulacion ul li a {
    font-family: 'Lato-Bold' !important;
    color: #FB5A00 !important;
    border-radius: 10px 10px 0px 0px;
}

    .tabulacion ul li a:hover {
        border: solid 2px #FB5A00 !important;
    }

.tabulacion ul li[class="active"] a {
    background-color: #FB5A00 !important;
    color: #ffffff !important;
}

.tab-pane {
    padding: 40px 0px;
}

.tableInfo thead {
    background-color: #FB5A00 !important;
    color: #ffffff !important;
    text-align: center;
    padding: 25px 0px !important;
}

.tableInfo tr {
    border: none !important;
}

.tableInfo th {
    border: none !important;
    text-align: center;
}

.tableInfo td {
    border: none !important;
}

.tableInfo tbody {
    border: none !important;
}

.dataTables_scroll {
    border: none !important;
}

..dataTables_scrollBody {
    border: none !important;
}

.dataTable {
    border: none !important;
}

.paginate_button.current {
    background: none !important;
    background-color: #FB5A00 !important;
    color: #ffffff !important;
    border: none !important;
    border: solid 2px #FB5A00 !important;
}

    .paginate_button.current:hover {
        background: none !important;
        background-color: #ffffff !important;
        color: #FB5A00 !important;
        border: solid 2px #FB5A00 !important;
    }

.ItemMnuAdmin {
    font-family: Lato-Regular !important;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

    .ItemMnuAdmin:hover {
        font-family: Lato-Bold !important;
        font-size: 20px !important;
        text-align: center !important;
        letter-spacing: 0px !important;
        color: #FB5A00 !important;
    }



.upperLetter {
    text-transform: uppercase !important;
}


.textoGeneralAdministator {
    font-family: 'Lato-Regular' !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
}


.ctnBusquedaCss {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.marginTopBuscador {
    margin-top: 35px;
}


.borderRadius{
    border-radius: 16px;
}