﻿/*fuentes*/
@font-face {
    font-family: Futura;
    src: url(/fonts/Futura-Bold.ttf);
}


@font-face {
    font-family: FuturaMedium;
    src: url(/fonts/Futura-Medium.ttf);
}

/* @font-face {
    font-family: BikoRegular;
    src: url(/fonts/Biko_Regular.ttf);
}

@font-face {
    font-family: BikoBold;
    src: url(/fonts/Biko_Bold.ttf);
}

@font-face {
    font-family: LatoBlack;
    src: url(/fonts/Lato-Black.ttf);
}

@font-face {
    font-family: LatoBlackItalic;
    src: url(/fonts/Lato-BlackItalic.ttf);
}

@font-face {
    font-family: LatoRegular;
    src: url(/fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(/fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: LatoThin;
    src: url(/fonts/Lato-Thin.ttf);
} */

/*#_mainContainer.loading .modal {
    display: block;
}*/

/*.modal {
    display: none;
    position: fixed;
    /*z-index:    1000;*/
/*z-index: 10000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba( 255, 255, 255, .8 ) url('../assets/img/kernel/spinner.gif') 50% 50% no-repeat;
}

*/



/*tablero de precios*/
#tabla-precios {
    display: inline-block;
    width: 100%;
    margin-top: 50px
}

/*Columnas*/

.precio-col {
    display: inline-block;
    background-color: #f3f3f3;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0px 2px 5px #ddd
}

@media screen and (min-width:768px) {
    .precio-col {
        width: 32%;
        float: left;
        margin-right: 2%
    }

        .precio-col:last-child {
            margin-right: 0
        }
}

/*Headers*/

.precio-col-header {
    background-color: #333;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.precio-col:nth-child(2) .precio-col-header {
    background-color: #dd9933
}

.precio-col-header h3 {
    color: #f3f3f3;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0
}

.precio-col-header p {
    text-align: center;
    color: #f3f3f3;
    font-size: 14px;
    margin-bottom: 0
}

/*Características*/

.precio-col-features {
    padding: 0 20px 20px 20px
}

    .precio-col-features p {
        padding: 20px 0;
        margin: 0;
        text-align: center;
        border-top: 1px solid #ddd
    }

        .precio-col-features p:first-child,
        .precio-col-features p:last-child {
            border-top: none
        }

/*Comprar*/

.precio-col-comprar {
    padding: 10px;
    max-width: 250px;
    text-align: center;
    background-color: #dd9933;
    margin: 0 auto 20px;
    border-radius: 10px;
    border: 2px solid #dd9933;
    transition: all 0.3s
}

    .precio-col-comprar button {
        color: #f3f3f3;
        padding: 10px;
        font-size: 20px;
        text-transform: uppercase;
        transition: all 0.3s
    }

    .precio-col-comprar:hover {
        background-color: #f3f3f3;
        transition: all 0.3s
    }

        .precio-col-comprar:hover button {
            color: #dd9933;
            transition: all 0.3s
        }


/*tablero de precios fin*/

/* Override bootstrap collapse to keep margins */
.collapse.in {
    display: inherit;
    visibility: visible;
}

body {
    font-family: LatoRegular;
}

/*.loading {
}*/
.body-white {
   background-color: white !important;
}

.listado-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .listado-table thead th {
        background-color: #DDEFEF;
        border: solid 1px #DDEEEE;
        color: white;
        padding: 10px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
    }

    .listado-table tbody td {
        border: solid 1px #DDEEEE !important;
        color: #333 !important;
        padding: 10px !important;
        text-shadow: 1px 1px 1px #fff !important;
    }

.listado-table-highlight tbody tr:hover {
    background-color: #ddd;
    color: #444;
}

.listado-table-horizontal tbody td {
    border-left: none;
    border-right: none;
}

th.columna-folio {
    width: 5%;
}
th.columna-nombre {
    width: 10%;
}
th.columna-domicilio {
    width: 20%;
}

th.columna-correo {
    width: 18%;
    color: #007bff !important;
}

th.columna-ceo {
    color: #007bff !important;
}

td.columna-ceo {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.columna-ceo:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

td.columna-aliado {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.columna-aliado:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

th.columna-nombre-r {
    width: 10%;
    color: #007bff !important;
}

th.columna-folio-r {
    width: 5%;
    color: #007bff !important;
}

th.columna-url-r {
    width: 3%;
    color: #007bff !important;
}

th.columna-valor-r {
    width: 10%;
    color: #007bff !important;
}

th.columna-tipo-r {
    width: 10%;
    color: #007bff !important;
}

th.columna-proposito-r {
    width: 10%;
    color: #007bff !important;
}

td.text {
    text-align: center;
}


th.columna-btn {
    width: 2%;
}

th.columna-geoReferencia {
    width: 10%;
}

input[type=radio].radio-standar {
    position:relative;
    opacity: 1;
    width: auto;
    height: auto;
}

.radio-label{
    font-size: 14px;
}

/*pagination*/
.folderimg {
    align-content: center !important;
    width: 28px;
    height: 38px;
    border-width: 8px !important;
    background-image: url('Images/openfile.png');
    /* OKAY */
    background-size: 100% 100%;
    position: relative;
}

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin-top: 0px 0;
        margin-bottom: 0px 0;
        padding-bottom: 0px;
        border-radius: 4px;
    }

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;  
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}

input[type="file"] {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    cursor: pointer;
}

.selcts {
    max-width: 130%;
    height: 150px;
    cursor: pointer;
    width: 100%;
}

/* Estilo del área del input[file] */
.drag {
    background-image: url(Images/camera.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
    cursor: pointer;
    margin-top: -5vh;
    /*margin-left: 0px !important;*/
    width:auto;
}

.stree-view {
    width: auto !important;
}

#extra1 {
    display: inline-flex;
}

.respohr {
    display: none;
}

.five {
    width: 16% !important;
}
.seach {
    width: 80% !important;
    padding-left: 20px;
}
.seach2 {
    width: 170px !important;
    height: 50px !important;
}
.seach3 {
    width: 300px !important;
    height: 50px !important;
}

.five img {
    width: 35px !important;
    height: 30px !important;
}

.tamanio {
    display: flex;
    flex-direction: row;
    width: 300px !important;
}

.img-select {
    padding-left: 20% !important;
    align-content: center !important;
}

.color-backselect {
    height: 30px !important;
    background-color: rgba(193, 193, 192, 1);
}

.check {
    width: 30% !important;
    float: left;
    align-content: center !important;
}

.mapa {
    padding-top: 10px;
}
.ubication-button {
    width: auto !important;
}
.foto {
    width: 100%;
}
.header-perfil {
    background-color: #5B7E96;
    padding-left: 4vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    color: white;
}
.subir {
    width: 100%;
    height: 100%;
    float: right;
    text-align: center;
}

.extra {
    /*width: 33.33%;
    float: left;
    padding-right: 25px !important;
    height: 48%;*/
}

.icono {
    float: left;
}

.img {
    width: 100%;
    height: 100%;
}

.img-tipo {
    width: 80%;
    height: 85%;
}

.tipo-label {
    font-size:8.5px !important;
}

.text-icono span {
    text-align: center;
    font-size: 9.5px;
}

.titleselect {
    /* width: 200px; */
    display: flex;
    align-self: center;
    color: #f49929 !important;
    font-size: 15px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: white;
    min-width: 110px;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top-inicio {
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    position: relative;
    height: 10vh;
}

.navbar-wrapper .navbar-brand {
    /*border-right: 1px solid gray;*/
    width: 100%;
    padding-bottom: 0px;
    padding-top: 25px;
    text-align: center;
}

.navbar-brand > img {
    /*height: 12vh;*/
    max-height: 15vh;
}

.colorMenu {
    background: white; /* Old browsers */
    max-width: 100%;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 1);
}

