
.text{
    /* text-align: justify;  */
    color:#666;  
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-style: normal;
}

  .btn {
    background-color: rgba(254, 229, 216);
    border: none;
  }

  

  /* Back To Top Button */
/*  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: rgba(35, 91, 78, 0.507);
    background: rgba(35, 91, 78, 0.384);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: px;
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #9f224181;
  
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
*/






#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #9f224162;
    background: #9f224181;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 11px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

  

/* BUTTOM */

.button {
  font-size: 15px;
  display: block;
  text-decoration: none;
  color:#bc955c;
  text-align: center;
  margin: 1em auto;
  background: #EFEFEF;
  max-width: 300px;
  z-index: 0;
  position: relative;
  padding: 1em;
  overflow: hidden;
}

.button:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,0.1);
  transition: .3s ease-in;
}

.button:hover:before {
  left: 0;
  transition: .5s ease-out;
}

.button:after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 200%;
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(255,255,255,0.1);
  transition: .3s ease-in;
}

.button:hover:after {
  left: 50%;
  transition: .5s ease-out;
}

/* TABLES  */

table {
  border-spacing: 0;
  /* width: 10%; */
  border: 2px solid #ddd;
}
 

th {
  cursor: pointer;
}
 
th, td {
  text-align: left;
  padding: 1px;
}
 
tr:nth-child(even) {
  background-color:#f3f6f9;
}

table tr th {
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.sorting {
   color: #2a5d50;
}

.asc:after {
   content: " ↑ ";
}

.desc:after {
   content: " ↓ ";
}

@media screen and (max-width: 600px) {

form-control{

	width:97%;
}
       table {
           width:100%;
       }

       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background-color:#efefef;
           color:gray;
           font-weight:bold;
           /* font-size:-10em; */
       }
       tbody td
       {
           display: block;
          
       }
       tbody td:before {
           content: attr(data-th); 
           display: block;
           text-align:justify;
       }
       }



/* Artículos y Fracciones */

section {
  --animation-speed: .5s;
}

.drawers input {
  display: none;
}

.drawers .container {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--animation-speed) ease-out;
}

.drawer {
  overflow: hidden;
}
/* 
label {
  padding: 2mm 0;
  margin-bottom: 2mm;
  display: inline-block;
  width: 0;
  white-space: nowrap;
  transition: width var(--animation-speed) ease-out;
  border-bottom: 2px solid #ff002f;
} */

label:has(:checked) {
  color: #9F2241;
  width: 100%;
}

label:has(:checked)+.container {
  grid-template-rows: 1fr;
}

.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #f1f1f1;
}

.tab button {

	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 14px;
	/* transition: 0.5s; */
  font-size: 18px;
  color: #235b4e;

/* align:center;  */
  }
  
.tab button:hover {
    border-radius: 8px;
	  background-color:  rgb(255, 255, 255);
  }
  
  .tab button.active {
    border-radius: 8px;
    background-color:  rgba(255, 154, 96, 0.322);
  }
  
  .tabcontent {
	display: none;
  padding: 0px 0px;
	padding: 4px 10px;
	border-top: none;

  }







  /* Prueba Hover */

  .blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-img img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


img.darker {
  transition: all 0.2s ease-in-out;
}

img.darker:hover {
  filter: brightness(50%);
}



/* Banner */
.box{
  width: 100vw;
  height: 100vh;
  background: #fc0;
  display: block;
  position: absolute;
  z-index: 96;
-webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
  position: absolute;
  left: 0;
  z-index: -999;
  top: 0;
  opacity: .8; 
}

