@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility !important;
  color: #FFFFFF;
}
body {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 166px;
  padding-top: 36px;
}
section {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  min-width: 100%;
  display: table;
}
@-moz-document url-prefix() {
  section {
    display: inline-block;
    float: left;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 2%;
}
h1 {
  font-size: 500%;
  font-weight: 400;
}
p {
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 2%;
  font-weight: 100;
}
/***** L A Y O U T *****/
.clear {
  clear: both;
  width: 100%;
  display: block;
}
.menu {
  margin: auto;
  display: block;
  padding-top: 1%;
  padding-left: 20%;
  width: 50%;
  float: right;
  text-align: right !important;
}
.menu a {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  /*transition: transform .15s ease-out;*/
  display: block;
  font-weight: 600 !important;
  letter-spacing: 1pt;
}
.menu a:hover {
  color: #ffa000;
  /*transform: translate(0, -5px);*/
}
.c2a {
  background-color: #ffa000;
  padding: 8px;
  position: relative;
  top: -12px;
  border-radius: 6px;
  border: solid 2px #ffa000;
  max-width: 260px;
}
.c2a:hover {
  /*border: solid 2px #000000;
  background-color: #FFFFFF !important;
  color: #000000 !important;*/
  border: solid 2px #ffa000;
  background-color: transparent !important;
  color: #ffa000 !important;
}
.nextBtn {
  background-color: #ffa000 !important;
  text-transform: uppercase !important;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
  display: block;
  border: solid 2px #ffa000 !important;
}
.nextBtn:hover {
  border: solid 2px #ffa000 !important;
  background-color: transparent !important;
  color: #ffa000 !important;
}
.menuLogo {
  padding: 1%;
  padding-top: 1%;
  width: 50%;
  float: left;
}
.menuLogo img {
  max-width: 320px;
  padding-bottom: 30px;
  display: block;
  margin: auto;
  margin-left: 6%;
  margin-top: 0;
}
.mobile {
  position: fixed;
  overflow: auto;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  padding: 2%;
  box-sizing: content-box;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: none;
}
.mobile p {
  text-align: left;
  margin-left:24px;
  margin-top: 1.25rem;
}
.mobile a {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: left;
  font-family: futura-pt, sans-serif;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 2%;
}
.mobile a:hover {
  color: #FFA000;
}
.mobLogo {
  display: none;
}
.topLogo img {
  max-width: 240px;
  margin:24px;
  display: block;
  padding-top: 15%;
}
.botmenu {
  z-index: 99999999999;
  display: none;
}
.w100 {
  clear: both;
  width: calc(100%*1.0);
  box-sizing: border-box;
}
.w80 {
  float: left;
  width: calc(100%*0.8);
  box-sizing: border-box;
}
.w75 {
  float: left;
  width: calc(100%*0.75);
  box-sizing: border-box;
}
.w60 {
  width: calc(100%*0.6);
  box-sizing: border-box;
  float: left;
}
.w50 {
  width: calc(100%*0.5);
  box-sizing: border-box;
  float: left;
}
.w33 {
  width: calc(100%/3);
  box-sizing: border-box;
  float: left;
}
.w25 {
  width: calc(100%*0.25);
  box-sizing: border-box;
  float: left;
}
.w18 {
  width: calc(100%*0.18);
  box-sizing: border-box;
  float: left;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.whw {
  height: auto;
  min-height: 520px;
}
.mAuto {
  margin: auto;
  display: block;
  width: 80%;
  float: none !important;
}
.vSpacer {
  clear: both;
  height: 100px;
}
.vSpacerx2 {
  clear: both;
  height: 200px;
}
.vSpacerHalf {
  clear: both;
  height: 50px;
}
.vSpacerQ {
  clear: both;
  height: 12px;
}
.p0 {
  padding: 0;
}
.p2 {
  padding: 2%;
}
.p4 {
  padding: 4%;
}
.textC {
  text-align: center;
}
.tCenter {
  position: relative;
  top: 200px;
  left: 10%;
  display: block;
  width: 90%;
}
/**SOCIAL**/
#socialV {
  width: 36px;
  height: 260px;
  position: fixed;
  top: 15%;
  padding: 0.5%;
  transition: all;
  -webkit-transition: all;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  left: 3.5%;
  z-index: 999999;
}
#socialV p {
  transform: rotate(90deg);
  left: 6px;
  position: relative
}
.ig, .in {
  float: left;
  width: calc(100%/1);
  margin-bottom: 24px;
  position: relative;
  top: 100px;
}
.ig2, .in2, .t2 {
  float: left;
  width: calc(100%/3);
  position: relative;
}
.ig a, .ig2 a {
  background-image: url("../images/ig.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  text-align: center;
  background-position: center;
  margin: auto !important;
}
.in a, .in2 a {
  background-image: url("../images/in.svg");
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  text-decoration: none;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  text-align: center;
  background-position: center;
  margin: auto !important;
}
.ig a:hover, .ig2 a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  background-image: url("../images/ig_up.svg");
  text-decoration: none !important;
  text-align: center;
  background-position: center;
}
.in a:hover, .in2 a:hover {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  background-image: url("../images/in_up.svg");
  text-decoration: none !important;
  text-align: center;
  background-position: center;
}
/**END SOCIAL**/
/**SLIDER**/
.carrusel {
  min-height: 1080px;
  max-height: 1388px;
  position: relative;
  width: 100%;
  height: auto;
}
.slideContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}
/**END SLIDER***/
/**SECTIONS**/
.intro {
  width: 100%;
  margin: auto;
  display: block;
  height: auto;
  max-width: 1200px;
  position: relative;
  z-index: 999;
  top: 0px;
  padding: 4%;
  padding-top: 8%;
}
.intro h1 {
  line-height: 110%;
}
.intro h3 {
  font-weight: 100;
  font-size: 110%;
  letter-spacing: 9px !important;
}
.intro h3::before {
  content: "";
  display: inline-block;
  background-color: #FFFFFF;
  width: 80px;
  height: 3px;
  border-radius: 1.5px;
  margin-right: 3%;
  position: relative;
  top: -5px;
}
.intro p {
  font-size: 160%;
  text-align: left;
}
.porQue {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.85)), url("../images/slide01.jpg");
  min-height: 520px;
  height: auto;
  background-size: cover;
}
.porContenido {
  width: 80%;
  margin: auto;
  padding-top: 10%;
}
.porQue h2 {
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}
.porQue h3 {
  text-align: center;
  font-weight: 600;
  font-size: 120%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.porQue p {
  font-weight: 400;
  line-height: 125%;
}
.bkgW {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: rgba(255, 255, 255, 0.25);
}
.bkgB {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 4%;
  min-height: 200px;
}
.bkgB p {
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}
.why {
  /*width: calc(100%*0.25);*/
  box-sizing: border-box;
  float: left;
  padding: 1%
}
.why img {
  width: 98%;
  margin: auto;
  display: block;
  padding: 2%;
  min-height: 165px;
}
/* Make each card content nicely centered */
.why {
  display: grid;
  grid-auto-rows: min-content;
  align-content: start;
}
.why .bkgB {
  padding: 1% 1% 1.25%;
}
/* width is now capped by the viewport; no page-level horizontal scroll */
.logoScroll {
  width: 96%;
  max-width: 100vw; /* was 2220px */
  min-width: 0; /* was 300px */
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  overflow-x: hidden; /* contain any accidental child overflow */
  text-align: center;
  direction: ltr !important;
}
/* keep your shadow, but also make sure images never exceed the container */
.logoScroll img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.0) !important; /* existing */
}
.aliados {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65)), url("../images/aliados_institucionales.jpg");
  min-height: 520px;
  background-size: cover;
  background-position: top;
  height: auto;
}
.aliadosContenido {
  width: 80%;
  margin: auto;
  padding-top: 5%;
}
.aliados h2 {
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}
.wAllies {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
  padding-left: 1%;
  ;
  padding-right: 1%;
}
.wClientes {
  width: calc(100%/5);
  box-sizing: border-box;
  float: left;
  padding-left: 1%;
  ;
  padding-right: 1%;
}
.mClientes {
  margin-left: calc(20%/2);
}
.servicios {
  min-height: 768px;
  height: auto;
}
.serviciosContenido {
  width: 80%;
  margin: auto;
  padding-top: 5%;
}
.pAb {
  width: 50%;
  float: left;
  margin-bottom: 36px;
}
.servicios h2 {
  font-size: 300%;
  font-weight: 600;
  letter-spacing: 6px;
  text-align: center;
}
.servicios h3 {
  font-size: 175%;
  font-weight: 500;
}
.servicios h4 {
  font-size: 80%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 12px;
}
.servicios h4::before {
  content: "";
  display: inline-block;
  background-color: #FFFFFF;
  width: 68px;
  height: 1px;
  border-radius: 1.5px;
  margin-right: 3%;
  position: relative;
  top: -5px;
}
.servicios li {
  font-size: 115%;
  line-height: 200%;
  font-weight: 400;
  list-style-position: inside;
}
.servicios p {
  text-align: left;
}
.servicios a {
  color: #FFFFFF;
  position: relative;
  top: 36px;
  font-weight: 900;
  font-size: 90%;
  transition: transform .15s ease-out;
  display: block;
  text-decoration: none;
}
.servicios a:hover {
  color: #ffa000;
  transform: translate(0, -5px);
}
.servicios img {
  width: 98%;
  margin: auto;
  display: block;
}
.no1 {
  background-image: url("../images/numbers_01.svg");
  background-repeat: no-repeat;
  background-position-X: 0px;
  background-size: 360px;
}
.no2 {
  background-image: url("../images/numbers_02.svg");
  background-repeat: no-repeat;
  background-position-X: 0px;
  background-size: 360px;
}
.fL {
  float: right;
}
.cotiza {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url("../images/cotiza_bkg2.jpg");
  background-position: center;
  width: 100%;
  margin: auto;
  min-height: 1366px;
  position: relative;
}
.cotizaContenido {
  width: 90%;
  margin: auto;
  padding-top: 2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cotiza h2 {
  font-size: 300%;
  font-weight: 600;
  letter-spacing: 6px;
  text-align: center;
}
.cotiza h3 {
  text-align: center;
  font-size: 220%;
  font-weight: 900;
  letter-spacing: 0px;
}
.cotiza h4 {
  text-align: center;
  font-size: 140%;
  font-weight: 400;
  letter-spacing: 0px;
}
.cotiza h5 {
  text-align: center;
  font-size: 120%;
  letter-spacing: 0;
  font-weight: 100;
}
.termometro {
  width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 8px;
  border-radius: 4px;
  z-index: 99;
  float: left;
}
.termometroT h5 {
  position: relative !important;
  display: block !important;
  top: -12px !important;
  left: -10px;
  float: right;
  font-weight: 900;
}
.wT20 {
  width: calc(25% - 1px);
  float: left;
}
.Uof5 {
  background-color: #FFa000;
  height: 6px;
  margin-left: 1px;
  border: none;
  z-index: 9;
  float: left;
  border-radius: 4px;
}
.glass-card {
  position: relative;
  /* make sure children don’t bleed out */
  overflow: hidden;
  border-radius: 14px;
  /* fallback for browsers without backdrop-filter */
  background: rgba(55, 55, 55, 0.25);
  /* apply the blur to whatever is behind this element */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 1%;
  width: 100%;
  display: block;
  box-sizing: content-box;
  top: 12px;
  max-width: 860px;
  margin: auto
}
/* create the glassy outline */
.glass-card::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top/right/bottom/left */
  pointer-events: none; /* so it doesn’t block clicks */
  border-radius: inherit;
  /* semi‑opaque white border “stroke” */
  border: 1px solid rgba(255, 255, 255, 0.26);
  /* clip the border inside so the backdrop blur shows through under it */
  box-sizing: border-box;
}
.glass-card2 {
  /* make sure children don’t bleed out */
  overflow: hidden;
  border-radius: 14px;
  /* fallback for browsers without backdrop-filter */
  background: rgba(55, 55, 55, 0.25);
  /* apply the blur to whatever is behind this element */
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #FFFFFF;
  padding: 4%;
  width: 49%;
  margin: 0.5%;
  float: left;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
.glass-card2 strong {
  font-weight: 600;
}
.glass-card2 a {
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 130%;
}
.glass-card2:hover {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.25);
  display: block;
}
.glass-card button {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  font-size: 100%;
  letter-spacing: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border: 2px solid rgba(0, 0, 0, 05);
  margin: auto;
  width: 50%;
  display: block;
  cursor: pointer;
  padding: 12px;
  font-family: futura-pt, sans-serif !important;
  text-transform: uppercase;
}
.glass-card button:hover {
  border: solid 2px #FFFFFF;
  background-color: transparent;
}
.botones {
  margin-top: 40px;
  clear: both;
  width: 100%;
  display: inline-block;
}
.glass-card input {
  float: left;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(155, 155, 155, 0.25);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #FFFFFF;
  padding: 1.25%;
  margin: 2%;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  min-width: 280px;
  margin-bottom: 12px;
  width: 96%;
  font-size: 90%;
  font-family: futura-pt, sans-serif !important;
  height: 50px;
}
.glass-card textarea {
  float: left;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(155, 155, 155, 0.25);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #FFFFFF;
  padding: 1.25%;
  margin: 2%;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  min-width: 280px;
  margin-bottom: 12px;
  width: 96%;
  font-size: 90%;
  font-family: futura-pt, sans-serif !important;
}
.glass-card input::placeholder {
  font-size: 110% !important;
  color: #FFFFFF;
  font-weight: 300;
  font-family: futura-pt, sans-serif !important;
}
.glass-card label {
  float: left;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 8px;
  width: calc(100% - 46px);
  font-family: futura-pt, sans-serif !important;
}
.check {
  clear: unset !important;
  float: left;
}
.glass-card input[type="checkbox"] {
  clear: both;
  border: 1px solid rgba(255, 255, 255, 0.16);
  width: 16px;
  float: left;
  position: relative;
  top: 0px;
  max-width: 16px;
  min-width: 16px;
}
.glass-card select {
  float: left;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(155, 155, 155, 0.25);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #FFFFFF;
  padding: 1.25%;
  margin: 2%;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  min-width: 280px;
  margin-bottom: 12px;
  width: 96%;
  font-size: 90%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position-x: 98%;
  background-position-y: 50%;
  font-family: futura-pt, sans-serif !important;
}
.glass-card ul {
  list-style: none;
  font-weight: 300 !important;
}
.glass-card li {
  line-height: 125% !important;
  margin-bottom: 2% !important;
}
.terms {
  clear: both;
  display: block;
  width: 100%;
  font-size: 70%;
  padding: 24px;
}
b {
  font-weight: 500;
}
#review ul {
  list-style: unset !important;
  list-style: inside !important;
}
/* Hide all steps by default */
.form-step {
  display: none;
}
/* Show only the active step */
.form-step.active {
  display: block;
}
/* Choice styling */
.choice {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.choice:hover {
  transform: scale(1.05);
}
.choice.selected {
  border: 3px solid #ffa000;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.5);
  background-color: rgba(33, 33, 33, 0.1);
}
.bottom {
  background-color: #000000;
  width: 100%;
  margin: auto;
  min-height: 590px;
}
.bottom a {
  color: #FFFFFF;
  text-decoration: none;
  transition: transform .15s ease-out;
  display: block;
}
.bottom a:hover {
  color: #ffa000;
  transform: translate(0, -5px);
}
.social {
  width: 98%;
  margin-right: 0%;
  margin-left: 2%;
  display: inline-block;
  clear: both;
  text-align: left;
  margin-top: 4%;
  margin-bottom: 4%;
}

.socialBot {
  width: 98%;
  margin-right: 0%;
  margin-left: 2%;
  display: inline-block;
  clear: both;
  text-align: left;
  margin-top: 4%;
  margin-bottom: 4%;
}

.animation {
  position: absolute;
  top: 40%;
  left: calc(20%);
  width: 60%;
  z-index: 999999;
  display: block;
  margin: auto;
}
.face {
  position: relative;
  width: 20%;
  float: left;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}
.face img {
  height: 360px;
}
.logoText {
  width: 80%;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(5%, -50%);
}
.logoText img {
  height: 250px;
}
#face {
  left: calc(50% - 130px);
  opacity: 0;
}
#text {
  opacity: 0.0;
}
.scroll {
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: block;
  top: 95%;
}
.scroll img {
  max-width: 50px;
  display: block;
  margin: auto;
}
.objeto {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 0;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 30px;
  }
}
#review {
  width: 80%;
  margin: auto;
  display: block;
}
/**** COOKIES ****/
.galletas {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 6px;
  z-index: 999999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  font-family: futura-pt, sans-serif;
  display: none;
}
.ga01 {
  width: 90%;
  margin: auto;
  display: block;
  padding: 0.5%;
}
.ga02 {
  font-size: 15px;
  font-family: futura-pt, sans-serif;
  display: block;
  padding: 0.5%;
}
.cookiesUno {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 999999;
  font-family: futura-pt, sans-serif;
}
.cookiesDos {
  background: rgba(0, 0, 0, 0.8);
  width: 90%;
  max-width: 500px;
  padding: 20px;
  border-radius: 6px;
  color: #FEFEFE;
  font-family: futura-pt, sans-serif;
}
.cookiesDos h3 {
  margin-top: 0;
  color: #ffa000;
  font-family: futura-pt, sans-serif;
}
.cookiesUno button[type="submit"] {
  background: #ffa000;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;  
}
.cookiesUno button[type="button"] {
  margin-left: 10px;
  background: #eee;
  color: #333;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
}