.slider-text {
    width: 40%;
    height: 100%;
    text-align: left;
    padding-left: 5%;
    padding-top: 5%;
    font-family: futura;
    font-size: 26px;
    color: white;
    position: absolute;
    z-index: 999999;
    top: 0px;
}

video {
    width: 100%;
    height: auto;
    /*height: 100%;*/
}

#slideMain:hover video {
    /*transition: opacity .5s;*/
    opacity: 1;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#slideMain:not(:hover) video {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.main-content-inicio {
    margin: 0 auto;
    /*margin-right: -15px;*/
}

.main-content-inicio-black {
    width: 100%;
    background-color: white;
    text-align: center;
    padding-top: 30px;
    font-family: LatoRegular;
    color: black;
}

button.custom-action {
    padding: 0px 5px 0px 5px;
    background-color: #f49929;
    align-content: center !important;
    /*width: 25px;
    height: 35px;
    border-width: 8px !important;*/
    /*background-image: url(Images/penciledit.png);*/
    /* OKAY */
    background-size: 100% 100%;
    background-repeat: no-repeat;   
    position: relative;
}

button.custom-action-2 {
    background-color: #f49929;
    width: 25px;
    height: 35px;
    border-width: 8px !important;
    align-content: center !important;
    background-image: url(Images/penciledit.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

td.td-custom-cupon {
    padding: 3px 8px 3px 8px !important;
}

button.custom-action > img {
    width: 100%;
}

.main-content-inicio-orange {
    width: 100%;
    background-color: #f49929;
    text-align: center;
    padding-top: 30px;
    font-family: LatoRegular;
    color: white;
    height: fit-content;
    /*height: -moz-fit-content;
    display:table;*/
    padding-left: 10px;
    padding-right: 10px;
}

@-moz-document url-prefix() {
    .main-content-inicio-orange {
        width: 100%;
        background-color: #f49929;
        text-align: center;
        padding-top: 30px;
        font-family: LatoRegular;
        color: white;
        height: -moz-fit-content;
        display: table;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.main-content-inicio-gray {
    width: 100%;
    background-color: #5a7e96;
    text-align: center;
    padding-top: 30px;
    font-family: LatoRegular;
    display: inline-block;
    box-shadow: 0px -6px 7px 2px rgba(0,0,0,0.5);
}

.border-main-icon {
    border: solid black 3px;
    border-radius: 100px;
    width: fit-content;
    display: inline-block;
    padding: 16px;
}

.link-menu-usuario {
    font-family: LatoRegular;
    font-size: 14px;
    text-decoration: none;
}

img.img-menu-usuario {
    height: auto;
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
}

img.img-menu-currency {
    height: auto;
    cursor: pointer;
    width: 60%;
    margin: 0 auto;
}

img.img-menu-colonia {
    height: auto;
    cursor: pointer;
    width: 50%;
    padding-top: 12px;
    margin: 0 auto;
}


img.img-menu-Admcupon {
    float: left;
    height: auto;
    cursor: pointer;
    width: 10%;
    padding-top: 12px;
    margin: 0 auto;
}

img.img-menu-usuarios {
    height: auto;
    cursor: pointer;
    width: 55%;
    margin: 0 auto;
}

img.img-menu-cupon {
    height: auto;
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
}

img.img-menu-estimaciones {
    height: auto;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
}

img.img-menu-estimaciones-usuario {
    float: left;
    height: auto;
    cursor: pointer;
    width: 20%;
    padding-top: 0px;
    margin: 0 auto;
}

img.img-menu-comparables {
    height: auto;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
}

img.tablero-tarjetas {
    width: 75%;
    padding: 5px;
}

/* General sizing login box */
ul.dropdown-lr {
    width: 45vh;
    background-color: black;
    color: white;
    border: 1px solid #f49929;
    position: absolute !important;
}

div.bienvenida-mensaje {
    width: 50%;
    height: 100%;
    text-align: left;
    padding-left: 9%;
    padding-top: 2%;
    font-family: futura;
    font-size: 26px;
    color: white;
}

div.tableroUsuario {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #f49929;
}

div.tableroUsuarioLezgo {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #1c345c;
}

div.tableroUsuarioVecore {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #0C403C;
}
div.tableroUsuarioInmovating {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #3d474f;
}
div.tableroUsuarioLuxury {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #7d7c83;
}
div.tableroUsuarioabba {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #5b5b5b;
}

div.tableroUsuarioInterCasa {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #837c84;
}

div.tableroUsuarioMct {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    color: white;
    background-color: #0c5c50;
}

div.tableroUsuarioGracia {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    color: white;
    background-color: #0068de;
}

div.tableroUsuarioAnda {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #415863;
}


div.tableroUsuarioExp {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #1b449c;
}

div.tableroUsuarioAmpi {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #3e7e32;
}

div.tableroUsuarioGL {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #04a0e7;
}
div.tableroUsuarioGuia {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #042c4c;
}

div.tableroUsuarioBanorte {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #ec1c2c;
}

div.tableroUsuarioSICAMA {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #ac1c2c;
}

div.tableroUsuariocentury {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #C0AF83;
}

div.tableroUsuarioKwGrand {
    width: 100%;
    height: auto !important;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    /*height: 13.7em;*/
    color: white;
    background-color: #ec1c2c;
}

div.tableroUsuario2 {
    width: 100%;
    text-align: center;
    font-family: futura;
    font-size: 20px;
    height: auto;
    color: white;
    background-color: white;
}

img.img-footer-usuario {
    height: auto;
    cursor: pointer;
    width: 25%;
}

input.form-campo-pago {
    background-color: #c2c4c6;
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    height: 40%;
    border-radius: 5px;
    color: black;
}

div.hide-section {
    display: none;
}

select.form-campo-metodo {
    width: 30%;
    font-size: 16px;
    height: 60%;
    border-radius: 5px;
}

select.form-campo-tarjeta-select {
    width: 88%;
    font-size: 16px;
    height: 60%;
    border-radius: 5px;
}

button.button-add {
    border-radius: 5px;
    border: none;
    width: 55%;
    height: 65%;
    font-size: 18px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

button.button-reg {
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 65%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

button.button-canj {
    border-radius: 5px;
    border: none;
    width: 20%;
    height: 72%;
    font-size: 20px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

.card {
    border: none;
    background-color: black;
}

.subform {
}

input.form-campo-pago {
    background-color: #c2c4c6;
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    height: 40%;
    border-radius: 5px;
    color: black;
}

div.hide-section {
    display: none;
}

select.form-campo-metodo {
    width: 30%;
    font-size: 16px;
    height: 60%;
    border-radius: 5px;
}

select.form-campo-tarjeta-select {
    width: 88%;
    font-size: 16px;
    height: 60%;
    border-radius: 5px;
}

button.button-add {
    border-radius: 5px;
    border: none;
    width: 55%;
    height: 65%;
    font-size: 18px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

button.button-reg {
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 65%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

button.button-canj {
    border-radius: 5px;
    border: none;
    width: 20%;
    height: 72%;
    font-size: 20px;
    background-color: #f49929;
    color: white;
    margin-top: 1.8em;
}

button.button-type {
    border-radius: 5px;
    border: none;
    width: 50px;
    height: 75%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
}
button.button-type2 {
    border-radius: 5px;
    border: none;
    width: 100px;
    height: 75%;
    font-size: 17px;
    background-color: #f49929;
    color: white;
}

button.button-delete-row {
    border-radius: 5px;
    border: none;
    width: 80%;
}

button.button-usuario-row {
    border-radius: 5px;
    border: none;
    width: 60%;
    height: 60%;
    margin-left: 0.7em;
    background-color: #f49929 !important;
}

button.button-compras-row {
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 60%;
    margin-left: 0.7em;
    background-color: #f49929 !important;
}

button.button-compstatus-row {
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 80%;
    margin-left: 0.7em;
    background-color: forestgreen !important;
}

button.button-compstatusIN-row {
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 80%;
    margin-left: 0.7em;
    background-color: firebrick !important;
}

button.button-colony {
    border-radius: 5px;
    border: none;
    width: 10%;
    height: 140%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 0.2em;
}

button.button-comp {
    border-radius: 5px;
    border: none;
    width: 70%;
    height: 85%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 0.2em;
}

input.button-exp {
    border-radius: 5px;
    border: none;
    width: 50%;
    height: 85%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 0.2em;
}

input.button-exp-report {
    border-radius: 5px;
    border: none;
    width: 40%;
    height: 75%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
}

button.button-password {
    border-radius: 5px;
    border: none;
    width: 20%;
    height: 140%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 0.2em;
}

button.button-colony-close {
    border-radius: 5px;
    border: none;
    width: 10%;
    height: 140%;
    font-size: 15px;
    background-color: #6c757d;
    color: white;
    margin-top: 0.2em;
}

button.button-password-close {
    border-radius: 5px;
    border: none;
    width: 20%;
    height: 140%;
    font-size: 15px;
    background-color: #6c757d;
    color: white;
    margin-top: 0.2em;
}

div.black-content {
    color: black;
    background-color: white;
    padding-left: 1em;
    min-height: 73.3vh;
}

table.card-table {
    border: 2px solid lightgray;
    width: 95%;
    text-align: center;
}
table.card-table > thead > tr > th{
    border: 1px solid lightgray;
    padding: 5px 0px 5px 0px;
    background-color: #ff9e18;
    opacity: 0.8;
}
table.card-table > tbody > tr > td{
    border: 1px solid lightgray;
    padding: 5px 0px 5px 0px;

}

table.grid-tipo {
    color: #444;
    background-color: #c6c6c6;
    border-radius: 8px;
}

th.small-square {
    width: 4%;
    border-color: gray !important;
}

td.small-square-row {
    border-color: gray !important;
}

th.columna-blue {
    color: #007bff !important;
}

th.columna-id {
    width: 4%;
    color: #007bff !important;
}

td.id-row {
    text-align: center;
}

th.columna-usuario {
    width: 14%;
    color: #007bff !important;
}

td.usuario-row {
    text-align: center;
}

th.columna-activo {
    width: 3%;
    text-align: center;
    color: #007bff !important;
}

td.activo-row {
    text-align: center;
}

th.columna-creado {
    width: 12%;
}

td.creado-row {
    text-align: center;
}

th.columna-actualizado {
    width: 12%;
}

td.actualizado-row {
    text-align: center;
}

th.columna-boton {
    width: 3%;
}

td.boton-row {
    text-align: center;
}

th.columna-fecha {
    width: 14%;
    color: #007bff !important;
}

td.fecha-row {
    text-align: center;
}

th.columna-precio {
    width: 14%;
    color: #007bff !important;
}

td.precio-row {
    text-align: center;
}

th.columna-origen {
    width: 35%;
    color: #007bff !important;
}

td.origen-row {
    text-align: center;
}

th.columna-borrar {
    width: 5%;
}

th.columna-id-c {
    width: 70px;
    color: #007bff !important;
}

th.columna-id-s {
    width: 90px;
    color: #007bff !important;
}

td.id-row-s {
    text-align: center;
    word-break: break-all;
    max-width: 90px;
}

td.id-row-c {
    text-align: center;
    word-break: break-all;
    max-width: 70px;
}

th.columna-domicilio-c {
    width: 400px;
    color: #007bff !important;
}

th.columna-domicilio-s {
    width: 400px;
    color: #007bff !important;
}

td.domicilio-row {
    text-align: center;
    word-break: break-all;
    max-width: 400px;
}

td.domicilio-row-s {
    text-align: center;
    word-break: break-all;
    max-width: 400px;
}

th.columna-terreno {
    width: 70px;
    color: #007bff !important;
}

th.columna-terreno-s {
    width: 90px;
    color: #007bff !important;
}

td.terreno-row-s {
    text-align: center;
    word-break: break-all;
    max-width: 90px;
}

td.terreno-row {
    text-align: center;
    word-break: break-all;
    max-width: 70px;
}

th.columna-construccion {
    width: 70px;
    color: #007bff !important;
}

th.columna-construccion-s {
    width: 90px;
    color: #007bff !important;
}

td.construccion-row-s {
    text-align: center;
    word-break: break-all;
    max-width: 90px;
}

td.construccion-row {
    text-align: center;
    word-break: break-all;
    max-width: 70px;
}

th.columna-precio-c {
    width: 95px;
    color: #007bff !important;
}

th.columna-precio-s {
    width: 95px;
    color: #007bff !important;
}

td.precio-c-row {
    text-align: center;
    word-break: break-all;
    max-width: 95px;
}

td.precio-s-row {
    text-align: center;
    word-break: break-all;
    max-width: 95px;
}

th.columna-tipo {
    width: 80px;
    color: #007bff !important;
}

td.tipo-row {
    text-align: center;
    word-break: break-all;
    max-width: 80px;
}

th.columna-url {
    width: 70px;
    color: #007bff !important;
}

th.columna-url-s {
    width: 270px;
    color: #007bff !important;
}

td.url-row {
    text-align: center;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

td.url-row-s {
    text-align: center;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

th.columna-lat {
    width: 20px;
    color: #007bff !important;
}

td.lat-row {
    text-align: center;
    word-break: break-all;
    max-width: 20px;
}

th.columna-long {
    width: 20px;
    color: #007bff !important;
}

td.long-row {
    text-align: center;
    word-break: break-all;
    max-width: 20px;
}

th.columna-dist {
    width: 20px;
    color: #007bff !important;
}

td.dist-row {
    text-align: center;
    word-break: break-all;
    max-width: 20px;
}

th.columna-estatus {
    width: 20px;
    color: #007bff !important;
}

td.estatus-row {
    text-align: center;
    word-break: break-all;
    max-width: 20px;
}

th.columna-cambio {
    width: 20px;
    color: #007bff !important;
}

td.cambio-row {
    text-align: center;
    word-break: break-all;
    max-width: 20px;
}

td.borrar-row {
    text-align: center;
}

button.button-search {
    border-radius: 5px;
    border: none;
    width: 45%;
    height: 35%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 2.5em;
}

button.button-add-colony {
    border-radius: 5px;
    border: none;
    width: 45%;
    height: 45%;
    font-size: 15px;
    background-color: #f49929;
    color: white;
    margin-top: 2.5em;
}

td.delete-row {
    border-color: gray !important;
    color: black;
    background-color: white;
}

th.columna-nombre-asentamiento {
    width: 550px;
    color: #007bff !important;
}

td.nombre-asentamiento-row {
    text-align: center;
}

th.columna-tipo-asentamiento {
    width: 530px;
    color: #007bff !important;
}

td.tipo-asentamiento-row {
    text-align: center;
}

td.tarjeta-perfil {
    text-align: center;
    width: 200px !important;
    font-size: 15px !important;
}

td.tarjeta-perfil-b {
    text-align: center;
    width: 100px !important;
    font-size: 15px !important;
}

bpm-form-generator > div.row > div.col-12 > az-panel > .card {
    background-color: #5a7e96;
    /*font-family: BikoRegular !important;*/
    border: none;
    min-height: 85vh;
}


.card-header {
    background-color: #5a7e96 !important;
    border: none;
    color: white;
}

.card-body {
    font-family: LatoRegular;
}

.body-gral {
    font-family: LatoRegular;
    background-color: white;
    min-height: 85vh;
}

/*Form Wizard custom*/
.cintillo {
    background-color: white;
}

    .cintillo > .steps > ul > li {
        width: 20% !important;
        text-align: center;
        overflow: hidden;
    }


li[role=tab] a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    margin-top: 0;
    margin-left: -16px;
    z-index: 2;
}

div[role=tabpanel] {
    background-color: white !important;
}

.wizard > .content {
    background-color: white !important;
    min-height: 110vh !important;
    overflow: visible !important;
    /* margin-left: 10% !important; */
    /* margin-right: 10% !important; */
}
.wizard > .steps {
    margin-left: 10% !important;
    margin-right: 10% !important;
}
.wizard > .steps .current a {
    background-color: #f49929 !important;
}

.wizard > .steps a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* .wizard > .content {
    height: -webkit-fill-available;
    overflow: auto !important;
} */

    /* .wizard > .content > .body {
        width: 100% !important;
    } */

.cintillo > .steps .number {
    font-size: 1rem !important;
    display: none;
}

.placehold-custom {
    font-family: FontAwesome, BikoRegular !important;
    font-style: normal;
}

.bigger-checkbox {
    transform: scale(1.5);
}

.rev-custom {
    background-color: lightgray;
    color: black;
    font-weight: bold;
    max-width: 100%;
}

/*Parte para estilos de las vistas de error*/
.cuerpoVista {
    background-color: rgba(245,245,245,0.8);
}

#contenido {
    background-color: white;
}

/*az-panel > .card > .card-header, .card > .card-header, h6.card-title {
    font-size: 20px;
    color: white;
    font-family: BikoBold;
    background-color: black;
    text-transform: uppercase;
    font-style: normal;
}

bpm-dynamic-component > form > az-panel > .card > .card-header {
    display: none !important;
    color: red;
}*/
.form-control {
    font-family: BikoRegular;
}

label.form-control-label {
    font-size: 15px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: white;
}

label.form-check-label {
    font-size: 14px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: white;
}

label.form-group-label {
    font-size: 14px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: white;
}

input.control-number {
    border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out !important;
    margin-bottom: 0px;
    /* margin-left: 198px; */
    width: 130px;
    height: 35px;
    /* padding-top: 5px; */
    /* position: relative; */
    /* top: -20px; */
    text-align: center;
    display: flex;
    align-self: center;
}

    input.control-number:required:valid {
        border-left-color: forestgreen !important;
    }

    input.control-number:invalid {
        border-left-color: firebrick !important;
    }

textarea.form-control:disabled {
    background-color: black;
    font-family: BikoRegular;
    text-transform: uppercase;
    border: none;
    padding-top: 0px;
    color: white;
    font-size: 16px;
    height: auto;
    padding-bottom: 0;
}

select.form-control {
    border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out !important;
    margin: 2px;
}

input.form-control {
    border: 1px solid #eee;
    border-left: 5px solid !important;
    border-radius: 5px;
    transition: border-color .5s ease-out !important;
    margin: 2px;
}

    input.form-control:required:valid {
        border-left-color: forestgreen !important;
    }

    input.form-control:invalid {
        border-left-color: firebrick !important;
    }

select.form-control:invalid {
    border-left-color: firebrick !important;
}

select.form-control:valid {
    border-left-color: forestgreen !important;
}

input[type=text].form-control:disabled {
    background-color: #c2c4c6;
    /*font-family: BikoBold;*/
    text-transform: uppercase;
    border: none;
    padding-top: 0px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

select.form-control:disabled {
    background-color: #c2c4c6;
    /*font-family: BikoBold;*/
    text-transform: uppercase;
    border: none;
    padding-top: 0px;
    color: black;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-expand: none;
}

.wj-input-group .wj-form-control {
    background-color: white !important;
}

wj-input-number.wj-inputnumber[ng-reflect-is-disabled="false"] {
    border: none;
    background-color: #c2c4c6;
    /*font-family: BikoBold;*/
}

div.btn-group.btn-module-primary {
    bottom: 15px;
    position: absolute;
    z-index: 1000;
    display: inline-flex;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
    justify-content: space-between;
}

button.btn.btn-primary.btn-prev {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

button.btn.btn-primary.btn-next {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.wj-cells > .wj-cell {
    background-color: black !important;
    color: white;
    font-family: BikoRegular;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.wj-cells > div.wj-cell.wj-state-multi-selected, .wj-cells > div.wj-cell.wj-state-selected {
    background-color: white !important;
    color: black;
}

.wj-cells {
    text-align: center !important;
}

wj-flex-grid.wj-control.wj-flexgrid.wj-content > div {
    height: auto !important;
}

label.label-faq {
    cursor: pointer;
    font-size: 18px;
    font-family: BikoRegular;
    text-transform: uppercase;
    color: #706f6f;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 0;
}

.video-button-div-custom {
    z-index: 1;
    position: absolute;
    width: auto;
    top: 60%;
    left: 50%;
    /* border: none; */
    text-align: center;
}

.video-button-custom {
    /*z-index: 10000;
    position: absolute;*/
    border: none;
    /*top: 35%;
    left: 45%;*/
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: white; /*rgba(244, 153, 41, 0.3);*/
    color: rgba(0,0,0,0.7); /*#f49929;*/
    font-size: 30px;
    position: relative;
    left: -50%;
    padding-left: 12;
    top: 50;
}

    .video-button-custom:focus {
        outline: none;
        /*background-color: rgba(244, 153, 41, 0.5);*/
    }

    .video-button-custom:hover {
        outline: none;
        background-color: rgba(244, 153, 41, 0.5);
    }

#videoFrame {
    height: 95vh;
}

.custom-modal {
    color: #f49929;
    font-family: Futura;
    font-size: 19px;
    display: inline-block;
    text-align: center;
}

.custom-modal-body {
    color: black;
    font-family: BikoRegular;
    font-size: 20px;
    text-align: center;
}

.custom-modal-footer {
    display: inline-block;
    text-align: center;
}

.custom-btn-modal-secondary {
    background-color: black;
    font-family: Futura;
    font-size: 16px;
    color: white;
}

.custom-btn-modal-primary {
    background-color: #f49929;
    font-family: Futura;
    font-size: 16px;
}

.custom-chat-div {
    width: 25%;
    background-color: transparent;
    float: right;
    position: fixed;
    bottom: 55px;
    right: 0px;
    z-index: 10000;
}

.header-chat {
    padding: 8px 1px 8px 1px;
    text-align: center;
    background-color: #5a7e96;
    border-radius: 8px 8px 6px 6px;
    cursor: pointer;
    width: 15%;
    /*transform: rotate(-90deg);*/
    float: right;
}

.custom-chat-input {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid grey;
}

.custom-chat-label {
    font-family: Futura;
    font-size: 15px;
    color: black;
}

.custom-contact-input {
    width: 100%;
    font-family: LatoRegular;
    font-size: 16px;
}

.button-inverse {
    background-color: white !important;
    font-family: LatoBlack;
    font-size: 16px;
    color: #f49929 !important;
    border-radius: unset;
    padding: 0px 35px 0px 35px;
}

.check-toggle {
    display: none;
}

.toogle-menu {
    display: none;
}

ul.toogle-menu > li {
    list-style: none;
}

    ul.toogle-menu > li > div > p {
        font-size: 15px;
        font-family: BikoRegular;
        color: #706f6f;
    }

.check-toggle:checked + .toogle-menu {
    display: block;
}


.modal-xl {
    max-width: 85% !important;
    margin-top: 7px;
}

#videoModal {
    text-align: -webkit-center;
    text-align: center;
    /*padding-right: 0px !important;*/
}

#gridFecha {
    display: none;
}



li a:hover, .dropdown:hover .dropbtn {
    background-color: #f49929;
    color: white !important;
}

.dropbtn {
    color: white;
    text-align: center;
    padding: 10px 16px !important;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content-custom a:hover {
    background-color: #f1f1f1;
    color: black !important;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content-custom {
    display: none;
    position: absolute;
    top: 45px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content-custom a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.dropdown:hover .dropdown-content-custom {
    display: block;
}

i.fa-angle-right {
    line-height: 5;
}

/*panel imagen con texto*/
.span-img {
    z-index: 1;
    font-family: LatoBold;
    font-size: 22px;
    padding-left: 6%;
    padding-top: 4%;
    line-height: normal;
}

.button-img {
    background-color: white;
    font-family: LatoBold;
    font-size: 26px;
    color: #f49929;
    padding: 16px 25px 16px 25px;
    z-index: 2;
    border-radius: 5px;
    letter-spacing: 1;
    border: solid 2px black;
    box-shadow: 4px 3px 0px 2px black;
}

/* Esconder Radio */
input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* Puntero imagen */
    input[type=radio] + img {
        cursor: pointer;
    }

    /* estilo en checked */
    input[type=radio]:checked + img {
        outline: 2px solid #f49929;
    }


.iconType {
    text-align: center !important;
}

.row-eq-height {
    align-items: flex-end;
}


.label-subheader {
    color: #f49929 !important;
}

div.error-custom {
    border: 1px solid red !important;
}

.errorDiv {
    display: none;
}

#floating-panel {
    position: absolute;
    top: 12%;
    right: 3%;
    z-index: 5;
    background-color: #C1C1C1;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    height: 25px;
    width: 300px;
    padding-left: 5px;
}

#Floating-medidas {
    position: absolute;
    top: 70%;
    right: 40%;
    left: 20%;
    z-index: 9;
    background-color: #C1C1C1;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    height: 65px;
    width: 300px;
    padding-left: 5px;
}




#panel-localizacion {
    position: absolute;
    top: 70%;
    right: 3%;
    z-index: 6;
    text-align: center;
    height: 30px;
    width: 30px;
    padding-left: 5px;
}

.input_maps {
    background-color: transparent;
    color: white;
    border: none;
    width: 320px;
}

.btn_gpd {
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-position: center;
    border: none;
    background-image: url(../assets/img/gps_position.png);
    background-color: transparent;
}












.ngEstilo1 {
    background: url(../assets/img/gifPreload.gif) #f0f0f0 no-repeat center center fixed;
}

.ngEstilo2 {
    background: none;
}

.false-tab {
    font-size: 16px;
    background-color: #6c757d;
    color: white;
    margin-left: 0px !important;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 69px;
    display: none;
}

/*???*/
.cardo {
    margin-top: 115px;
}

#login-cool {
    display: block;
    width: 85%;
    height: 25%;
    /*margin-left: 99px;
    margin-right: 99px;*/
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
    position: absolute;
    z-index: 10000;
}

#scrolldown > a > span {
    z-index: 10000;
    color: darkorange;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    font-size: 55px;
    background: rgba(245,245,245,0.5);
    border-radius: 4px;
    padding: 4px 3px 0px 9px;
    cursor: pointer;
}

    #scrolldown > a > span:hover {
        color: orangered;
    }


#form_ini {
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 14px 15px 14px;
}

.label-app {
    padding-top: 139px;
    padding-bottom: 139px;
    width: 100%;
    font-size: 38px;
    text-align: center;
    margin: auto;
    color: white;
}

.label-infoSer {
    color: white;
}

#content {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-size: cover;
    -webkit-animation: background 30s ease-in-out infinite;
    animation: background 30s ease-in-out infinite;
}

@keyframes background {
    0% {
        background-image: url(../assets/img/back_registro.jpg);
    }

    25% {
        background-image: url(../assets/img/back_registro2.jpg);
    }

    50% {
        background-image: url(../assets/img/back_registro3.jpg);
    }

    75% {
        background-image: url(../assets/img/back_registro4.jpg);
    }

    100% {
        background-image: url(../assets/img/back_registro5.jpg);
    }
}

#contentTerm {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-size: cover;
    background-image: url(../assets/img/back_sistema2.jpg);
}

.custom-color-bg {
    background-color: white;
    padding-left: 100px;
    padding-right: 100px;
    /*background: rgba(174,223,244,1);
    background: -moz-linear-gradient(left, rgba(174,223,244,1) 0%, rgba(40,56,145,0.9) 30%, rgba(243,114,58,0.76) 72%, rgba(174,223,244,0.67) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(174,223,244,1)), color-stop(30%, rgba(40,56,145,0.9)), color-stop(72%, rgba(243,114,58,0.76)), color-stop(100%, rgba(174,223,244,0.67)));
    background: -webkit-linear-gradient(left, rgba(174,223,244,1) 0%, rgba(40,56,145,0.9) 30%, rgba(243,114,58,0.76) 72%, rgba(174,223,244,0.67) 100%);
    background: -o-linear-gradient(left, rgba(174,223,244,1) 0%, rgba(40,56,145,0.9) 30%, rgba(243,114,58,0.76) 72%, rgba(174,223,244,0.67) 100%);
    /*background: -ms-linear-gradient(left, rgba(174,223,244,1) 0%, rgba(40,56,145,0.9) 30%, rgba(243,114,58,0.76) 72%, rgba(174,223,244,0.67) 100%);*/
    /*background: linear-gradient(to right, rgba(174,223,244,1) 0%, rgba(40,56,145,0.9) 30%, rgba(243,114,58,0.76) 72%, rgba(174,223,244,0.67) 100%);*/
}

.btn-primary {
    color: #fff;
    background-color: darkorange !important;
    border-color: darkorange !important;
}

#ejemplo > div.btn-group {
    width: 100%;
}


.clearfix {
    width: 35%;
}

.content-feature {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

    .content-feature .one {
        background: #2581c2;
        min-height: 160px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 27px;
        line-height: 1;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .content-feature .oneone {
        background: #dbdbdb;
        height: 175px;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        font-size: 35px;
        line-height: 1;
        padding-top: 72px;
    }

    .content-feature .cobertura {
        background: #dbdbdb;
        height: auto;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        font-size: 35px;
        line-height: 1;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .content-feature .one-app {
        background: white;
        /*height: 308px;*/
        font-family: 'Roboto', sans-serif;
        color: #000000;
        font-size: 48px;
        line-height: 1;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .content-feature .two {
        background: #363636;
        /*height: 495px;*/
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 27px;
        line-height: 1;
        padding-top: 0px;
    }

    .content-feature .twotwo {
        background: #363636;
        /*height: 495px;*/
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 27px;
        line-height: 1;
        padding-top: 0px;
    }

    .content-feature .three {
        background: #171314;
        height: 150px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 27px;
        line-height: 1;
        padding-top: 25px;
    }

.two span {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

/*button small device*/
#buttonMenu {
    margin-right: 36px;
}
/*bootstrap*/
/*.navbar .nav > li {
    float: left;
    padding: 10px;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }*/



/*Fin menu inicial*/


/*Slide texto*/





body {
    background: #f5f5f5 !important;
    color: #312A1E;
    font-size: 100%;
    font-family: 'Quattrocento', serif;
}

::-moz-selection {
    background: #f0bf00;
    color: #333;
}

::selection {
    background: #f0bf00;
    color: #333;
}

p {
    font-size: 1em; /* 16px */
    line-height: 1.5; /* 24px */
    margin: 0 0 1.5em 0;
}

/*body, input, textarea {
}*/

/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.medium {
    font-weight: normal;
    font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



.center-menu-main {
    max-width: 57%;
    min-width: 57%;
    border-right: 1px solid gray;
    height: 135px;
    padding-right: 15px;
}

.carousel-item p {
    color: #ec673a;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

/*.navbar .brand a {
    padding: 0;
    color: #fff;
    font-size: 1.75em;
    margin-left: 0;
    font-weight: normal;
    font-family: 'Patua One', cursive;
}

    .navbar .brand a:hover {
        text-decoration: none;
        color: #f0bf00;
        transition: color .15s linear;
        -webkit-transition: color .15s linear;
        -moz-transition: color .15s linear;
    }

    .navbar .brand a:focus {
        outline: none;
    }*/

.navbar-inner {
    min-height: 4.75em;
}




.menu-main {
    padding-left: 0px;
    background-color: white;
    text-align: left;
}

.navbar-inverse .navbar-inner {
    background-color: none;
    border: none;
    border-radius: 0;
    min-width: 100%;
}




.navbar-wrapper {
    overflow: hidden; /* No fixed height, will break collapsible nav */
    margin-left: -15px;
    margin-right: -15px;
    color: white;
}
/*.navbar-inicio {
    padding:0;
    border-bottom: 1px solid gray;
}*/

/*#navbarNavAltMarkup {
    max-width:20%;
}*/

#menu-main {
    margin-left: 0;
    margin: auto;
    /*margin-right: 105px;*/
}

ul#menu-main > li {
    display: inline-block;
}

    ul#menu-main > li > a {
        font-family: LatoBlack;
        font-weight: bold;
        font-size: 13px;
        color: #f49929;
        padding: 9px 13px;
        text-decoration: none;
        text-transform: uppercase;
        /*background-color: darkorange;*/
    }

.btn-main {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: black;
    padding: 9px 13px;
    background-color: darkorange;
    border: none;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    display: none;
}

ul#menu-main > li > a:hover {
    /*background: #1e5799;*/
    color: #f49929;
    /*padding: 8px 12px;*/
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

.btn-main:hover {
    background: #1e5799;
    color: #f0f0f0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
}


.main-content-menu {
    width: 100%;
    text-align: center;
    font-family: LatoBlack;
    font-size: 14px;
    font-weight: bold;
    color: #5a7e96;
    background-color: white;
}

.main-content-menu-opt {
    padding: 0px;
}

    .main-content-menu-opt > a {
        color: #5a7e96;
    }


.row-menu-main {
    width: 75%;
    margin: auto !important;
}

.main-content-regis {
    width: 100%;
    max-height: 45vh;
    background-color: white;
    display: flex;
    height: 45vh;
}

.main-content-menu-opt > a:hover, .main-content-menu-opt > a:active {
    color: #f49929 !important;
    cursor: pointer;
    text-decoration: none;
    /*border-bottom: solid;
    border-bottom-width: 6px;
    border-bottom-color: #f49929;*/
}

.main-content-menu-opt:hover, .main-content-menu-opt:active {
    color: #f49929 !important;
    cursor: pointer;
    border-bottom: solid;
    border-bottom-width: 6px;
    border-bottom-color: #f49929;
}
/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
    min-width: 100%;
    max-width: 100%;
    /*background: url(../assets/img/slide01.jpg) #f0f0f0 no-repeat center center fixed;*/
    /*background: url(../assets/img/bg-valuapps.jpg) #f0f0f0 no-repeat top center scroll;*/
    /*background-color: darkslateblue;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;*/
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-top: -70px;
    text-align: center;
    height: auto;
}

    #headerwrap h1 {
        color: #3385c1;
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
        font-weight: bold;
        margin: 1em 0;
        text-align: right;
        margin-top: 135px;
    }

    #headerwrap h2 {
        color: #000000;
        font-family: 'Open Sans', sans serif;
        font-size: 2em;
        font-weight: normal;
        margin: 0.5em 0;
        text-shadow: 1px 1px 1px #333333;
    }

    #headerwrap h1 span {
        color: #FFFFFF;
    }

    /*#headerwrap input[type=text] {
        background: rgba(227, 231, 228, 1);
        font-family: 'Open Sans', sans serif;
        font-size: 1.3125em;
        border: 0;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0 !important;
    }*/

    /*#headerwrap input[type=text]:focus {
            background: #43413e;
            color: #eff1ef;
            transition: background 0.25 ease-in;
            -moz-transition: background 0.25 ease-in;
            -webkit-transition: background 0.25 ease-in;
        }*/

    #headerwrap input[type=text] {
        height: 3.3em;
        /* width: 50%;*/
    }

    #headerwrap input[type=password] {
        height: 3.3em;
        /* width: 50%;*/
    }

    #headerwrap button[type=submit] {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        width: 100%;
        height: 3.5em;
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        border: 0;
        text-transform: none;
        background: orangered; /*#3d8ec6;*/
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    #headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
        background: #43413e !important;
    }

    #headerwrap hr {
        margin: 20px 0;
        border: 0;
        border-top: 1px solid #1e5799;
        border-bottom: 1px solid #1e5799;
    }

