body {
    box-sizing: border-box;
    padding: 3rem; 
}
@media only screen and (max-width: 56.25em) {
      body {
        padding: 0; } 
 }
 body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #777; 
    background-color:#55c57a;
}
.iconosm{
	width:50px;

}
.iconosb{
	width:29px;

}

@media only screen and (max-width: 37.5em) {
	
	 
  .iconosm{
    width:40px;
  
  }
  .iconosb{
    width:30px;
  
  }
}
.tablavc{
 
  font-size:10px;
}
@media only screen and(min-width: 768px) and (max-width: 979px) {
     #s3cond{
        display : block; 
    }
}
@media only screen and(min-width: 380px) and (max-width: 420px) {
     #s3cond{
        display : none; 
    }
}
.section-book {
    padding: 0.1rem 0;
    background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
    @media only screen and (max-width: 56.25em) {
      .section-book {
        padding: 10rem 0; } }
  
  .book {
    background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../img/nat-10.jpg);
    background-size: 100%;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 75em) {
		 #s3cond  {
        display: none;
      }
      #s3cond2  {
        display: unset !important;
      }
		
      .book {
        background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 65%, transparent 65%), url(../img/nat-10.jpg);
        background-size: cover; } }
    @media only screen and (max-width: 56.25em) {
      .book {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/nat-10.jpg); } }
    .book__form {
      width: 50%;
      padding: 0.5rem; }
      @media only screen and (max-width: 75em) {
        .book__form {
          width: 65%; } }
      @media only screen and (max-width: 56.25em) {
        .book__form {
          width: 100%; } }
  
  .header__text-box {
         position: absolute;
         top: 15%;
         left: 50%;
         transform: translate(-50%, -50%);
       text-align: center; }
  
.heading-primary {
    color: #fff;
    text-transform: uppercase;
    backface-visibility: hidden;



	}
    .heading-primary--main {
      display: block;
	  margin-left:40rem;
      font-size: 6rem;
      font-weight: 400;
      letter-spacing: 1.5rem;
      animation-name: moveInLeft;
      animation-duration: 1s;
      animation-timing-function: ease-out;
      /*
          animation-delay: 3s;
          animation-iteration-count: 3;
          */ }
      @media only screen and (max-width: 37.5em) {
		   .section_lg{
            margin-top:14px; 
            position:absolute;
          }
		  .heading-primary {
                 display:none;
              margin-bottom: 0rem; 
			  }
			  .section-book {
    padding: 8rem 0;
    
	}
        .heading-primary--main {
          letter-spacing: 0.5rem;
          
          font-size: 2rem;
         } }  
	
      @media only screen and (max-width: 56.25em) {
		   .section_lg{
            margin-top:14px; 
            position:absolute;
          }
		   .heading-primary {
               display:none;
              margin-bottom: 0rem; 
			  }
			  .section-book {
    padding: 8rem 0;
    
	}
          .heading-primary--main {
            letter-spacing: 0.5rem;
            font-size: 2rem;
            
       } 
	   } 
