@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  font-family: poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  min-width: 100%;
  display: table;
}
@-moz-document url-prefix() {
  section {
    display: inline-block;
    float: left;
  }
  .clientes {
      min-height: 680px;
}
}
header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 166px;
}
h1, h2, h3, h4, h5 {
  font-weight: 500;
  letter-spacing: 1.1px;
  margin-bottom: 2%;
  line-height: 120%;
}
p {
  font-weight: 300;
  margin-bottom: 1%;
  line-height: 150%;
}
a{
  text-decoration: none;
}
strong {
  font-weight: 500;
}
form {
  width: 100%;
  clear: both;
}
input, select {
  border: none;
  line-height: 160%;
  min-height: 40px;
  min-width: 220px;
  font-size: 16px;
  color: #F9700B;
  padding-left: 2%;
  display: block;
  margin-bottom: 4%;
  width: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  -webkit-appearance: none;
  border-radius: 0px !important;
   outline: 1px solid #bebebe;
}
select {
  background-image: url("../img/down.svg");
  background-position-x: 98%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0px !important;
   outline: 1px solid #bebebe;
}

textarea{
  border: none;
  line-height: 160%;
  min-height: 40px;
  min-width: 220px;
  font-size: 16px;
  color: #F9700B;
  padding-left: 2%;
  padding-top:2%;
  padding-right: 2%;
  display: block;
  margin-bottom: 4%;
  width: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  -webkit-appearance: none;
  border-radius: 0px !important;
   outline: 1px solid #bebebe;
}

label {
  clear: both;
  display: block;
  color: #000000;
  margin-bottom: 1%;
  margin-top: 1%;
  font-family: poppins, sans-serif;
}
.required:after {
  content: " *";
  color: #F9700B;
}


button {
  display: block;
  border-radius: 0;
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 16px;
  padding: 1%;
  margin-left: 1%;
  width:44%;
  background-color: transparent;
  border: solid 2px #F9700B;
  color: #F9700B;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none!important;
}
button:hover {
  background-color: #F9700B;
  color: #FFFFFF;
  border: solid 2px #F9700B;
  cursor: pointer;
  transform: translate(10px, 0);
  transition: transform .25s ease;
}
.contacto {
  background-color: #EDEDED;
  height: 100%;
  margin-bottom: 0;
}
.contacto img {
  wisth: 100%;
  max-width: 620px;
  display: block;
  margin: auto;
}
.contacto hr {
  clear: both;
  display: block;
  margin: 0;
  border-top:none;
  border-bottom: dotted 2px #000000!important;
  margin-bottom: 1%;
}

.contacto button{
  float: left;
  margin-left: 3%;
  margin-right: 3%;
}

input::-webkit-datetime-edit-fields-wrapper {
  line-height: 160%;
  -webkit-appearance: none;
   outline: 1px solid #bebebe;
  
}

input[type="checkbox"] {
  outline: 1px solid #bebebe;
  background-color: #ffffff;
  display:block;
  min-height: initial;
  min-width: initial;
  height: 24px;
  width: 24px;
  appearance: checkbox;
  -webkit-appearance:checkbox;
  float: left;
}
.accept{
  float: left;
  margin-left: 2%;
  font-size: 70%;
}

.accept a{
  color:#F9700B;
  font-weight: 500;
  font-size: 112%;
  font-style: italic;
}