#feature {
    /*background: url("../img/yellow.png") repeat-x 0 0;*/
    /*height: 250px;*/
    background-color: steelblue;
    z-index: 500;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    margin-left: -15px;
    margin-right: -15px;
}

#feature2 {
    /*background: url("../img/yellow.png") repeat-x 0 0;*/
    /*height: 250px;*/
    background-color: orangered;
    z-index: 500;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    margin-left: -15px;
    margin-right: -15px;
}

#feature article {
    text-align: center;
    margin-top: 37px;
    max-width: 1170px;
    margin-bottom: 12px;
}

#feature2 article {
    text-align: center;
    margin-top: 37px;
    max-width: 1170px;
    margin-bottom: 12px;
}

#feature-headline {
    font-family: 'Patua One', cursive;
    text-transform: uppercase;
    color: rgba(228, 229, 229, 1);
    margin-bottom: 3%; /* 39px */
    margin-top: -.25em;
    height: 109px;
    background-size: 100% auto;
}

    #feature-headline span {
        font-family: 'Patua One', cursive;
        text-transform: lowercase;
    }

#feature article p {
    font-family: 'Patua One', cursive;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.35;
    color: #fff;
}

#feature2 article p {
    font-family: 'Patua One', cursive;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.35;
    color: #fff;
}