@media only screen and (max-width: 600px) {
	.login-container {
    padding: 8rem 0;
    
	}
		   .heading-primary {
      display:none;
              margin-bottom: 0rem; 
			  display:none;
			  }
          
	   } 		   
	    @media only screen and (max-width: 75em) {
			.login-container {
    padding: 8rem 0;
    
	}
          .heading-primary {
      display:none;
            margin-bottom: 0rem; 
		}
		 .heading-primary--main {
            letter-spacing: 0.5rem;
            font-size: 2rem;
            
       } 
		
		}

         .form__group:not(:last-child) {
            margin-bottom: 2rem; }
          
          .form__input {
            font-size: 1.5rem;
            font-family: inherit;
            color: inherit;
            padding: 1.5rem 2rem;
            border-radius: 2px;
            background-color: rbga(#fff, 0.5);
            border: none;
            border-bottom: 3px solid transparent;
            width: 90%;
            display: block;
            transition: all .3s; }
            @media only screen and (max-width: 56.25em) {
              .form__input {
                width: 100%; } }
            .form__input:focus {
              outline: none;
              box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
              border-bottom: 3px solid #55c57a; }
            .form__input:focus:invalid {
              border-bottom: 3px solid #ff7730; }
            .form__input::-webkit-input-placeholder {
              color: #999; }
          
          .form__label {
            font-size: 1.2rem;
            font-weight: 700;
            margin-left: 2rem;
            margin-top: .7rem;
            display: block;
            transition: all .3s; }
          
          .form__input:placeholder-shown + .form__label {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-4rem); }
          
          .form__radio-group {
            width: 49%;
            display: inline-block; }
            @media only screen and (max-width: 56.25em) {
              .form__radio-group {
                width: 100%;
                margin-bottom: 2rem; } }
          
          .form__radio-input {
            display: none; }
          
          .form__radio-label {
            font-size: 1.6rem;
            cursor: pointer;
            position: relative;
            padding-left: 4.5rem; }
          
          .form__radio-button {
            height: 3rem;
            width: 3rem;
            border: 5px solid #55c57a;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: 0;
            top: -.4rem; }
            .form__radio-button::after {
              content: "";
              display: block;
              height: 1.3rem;
              width: 1.3rem;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background-color: #55c57a;
              opacity: 0;
              transition: opacity .2s; }
          
          .form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
            opacity: 1; }
			.btnreg{

        
        padding: 1px 10px;
        
        margin-right: 16px;
        background-color: #555;
        color: white;
        font-size: 17px;
        border: none;
        cursor: pointer;
      }
      .btnreg:hover{
        background-color: green;
      }
      
.btn--green {
    background-color: #55c57a;
    color: #fff; }
    .btn--green::after {
      background-color: #55c57a; }
  
  .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s; }   

    .login-container {
        float: right;
        margin-top: -3rem;
      }

     .login-container button {
        float: right;
        padding: 1px 10px;
        
        margin-right: 16px;
        background-color: #555;
        color: white;
        font-size: 17px;
        border: none;
        cursor: pointer;
      }
      
    .login-container button:hover {
        background-color: green;
      }
      
      @media screen and (max-width: 600px) {
     .login-container {
          float: none;
          padding: 0px;
          display: inline;
        }
       .login-container button {
         float: none;
          display: block;
          text-align: left;
          width: 111%;
          margin: 0;
          padding: 1px;
        }
      
    }      
.myInpcli {
 

  width: 65%;
    
}
  /*cabecera panel*/
  .header__1 {
    font-size: 1.4rem;
    height: 7rem;
    margin-top:-27px;
    margin-left:-29px;
    margin-right:-20px;
    background-color:transparent;
    border-bottom: var(--line);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 31.25em) {
   .header__1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
        height: 11rem; } }
   .user-nav {
          -ms-flex-item-align: stretch;
              align-self: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
   .user-nav > * {
            padding: 0 2rem;
            cursor: pointer;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
   .user-nav > *:hover {
            background-color: white; }   
  .user-nav__user-photo {
              height: 3.75rem;
              border-radius: 50%;
              margin-right: 1rem; } 
 .logo1 {
  height: 3.25rem;
  margin-left: 2rem; 
}

.box-default{
  background:#bff3ee;
  
}
/**/
table.timecard2 thead{
 background: #488793 !important;
  color:black;
  background: -moz-linear-gradient(top, #5592bb 0%, #488793 66%, #488793 100%) !important;
  background: -webkit-linear-gradient(top, #5592bb 0%, #488793 66%, #488793 100%) !important;
  background: linear-gradient(to bottom, #5592bb 0%, #488793 66%, #488793 100%) !important;
  border-bottom: 2px solid #444444 !important;
}
table.timecard2{
  height: 219px; 
  display: inline-block;
  overflow-y: scroll;
  margin-left:9px;
  width:97.8%;
border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}
table.timecard2 th, table.timecard2 td {
	padding: 3px;
  border-width: 1px;
  color:#1d1b1b;
  font-weight: bold;
	border-style: solid;
	border-color: #869293 #a6adac ;
}

.timecard2 tr:nth-child(even){background-color: #e0eaec}
.timecard2 tr:hover {
  background-color: #eaccee;
}
/**/
#user_card{
  margin-top: -1.5rem;
  margin-left:-14px;

      
}
#op_menu{
  margin-top: -1.5rem;
  background-color:transparent;
  
 
 
}
@media only screen and (max-width: 56.25em) {
  #textm{
    display:none;
    
  }
  #datini{
    display:none;
    
  }
  
}
#logo_emp{
  
  background-color:transparent;
  margin-left:-10px;
    
}
#myEmpt {
 
width: 60%;
  
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 1px;
  margin-left: 10px;
  height:33px;
}
#myInpt {
 

 width:104.8%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 1px;
  margin-left: -10px;
  height:33px;
}
#logo_ctr{
  
  margin-left:-25px;
    
}

