/* 
body{
 font-family:'Arial';
 color:#5d5e5c;
 font-size: 25px;
}
img{
  width:auto;
  text-align: center;
  width: 100%;
  height: auto;

}

.img2{
  width:auto;
  text-align: center;
  width: 200%;
  height: auto;

}
.titulos   {
  color:#235B4E;


}

ul.topnav {
  list-style-type: none;
  margin: 5px;
  padding: 3px;
  overflow: hidden;
  background-color: #f5f5f6;
  margin-left: 99px;
  margin-right: 80px;
  font-family:'Source Sans Pro';
}

ul.topnav li {
  float: left;
  padding-right: auto;
}

ul.topnav li a {
  display: block;
  color: #5d5e5c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 19px;


}

ul.topnav li a:hover:not(.active) {background-color: #d9dadb;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}


@media screen and (max-width: 600px) {
  ul.topnav li.right,
  ul.topnav li {float: none;}

}



 table {

  border-collapse: collapse;
  width: 100%;

}

td, th {

  text-align: left;
  padding: 15px;

}

tr:nth-child(even) {
  background-color: #e9f4f2;
  border-spacing: 35px;
}

a
{
text-decoration:none;

}

.link { color: #5d5e5c; }
.link:hover { color: #235B4E; } */



/********** Template CSS **********/
.text {
  text-align: justify;
  color: #55585a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
}

.text1 {
  text-align: start;
  color: #55585a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
}

.text2 {
  color: #55585a;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-size: 20px !important;
  font-weight: bold;
}

:root {
  --primary-color: #bc955c;
}

h1 {
  font-size: 100px;
  color: #9d2148;
}

h2 {
  font-size: 32px;
  color: #9d2148;
}

h3 {
  font-size: 27px;
  color: #9d2148;
}


h6 {
  color: #9d2148;
}

a {
  color: #666;
}

a:hover {
  color: #9d2148;
}

:root {
  --primary: #9d2148;
  --secondary: #999999;
  --light: #f2f8fe;
  --dark: #111111;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 60px;
  z-index: 99;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500 !important;
}

/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-brand {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color:  #b18c5b;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #9d2148;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #9d2148;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.navbar .btn:hover {
  color: #ffffff !important;
  background-color: #9d2148;
}

/* List PDF */
.list{
  list-style: none;
  a{
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px 1%;
  transform-origin: 5% 5%;
  }
}

.list-vertical{
  width: 100%;
  margin: 15px -3%;
}


/* Card Img */
  /* Estilo para dispositivos móviles (hasta 500px) */
  @media screen and (max-width: 500px) {
  .product-detail {
  text-align: start;
  font-size:14px;
  line-height: 18px;
  }
  }

.card 
{
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
}

.card-img-top{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.product_price 
{
  float:right;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}

.product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color:rgba(255, 254, 247, 0.86);
  transition: all 0.35s;
  box-sizing: border-box;
}

.card .product-detail h5
{
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.card:hover .product-detail {
  height: calc(92%);
  padding-top: 100px;
}

/* 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: #fffae9;  */
  background-color: #fffef7; 
}

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:#9d2148;
  color:#FFF;
  /* font-weight:bold; */
  font-size:17px;
}
tbody td
{
  display: block;
  
}
tbody td:before {
  content: attr(data-th); 
  display: block;
  text-align:justify;
}
}


/* Accordion */
.accordion {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion__item {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* border: 1px solid rgba(177, 140, 91, 0.28); */
  background-color: #fffef7 !important;
  /* border-radius: 10px; */
  color:#666;
  overflow: hidden;
}

.accordion__header {
  padding: 7px 25px;
  font-weight: 350;
  cursor: pointer;
  position: relative;
}

.accordion__header::after {
  content: '';
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
  width: 20px;
  height: 20px;
  transition: .4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 13px;
  z-index: 1;
  /* color:#b18c5b; */
}

.accordion__header.active {
  background: #9d2148;
  color:#fff;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: .5s;
  overflow: hidden;
}

/* Redes sociales */
.img-wrapper {
  border: solid 1px #BC955C;
  width: 37px;
  display: inline-block;
  background-color: #9F2241 !important;
  border-radius: 3px;
  }
  
  .img-fade {
  vertical-align: top;
  transition: opacity 0.9s;
  opacity: 1;
  }
  
  .img-fade:hover {
  opacity: 0.9;
  background-color: #b18c5b !important;
  }


  /* Back to Top */

  #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;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


