@font-face {
    font-family: 'Gotham Narrow';
    font-style: normal;
    font-weight: normal;
    src: url("../ext/fonts/gotham/GothamNarrow-Medium.otf");
}

@font-face {
    font-family: 'Gotham Contenido';
    font-style: normal;
    font-weight: normal;
    src: url("../ext/fonts/gotham/GothamNarrow-Light.otf");
}

body{
    background-color: #FFFFFF;
    height: 100vh;
    font-family: 'Gotham Contenido';
    font-style: normal;
    font-weight: normal;
}

.latam{
    background-color: #99B4FD !important;
}
.latam:hover{
    background-color: #8794FF !important;
}
.comentario{
    color: #878686;
    font-size: 10px;
}
.relleno{
    padding: 15px;
    font-size: 11px;
}

.rectangulo-1 {
    display:none;
    width: 100%;
    height: 100px;
    border-radius: 30px;
    border: 2px #B36035;
    background: #F4A573;
    margin-top: 50px;
    margin-bottom: 40px;
}

.rectangulo-2 {
    display:none;
    width: 100%;
    height: 120px;
    border-radius: 30px;
    border: 2px #B36035;
    background: #C0C0C6;
    margin-top: 200px;
}

.rectangulo-3 {
    display:none;
    width: 100%;
    height: 170px;
    border-radius: 30px;
    border: 2px #B36035;
    background: #FFD44F;
    margin-top: 300px;
}

.rectangulo-4 {
    display:none;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    border: 2px #B36035;
    background: #8DBBEA;
    margin-top: 400px;
}

.rectangulo-5 {
    display:none;
    width: 100%;
    height: 150px;
    border-radius: 30px;
    border: 2px #B36035;
    background: #9DC783;
    margin-top: 500px;
}

.pyramid-container {
    text-align: center;
}

.inside-text-3 {

    text-align: center;
}
.inside-text-2 {

    position: absolute;
    bottom: -70px;
}
.inside-text-1 {
    position: absolute;
    bottom: -204px;
    left: -33px;
}

.Men_EspHum {
    width: 250px;
    height: 450px;
}


.Men_EspHum1 {
    width: 235px;
    height: 620px;
}

.Men_EspHum, .Men_EspHum1{
    background-color: #E45420;
    color: #FFFFFF;
    display: none;
    z-index: 50;
    position: fixed;
    padding: 20px;
    text-align: justify !important;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    letter-spacing: 1px;
    font-size: 12px;
}

@media (max-width: 1500px) {
    .Men_EspHum, .Men_EspHum1{
        /*    position: absolute;*/
        font-size: 10px;
        height: 520px;
    }
}

@media (max-width: 1024px) {
    .Men_EspHum, .Men_EspHum1{
        position: relative;
        font-size: 10px;
    }
    .Men_EspHum {
        width: 250px;
        height: 450px;
    }
    .Men_EspHum1 {
        width: 235px;
        height: 600px;
    }
}

@media (max-width: 912px) {
    .Men_EspHum, .Men_EspHum1{
        position: absolute;
    }
    .Men_EspHum {
        width: 250px;
        height: 450px;
    }
    .Men_EspHum1 {
        width: 235px;
        height: 600px;
    }
}

@media (max-width: 768px) {
    .Men_EspHum, .Men_EspHum1{
        position: absolute;
    }
    .Men_EspHum {
        width: 300px;
        height: 370px;
    }
    .Men_EspHum1 {
        width: 300px;
        height: 470px;
    }
}

#filtroEspecializado_Fuego, #filtroEspecializado_Humedad, #filtroEspecializado_Impacto{
    z-index: 10;
}

#pyramid-level-3 {
    text-align: center;
    position: relative;
    border-bottom: 50px solid blue;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 0px;
    margin-right:auto;
    margin-left:auto;
}

#pyramid-level-2 {
    position: relative;
    border-bottom: 200px solid #F4A573;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    height: 0;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

#pyramid-level-1 {
    position: relative;
    border-bottom: 100px solid #C0C0C6;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
#pyramid-level-4 {
    position: relative;
    border-bottom: 100px solid #FFD44F;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
#pyramid-level-5 {
    position: relative;
    border-bottom: 100px solid #8DBBEA;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
#pyramid-level-6 {
    position: relative;
    border-bottom: 100px solid #9DC783;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}



.fondo{
    /*  background-image: url("../imagenes/Mesa de trabajo 1.jpg");*/
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
}

.fondoPrinpal{
    /*  background-image: url("../imagenes/fondo1.jpg");*/
    background-image: url("../imagenes/fondoMK.jpeg");
    /*  background-image: url("../imagenes/pruebaFondo-1.jpg");*/
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
}