#tareasp{
  width: 58.8%;
  background-color:transparent; 
  margin-left:4px;     
}
#tbsuc2 {
  background-color:#fff5f5;
  display: inline-block;
  overflow-y: scroll;
  height:113px;
  width:99.7%;
}
#tbsuc2 tr:hover {
  background-color: #eaccee;
}
table.timecard thead{
 background: #488793 !important;
  color:black;
  background: -moz-linear-gradient(top, #5592bb 0%, #488793 66%, #488793 100%) !important;
  background: -webkit-linear-gradient(top, #5592bb 0%, #488793 66%, #488793 100%) !important;
  background: linear-gradient(to bottom, #5592bb 0%, #488793 66%, #488793 100%) !important;
  border-bottom: 2px solid #444444 !important;
}
table.timecard{
  height: 219px; 
  display: inline-block;
  overflow-y: scroll;
  margin-left:9px;
  width:99.8%;
border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}
table.timecard th, table.timecard td {
	padding: 3px;
  border-width: 1px;
  color:black;
  font-weight: bold;
	border-style: solid;
	border-color: #869293 #a6adac ;
}

.timecard tr:nth-child(even){background-color: #e0eaec}
.timecard tr:hover {
  background-color: #eaccee;
}
/*las nav*/

#myTab li a { color: black; border-color: #55D8D8;background-color:#c8e3e4; border-radius: 0px 0px 15px; font-size:14px;}
#myTab li.active a {color: black; border-bottom-color: transparent;background-color:#55D8D8}
@media (min-width: 768px) {
  #myTab li a {
    font-size:18px;
  }
}
/*botones*/
.boton_menu{
  /*background-image: url("image/ico.png");*/
  background-repeat: no-repeat;
  background-size: 50px 25px; 
  width: 190px;
  background-color: white; 
  border-radius: 15px;
  text-decoration: none;
  /*padding: 05px 05px;*/
  /*padding-left: 10px;*/
 /*padding-right: 10px;*/
  font-family: helvetica, Tahoma, Arial, Verdana, sans-serif;
 /* font-family: helvetica;*/
  font-size: 18px;
  font-style: italic;
  color: #006505;
  /*display: inline-block;*/
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border: 6px double #006505;
}
.boton_menu:hover {
  background-color: #4CAF50;
  /*background-image: url("image/ico.png");*/
  color: white;
  border: 6px double #ffffff;
}
@media only screen and (max-width: 31.25em) {
  .boton_menu{
    width: 100px;
    font-size: 8px;
  }
}                   

#contSaludo{
  /*background: rgba(0,0,0,.7);*/
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 20px 0 10px -39px;
  padding: 15px 0;
  text-align: center;
  width: 500px;
}

#contReloj{
 /* background: rgba(0,0,0,.7);*/
  display: block;
  margin: 0 0 10px -39px;
  text-align: center;
  width: 500px;
font-size: 12px;
}

#contReloj > p{
  color: #fff;
  display: inline-block;
  font-family: 'code_boldregular';
  font-size: 20px;
}
@media only screen and (max-width: 31.25em) {
  #contReloj{
  display:none;
  }
  #contSaludo{
    display:none;
    }
    #image_si{
     height: 100px;
     width: 255px;
      }
	  
	  
}

