empresahtml {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}
.bien{
 color: #FFFFFF;
}
#tablaQuincho {
	align-content: center;
	margin-left:160px;
	width: 50%;
	height: 300px;
}
#tituloQuincho {
	color: green;
	font-size: 20px;
}
#al{
align-content: center;
margin-left: 80px;
margin-right: 150px;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee',
		endColorstr='#cccccc', GradientType=0); /* IE6-9 */
	scrollbar-face-color: #6685CA;
	scrollbar-highlight-color: #6685CA;
	scrollbar-shadow-color: #6685CA;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #E5E5E5;
	scrollbar-drakshadow-color: #000000;
	display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    
    background-position:center;
    background-attachment: fixed;  
  	background-size: contain;
  	background-repeat: no-repeat;
}

h1 {
    color: black;
    letter-spacing: -3px;
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 0;
}
#confirmarDiv{
   align-self: center;
  justify-self: center;

}
#tituloH {
        width: 100%;
        max-width: 100%;
        height: 110px;
        min-height: 13%;
        background-image: url(../../imagen/titulo.png);
        background-size: 100% 130px;
        /*background-position: center;*/
        background-repeat: no-repeat;
        position: relative;
}
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
h3 {
  text-align: center;
    color: #007bffF;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 0;
	margin-top: 0.5rem;

}
.h5,h5 {
  
    color: #007bff;
    font-size: 2,8rem;
	margin-top: 0.5rem;

}
h6 {
  
    color: #007bff;
    ;


}
p {
    
}

.container {
  max-width: 960px;
}

.carousel-inner img {
    width: 700px;
    max-height: 760px;
}

.carousel-inner{
 height: 700px;
 width: 700px;
}

#recuentos {
    position: absolute;
    width: 400px;
    height: 110px;
    top: 0px;
    right: 0px;
    font-size: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#tablaPersona {
    text-align: left;
}
.card-header  {
   text-transform: uppercase;
   font-weight: bold;
}
#imprimirP {
    float: left;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}


.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}
 
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loadergif.gif') 60% 60% no-repeat rgb(249,249,249);
    opacity: .8;
}
/************** main css ******************/
/************** menú ******************/
.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none;        
	-moz-user-select: none; 
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #ffaf46;
}
.left-caret:after
{	border-right: 5px solid #ffaf46;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
      background-color: #4382AA !important;
    }

   
.fullscreen-modal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen-modal .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen-modal .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen-modal .modal-dialog {
     width: 1170px;
  }
}
/************** header css ******************/

/*.navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	background-color: #232323;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background-color: #4382AA;
}

.header_area_text {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 500px;
}

.header_area_text h2 {
    font-size: 50px;
    color: #fff
}

.header_area_text p {
    color: #fff;
    margin: 30px 0px;
}

.header_area_text a {
    background: #584A40;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}
.container_iframePage{
	height:100%;
	padding:0 10px;
}
/*
 * NAV
 */
#menu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: 8e8e8e;
}

#menu ul {
  background: url(images/menu-bg.gif) top left repeat-x;
  height: 43px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  padding: 0px 7px 0px 7px;
}

#menu li a {
  color: #666666;
  display: block;
  font-weight: bold;
  line-height: 43px;
  padding: 0px 12px;
  text-align: center;
  text-decoration: none;
}

#menu li a:hover {
  color: #000000;
  text-decoration: none;
}

#menu li ul {
  background: #e0e0e0;
  border-left: 2px solid #0079b2;
  border-right: 2px solid #0079b2;
  border-bottom: 2px solid #0079b2;
  display: none;
  height: auto;
  filter: alpha(opacity = 95);
  opacity: 0.95;
  position: absolute;
  width: 225px;
  z-index: 101;
}

#menu li:hover ul {
  display: block;
}

#menu li li {
  display: block;
  float: none;
  padding: 0px;
  width: 225px;
}

#menu li ul a {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 0px 10px 0px 15px;
  text-align: left;
}

#menu li ul a:hover {
  background: #949494;
  color: #000000;
  opacity: 1.0;
  filter: alpha(opacity = 100);
}

#menu p {
  clear: left;
}

#menu .active>a {
  background: url(images/current-bg.gif) top left repeat-x;
  color: #ffffff;
}

#menu .active>a:hover {
  color: #ffffff;
}
#menumovil { 
  display:none;
  width:100%;
  z-index:105;
}
#menumovil ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #e3e3e3;
  position: relative;
}

#menumovil ul li {
  display: inline-block;
}

#menumovil ul li a {
  color: #292929;
  text-decoration: none;
  padding: 15px;
  display: block;
}

#menumovil ul li:hover {
  background: lightgrey;
}

#menumovil ul ul {
  position: absolute;
  min-width: 200px;
  background: lightgrey;
  display: none;
}

#menumovil ul ul li {
  display: block;
  background: #e3e3e3;
}

#menumovil ul li:hover ul {
  display: block;
}

#menumovil ul li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}
#bnav {  
  color: #292929;
  font-size: 24px;
  padding: 0.6em;
  cursor: pointer;
  display: none;
  background-color: lightgrey;
  background-position: 60px center;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative; 
}
/*
 *  HEADER
 */

#comprobar {
  position: absolute;
  width: 400px;
  height: 110px;
  top: 0px;
  right: 0px;
  font-size: 10px;  
  overflow-y:scroll;
  overflow-x:hidden;
}
#comprobar > .ui-widget {
  width: "100%";
  overflow:"hidden";
}
#comprobar > .ui-widget > div{
  float: "left";
  width: "95%";
}
@media (max-width: 1024px) and (orientation: landscape) {
  header {
      height: 84px;
      background-image:url("logo_oficial_smole.jpg");
      background-position: left center;
  }
  #menu { font-size: 9px; }
  #menu li a {
    font-size: 9px;
    padding: 0px 1px 0px 1px;
  }
  #menu li ul {
    max-width: 125px;
    width: 125px;
  }
  #menu li li {
    width: 125px;
  }
  #menu li ul a {
    font-size: 9px;
    padding: 0px 2px 0px 2px;
  }
  #comprobar {
    width: 400px;
    height: 84px;
    font-size: 8px;
  }
  #comprobar > .ui-widget {
    width: "100%";
    overflow:"hidden";
  }
  #comprobar > .ui-widget > div{
    float: "left";
    width: "95%";
  }
  th {
    font-size: 0.6em;
  }

  td {
    font-size: 0.6em;
  }
}
@media only screen and ( max-width: 768px) and (orientation: portrait) {
  #bnav {display: block;}
    #menu {display:none;}
    #menumovil {display:block;}
    #menumovil ul {
      display: none;
      position: static;
      background: #e3e3e3;      
    }
    #menumovil ul li {
      display: block;     
    }
    #menumovil ul>li>a{
      font-size: 0.6em;    
    }
    #menumovil ul>li>ul>li>a{
      font-size: 0.6em;    
    }
    #menumovil ul ul {
      position: static;
      background: #e3e3e3;
    }

#contenedor {
  display: flex;
  justify-content: center;
}
.btn-circle.btn-sm { 
            width: 30px; 
            height: 30px; 
            padding: 6px 0px; 
            border-radius: 15px; 
            font-size: 8px; 
            text-align: center; 
        } 
        .btn-circle.btn-md { 
            width: 50px; 
            height: 50px; 
            padding: 7px 10px; 
            border-radius: 25px; 
            font-size: 10px; 
            text-align: center; 
        } 
        .btn-circle.btn-xl { 
            width: 70px; 
            height: 70px; 
            padding: 10px 16px; 
            border-radius: 35px; 
            font-size: 12px; 
            text-align: center; 
        }