footer {
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
}

    footer p {
        margin-top: -130px;
    }

a:focus {
    outline: none;
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.navbar-inverse .btn-navbar {
    width: auto;
    height: auto;
}

.buttonSubmit {
    background-color: #f49929;
    border: none;
    font-family: Futura;
    font-size: 16px;
    color: white;
    padding: 16px 20px 16px 20px;
    cursor: pointer
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*Submenu*/

.main-menu > div {
    transition: .4s;
    cursor: pointer;
}

.main-menu div:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    padding: 0px;
    margin-top: 30px;
    margin-left: -10px;
    float: left;
    width: 300px;
    text-align: left;
    box-sizing: border-box;
    border: 5px solid white;
    box-shadow: 1px 1px 1px grey;
}

    .sub-menu:before {
        content: "";
        width: 0px;
        height: 0px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 30px solid white;
        position: absolute;
        margin: -30px 0px 0px 60px;
    }

    .sub-menu div {
        list-style-type: none;
        padding: 10px;
        color: white;
        font-size: 20px;
        background: #5B7E96;
    }

    .main-menu > div:hover, .sub-menu > div:hover {
        /*background: #35c;*/
    }
/* RESPONSIVE 
-------------------------------------------------- */

@media (min-width: 1200px) {
    .container {
        max-width: 80vw !important;
    }
}
    @media (max-width: 1186px) {

        #img-slider-1-resize {
            display: none;
        }

        #img-slider-2-resize {
            display: none;
        }

        #img-slider-3-resize {
            display: none;
        }

        .banner-caption {
            /*	width: 18%; */
            position: absolute;
            left: 20%;
            top: 6%;
            color: #007ac3;
        }

        #intro-caption {
            font-family: 'Open Sans', sans-serif;
            text-align: center;
            font-size: 60px;
            line-height: 70px;
        }

        .banner-caption p {
            font-size: 1em;
        }
    }

    @media (max-width: 979px) {
        #headerwrap h1 {
            margin: 3em 0;
        }

        .navbar-fixed-top {
            margin-bottom: 0;
        }

        /*.navbar .container {
            width: 100%;
        }

        .navbar .listado-tb {
            width: 100%;
            height: 72%
        }

        .navbar .brand {
            margin-left: 36px;*/
            /*margin-top: -10px;*/
            /*padding: 0;
        }

        .navbar .btn-navbar {
            margin-top: 0;
        }*/

        .navbar-fixed-top .navbar-inner {
            padding: 0px;
        }

        .featurette {
            height: auto;
            padding: 0;
        }

        .featurette-image.pull-left, .featurette-image.pull-right {
            display: block;
            float: none;
            max-width: 40%;
            margin: 0 auto 20px;
        }

        ul.dropdown-lr {
            width: auto !important;
        }
    }

    @media (max-width: 880px) {
        /*.navbar .center-menu-main {
            min-width: 50%;
        }*/
    }

    @media (max-width: 715px) {
        /*.navbar .center-menu-main {
            display: none;
        }*/

        .arrow-magic {
            display: none;
        }

        .label-contact {
            text-align: left !important;
        }
    }


    @media (min-width: 768px) and (max-width: 979px) {
        #headerwrap {
            padding-top: 0;
        }
    }

    @media (max-width: 767px) {
        .container {
            padding-right: 5px;
            padding-left: 5px;
        }

        .listado-tb {
            padding-right: 5px;
            padding-left: 5px;
        }

        .menu-normal-mini {
            height: 38px !important;
        }

        .row-menu-main {
            width: 85%;
        }

        .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
            margin-right: 0px;
            margin-left: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .navbar-inner {
            margin: 0;
        }

        /*.carousel {
        margin-left: -20px;
        margin-right: -20px;
    }*/

        /*.carousel .container {
    }*/

        .carousel-caption {
            width: 65%;
            padding: 0 70px;
            margin-top: 100px;
        }

            .carousel-caption h1 {
                font-size: 30px;
            }

            .carousel-caption .lead, .carousel-caption .btn {
                font-size: 18px;
            }

        .featurette-heading {
            font-size: 30px;
        }

        .featurette .lead {
            font-size: 18px;
            line-height: 1.5;
        }

        /*.selcts {
        max-width: 115%;
        height: 110px;
    }*/
        hr.respohr {
            display: flex;
        }
    }

    @media only screen and (max-device-width: 823px) {
        .bienvenida-mensaje {
            width: 75% !important;
            font-size: 18px !important;
        }

        .header-chat {
            width: 25%;
        }
    }

    @media(max-device-width: 736px) {
        .bienvenida-mensaje {
            width: 75% !important;
        }
    }

    @media (max-device-width: 715px) {
        /*.navbar .center-menu-main {
            display: none;
        }*/
    }

    @media (max-device-width: 670px) {

        .video-button-custom {
            width: 100px;
            height: 100px;
            /*left: 275px;*/
            font-size: 25px;
        }

        .navbar-fixed-top-inicio {
            height: 20vh;
        }

        .wizard > .steps > ul > li {
            width: 33% !important;
        }
    }


    @media (max-device-width: 576px) {
        ul.dropdown-lr {
            width: 35vh !important;
        }

        ul.dropdown-menu {
            left: -100px !important;
        }

        .navbar-fixed-top-inicio {
            height: 18vh;
        }

        div.tableroUsuario {
            height: auto;
        }

        img.img-menu-usuario {
            width: 60% !important;
        }

        .wizard > .steps > ul > li {
            width: 33% !important;
        }

        li[role=tab] a::before {
            margin-left: -17px;
        }

        button.ubication-button {
            width: 100%;
        }

        .video-button-custom {
            width: 70px;
            height: 70px;
            font-size: 25px;
        }
    }

    /*@media(max-device-width: 500px) {
    #img-slider-1 {
        content: url(../assets/img/slider-1-resize.png)
    }

    #img-slider-2 {
        content: url(../assets/img/slider-2-resize.png)
    }

    #img-slider-3 {
        content: url(../assets/img/slider-3-resize.png)
    }
}*/

    /* Smaller screens ----------- */
    @media only screen and (max-device-width: 500px) {
        #img-slider-1 {
            content: url(../assets/img/slider-1-resize.png) !important;
        }

        #img-slider-2 {
            content: url(../assets/img/slider-2-resize.png) !important;
        }

        #img-slider-3 {
            content: url(../assets/img/slider-3-resize.png) !important;
        }

        @-moz-document url-prefix() {
            #img-slider-1 {
                display: none;
            }

            #img-slider-1-resize {
                display: block;
            }

            #img-slider-2 {
                display: none;
            }

            #img-slider-2-resize {
                display: block;
            }

            #img-slider-3 {
                display: none;
            }

            #img-slider-3-resize {
                display: block;
            }
        }

        .header-chat {
            width: 40%;
        }
    }


    @media (max-width : 768px) {

        .col-sm-12 {
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }


        .check {
            width: 50% !important;
            float: left;
            align-content: center !important;
        }
 
    }

    @media (max-width : 480px) {

        .check {
            width: 25% !important;
        }

        .bienvenida-mensaje {
            width: 90% !important;
        }

        label.respoLabel {
            font-size: 12px;
        }

        ul.dropdown-menu {
            left: -215px !important;
        }

        .wizard > .content {
            min-height: 80vh !important;
        }

        div.img-select {
            padding-left: 5% !important;
        }


        #completTable > div > div > table > tbody, #completTable > div > div > table > thead {
            font-size: 10px;
        }

            #completTable > div > div > table > tbody > tr > td {
                padding: 1px !important;
            }

        /*#tableOxxo > div > div > table > tbody, #completTable > div > div > table > thead {
        font-size: 10px;
    }*/

        /*#tableOxxo > div > div > table > tbody > tr > td{
        padding: 1px !important;
    }*/

        button.custom-action {
            padding: 0px 5px 0px 5px;
        }

        a.custom-action {
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
            height: 27px;
            width: 24px !important;
            border-width: 0px !important;
        }

        li.custom-pagination > a {
            padding: 0px 4px 0px 4px;
            font-size: 10px;
        }

        .container-page {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        div.actions-custom > a {
            font-size: 14px;
        }

        #headerwrap {
            padding-top: 0;
        }

            #headerwrap h1 {
                font-size: 2em;
            }

            #headerwrap h2 {
                font-size: 1em;
            }

            #headerwrap input[type="text"] {
                width: 100%;
            }

            #headerwrap input[type="submit"] {
                margin-top: 1em;
                width: 135px;
            }

        /*.container {
        border: 1px solid yellow;
    }*/

        #team .team-thumb {
            margin-right: auto;
            margin-left: auto;
            width: 150px;
            display: block;
            text-align: center
        }

        #feature article p {
            font-family: 'Open Sans', sans-serif;
            font-size: 26px; /* font-size: 26px; */
            margin-bottom: 0;
            line-height: 30px;
            color: #fff;
        }
    }

    @media(max-device-width: 390px) {

        .bienvenida-mensaje {
            width: 100% !important;
        }
    }
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        #feature-headline {
            background: transparent;
            text-indent: 0;
            overflow: visible;
            margin-top: 1.5em;
        }

        .bienvenida-mensaje {
            width: 100% !important;
            font-size: 23px !important;
        }

        #navbar-inner {
            margin: 0;
        }

        /*#banner { display: none;
    }*/

        section.single-page {
            padding: 1em 0;
        }

        /* Feature */
        /*#feature-badge {
        	display: none; 
    }*/

        /* Portfolio & News */

        #news h1 {
            background: transparent;
        }

            #news h1 span {
                background: transparent;
                padding: 0;
            }

        #portfolio .container {
            top: 0 !important;
        }

        #portfolio .listado-tb {
            top: 0 !important;
        }

        #feature article p {
            font-family: 'Open Sans', sans-serif;
            font-size: 26px; /* font-size: 26px; */
            margin-bottom: 0;
            line-height: 30px;
            color: #fff;
        }

        .img-news {
            width: 100%;
        }

        .img-news {
            margin-right: auto;
            margin-left: auto;
            display: block;
        }

        section#portfolio hgroup h2 {
            margin-top: 1.5em;
        }

        /* Services */

        #services {
            padding-bottom: 9.5em;
        }

            #services h1 {
                font-size: 3em;
                margin-bottom: 1em;
                margin-top: 0.5em;
            }

            #services h2 {
                font-size: 22px;
                margin-bottom: 15px;
                margin-top: 10px;
                text-align: center;
            }

            #services p {
                margin: 10px;
            }

            #services .align {
                text-align: center;
                margin-top: 10px;
                font-size: 6em;
            }

                #services .align .sev_icon {
                    text-align: center;
                    margin: 10px 0 20px 0;
                    font-size: 0.6em;
                    color: #F0BF00;
                }

            #services .span3 {
                background: #e9e9e9;
                padding: 20px 0;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                /*border:1px solid green;*/
            }

                #services .span3:hover {
                    background: #e3e3e3;
                    box-shadow: 1px 1px 6px #C1BAC1;
                }

            #services h1 {
                background: transparent;
            }

                #services h1 span {
                    background: transparent;
                    padding: 0;
                }

            #services h2 {
                margin-bottom: 0.25em;
            }

            #services h2, section#services ul {
                text-align: center;
            }


        /* Testimonials */

        /*section#testimonials { display: none;
    }*/

        /* team */

        #team .team-thumb {
            margin-right: auto;
            margin-left: auto;
            width: 150px;
            display: block;
            text-align: center
        }

        .job-position: {
            margin-bottom: 1.5em;
        }

        .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
            margin-left: auto;
            margin-right: auto;
        }

        /* Contact Form */

        #theme-form {
            overflow: hidden;
        }

            #theme-form input[type=submit] {
                width: 100%;
            }

        /*.navbar .center-menu-main {
            display: none;
        }*/
    }

    /* Smartphones (landscape) ----------- */
    @media only screen and (min-width : 321px) {
        #feature-headline {
            font-size: 32px; /* 34px */
        }
    }

    /* Smartphones (portrait) ----------- */
    @media only screen and (max-width : 320px) {
        #feature-headline {
            font-size: 1.1875em; /* 19px */
        }

        #feature article p {
            font-family: 'Open Sans', sans-serif;
            font-size: 26px; /* font-size: 26px; */
            margin-bottom: 0;
            line-height: 30px;
            color: #fff;
        }

        .bienvenida-mensaje {
            width: 100% !important;
            font-size: 23px !important;
        }
    }

    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .banner-caption p {
            font-size: 0.6em;
        }

        #intro-caption {
            font-size: 4em;
        }
    }

    /* iPads (landscape) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        /* Styles */
    }

    /* iPads (portrait) ----------- */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        /* Styles */
    }

    /* Desktops and laptops ----------- */
    @media only screen and (min-width : 1224px) {
        /* Styles */
    }



    .sr-only {
        position: absolute;
        left: -9999999px;
    }

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: -webkit-fill-available;
    }

    /*carousel start .carousel {
    position: relative;
}*/

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

        .carousel-inner > .item {
            position: relative;
            display: none;
            -webkit-transition: .6s ease-in-out left;
            -o-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left;
        }

            .carousel-inner > .item > img,
            .carousel-inner > .item > a > img {
                line-height: 1;
            }

    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            -o-transition: -o-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
        }

            .carousel-inner > .item.next,
            .carousel-inner > .item.active.right {
                left: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
            }

            .carousel-inner > .item.prev,
            .carousel-inner > .item.active.left {
                left: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
            }

                .carousel-inner > .item.next.left,
                .carousel-inner > .item.prev.right,
                .carousel-inner > .item.active {
                    left: 0;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }
    }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        filter: alpha(opacity=50);
        opacity: .5;
    }

        .carousel-control.left {
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
            background-repeat: repeat-x;
        }

        .carousel-control.right {
            right: 0;
            left: auto;
            background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
            background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
            background-repeat: repeat-x;
        }

        .carousel-control:hover,
        .carousel-control:focus {
            color: #fff;
            text-decoration: none;
            filter: alpha(opacity=90);
            outline: 0;
            opacity: .9;
        }

        .carousel-control .icon-prev,
        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
            margin-top: -10px;
        }

        .carousel-control .icon-prev,
        .carousel-control .glyphicon-chevron-left {
            left: 50%;
            margin-left: -10px;
        }

        .carousel-control .icon-next,
        .carousel-control .glyphicon-chevron-right {
            right: 50%;
            margin-right: -10px;
        }

        .carousel-control .icon-prev,
        .carousel-control .icon-next {
            width: 20px;
            height: 20px;
            font-family: serif;
            line-height: 1;
        }

            .carousel-control .icon-prev:before {
                content: '\2039';
            }

            .carousel-control .icon-next:before {
                content: '\203a';
            }

    .carousel-indicators {
        position: absolute;
        margin-bottom: 0;
        bottom: 25px !important;
        /*left: 35%;*/
        z-index: 15;
        width: 100%;
        padding-left: 0;
        /*margin-left: -30%;*/
        text-align: center;
        list-style: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .carousel-indicators li {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 1px;
            margin-right: 10px;
            margin-left: 10px;
            text-indent: -999px;
            cursor: pointer;
            background-color: white;
            border-radius: 10px;
            bottom: -10;
        }

        .carousel-indicators .active {
            background-color: darkorange;
        }


    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

        .carousel-caption .btn {
            text-shadow: none;
        }

    @media screen and (min-width: 768px) {
        .carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-prev,
        .carousel-control .icon-next {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            font-size: 30px;
        }

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev {
            margin-left: -15px;
        }

        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next {
            margin-right: -15px;
        }

        .carousel-caption {
            right: 20%;
            left: 20%;
            padding-bottom: 30px;
        }

        .carousel-indicators {
            bottom: 20px;
        }
    }

    /*//carousel-end*/

    /******Show/Hide*******/
    input[type=radio]:checked ~ .hidenForm {
        display: block !important;
    }

    .faval {
        margin-left: 2.6%;
        margin-right: 4.5%;
    }


    @media screen and (max-width: 765px) {
        .btn-main {
            display: block;
        }

        .btn-secondary {
            display: none;
        }

        .custom-btn-modal-secondary {
            display: inline-block;
        }

        .false-tab {
            display: block;
            margin-left: -10px;
        }
    }



    /*---------------Ipati-----------------*/
    .ipati {
        background-color: darkred;
        height: 20px;
    }