footer {
  font-size: 75%;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer a:hover {
  color: #F9700B;
}
.fText {
  text-align: right;
}
/**LUNA GAVIRIA STYLES**/
/**LUNA GAVIRIA MENU**/
.menu {
  margin: auto;
  display: block;
  top: 0;
  left: 0 !important;
  padding-top: 1%;
}
.menu a, .mProd a, .mProd2 a {
  color: #000000;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transition: transform .15s ease-out;
  display: block;
  font-weight: 600 !important;
  letter-spacing: 1pt;
}
.menu a:hover, .mProd a:hover, .mProd2 a:hover {
  color: #48B2CE;
  transform: translate(0, -5px);
}
.menuLogo {
  padding: 1%;
  padding-top: 1%;
}
.menuLogo img {
  max-width: 120px;
  padding-bottom: 10px;
  display: block;
  margin: auto;
  margin-left: 6%;
  margin-top: 0;
}
.inactive a {
  color: #AFAFAF;
}
.mItem {
  position: relative;
  top: 30px;
}
.mItem2 {
  position: relative;
  top: 0px;
}
.mItem3 {
  position: relative;
  top: 10px;
}
.mLogo {
  position: relative;
  top: 40px;
}
.bk {
  background-color: rgba(255, 255, 255, 1);
  background-size: cover;
}
.noBk {
  background-color: rgba(255, 255, 255, 0.75);
}
.botmenu {
  z-index: 99999999999;
  display: none;
}
.mobLogo {
  display: none;
}
.mobile {
  position: fixed;
  z-index: 999999;
  background: url("../img/faviconMenu.svg"), /*#48B2CE*/ #333333;
  background-repeat: no-repeat;
  background-position-y: 120%;
  background-position-x: 150px;
  background-size: contain !important;
  width: 100%;
  height: 100%;
  padding: 2%;
  box-sizing: border-box;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: none;
  overflow: scroll;
}
.mobile p {
  text-align: center;
  margin-bottom: 10%;
  margin-top: 12%;
}
.mobile a {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center !important;
  text-decoration: none;
  font-size: 120%;
  margin-bottom: 2%;
}
.mobile a:hover {
  color: #FAC712;
  font-weight: 600 !important;
}
.mobileMenu2 {
  background-color: #08A1C9;
  width: 100%;
  font-size: 80%;
  padding: 1%;
  border-radius: 12px;
  position: relative;
  display: none;
}
.mobileMenu3 {
  background-color: #E17D05;
  width: 100%;
  font-size: 80%;
  padding: 1%;
  border-radius: 12px;
  position: relative;
  display: none;
}
.mobileMenu2 p, .mobileMenu3 p {
  line-height: 125% !important;
  margin-top: 24px;
  margin-bottom: 24px !important;
}
/**SECTIONS**/
.video-container {
  min-height: 768px;
  width: 100%;
  position: relative;
  height: 100%;
}
.video-overlay {
  position: absolute;
  background-image: url("../img/vid_overlay.svg");
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.video-container video {
  /*width: 100%;
  height: 100%;*/
  position: absolute;
  object-fit: cover;
  z-index: 0;
  display: block;
}
.video-container h1 {
  color: #FFFFFF;
  font-size: 270%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.video-container h2 {
  color: #F5E935;
  letter-spacing: 1px;
  line-height: 140%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.video-container h3 {
  color: #05A3D9;
  letter-spacing: 1px;
}
.hero {
  position: absolute;
  top: 50%;
  left: 15%;
  z-index: 99;
}
.module {
  clear: both;
  position: relative;
  color: #000000;
  padding: 2%;
  margin: auto;
  height: auto;
  min-height: 320px;
}
.whw {
  height: auto;
}
.valoracion {
  height: auto;
  background-color: #F9700B;
  color: #FFFFFF;
}
.valoracion a {
  position: relative;
  left: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform .25s ease;
}
.valoracion a:hover {
  color: #000000;
  transform: translateX(10px) !important;
  display:block;
}
.valoracion a::after {
  content: '';
  position: relative;
  background: url("../img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  top: 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.valoracion a:hover:after {
  content: '';
  position: relative;
  background: url('../img/arrow-right_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 10px;
  top: 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.franja {
  background-color: #000000;
  display: block;
  height: auto;
  min-height: 496px;
}
.franja2 {
  background-image: url("../img/bullseye.svg");
  background-size: contain;
  height: auto;
  min-height: 567px;
  background-repeat: no-repeat;
  background-position: right;
}
.clientes {
  height: 33%;
  background-color: #FFFFFF;
}
.whw p {
  margin: 15%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  font-weight: 300;
}
.whwCol {
  width: calc(100%/3);
  float: left;
  min-height: 1280px;
  z-index: 999;
  position: relative;
}
.whwCol img {
  max-width: 150px;
  display: block;
  margin: auto;
}
.whwVariant img {
  max-width: 220px;
}
.whwShadow {
  /*box-shadow: 15px 5px 20px rgba(0, 0, 0, 0.2);*/
  display: block;
  z-index: 999;
}
.s01, .s02, .s03, .s04 {
  width: calc(48.3% - 4px);
  float: left;
  cursor: pointer;
  min-height: 260px;
}
.s01 {
  margin-left: 2%;
  border-right: dotted 2px #F9700B;
  border-bottom: dotted 2px #F9700B;
}
.s02 {
  border-bottom: dotted 2px #F9700B;
  margin-right: 2%;
}
.s03 {
  margin-left: 2%;
}
.s04 {
  margin-right: 1%;
}
/*.s01:hover, .s02:hover, .s03:hover, .s04:hover{
  color:#F9700B!important;
}*/
.s01 a {
  background-image: url("../img/tm.svg");
  background-position:top center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  line-height: 100%x;
  display: block;
  margin: auto;
  background-size: cover;
  text-decoration: none;
}
.s01 a:hover {
  background-image: url("../img/tm_up.svg");
  color:#F9700B;
}
.s01 h3, .s02 h3, .s03 h3{
  position: relative;
  top:150px;
  text-align: center;
  width:100%;
  display:block;
  margin:auto;
}

.s02 a {
  background-image: url("../img/cr.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  line-height: 100%x;
  display: block;
  margin: auto;
  background-size: contain;
  text-decoration: none;
}
.s02 a:hover {
  background-image: url("../img/cr_up.svg");
  color:#F9700B;
}
.s03 a {
  background-image: url("../img/kh.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  line-height: 100%x;
  display: block;
  margin: auto;
  background-size: cover;
  text-decoration: none;
}
.s03 a:hover {
  background-image: url("../img/kh_up.svg");
  color:#F9700B;
}
.s04 a {
  background-image: url("../img/rs.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  line-height: 100%x;;
  display: block;
  margin: auto;
  background-size: cover;
  text-decoration: none;
}
.s04 a:hover {
  background-image: url("../img/rs_up.svg");
}

/*.s01::after {
  content: "REGISTRO DE MARCA";
  display: inline-block;
}
.s01::after:hover {
  color: #F9700B;
}
.s02::after {
  content: "DERECHOS DE AUTOR";
  display: inline-block;
}
.s02::after :hover {
  color: #F9700B;
}
.s03::after {
  content: "PROTECCIÓN DE KNOW HOW";
  padding-bottom: 6%;
  display: inline-block;
}
.s03::after :hover {
  color: #F9700B;
}
.s04::after {
  content: "REGISTROS SANITARIOS";
  display: inline-block;
  color: #5F8098;
}
.s03::after :hover {
  color: #5F8098 !important;
}*/


.centro {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.centre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}
.respuestas {
  position: absolute;
  top: 0;
}
.answers {
  display: hide;
  background-color: rgba(255, 255, 255, 0.95);
  height: auto;
  z-index: 9999;
  box-shadow: 15px 5px 20px rgba(0, 0, 0, 0.2);
  width: 95%;
  position: absolute;
  top: 10%;
  left: 2.5%;
}
.answers a {
  color: #F9700B;
  font-weight: 500;
  text-decoration: none;
}
.answers a:hover {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.answers hr {
  clear: both;
  margin: 0;
  border: none;
  border-bottom: 2px dotted #F9700B;
}
.sanitario {
  background-color: rgba(95, 128, 152, 0.9);
  color: #FFFFFF;
  height: auto;
  z-index: 9999;
  box-shadow: 15px 5px 20px rgba(0, 0, 0, 0.2);
  width: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}
.sanitario hr {
  clear: both;
  margin: 0;
  border: none;
  border-bottom: 2px dotted #FFFFFF;
}
.notice {
  background-color: rgba(249, 112, 11, 0.1);
  padding: 1%;
  border-radius: 12px;
  margin-left: 5%;
  margin-right: 5%;
  border-left: 24px solid #F9700B;
}
.notice bold {
  color: #F9700B;
}
.opaque::before {
  background-color: rgba(0, 0, 0, 1);
}
.opaque {
  opacity: 1;
  transition: opacity 1800ms ease-in;
}
.product {
  background-color: #F9700B;
}
.product img {
  filter: invert(1);
}
.registro {
  background-color: rgba(95, 128, 152, 0.9);
}
.registro img {}
.call2action {
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
}
.call2action a {
  padding: 4%;
  border: 2px solid #F9700B;
  position: relative;
  top: 60px;
  display: block;
  transition: translate 1800ms ease-in;
}
.call2action a:hover {
  text-decoration: none;
  border: 2px solid #000000;
  transform: translate(0, -10px);
}
.call2action a::after {
  content: url("../img/pencil_up.svg");
  position: relative;
  left: 2%;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 6px;
}
.call2action a:hover::after {
  content: url("../img/pencil.svg");
  position: relative;
  left: 2%;
}
.call2action2 {
  text-align: center;
  width: 100%;
  position: relative;
  top: 100px;
}
.call2action2 a {
  padding: 4%;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  top: 60px;
  display: block;
  transition: translate 1800ms ease-in;
}
.call2action2 a:hover {
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  transform: translate(0, -10px);
}
.call2action2 a::after {
  content: url("../img/pencil_up.svg");
  position: relative;
  left: 2%;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 6px;
}
.call2action2 a:hover::after {
  content: url("../img/pencil.svg");
  position: relative;
  left: 2%;
}
.a01 {
  display: none;
}
.a02 {
  display: none;
}
.a03 {
  display: none;
}
.a04 {
  display: none;
}
.answers p .sanitario p {
  margin-bottom: 0.5% !important;
}
.close {
  padding-top: 2%;
}
#close a, #close2 a, #close3 a, #close4 a,  #close5 a, #close6 a {
  cursor: pointer !important;
  cursor: url('../img/cursor.svg') auto !important;
  text-decoration: none;
}
.close a::after {
  content: url("../img/close.svg");
  width: 20px;
  margin-left: 14px;
  transform: rotate(180deg) !important;
  display: block;
  float: right;
  position: relative;
  top: -8px;
  transition: rotate 3600ms ease-in;
}
.close a:hover::after {
  content: url("../img/close.svg");
  margin-left: 14px;
  transform: rotate(45deg) !important;
  display: block;
  float: right;
  position: relative;
  top: 0px;
  left: -4px;
}
#faqs{
  cursor: pointer;
}
.faqs{
  display: none;
  background-color: #EDEDED;
}

.faqs h2{
  text-transform: uppercase;
}
.faqs a{
  color: #F9700B;
  font-weight: 500;
}
.faqs a:hover{
  color:#000000;
}
.terms{
  font-size: 90%;
  margin-top: 2%;
}
.terms::before{
  content: '*';
  color:#F9700B;
  font-weight: 500;
  margin-right: 0.5%;
}
.orange{
  color:#F9700B;
  font-weight: 500;
  
}


.bottom {
  background-color: #000000 !important;
  background-position-x: 95%;
  background-position-y: center;
}
.bottom a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 100%;
}
.bottom a:hover {
  font-weight: 400 !important;
  color: #FAC712 !important;
}
.bottom p {
  font-size: 100%;
  color: #FFFFFF;
  margin-bottom: 0.5% !important;
}
.bottom h3 {
  color: #FFFFFF;
  font-style: normal;
  letter-spacing: 6px;
  margin-bottom: 4%;
}
.bottom img {
  margin: auto;
  margin-left: 0 !important;
  max-width: 140px;
  display: block;
}
.foot {
  background-color: #FFFFFF;
  height: 60px;
}
/**SLIDER**/
.carrusel {
  min-height: 768px;
  max-height: 1280px;
  position: relative;
  width: 100%;
  height: 100%;
}
.slideContent {
  position: absolute;
  top: 55%;
  left: 6%;
  z-index: 99;
}
.slideContent h1 {
  margin-top: 0 !important;
}
.slideContent h3 {
  font-weight: 600;
  margin-bottom: 0 !important;
  position: relative;
  top: 20px;
}
.slideContent a {
  color: #000000;
  font-weight: 600;
  border: solid 2px #000000 !important;
  display: inline-block !important;
  width: 300px;
  text-align: center;
  padding: 0.5%;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 2px;
}
.slideContent a:hover {
  background-color: #F9700B;
  color: #FFFFFF;
  border: solid 2px #F9700B !important;
}
.featured {
  font-family: fave-condensed-pro, sans-serif !important;
  color: #F9700B;
  font-size: 380%;
  letter-spacing: 2.5px
}
.accent {
  font-family: fave-condensed-pro, sans-serif !important;
  color: #F9700B;
  font-size: 200%;
}
/*FADE IN - OUT*/
.fade-in {
  opacity: 0;
  transition: opacity 1800ms ease-in;
}
.fade-in.appear {
  opacity: 1;
}
/**LAYOUT**/
.clear {
  clear: both;
  display: block;
  height: 1px;
}
.w100 {
  clear: both;
  width: calc(100%*1.0);
  box-sizing: border-box;
}
.w90 {
  width: calc(100%*0.9);
  float: left;
}
.w80 {
  width: calc(100%*0.8);
  float: left;
}
.w70 {
  width: calc(100%*0.7);
  float: left;
}
.w60 {
  width: calc(100%*0.6);
  box-sizing: border-box;
  float: left;
}
.w50 {
  width: calc(100%*0.5);
  box-sizing: border-box;
  float: left;
}
.w40 {
  width: calc(100%*0.4);
  float: left;
}
.w33 {
  width: calc(100%/3);
  float: left;
}
.w30 {
  width: calc(100%*0.3);
  float: left;
}
.w25 {
  width: calc(100%/4);
  float: left;
}
.w20 {
  width: calc(100%/5);
  float: left;
}
.w15 {
  width: calc(15%);
  box-sizing: border-box;
  float: left;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.w14 {
  width: calc(100%/10);
  box-sizing: border-box;
  float: left;
}
.w10 {
  width: calc(100%/10);
  float: left;
}
.w5 {
  width: 5%;
  float: left;
}
.w1920 {
  max-width: 1920px;
  margin: auto;
}
.w1366 {
  max-width: 1366px;
  margin: auto;
}
.w1280 {
  max-width: 1280px;
  margin: auto;
}
.w1024 {
  max-width: 1024px;
  margin: auto;
}
.w960 {
  max-width: 960px;
  margin: auto;
}
.hAuto {
  height: auto;
  min-height: 10%;
}
.h50 {
  height: 50%;
  min-height: calc(1080px / 2);
}
.h33 {
  height: 33%;
  min-height: calc(1080px / 3);
}
.h25 {
  height: 25%;
  min-height: calc(1080px / 4);
}
.p4 {
  padding: 4%;
}
.p3 {
  padding: 3%;
}
.p2 {
  padding: 2%;
}
.p1 {
  padding: 1%
}
.pL2 {
  padding-left: 2%;
}
.pB0 {
  padding-bottom: 0;
}
.pL0 {
  padding-left: 0;
}
.pt2 {
  padding-top: 2%;
}
.mL25 {
  margin-left: calc(25%/1);
}
.m16 {
  margin-left: calc(33%/2);
}
.m33 {
  margin-left: calc(33%/1);
}
.mL50 {
  margin-left: calc(100%/2);
}
.mTop{
  margin-top: 4%;
}
.tLeft {
  text-align: left !important;
}
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right;
}
.tJustify {
  text-align: justify !important;
}
.floatL {
  float: left
}
.vSpace {
  height: 60px;
  clear: both;
}
.vSpaceHalf {
  height: 30px;
  clear: both;
}
.noDisplay {
  display: none;
}
/*COLORS*/
.lightGray {
  background-color: #EDEDED;
}
/*WHATSAPP*/
.my-float {
  margin-top: 17px;
}
.float2 {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 60px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 48px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  transition: transform .25s ease;
}
.float2:hover {
  transform: translateY(-10px) scale(1.2);
}
/*Client Scroll*/
.logoScroll {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  min-width: 300px;
  max-width: 2220px;
  text-align: center;
}
/*SOCIAL*/
.social {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 4%;
  margin-bottom: 4%;
}
.ig, .li {
  float: left;
  width: calc(100%/2);
  text-align: center;
}
.ig a {
  background-image: url("../img/ig.svg");
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 40px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin: auto;
}
.ig a:hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 40px;
  background-image: url("../img/ig_up.svg");
  text-decoration: none !important;
}
.li a {
  background-image: url("../img/li.svg");
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 40px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin: auto;
}
.li a:hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-size: 40px;
  background-image: url("../img/li_up.svg");
  text-decoration: none !important;
}
#terms, #footPrivy{
  cursor: pointer;
}
.terminos{
  clear: both;
  font-weight: 200;
  font-size: 90%;
  opacity:0.8;
  margin-bottom:2%;
  display: none;
  z-index: 999999;
}

.terminos p{
  line-height: 150%;
}

.terminos a{
  color:#F9700B;
  font-weight: 500;
}

.terminos a:hover{
  color: #000000;
}

.c2a img{
  max-width: 30px;
  position: relative;
  top:0px;
  margin-right: 1%;
  float: left;
}
/*Fancybox*/
.fancybox__content>.f-button.is-close-btn:hover {
opacity: 1;
border: none!important;
transform: none!important;
}

