

:root {
--btn-style1-up: #17857b; /*#48a18e;*/
--btn-style1-dw: #17857b;/*#48a18e;*/
--btn-style2-up: #a88647;  /* #F92163; */
--btn-style2-dw: #a88647; /* Fondo Menu 2 */
--btn-style3-up: #d9d9d9;  /* #F92163; */
--btn-style3-dw: #d9d9d9; /* Fondo Menu 2 */
}

/* main color
.hisfull_nav_area {
    background: #c4c6c7 none repeat scroll 0 0;      
    box-shadow: 0px 1px 50px -10px rgba(0, 8, 16, 02);
} */
 /* stick color
.hisfull_nav_area.prefix,
.hbg2 {
    background: #c4c6c7;
} */

/* stick texto color
 .hisfull_nav_area.prefix .hisfull_menu>ul>li>a {
    color: #000;
}
*/
.header-botom {
    background: #333333 none repeat scroll 0 0;
    padding: 15px 0;
}
 .header-botom {
        /* display: none; */
    }


.action.title-1 .h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 38px;
    text-align: center;
    background-color: #FFFFFF;
    color: #660b34;

    
  }

.text-dark {
    font-size: 18px;
    color: #1d1b1b !important
  }

  .text-style-two {
    font-size: 38px;
    align-items: center;
    color: #d9d9d9 !important /* #310922cc - #bdab7ae8 */
    }

.text-white {
    font-size: 24px;
    color: #d9d9d9 !important /* #310922cc - #bdab7ae8 */
}

.mb-0 {
    margin-bottom: 0 !important
}

.btn-link.style-one {
  background-color: #252735;
}
.btn-link.style-two {
  background-color: #bdab7ae8;
}
.btn-link.style-three {
  background-color: #bdab7ae8; /* #bdab7ae8; */
}
.btn-link.style-one li {
  width: 25%;
  text-align: center;
}
.btn-link.style-two li {
  width: 100%;
  text-align: center;
}
.btn-link.style-three li {
  width: 100%;
  text-align: center;
}
.btn-link.style-one li a {
  padding: 37px 10px;
}
.btn-link.style-two li a {
  padding: 37px 10px;
}
.btn-link.style-three li a {
  padding: 37px 10px;
}


.btn-link.style-one li a i {
  font-size: 23px;
  line-height: 0.8;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.btn-link.style-two li a i {
  font-size: 23px;
  line-height: 0.8;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.btn-link.style-three li a i {
  font-size: 23px;
  line-height: 0.8;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.btn-link.style-one li a {
  background-color: var(--btn-style1-dw)
}
.btn-link.style-one li a:hover {
  background-color:  var(--btn-style1-dw)
}
.btn-link.style-one li:nth-child(even) a {
  background-color: var(--btn-style1-dw)
}
.btn-link.style-one li:nth-child(even) a:hover {
  background-color: var(--btn-style1-dw)
}


.ws-btn-link.style-two li a {
  background-color: #17857b;/*var(--btn-style2-up)*/
}
.ws-btn-link.style-two li a:hover {
  background-color:  #17857b;/*var(--btn-style2-up)*/
}
.ws-btn-link.style-two li:nth-child(even) a {
  background-color: #17857b;/*var(--btn-style2-up)*/
}
.ws-btn-link.style-two li:nth-child(even) a:hover {
  background-color: #17857b; /*var(--btn-style2-up)*/
}



.btn-link.style-three li a {
  background-color: var(--btn-style3-up)
}
.btn-link.style-three li a:hover {
  background-color:  var(--btn-style3-dw)
}
.btn-link.style-three li:nth-child(even) a {
  background-color: var(--btn-style3-up)
}
.btn-link.style-three li:nth-child(even) a:hover {
  background-color: var(--btn-style3-dw)
}



.list-unstyled {
    padding-left: 0;
    list-style: none
}
.d-flex {
    display: flex !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.align-items-center {
    align-items: center !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.d-block {
    display: block !important
}
.w-100 {
    width: 100% !important
}