.fondoRegistroUsuario{
    background: transparent radial-gradient(closest-side at 50% 50%, #F8A42B 0%, #F06D0C 100%) 0% 0% no-repeat padding-box;
    /*  background-image: url("../imagenes/fondo1.jpg");*/
    /* background-image: url("../imagenes/fondo-registro-pc.png"); */
    /*  background-image: url("../imagenes/pruebaFondo-1.jpg");*/
    /* width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center; */
}

.fondoFiltros{
    background-image: url("../imagenes/laboratorio.jpg");
    width: 100%;
    height: 100%;
    background-color: #222222;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
}

.fondoFiltros2{
    background-image: url("../imagenes/laboratorio2.jpg");
    width: 100%;
    height: 100%;
    /*  background-color: #222222;*/
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
}

.fondo2{
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 68%;
    width: 26%;
    /*  background-color: black;*/
    background-color: #161E22;
    /*  background-color: rgba(28, 27, 23, 0.9);*/
    padding: 10px 25px 20px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.fondoRegistro{
    color: white;
    width: 100%;
    /*  background-color: black;*/
    background-color: white;
    /*  background-color: rgba(28, 27, 23, 0.9);*/
    padding: 10px 30px 20px;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.fondo2 form div {
    margin: 5px 0px;
}

@media (max-width: 768px) {
    .fondoRegistroUsuario{
        background-image: url("../imagenes/fondo-registro-movil.png");
    }
    .fondoRegistro{
        top: 0%;
        right: 0%;
    }
}

/*
@media (min-width: 540px) and (min-height: 720px) {
  .fondo2 {
    
  }
}
*/
.fondo3 {
    position: absolute;
    z-index: 2;
    /*  top: 20%;*/
    left: 10%;
    width: 23%;
}

.logo {
    margin: 30px 25px;
}

.user {
    background-color: #F16F27;
    border: none;
    border-radius: 0px;
    color: #fff;
}

.login {
    background-color: #fff;
    height: 45px;
    width: 100%;
    margin: 0 auto;
}

.inicio {
    color: #646060;
    /*  color: #FCFCFC;*/
    background-color: #fff;
    /*  background-color: #8F9092;*/
    border: none;
    border-radius: 0px !important;
    height: 90%;
    width: 85% !important;
    font-size: 14px;
    border-bottom: 1px solid #F16F27;
    background: transparent;
    outline: none;
    margin: 0px 20px auto !important;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

.sesion{
    background-color: #F16F27;
    /*  background-color: #E45420;*/
    /*  background-color: #FCFCFC;*/
    color: #fff;
    /*  color: #79797b;*/
    border-radius: 0px !important;
    width: 107px;
    height: 28px;
    font-size: 14px;
    text-align: center;
}

.sesionMargin {
    margin-top: 10px;
}

.selP:hover{
    background-color: #ED2939 !important;
}
.select > option:hover{
    background-color: #ED2939 !important;
}
.paddingLetra{
    padding: 10px;
}
.letraTituInicio{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    line-height: 34px;
}

.letraTitu{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    line-height: 34px;
}

.letraContenidoInicio{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
}
.paddingCero{
    padding: 0px !important;
}
.letraRoboto{
    font-family: 'roboto';
}
.imagenppal{
    text-align:center;
}
.navbar-brand{
    padding: 0px;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../imagenes/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
.vertical{
    vertical-align: middle !important;
}
th.headerSortUp{
    background-image: url(../../imagenes/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../imagenes/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.logoorden #parametros {
    display:inline-block;
}
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    right:100%;
    margin-top:-6px;
    margin-left:-10px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-left:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:left;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    top:0;
    left:-100%;
    margin-right:-100px;
    /*-webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;*/
}
.gris {
    background-color: #DEDADA;
}
.grey {
    color: #8F8E8E;
}
.blue{
    color:#337ab7;
}
.verde{
    color: green;
}
.rojo{
    color: #C40307;
}
.naranja{
    color:#E45420;
}
.opc{
    width: 5px !important;
    cursor: pointer;
}
.tc{
    text-align:center;
}
.orange{
    color:orange;
}
.fondoRojo{
    background-color: #C40307 !important;
}
.manito{
    cursor: pointer;
}
.tableEstrecha > tbody > tr > td{
    padding: 0px !important;
}
.tableEstrecha > thead > tr > th{
    padding: 0px !important;
}
.tableEstrecha > tfoot > tr > td{
    padding: 0px !important;
    line-height: 0.99 !important;
}
.letra22{
    font-size: 22px;
}
.letra18{
    font-size: 18px;
}
.letra16{
    font-size: 16px;
}
.letra14{
    font-size: 14px;
}
.letra13{
    font-size: 13px;
}
.letra12{
    font-size: 12px;
}
.letra11{
    font-size: 11px;
}
.letra10{
    font-size: 10px;
}
.letra9{
    font-size: 9px;
}
.letra8{
    font-size: 8px;
}
.limpiar{
    clear: both;
}
.close{
    opacity: 0.8 !important;
}
.modal-lg{
    width: 95% !important;
}
.margenInterior{
    padding: 0px !important;
    margin: 0px !important;
}
.P10{
    width: 10% !important;
}
.P20{
    width: 20% !important;
}
.P30{
    width: 30% !important;
}
.P40{
    width: 40% !important;
}
.P50{
    width: 50% !important;
}
.P60{
    width: 60% !important;
}
.P70{
    width: 70% !important;
}
.P80{
    width: 80% !important;
}
.P100{
    width: 100% !important;
}
.P15p{
    width: 15px !important;
}
footer {
    background-color: black;
    position: absolute;

    width: 100%;
    height: 60px;
    color: white;
}
.LogoBellota{
    width: 13%;
    background-color: white;
    position: absolute;
}
.LetraFooter{
    position: absolute;
    left: 30%;
    top: 20%;
    font-size: 20px;
}
.LogoCorona{
    width: 15%;
    background-color: white;
    float: right;
}
.FechaNoticia{
    font-size: 9px;
    font-style: italic;
    float: right;
}
.leyenda{
    font-size: 8px;
    font-style: italic;
}
.pre-scrollable{
    max-height: 500px !important;
}
.EncNotic{
    background-color: #ED2939 !important;
    color: #FFF !important;
    border-color: #589199 !important;
}
.BordeNotic{
    border-color: #589199 !important;
}
.blanco{
    color: #FFFFFF !important;
}
.IconosInicioAni:hover{
    width: 28% !important;
    font-family: 16px !important;
}
.Img_IconoInicio{
    width: 70%;
}
.menuSup{
    background-color: #FFFFFF;
    border-color: #000;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom: 8px solid;
}
.Btn_Bien{
    font-size: 30px;
    color: red;
}
.Btn_NoticiasCM{
    width: 160px;
    height: 25px;
    background-color: red;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
}
.Btn_NoticiasCM:hover{
    width: 105px;
    height: 22px;
    font-size: 13px;
}
.a{
    text-decoration: none;
}
.RojoFondo{
    background-color: #ED2939 !important;
    color: #FFF !important;
    font-weight: 600;
}
.CuadroCatalogo{
    height: 160px;
    border: 1px solid #949494;
}
.CuadroCatalogo:hover{
    border: 2px solid #575757;
}
.ImgCatalogo{
    max-height: 150px;
    max-width: 150px;
}
.ImgCatalogoDetalle{
    max-height: 100px;
    max-width: 100px;
}
.Btn_CarritoCompras{
    width: 105px;
    height: 38px;
    position: fixed;
    left: 92%;
    padding-top: 5px;
    border: 2px solid #000;
    border-radius: 10px;
}
.Btn_CarritoCompras:hover{
    cursor: pointer;
    width: 103px;
}
.CuadroModalDetalle{
    min-height: 60px;
    background-color: #FFFFFF;
    color: #ED2939;
    border: 1px solid #CD0101;
    font-weight: 600;
    border-radius: 15px;
}
.CuadroModalDetalleTotal{
    min-height: auto;
    background-color: #ED2939;
    border: 1px solid #CD0101;
    border-radius: 15px;
    font-size: 30px;
    color: #FFFFFF;
}
.e_eliminarPedido{
    float: right;
    font-size: 20px;
    left: 15px;
}
.e_eliminarPedido:hover{
    cursor: pointer;
    font-size: 21px;
}
.e_ValorAcumuladoValor{
    color: #FFFFFF;
    font-weight: 800;
    background-color: #ED2939;
}
.e_ValorAcumulado{
    color: #000000;
    font-weight: 800;
}
.DivRedondo{
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 10px;
}
.VerdeFondo{
    background-color: #308B19;
}
.AmarilloFondo{
    background-color: #C2D407;
}
.NaranjaFondo{
    background-color: #E45420;
}
.Circulo_PasosFLujo{
    background-color: #C6C6C6 !important;
    color: #888888;
    width: 50px;
    height: 50px;
    border: 1px solid #C6C6C6;
    border-radius: 30px;
    font-size: 16px !important;
}
.espaciosPasos{
    width: 10px;
    height: 20px;
}
.lineaPasos{
    display: inline-block !important;
}
.letraPasos{
    float: left;
    top: -48px;
    position: relative;
    left: 15px;
    color: #555353;
}
.letraPasos2{
    float: left;
    top: -54px;
    position: relative;
    left: 10px;
    color: #555353;
}
.letraSelect{
    color: #000000 !important;
}
/*
.EspacioInicioEspecial{
        width: 100% !important;
        height: 80px;
}
*/
.VFVerde{
    background-color: #55B340 !important;
    border: 1px solid #449133;
    color: #FFFFFF;
}
.VFRojo{
    background-color: #E64949 !important;
    border: 1px solid #D92B2B;
    color: #FFFFFF;
}
.Circ_ValFec{
    width: 35px;
    height: 18px;
    border-radius: 10px;
}
.Est_EspModNot{
    border: 3px solid #E45420 !important;
    border-radius: 20px;
}
.Cont_InfoMensajeNot{
    border: 2px solid #E45420 !important;
    border-radius: 12px;
}
.Btn_Notificaciones{
    background-color: #E45420;
    border: 1px solid #E45420;
    display: inline-block;
}
.Btn_Notificaciones:hover{
    background-color: #E45420 !important;
    border: 1px solid #9E2315 !important;
    display: inline-block !important;
}

.letra50{
    font-size: 20px;
}

.letra45{
    font-size: 45px;
}

@media (orientation:portrait) and (max-width:500px){
    .Btn_CarritoCompras{
        position: fixed;
        left: 72%;
    }
    .EspacioInicioEspecial{
        height: 20px;
    }
}
@media (orientation:portrait) and (max-width:500px){
    .Btn_CarritoCompras{
        position: fixed;
        left: 72%;
    }
    .Btn_PuntosDisponiblesCar{
        position: fixed;
        left: 72%;
    }
    .fondo2{
        left: 0%;
        width: 100%;
    }
    .fondo{
        background-image: url("../imagenes/Principal.jpg");
    }
    .fondoPrinpal{
        background-image: url("../imagenes/Mesa de trabajo 2.jpg");
    }

    .IconosInicioAni:hover{
        width: 105% !important;
        font-family: 12px !important;
    }
    .Img_IconoInicio{
        width: 50%;
    }
    .lespMIni{
        font-family: 12px !important;
    }
}
.entregable {
    background-color: #373737 !important;
    color: white !important;
}

.tituloEnc{
    background-color: white !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    color: #E45420;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tituloEnc1{
    background-color: #E45420 !important;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tituloEnc2{
    /*  background-color: #E45420 !important;*/
    /*  font-family: 'Barlow Condensed', sans-serif;*/
    font-size: 28px;
    color: #E45420;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    /*  border-radius: 25px;*/
    border-bottom: 1px solid black;
}

.tituloEnc3{
    background-color: #E45420 !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 25px;
}

.recuento {
    background-color: white !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.pestanas{
    background-color:  #E56425 !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    border-radius: 10px;
}

.pestanas li a span{
    color: white!important;
}

.pestanas2{
    background-color:  #E45420 !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    border-radius: 25px;
}

.pestanas2 li a span{
    color: white!important;
}

.boton {
    padding: 10px;
    background-color: #E45420;
    color: white;
    border-color: #E45420;
    border-radius: 0px;
    margin: 10px;
}

@media (max-width: 768px) {
    .boton {
        margin: 5px;
    }
}

.boton:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    background-color: #182932;
    border-color: #182932;
    color: white;
}

.boton2 {
    color: white;
    border: none;
}

.boton2:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    filter: saturate(195%);
}

.contBtnBasico:hover .filtrosBasico h4 {
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
}


.contenedor-filtros {
    align-content: space-around;
}

.filtrosBasico {
    position: relative;
    top: -50px;
    /*  left: 5px;*/
    color: white;
    opacity: .5;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 40px;
    margin: 0 auto!important;
}

.filtrosBasico h4 {
    position: relative;
    top: 12px;
    color: white;
}

.tableResumenMPGris{
    background-color: #5E5E5E;
    border: 0px;
    border-radius: 15px;
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.tableResumenMPBlanco{
    background-color: white;
    border: 0px;
    border-radius: 15px;
    color: #000000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.tableResumenMBlanco input{
    border-radius: 15px;
}

.tableResumenMP{
    border-spacing: 4px !important;
    border-collapse: separate !important;
    border: 0px;
}

.tableResumenMP > tbody > tr > td{
    border-top: 0px solid #ddd !important;
    padding: 8px !important;
}

.tableResumenMP1 {
    border-spacing: 6px !important;
    border-collapse: separate !important;
    border: 0px;
}

.tableResumenMP1 td {
    border: 1px solid #c7c5c5 !important;
}

.tableResumenMPRojo{
    background-color: #E45420;
    border: 0px;
    border-radius: 15px;
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.table>thead>tr>th {
    border-bottom: 0px;
}

.table>thead>tr>th>div>input, .table>thead>tr>td>input {
    border-radius: 15px;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px;
}

.nota {
    background-color: white;
    color: black;
    border-radius: 15px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.descargar {
    background-color: #E45420;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    font-size: 16px;
    border-color: #E45420;
}


.boton3 {
    color: white;
    border-radius: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    font-size: 20px;
    margin-top: 20px
}

.elemento {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 26px;
}

.totalTabla {
    background-color: #9F9B9B;
    color: white;
}

.whatsapp {
    position: fixed;
    top: 72%;
    left: 90%;
    right: 0%;

    margin-bottom: 100px;
}

@media (max-width: 1280px) {
    .whatsapp {
        top: 80%;
    }
}

@media (max-width: 768px) {
    .whatsapp {
        top: 75%;
        left: 80%;
    }
}

.whatsapp:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 50%;
}

.navbar2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin: 0px !important;
}

.navbar2 a {
    color: black !important;
}

.navbar2 li {
    padding: 0 3px;
}

.navbar2 .colorMenuP a:hover, .navbar1 li a:hover, .contenedor-navbar3 li:hover {
    color: #E45420 !important;
}

.navbar2 .colorMenuP:hover, .contenedor-navbar3 li:hover {
    border-bottom: 2px solid #E45420;
}

.navbar2 .colorMenuImg:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.imgBasico {
    min-width: 100%;
    min-height: 350px;
    content: url("../imagenes/Basico.png");
}

.imgBasico:hover {
    content: url("../imagenes/BasicoHover.png");
}

.imgDistribuidor {
    min-width: 100%;
    min-height: 350px;
    content: url("../imagenes/Distribuidor.png");
}

.imgDistribuidor:hover {
    content: url("../imagenes/DistribuidorHover.png");
}

.imgEspecializado {
    min-width: 100%;
    min-height: 350px;
    content: url("../imagenes/Especializado.png");
}

.imgEspecializado:hover {
    content: url("../imagenes/EspecializadoHover.png");
}

.imgSolucion {
    min-width: 100%;
    min-height: 350px;
    content: url("../imagenes/Tipo-solucion.png");
}

.imgSolucion:hover {
    content: url("../imagenes/Tipo-solucionHover.png");
}

.botonBasico {
    content: url("../imagenes/btnBasico.png");
}

.botonBasico:hover {
    content: url("../imagenes/btnBasicoHover.png");
}

.botonDistribuidor {
    content: url("../imagenes/btnDistribuidor.png");
}

.botonDistribuidor:hover {
    content: url("../imagenes/btnDistribuidorHover.png"); /* Corregir imágen */
}

.botonEspecializado {
    content: url("../imagenes/btnEspecializado.png");
}

.botonEspecializado:hover {
    content: url("../imagenes/btnEspecializadoHover.png");
}

.botonSolucion {
    content: url("../imagenes/btnTipo-solucion.png");
}

.botonSolucion:hover {
    content: url("../imagenes/btnTipo-solucionHover.png");
}

.botonBasico, .botonDistribuidor,
.botonEspecializado, .botonSolucion {
    position: relative;
    top: -25px;
    max-width: 200px;
    min-height: 55px;
}

@media (min-width: 1900px) {
    .botonBasico, .botonDistribuidor,
    .botonEspecializado, .botonSolucion {
        max-width: 350px;
    }
}
.bim{
    margin-top: 150px;
}

.tituloBim {
    font-family: 'Gotham Narrow';
    /*	width: 600px;*/
    margin-bottom: 0;
    font-size: 14pt;
}

.line {
    width: 70px;
}

@media (max-width: 768px) {
    .line {
        margin-bottom: 5px;
    }
}

.line2 {
    width: 40px;
}

.line, .line2 {
    margin-top: 5px;
    padding: 0;
    border-bottom: 1px solid #E45420;
    height: 2px;
}
.btnBim {
    border: none;
    font-size: 14px;
    color: white;
    background-color: #182932;
    padding: 3px 20px;
    border-radius: 4px;
}

.btnBim2 {
    color: #333;
    background-color: #fff;
    /*  border-color: #ccc;*/
    font-size: 14px;
    padding: 3px 20px;
    border: none;
}
.btnBim3 {
    border: none;
    font-size: 14px;
    color: white;
    background-color: #E45420;
    padding: 3px 20px;
}
.btnBim:hover {
    background-color: #E45420;
}

.btnBim3:hover {
    background-color: #E86A3D;
}

.btnBim2:hover {
    background-color: #C9C9C9;
    /*  color: white;*/
}

.margin-top100 {
    margin-top: 100px;
}

.imgFooter2 {
    position: relative;
    top: -15px;
    width: 280px;
}

.imgFooter {
    position: relative;
    top: -85px;
    width: 480px;
    left: 100px;
    z-index: 1;
}

@media (max-width: 600px) {
    .imgFooter2{
        top: -5px;
        width: 250px;
    }
    .imgFooter{
        top: -65px;
        width: 350px;
        left: 80px;
    }
}

.linkFooter {
    position: absolute;
    top: 10px;
    color: black !important;
    left: 50px;
    font-family: 'Gotham Narrow';
}

.linkFooter a{
    color: black !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .linkFooter {
        left: 30px;
        font-size: 10px;
    }
}
.navbar-center {
    position: absolute;
    left: 8%;
}
/*
@media (max-width: 1700px) {
  .navbar-center {
    left: 10%;
  }
}
*/
/*
@media (max-width: 768px) {
  .navbar-center {
    left: 5%;
  }
}
*/
/*
@media (max-width: 768px) {
  .navbar-center {
    left: -15%;
  }
}
*/


@media (min-width: 1200px) {
    .navbar-center {
        left: 15%;
    }
}


@media (min-width: 1300px) {
    .navbar-center {
        left: 30%;
    }
}

.contenedor-navbar3 {
    /*
      position: absolute;
      left: 15%;
            width: 80%;
    */
    border-bottom: 0.5px solid black;
    margin-top: 20px;
}

/*
@media (max-width: 766px) {
  .contenedor-navbar3 {
    left: 10%;
    border-bottom: 0.5px solid black;
    align-items: center;
  }
}
*/

.navbar3 li a {
    color: black !important;
}

.navbar3 {
    margin-bottom: 5px;
    width: 80%;
}

.tituloBim2 {
    font-family: 'Gotham Narrow';
    width: 500px;
    margin-bottom: 0;
    color: #333;
}

@media (max-width: 768px) {
    .tituloBim2 {
        width: 100px;
        font-size: 18px !important;
    }
}
@media (min-width: 1500px) {
    .tituloBim2 {
        font-size: 18px !important;
    }
}

.filtrosStyle {
    /*	margin-top: 50px;  */
}

@media (max-width: 768px) {
    .filtrosStyle {
        margin-bottom: 110px;
    }
    .filtrosStyle .filtro {
        height: 29px;
        margin: 10px 0px;
    }
    .filtrosStyle .filtro2 label, .filtrosStyle .filtro2 button {
        margin: 10px 0px;
    }
    .filtro3 {
        margin: 21px 0px 10px;
    }
}

.filtrosStyle2, .filtrosStyle {
    box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.opciones-navbar3 {
    background-color: white;
    border: none;
    font-size: 16px;
    padding: 5px 15px;
}
@media (max-width: 1600px) {
    .opciones-navbar3 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .opciones-navbar3 {
        left: -10%;
    }
}

.titleDescripcion {
    color: #E45420;
    font-size: 12px;
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
}

.encabezadoTabEntregable {
    /*  font-family: 'Gotham Narrow';*/
    /*	font-weight: bold;*/
    font-weight: normal;
    background-color: #182932 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    font-size: 9pt;
}

.subtituloTabEntregable {
    /*  font-family: 'Gotham Narrow';*/
    /*	font-weight: bold;*/
    background-color: #E45420 !important;
    color: #FFFFFF !important;
    border: 0;
    letter-spacing: 1px;
    font-size: 10pt;
}

.subtituloTabEntregable1 {
    /*  font-family: 'Gotham Narrow';*/
    background-color: #E45420 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    text-align: right !important;
}

.metros {
    border-spacing: 4px !important;
}

.metros .mTitulo {
    padding: 15px;
    border-color: #E45420;
}

.metros .mInput {
    margin: 5px;
}

.metros .mInput input {
    text-align: center;
}

.contMinput {
    border: 1px solid #c7c5c5 !important;
}
.mInput {
    color: black !important;

}
.lupaMenu, .mInput {
    margin-top: 10px;
    border-bottom: 1px solid #F06D0C;
    background: transparent;
    outline: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 14px;
}

.lupaMenu {
    color: white !important;
}

.tablaEntregable1 {
    border: 1px solid #c7c5c5 !important;
}

.campoBlancoTotal {
    border: 1px solid #fff;
}

.contenedorBasico{
    position: relative;
    display: inline-block;
    text-align: center;
}

.footer2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #E9ECEE;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 6px inset;
    margin-top: auto;
}

@media (max-width: 768px) {
    .footer2 {
        height: 200px;
    }
}
/* cambiado */
.footer1 {
    width: 100%;
    bottom: auto;
    background-color: #E9ECEE;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 6px inset;
}


/* #E45420; */
.bottom0 {
    bottom: 0;
}

.marginTop50 {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .marginTop {
        margin-top: 50px;
    }
}

.height30 {
    margin-left: 1px;
}

@media (max-width: 768px) {
    .height30 {
        height: 35px;
        margin-left: 0px;
    }
}
.marginBottom80 {
    margin-bottom: 80px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom50 {
    margin-bottom: 50px;
}
@media (max-width: 768px) {
    .marginBottom30Cel {
        margin-bottom: 50px;
    }
}
.margin15 {
    margin: 15px;
}
.fontBold {
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
    /*  font-weight: bold;*/
}

.tablasEntregable {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1080px) {
    .tablasEntregable {
        width: 100%;
    }

    .tablasEntregable table td{
        font-size: 11px !important;
    }
    .descripcionEntregable {
        display: none;
    }
}
.tablasGrafico {
    /*  width: 80%;*/
    margin: 0 auto;
}

.spacing {
    padding: 5px 15px !important;
}

.estiloFm {
    margin-top: 50px;
}

.estiloMenu2 {
    /*  margin-right: 130px;*/
    margin-top: 10px;
}

.tamanoImgMenu1 {
    width: 115px;
}

@media (max-width: 980px) {
    .tamanoImgMenu1 {
        width: 80px;
    }
}


.tamanoImgMenu {
    width: 100px;
}

@media (max-width: 980px) {
    .estiloMenu2 {
        font-size: 10px !important;
    }
    .tamanoImgMenu {
        width: 60px;
    }
}

@media (max-width: 1024px) {
    .estiloMenu2 {
        font-size: 11px !important;
        margin-right: 0px;
    }
    .tamanoImgMenu {
        width: 100px;
    }
}

@media (max-width: 1150px) {
    .estiloMenu2 {
        font-size: 11px !important;
        margin-right: 0px;
    }
    .tamanoImgMenu {
        width: 80px;
    }
}

@media (min-width: 1500px) {
    .tamanoImgMenu {
        width: 120px;
    }
}


.lista {
    list-style: none;
}

.logoInicioMenu {
    margin: 0 0 0 150px;
    /*  margin: 10px 0px 15px 80px;*/
}

.logoInicioMenuEsp {
    margin: 0 0 0 100px;
    /*  margin: 10px 0px 15px 80px;*/
}

.logoInicioMenuEsp2 {
    margin: 0 0 0 50px;
    /*  margin: 10px 0px 15px 80px;*/
}

@media (max-width: 768px) {
    .logoInicioMenu, .logoInicioMenuEsp {
        margin-top: 0px;
        margin-left: 20px;

    }
}

.paddingCero1 {
    padding: 0px 5px 5px 5px !important;
}

.logosIndex1 {
    position: relative;
    background-color: white;
    margin-top: 55%;
    width: 100%;
    height: 60px
}

.logosIndex1 a img {
    width: 150px;
}

.logosIndexProteja {
    /*  width: 110px !important;*/
}

.logosIndex2 {
    display: none;
}

.bienvenida {
    font-size: 45px;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .logosIndex1 {
        height: 110px;
        margin-top: 140% !important;
    }
    .logosIndex1 a img {
        width: 100px;
    }

    .logosIndex2{
        display: block;
        position: relative;
        bottom: -20px;
        background-color: white;
        width: 100%;
    }

    .logosIndex2 a img {
        width: 140px;
    }

    .bienvenida {
        font-size: 30px;
    }
}

.logosIndex {
    position: relative;
    bottom: -450px;
    background-color: white;
    width: 100%;
}
@media (max-height: 800px) {
    .logosIndex1 {
        margin-top: 38%;
    }
}


.text-centro {
    margin: 0 auto;
}
.logoEtexIndex {
    position: absolute;
    top: 10%;
    left: 10%;
}

.bimF_index {
    position: absolute;
    top: 40%;
    left: 40%;
}

.imgFiltroBim {
    width: 100%;
}

@media (min-width: 1700px) {
    .imgFiltroBim {
        width: 70%;
    }
}

.table-padding td {
    padding: 2px !important;
}

.sinColor a:hover {
    background-color: #ffffff !important;
}

.imgFindex {
    margin: 10px 40px 10px 90px;
    width: 80%;
    height: 80%;
    background-color: #fff;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center center;
}

.divFindex {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .imgFindex {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .divFindex {
        width: 100%;
        padding: 30px 10px;
    }
}

strong {
    letter-spacing: 1px !important;
}

.btnFiltros {
    /*  margin-top: 10px;*/
}
.paginas {
    margin-top: 50px;
    margin-bottom: 15px;
}

.paginas2 {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .paginas {
        margin-bottom: 200px;
    }
    .paginas div {
        margin: 5px;
    }
}

.prueba {
    display: block;
}

@media (max-width: 768px) {
    .prueba {
        display: none;
    }
}

.logosNav {
    display: none;
}

@media (max-width: 768px) {
    .logosNav {
        display: block;
        margin-top: 10px;
    }
    .estiloMenuImg {
        display: none;
    }
}

.buttonCollapse {
    margin-right: 23px;
}

.facebook{
    width: 150px;
    height: 29px;
    background-color: #2B2FFF;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    padding: 2px;
}
.facebook img {
    margin-right: 5px;
}

.facebook a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.E_CambioBotonLogueo button, .e_botonpdf button {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .graficoEsp {
        margin-top: 30px;
    }
}

.debajo {
    z-index: -1;
}

.encima {
    z-index: 100;
}

.ubicacion {
    width: 30%;
    /*  font-family: 'Gotham Narrow';*/
    color: #E45420;
}

.ubicacion input {
    border-bottom: 1px solid #E45420;
    background: transparent;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    /*  border: 1px solid #E45420; #182932*/
}

.fondoModal {
    background-color: #182932;
    /*  background-color: rgba(28, 27, 23, 0.9);*/
    color: white;
}

.tamanoModal {
    width: 35%;
}

@media (max-width: 768px) {
    .tamanoModal {
        width: 95%;
    }
}

.tamanoLogin {
    width: 90%;
    height: 35px !important;
    background-color: #fff;
}

.bordesModal {
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 25px;
}

.paddingForm {
    padding: 2px 0px;
}

.politicas {
    color: black;
    margin-top: 10px;
    width: 70%;
    display: -webkit-box;
    font-weight: lighter;
}

.politicas input {
    margin-right: 10px;
}

.terminos {
    width: 80%;
}

.terminos p {
    color: black;
}

.terminos a {
    text-decoration: none;
}

.terminos u:hover {
    color: #E86A3D;
}

.seleccionMenu {
    border-bottom: 2px solid #E45420;
    color: #E45420 !important;
}

.seleccionMenu a {
    color: #E45420 !important;
}

.bordeNaranja {
    border: 2px solid #E45420 !important;
    padding: 4px;
}

.tablaDescripcion2{
    display: none;
}
.tablaDescripcion1{
    display: block;
}

@media (max-width: 1080px) {
    .tablaDescripcion2{
        display: block !important;
    }
    .tablaDescripcion1{
        display: none !important;
    }
}

.modalDesliza{
    padding: 30px;
}

.cuadroNaranja {
    position: absolute;
    /*  background-color: #E45420;*/
    top: 0px;
    right: 185px;
    width: 185px;
    height: 0px;
    border-right: 50px solid transparent;
    border-top: 65px solid #E45420;
}

.modal-footer-deslizar {
    border-top: 1px solid #E45420 !important;
}

.deslizar {
    background-color: #182932;
    color: white;
}

.centrado {
    margin: 0 auto;
}

.letraGris {
    color: #9E9E9E !important;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.flex3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .flex2{
        flex-direction: column;
        justify-content: space-around;
    }
    .flex3{
        justify-content: flex-start;
    }
    .flex2 div, .flex3 div {
        padding: 0px;
    }
}

.flex2 div, .flex3 div {
    padding: 3px;
}

.campoLink a {
    padding: 0px 6px;
}

.banner-footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 90%;
    margin: 6% 5%;
}

.banner-footer div {
    margin: 5px;
}

.btn-banner-contacto {
    width: 100px;
    background-color: white;
    color: #000000;
    border-radius: 15px;
    /*  border-radius: 10px;*/
    height: 27px;
}

.contenedor-banner-contacto {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 40%;
}

.contenido-banner-contacto {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.texto-banner-contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto-banner-contacto h4 {
    color: white;
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
}
.contenido-banner-contacto img {
    margin-right: 12px;
    height: 40px;
    margin-top: 15px;
}

.btn-banner-duit {
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: #23A737;
    border: none;
    color: white;
    border-radius: 7px;
    margin-top: 80px;
    right: 165px;
}

.footer-css {
    /*  background: #13131B;*/
    background: #333333;
    height: 210px;
}

.footer-movil {
    display: none;
}

@media (max-width: 768px) {
    .footer-movil {
        display: block;
    }
    .footer-pc {
        display: none;
    }
}

.container-footer-pc {
    margin-left: 3%;
}

.container-footer-movil {
    display: none;
}

.left-side-footer {
    width: 90%;
    float: left;
}

.right-side-footer {
    width: 10%;
    float: right;
}

.division-footer {
    display: flex;
    flex-direction: row;
}

.logos-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
}

.logos-footer img {
    width: 80%;
}

.herramientas-footer {
    display: flex;
    flex-direction: column;
    margin: 2px 10px;
    font-size: 10px;
}

.herramientas-footer a {
    text-decoration: none;
    color: white;
    padding: 2px;
}

.redes-footer {
    /*
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      margin-right: 0;
    */
    position: absolute;
    right: 15%;
    margin-top: 20px;
}

.redes-footer a {
    margin: 0 8px;
}

.logo-etex-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}

.links-footer {
    font-size: 10px;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    margin: 20px 13px;
    padding: 10px 0;
    border-top: solid 1px white;
}

.links-footer a {
    color: white;
}

@media (min-width: 1200px){
    .container-footer-pc {
        width: 1170px;
    }
}

@media (min-width: 992px){
    .container-footer-pc {
        width: 970px;
    }
}

@media (max-width: 768px){
    .container-footer-pc {
        /*
            width: 400px;
            margin-left: 0;
        */
        display: none;
    }
    .container-footer-movil {
        display: block;
    }
    .herramientas-footer a {
        display: none;
    }
    .redes-footer {
        display: none;
    }
    .logo-etex-footer {
        right: 0%;
    }
    .links-footer{
        width: 95%;
        flex-wrap: wrap;
    }
    .logos-footer {
        width: 95%;
    }
}

.container-menu {
    margin-top: 15px;
}

.navbar-principal {
    padding: 20px 0;
}

.navbar1 li {
    font-size: 11px;
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
}

.li-menu1{
    border-right: 1px solid white;
}

.navbar1 li a {
    padding: 0 35px;
}

/*Banner inicio */
.container-texto-banner-inicio {
    position: absolute;
    top: 30%;
    left: 10%;
}

.texto-banner-inicio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.texto-banner-inicio h1 {
    color: #E45420;
    font-family: 'Gotham Narrow';
    font-size: 60px;
}

.texto-banner-inicio h3 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
}

.texto-banner-inicio h1, .texto-banner-inicio h3 {
    margin-top: 5px !important;
}

.btn-texto-banner-inicio {
    width: 230px;
    background-color: #E45420;
    color: white;
    border-radius: 7px;
    /*  border-radius: 10px;*/
    height: 60px;
    border: none;
    font-size: 23px;
    margin-top: 40px;
}

.img-banner-inicio-pc {
    display: block;
}

.img-banner-inicio-movil {
    display: none;
}

.texto-descubre {
    height: 200px;
    background-color: #2F3437;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-pagina-principal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-pagina-principal h1, .card-banner-modulos h3 {
    color: #E45420;
    font-family: 'Gotham Narrow';
}

.container-pagina-principal h1 span, .container-pagina-principal h3 span, .container-pagina-principal h4 {
    color: white;
}

.banner-caracteristicas span {
    color: #E45420;
}

.contenido-banner-caracteristicas-pc{
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10%;
}
.contenido-banner-caracteristicas-movil {
    display: none;
}

.img-texto-banner-caracteristicas{
    display: flex;
    align-items: center;
    padding: 50px;
}

.img-texto-banner-caracteristicas img {
    margin-right: 50px;
    width: 100px;
}
.img-texto-banner-caracteristicas p {
    font-size: 20px;
}

.img-banner-caracteristicas-pc {
    display: block;
}

.img-banner-caracteristicas-movil {
    display: none;
}

@media (min-width: 1900px) {
    .img-texto-banner-caracteristicas{
        padding: 30px;
    }
    .contenido-banner-caracteristicas-pc{
        padding: 8%;
    }
}

@media (min-width: 1200px) and (max-width: 1620px){
    .contenido-banner-caracteristicas-pc{
        padding: 100px 50px;
    }

    .img-texto-banner-caracteristicas img {
        padding-right: 20px;
        width: 90px;
    }

    .img-texto-banner-caracteristicas p {
        font-size: 16px;
    }

    .img-texto-banner-caracteristicas{
        padding: 20px;
    }
}

.banner-modulos {
    background-image: url("../imagenes/banner-modulos.png");
    width: 100%;
    height: 660px;
}

.texto-banner-modulos {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2%;
    text-align: center;
}

.cards-banner-modulos1, .cards-banner-modulos2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.container-cards-banner-modulos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-banner-modulos {
    margin: 40px;
    width: 20%;
    height: 190px;
    border-radius: 7px;
    /*  border-radius: 10px;*/
    border: 1px solid white;
}

.card-banner-modulos:hover {
    transition: all 0.6s ease;
    -webkit-transition-duration: 0.6s; /* Safari */
    background-color: #333333;
    border: none;
}

.card-banner-modulos .back {
    display: none;
}

.card-banner-modulos .front,  .card-banner-modulos:hover .back {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.card-banner-modulos:hover .front {
    display: none;
}

.btn-card-banner-modulos{
    width: 100px;
    height: 30px;
    background-color: #E45420;
    color: white;
    border: none;
    border-radius: 7px;
    /*  border-radius: 10px; */
    margin-top: 10px;
}

.card-banner-modulos .back .btn-card-banner-modulos {
    background-color: white;
    color: black;
}

.banner-video {
    background-color: #333333;
    height: 420px;
    display: flex;
    justify-content: space-around;
}

.contenido-banner-video {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.texto-banner-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto-banner-video h3 {
    color: white;
}

.texto-banner-video h1 {
    font-size: 50px;
}

.video-banner-video iframe {
    width: 560px;
    height: 315px;
}

.btn-banner-contacto-inicio {
    width: 100px;
    background-color: white;
    color: #000000;
    border-radius: 7px;
    /*  border-radius: 10px;*/
    height: 30px;
    margin-top: 10px;
}

.contenedor-banner-contacto-inicio {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 60%;
    margin-top: 2%;
}

.contenido-banner-contacto-inicio {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.texto-banner-contacto-inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.texto-banner-contacto-inicio h3 {
    color: white;
    font-family: 'Gotham Narrow';
    letter-spacing: 1px;
}
.contenido-banner-contacto-inicio img {
    margin-right: 12px;
    height: 52px;
    margin-top: 22px;
}

.contenedor-banner-marcas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}

.contenedor-banner-marcas h1 span{
    color: #E45420;
}

.contenedor-banner-marcas h1 {
    color: #333333;
    font-family: 'Gotham Contenido';
}

.imagenes-banner-marcas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 70%;
}

.contenedor-banner-duit-recorrido {
    display: flex;
    flex-direction: row;
}

.banner-duit-inicio {
    /*  width: 95%;*/
    margin-right: 1%;
}

.img-banner-duit-inicio-pc {
    display: block;
}
.img-banner-duit-inicio-movil {
    display: none;
}

.banner-recorrido-inicio {
    margin-left: 1%;
}

.btn-banner-duit-inicio {
    position: absolute;
    width: 115px;
    height: 34px;
    background-color: #23A737;
    border: none;
    color: white;
    border-radius: 7px;
    /*  border-radius: 7px;*/
    margin-top: -85px;
    left: 30%;
}

.btn-banner-recorrido-inicio {
    position: absolute;
    width: 140px;
    height: 34px;
    background-color: #2F3437;
    border: none;
    color: white;
    border-radius: 7px;
    /*  border-radius: 7px;*/
    margin-top: 180px;
    right: 50%;
}

@media (min-width: 1200px) and (max-width: 1620px){
    .btn-banner-duit-inicio {
        margin-top: -60px;
        left: 35%;
    }
    .btn-banner-recorrido-inicio {
        margin-top: 112px;
        right: 33%;
    }
    .btn-banner-duit-inicio {
        margin-top: -67px;
        left: 36%;
    }
    .btn-banner-recorrido-inicio {
        margin-top: 155px;
        right: 36%;
    }
}

.contenido-pagina-registro-pc {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-left: 35%;
    color: white;
}

.contenido-pagina-registro span {
    color: #E45420;
}

.iconos-pagina-registro {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
}

.iconos-pagina-registro img,  .iconos-pagina-registro p{
    padding: 0 10px;
}

.btn-pagina-registro {
    border: none;
    font-size: 14px;
    color: white;
    background-color: #E45420;
    padding: 2px 30px;
    border-radius: 7px;
    /*  border-radius: 15px;*/
}

.contenido-pagina-registro-movil1, .contenido-pagina-registro-movil2 {
    display: none;
}

.contenedor-pagina-registro {
    margin-top: 3%;
}

.footer-pagina-registro{
    height: 80px;
    width: 100%;
    background-color: #161E22;
    /*  margin-top: 70px;*/
    display: flex;
    flex-direction: row;
    bottom: 0;
}

@media (min-width: 1900px) {
    .fondoRegistro {
        width: 80%;
    }

    .contenedor-pagina-registro {
        margin-top: 10%;
    }
}

.logos-footer-pagina-registro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.logos-footer-pagina-registro img {
    width: 80%;
}

.logo-etex-footer-pagina-registro {
    position: absolute;
    right: 10px;
    bottom: 0;
}

@media (max-width: 1500px) {
    .footer-pagina-registro  {
        margin-top: 0;
    }
    .fondoRegistro{
        width: 120%;
    }
    .contenido-pagina-registro-pc{
        padding-left: 25%;
    }
}

@media (max-width: 768px){
    .contenido-banner-video {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .video-banner-video iframe {
        width: 360px;
        height: 215px;
        margin-right: 10px;
    }
    .texto-banner-video {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .texto-banner-video h1 {
        font-size: 30px;
    }
    .texto-banner-video h3 {
        font-size: 18px;
        margin-left: 15px;
    }
    .contenedor-banner-duit-recorrido {
        flex-direction: column;
    }
    .btn-banner-duit-inicio {
        margin-top: -55px;
        left: 20%;
        width: 100px;
        height: 25px;
    }
    .img-banner-duit-inicio-pc {
        display: none;
    }
    .img-banner-duit-inicio-movil {
        display: block;
    }
    .btn-banner-recorrido-inicio {
        margin-top: 75px;
        right: 62%;
        width: 120px;
        height: 28px;
    }
    .contenedor-banner-marcas {
        display: none;
    }
    .contenedor-banner-contacto-inicio {
        margin-bottom: 50px;
    }
    .contenido-banner-contacto-inicio img {
        margin-right: 10px;
        height: 35px;
        margin-top: -3px;
    }
    .texto-banner-contacto-inicio {
        margin-top: -23px;
    }
    .texto-banner-contacto-inicio h3 {
        font-size: 10px;
    }
    .btn-banner-contacto-inicio {
        width: 85px;
        height: 20px;
        margin-top: 0px;
        font-size: 8px;
    }
    .banner-modulos {
        background-image: url("../imagenes/img-banner-modulos-movil.png");
        width: 100%;
        height: 770px;
    }
    .card-banner-modulos {
        margin: 15px;
        width: 40%;
        height: 180px;
    }
    .texto-banner-inicio h1 {
        font-size: 35px;
    }
    .texto-banner-inicio h3 {
        font-size: 20px;
    }
    .container-texto-banner-inicio {
        top: 20%;
    }
    .btn-texto-banner-inicio {
        width: 145px;
        height: 40px;
        font-size: 13px;
        margin-top: 7px;
    }

    .img-banner-inicio-pc {
        display: none;
    }

    .img-banner-inicio-movil {
        display: block;
    }

    .img-banner-caracteristicas-pc {
        display: none;
    }

    .img-banner-caracteristicas-movil {
        display: block;
    }

    .container-pagina-principal h1 {
        font-size: 30px;
    }
    .texto-descubre h4 {
        font: 20px;
    }
    .contenido-banner-caracteristicas-pc{
        display: none;
    }
    .contenido-banner-caracteristicas-movil {
        display: block;
        position: absolute;
        width: 50%;
        left: 45%;
        margin-top: 50px;
    }
    .img-texto-banner-caracteristicas img {
        margin-right: 10px;
        width: 50px;
    }
    .img-texto-banner-caracteristicas p {
        font-size: 12px;
    }
    .img-texto-banner-caracteristicas{
        margin-left: 20px;
        padding: 20px 0px;
    }
    .contenido-pagina-registro-pc {
        display: none;
    }
    .contenido-pagina-registro-movil1 {
        display: block;
    }
    .contenido-pagina-registro-movil1 span {
        color: #E45420;
    }
    .contenido-pagina-registro-movil2 {
        display: flex;
        flex-direction: row;
        text-align: center;
    }
    .contenido-pagina-registro-movil2 .iconos-pagina-registro {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/*-------------------------*/
/*Carrusel*/
.slide {
    position: relative;
}
.slide-inner {
    position: relative;
    overflow: hidden;
    width: 95%;
    height: calc( 350px + 3em);
}
.slide-open:checked + .slide-item {
    position: static;
    opacity: 100;
}
.slide-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}
.slide-item img {
    display: block;
    height: auto;
    max-width: 100%;
}
.slide-control {
    border-radius: 50%;
    color: black;
    cursor: pointer;
    display: none;
    font-size: 50px;
    height: 45px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 15px;
    z-index: 10;
}
.slide-control.prev {
    left: 10%;
}
.slide-control.next {
    right: 2%;
}
/*
.slide-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}
*/
#slide-1:checked ~ .control-1,
#slide-2:checked ~ .control-2 {
    display: block;
}
.slide-indicador {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.slide-indicador li {
    display: inline-block;
    margin: 0 5px;
}
.slide-circulo {
    color: #828282;
    cursor: pointer;
    display: block;
    font-size: 30px;
}
.slide-circulo:hover {
    color: #aaaaaa;
}
#slide-1:checked ~ .control-1 ~ .slide-indicador
li:nth-child(1) .slide-circulo,
#slide-2:checked ~ .control-2 ~ .slide-indicador
li:nth-child(2) .slide-circulo {
    color: #E45420;
}

.selectcss {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    appearance: none !important;
    color: #646060;
    border-bottom: 1px solid #F16F27;
}

.usuario_select{
    margin-top: 10px;
}
.estiloTabla{
    background: #333;
    color: white;
}
.decoradoImput{
    margin-top: 0px;
    border-bottom: 1px solid #E45420;
    background: transparent;
    outline: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: center;
    font-size: 14px;
}

.phone-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.plus-sign {
    position: absolute;
    left: 5px; /* O ajusta según lo necesario */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.phone {
    padding-left: 20px; /* Deja espacio para el signo + */
}


#Arc_Usu_ImgAct,
#i_Arc_Usu_ImgAct,
#Arc_Usu_ImgAct .ajax-upload-dragdrop,
.ajax-file-upload {
    font-family: "Gotham Contenido", sans-serif; /* Change "Your Desired Font" to your preferred font */
    font-size: 15px; /* Change the font size as needed */
    color: white; /* Change the font color as needed */
}

.selectPais{
    background: transparent !important;
    border: 0 !important;
}
.colorDrop{
    color: white !important;

}
.tamannoBandera{
    font-size: 12pt;
}
.fondoDesple{
    min-width: 38px !important;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.menuitem{
    width: 10px;
    padding: 0;
    font-size: 11pt;
    transition: font-size 0.5s ease;
}
.menuitem:hover{
    padding: 0;
    font-size: 14pt;
}
.botonModalSubir{
    margin: 0;
    text-align: center;
}
.marginTop {
    margin-top: 8%;
}

.input-group-addon {
    font-size: 14px;
}

#btnStart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#btnStart {
    transition: opacity 0.3s ease;
}

.navbar-inverse {
    background-color: white !important;
    border: none !important;
    color: #9d9d9d !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: white !important;
    background-color: #ED2939;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #9d9d9d !important;
}

.navbar-fixed {
    position: fixed;
}

.logo-etex {
    position: absolute;
    left: 12%;
    top: 10%
}

.dropdown-menu {
    max-width: 500px !important;
}