.box-default-menu{
  background:#92d5c9;
 
}
.default--margin{
  margin-left:10px;  
}
#menusz{
  font-size:18px;
}
.calinput{
  text-align: center;
  background-image: url("../img/calendar2.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 38px;
  width: 125px;
}
.textfact{
  font-size:1.9rem;
      font-weight: 400;
      letter-spacing: 1.5rem;
      color:black;
}
.textfact2{
  font-size:1.5rem;
      font-weight: 400;
     
      color:blue;
}

.btn-effects:hover{
	background: rgba(0,0,0,0);
color: #3a7999;
box-shadow: inset 0 0 0 3px #3a7999;
}

.topnav {
  /*overflow: hidden;*/
   width: 140px;
  background-color:rgb(33, 125, 245);
   margin-top:-28px;
  margin-left:-18px;
}

.topnav a {
  /*float: left;
  display: block;
  color:rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;*/
  background-color: #358f7f;
  color:rgb(255, 255, 255);
  display: block;
  padding: 12px;
  text-decoration: none;
 
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.activesm {
  /*ackground-color: #4CAF50; rgba(217,248,255,0.3);*/
  /*background:linear-gradient(to bottom, #0033cc 0%, #000099 100%);*/
  background: linear-gradient(to bottom, #7dcec8 0%, #0c0c26 100%);
 
  color: white;
}

.topnav .icon {
  display: none;
}
#container-emp{
	  margin-top:-28px; 
	  
  }

@media screen and (max-width: 600px) {
  /*.topnav a:not(:first-child) {display: none;}*/
  .topnav a.icon {
    float: right;
    display: block;
  }
  #container-emp{
	  margin-top:-455px; 
	  margin-left:60px;
  }
  .topnav{
	  width:60px;
  }
  
}
@media (min-width: 320px) and (max-width: 480px) {
  
 
  
}

/**/


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
 
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 
  
}


/**/
#label2{
  font-size:18px;
} 
.label4{
font-size:25px;
}
.cancela{
  margin-top:10px;
}

@media screen and (max-width: 600px) {
	#btnfc{
    width: 60.5%; 
    margin-top:-45px; 
    margin-left:125px;
  }
  .textfact {
    font-size: 10px;
    letter-spacing: 1rem;
  }
	#label2{
    font-size:10px;
  }
   .label7{
    margin-left:-37px;
  }
  .label3{
    font-size:10px;
  }
  .label4{
    font-size:10px;
  } 
  .label5{
    font-size:5px;
  } 
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
}

/*=============================================
PANTALLA VERTICAL
=============================================*/

#vertical{
	display:none;
}

@media all and (orientation: portrait){
	
	#contendortotal{
		display:none;
	}

	#vertical{
		display:block;
		position:fixed;
		width:100%;
		height:100vh;
		z-index:1;
		background:url(../img/vertical.jpg);
		background-size:cover;
		background-position:center;
	}

}
/*los media*/
/*los media style="width: 47.33333333%; "*/
#tabtot{
  width: 47.93333333%;
}
.camsal{
  color:black; 
  font-size:15px; 
  margin-top:4px;
}
.camsal2{
  
  font-size:13px; 
  
}
.btnart{
  margin-top:10px; 
}
.btnart2{
  margin-top:40px; 
}
#btnfc{
  width: 135.1%; 
  margin-top:-44px; 
  margin-left:-13px;
}
@media screen and (max-width:640px) {
  .btnart{
  width:236%; 
  
}
#textm{
    display:none;
    
  }
  #my_canvaslg{
    display: block;
    max-width: 50%;
    height: auto;
   
  
  }
  #container-emp{
	  margin-top:-455px; 
	  margin-left:60px;
  }
  #container-admin{
	  margin-top:-510px; 
	  margin-left:60px;
  }
  .topnav{
	  width:60px;
  }
  
}
/*#container-admin{
	  margin-top:-28px; 
	
  }*/

@media only screen and (max-width: 60.25em) {
/*	.btnart{
  margin-top:-10px; width: 60px;
}*/
 
.btnart{
  width:236%; 
  
}
  .camsal{
   
    font-size:8px; 
    margin-top:5px;
   
  }
  .camsal2{
   
    font-size:9px; 
   
  }
  #btnfc{
    width: 59.5%; 
    margin-top:-37px; 
    margin-left:126px;
  }
  #tabtot{
    width: 42.93333333%;
  }
  #menusz{
    font-size: 12px;
  }
  #s0loc{
    margin-left: 55px;
  }
}