/* 
amarilo:#FCCC3B
verde:#00A4B4
naranja:#FE6205
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap');

i.fa {background: #777; border-radius: 50%; font-size: 16px; color: #f7fdfd; padding: 6px; width: 30px; height: 30px;text-align: center;}
i.fa:hover { background:#ee7416; color:#fff;}
body, html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif; 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #3C3C3B;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;}
p {font-family: 'Raleway', sans-serif; }

a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

button {
  border: 0px;
}
button:focus {
  outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {margin-top: 0px;font-family: 'poppins', sans-serif;}
h1 {font-size:5rem; font-weight:600; }
h2 { margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    color: #3C3C3B;
    font-weight: 600;
    font-size: 4.3rem;
    letter-spacing: -2px;}
h3 {font-size: 30px; font-weight: normal;font-family: 'Raleway', sans-serif;}
.blanco{color: #fff !important; }
.negro{color:#222222 !important; }
.navbar-fixed-bottom, .navbar-fixed-top{ position:relative !important;}
hr.separator {border-top: 1px solid #edb091;  margin: 5px auto;   width: 60%;}
.amarillo{ background:#ffe9a6}
.verde{color:#00A4B4}
.naranja{color:#FE6205}
.blanco{color: #fff !important; }
.negro{color:#3C3C3B !important; }
.gris{color:#3C3C3B;}
.gris-2{background-color:#f7f7f7;}
.bg-naranja { background-color: #FE6205;}
.bg-blanco { background-color: #fff;}
.margin-b-30 {margin-bottom: 30px;}
.margin-t-60 { margin-top: 60px;}
.padding-t-30 {padding-top: 30px;}
.padding-30 {padding: 0px 30px;}
.padding-t-100 {padding-top: 100px;}
.padding-bt-60 {padding-bottom: 60px;}
.extra-txt {
    font-size: 7rem;
    margin-bottom: -5px;
}
/**spaces**/
.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}
.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}
.space-100 {
  width: 100%;
  height: 100px;
  clear: both;
}

@media (min-width: 768px) {
  .vertical-align-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
.center-title { text-align: center;}
.center-title h3{ color: #fff;}
.center-title p {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Raleway', sans-serif;
}
.center-title i {
  color: #14af98;
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

/***buttons***/
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  font-size: 13px;
  border: 0px;
  text-transform: uppercase;
  font-weight: 600;
   font-family: 'Poppins', sans-serif;
}
.btn i {
  margin-left: 5px;
}
.btn.btn-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-lg {
  padding: 15px 40px;
}

.btn-skin {
  background-color: #14af98;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  color: #fff;
  background-color: #444;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background-color: #14af98;
}

.btn-default {
  background-color: #f3f3f3;
  color: #777;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  background-color: #333;
}

.btn-white {
  background-color: #333;
  color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #333;
  background-color: #cacaca;
}

/***header style 1**/
.header-v1 {
  padding: 10px 0;
  border: 0px;
  background-color: transparent;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-v1 .navbar-brand {
  float: left;
  height: 60px;
  padding: 6px 15px;
  font-size: 35px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 700;
  line-height: 20px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
   font-family: 'Poppins', sans-serif;
}
.header-v1 .navbar-brand:hover {
  color: #fff;
}

.header-v1.sticky {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0px 0px;
}

.header-v1 .navbar-nav > li > a {
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.header-v1 .navbar-nav > li > a:hover {
  color: #14af98;
}

.header-v1.sticky .navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
  color: #14af98;
  background-color: transparent;
}

.header-v1.sticky .navbar-nav > .active > a, .header-v1.sticky .navbar-nav > .active > a:focus, .header-v1.sticky .navbar-nav > .active > a:hover {
  color: #14af98;
  background-color: transparent;
}

.header-v1 .navbar-brand {
  color: #fff;
}

.header-v1.sticky .navbar-brand {
  color: #333;
}

@media (min-width: 992px) {
  .header-v1 .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -65px !important;
    top: 10px;
  }

  .header-v1.sticky .navbar-brand {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-right li.button-nav a {
    background-color: #14af98;
    color: #fff;
    padding: 8px 15px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
    background-color: #333;
    color: #fff !important;
  }

  .header-v1.sticky .navbar-right li.button-nav a {
    color: #fff;
  }
}
/***header v2 using into newsletter form home section**/
.header-v2 { margin-bottom: 0px; border: 0px;background-color: transparent; min-height:55px;}
.header-v2 .navbar-brand {
  color: #14af98;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 35px;
}
.header-v2 .socials li a {
  margin-top: 10px;
  font-size: 30px;
}
.header-v2 .socials li a:hover {
  color: #14af98;
}

.header-v2 .navbar-nav > li > a {
  color: #777;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.header-v2 .navbar-nav > .active > a, .header-v2 .navbar-nav > .active > a:focus, .header-v2 .navbar-nav > .active > a:hover {
  color: #14af98;
  background-color: transparent;
}


@media (max-width: 767px) {
  .navbar-nav {
    background-color: #333;
    margin: 0px;
  }

  .header-v1 .navbar-toggle {
    border: 0px;
    margin-top: 15px;
  }

  .header-v1 .navbar-toggle:focus, .header-v1 .navbar-toggle:hover {
    background-color: transparent;
  }

  .header-v1 .navbar-collapse, .header-v1 .navbar-form {
    border: 0px;
  }

  .header-v2 .navbar-nav {
    background-color: transparent;
  }
}


.footer {background-color: #333;  padding-top: 60px; color: #a4a4a4 !important;}
.footer h2 {margin-bottom: 20px;font-weight: 500;text-transform: uppercase; font-size: 18px;}
.footer p {font-size: 15px; font-weight: 400;}
.footer ul li { padding-bottom: 20px;}
.footer ul li i { float: left; color: #fff; margin-right: 20px;}
.footer ul li span {display: block;overflow: hidden;font-size: 15px;}
.footer ul.list-inline li { padding: 0px;}
.footer ul.list-inline li a { margin: 5px;}
.footer ul.list-inline li a i {color: #fff;margin: 0px;}
.footer ul.list-inline li:hover i {color: #fff;}
.footer .footer-bottom {padding-top: 40px;padding-bottom: 40px;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.footer .footer-bottom .list-inline li a {color: #fff;font-weight: 400;text-transform: uppercase;}
.footer .footer-bottom .list-inline li a:hover { color: #fff;}
.destacado{font-weight:600; line-height:24px;}
.owl-wrapper .owl-item { padding-left:10px;}

/****banner contact form**/
.home-contact {padding-top: 50px; min-height: 625px; margin-top: -120px;}
.home-contact .contact-home-text {padding:15px; text-align: center; border: 10px solid #fccc3b;margin: 25px 25px 15px;}
.home-contact .contact-home-text h4 {color: #212529;font-weight:600;font-size: 25px;}
.home-contact .contact-home-text h1 { font-size: 40px;}
.home-contact .contact-home-text p { font-size: 20px; color: #212529;}
.formulario{background-color: #FE6205;}
.card{ padding:0px !important}
.contact-home-form {background-color: rgba(255, 255, 255, 0.95);padding: 25px 15px;-webkit-border-radius: 5px;-moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px;}
.contact-home-form .form-control {margin-bottom: 15px;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0; border-radius: 0;  border: 0px;  -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; box-shadow: none; min-height: 45px;}
.contact-home-form .btn { width: 100%; display: block;}


.aside-feature-row {
  padding: 50px 0px 0px;
  overflow: hidden;
}
.aside-feature-row h2 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 15px;
  color: #212529;
}
.aside-feature-row h3 {
  color: #212529;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}
.aside-feature-row p {
  font-weight: normal;
  font-size: 15px;
}
.aside-feature-row i {
    color: #d9b310;
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}
.aside-feature-row ul {
  margin-bottom: 30px;
}
.aside-feature-row ul li {
  font-size: 16px;
  line-height: 40px;
  display: block;
  font-weight: normal;
}
.aside-feature-row ul li i {
  margin-right: 10px;
  color: #14af98;
}


@media (max-width: 991px) {
  .contact-home-text {
    padding: 40px 0;
  }
}

@media (max-width: 375px) {
  .input-group .form-control, .input-group-addon, .input-group-btn {
    display: inherit;
  }

  .assan-newsletter .form-control {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer .footer-bottom .list-inline li a {
    font-size: 12px;
  }
}
.titulo {
    font-weight: 500;
	font-size: 3rem;
    color: #212529;
    font-family: 'Poppins', sans-serif;
}
.subtitulo {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.descripcion { font-size: 1.7rem;  line-height: 21px;  font-family: 'Raleway', sans-serif; padding-bottom: 20px; min-height: 125px; color: #fff;}
.aside-feature-row img{ float:left;}
#variedad-de-gc{ margin: 0px auto; width:100%;}
#como-funciona p {
    color: #3C3C3B;
    padding: 10px 20px 0PX;
    font-size: 1.8rem;
}
#como-funciona h3 {
    color: #3C3C3B;
    padding-bottom: 30px;
}
#casos-de-uso {
    background-color: #fff;
    margin: 0px auto;
    width: 100%;
    padding: 0px 30px;
}
#casos-de-uso .bloquetxt { min-height:290px; padding: 8% 30px 0px; background: #fff;}
#casos-de-uso .bloquetxt h2 {font-family: 'Poppins', sans-serif; color: #3C3C3B; font-size: 18px;text-align: center;}
#casos-de-uso .bloquetxt p { font-family: 'Raleway', sans-serif; font-size: 18px; color: #3C3C3B; text-align: center;}

.btn-contacto { min-height: 70px;}
.subtitulo{font-weight:300; font-family: 'Poppins', sans-serif;}
#contacto{ background: url(../images/bg-cia.png) #f7f7f7; background-repeat:no-repeat;background-position: top; padding-top: 50px;}
#contacto h2{ color:#212529;}
span.pe-7s-mail { color: #212529;}
#contacto .subContact{ color: #656565; font-size: 21px; max-width:550px;text-align: center; margin: 0px auto;}
.center-title i {color: #15af98; font-size: 40px;  margin-bottom: 20px; display: block;}
.menu-footer{padding: 0px 15px !important; text-transform: uppercase; font-size: 12px;font-weight: 600;}
#success_message p{ color: #fff; font-size: 24px;  padding-top: 200px;}
#error_message p{ color: #fff; font-size: 24px;}
.margin50 {margin:50px;}
#companias{text-align: center; width: 100%; margin: 0px auto; background: #f7f7f7;}
#companias .item { display: inline-block;margin: 0px 10px;}
.item img {max-width: 200px !important;  mix-blend-mode: multiply; border-radius: 5px;}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .navbar-nav > li > a {  padding-top: 20px; padding-bottom: 20px; }
    .circulo{margin-bottom: 40px !important;}
    .circulo1{margin-bottom: 40px !important;}
    .circulo2{margin-bottom: 40px !important;}
    .circulo3{margin-bottom: 40px !important;}	
	#como-funciona{margin: 0px;}
	#casos-de-uso{margin: 0px;}
	.home-text h1 { font-size: 22px;}
	#como-funciona h3 { font-size: 1.4rem}
	#casos-de-uso h3 { font-size: 1.4rem}
	#como-funciona .card { padding: 10px; width: 20%;margin-left: 8% !important;}
	.descripcion { min-height: 220px;}
}
@media (max-width: 480px) {
	.intro-section .intro_text p {
    padding-right:0px !important;
	text-align:center;}
	#contacto { padding: 80px 10px !important;}
	.home-contact {padding-top: 10px !important;}
    .circulo{margin-bottom: 40px; min-height: 550px;}
    .circulo1{margin-bottom: 40px; min-height: 550px;}
    .circulo2{margin-bottom: 40px; min-height: 550px;}
    .circulo3{margin-bottom: 40px; min-height: 550px;}
	.img-header{display:none}
	.btn-contacto {top:500px;left:15%;}
	.form .label { font-size: 0.9rem !important;letter-spacing: 0em !important;  margin: 0px !important;}
	.form .text-input,.textarea { margin:10px auto !important;}
	.form .field:last-child { float: left;}
	.form .button { margin: 30px 0px !important;}
	.intro-section { padding-top:70px; padding-bottom:70px;}
	.col-md-1{ visibility:0;}
	#como-funciona .card { width: 100%; margin: 1rem auto;margin-left: 8% !important;}
#casos-de-uso .bloquetxt { min-height:140px;}
.navbar-toggle{display:none}
}
@media (min-width: 992px){
.col-md-6 { width: 49%; margin-right: 10px;margin-bottom: 40px;}
}

.owl-carousel .owl-item img { transform-style: preserve-3d; }
.evento{border-radius: 40px;}

.evento:hover{
border-radius: 40px;
opacity: 0.8;
}
a.brand img {  padding: 6px 15px; margin: 35px auto; text-align: center;}
/*NUEVOS ESTILOS 2021*/
.bg-light { background-color: transparent;}
/*#banner { z-index: -999;}*/
/*-----------------
 LOGO BAR
-------------------*/

.logo-bar {
    padding: 30px 0px 60px;
}

.top-info-block {
    margin-right: 30px;
}


.icon-block {
    margin-right: 20px;
    color:#21c87a;
    font-size: 40px;
    line-height: 20px;
    font-weight: 400;
}

.top-info-block h5,
.top-info-block p {
    margin-bottom: 0px;
}

.top-info-block:last-child {
    margin-right: 0px;
}

.header-bar {
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
}


.main-navigation {
    margin-top: -40px;
}



/*----------------------
 BANNER STYLE
-----------------------*/
align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.logo-bar.d-none.d-md-block.d-lg-block{position: absolute;}
.py-7 {
    padding: 7.5rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}


.main-banner h5{
    margin-bottom: 20px;
}

.main-banner h1.display-4{
    line-height: 65px;
}

.main-banner p.lead,
.banner-content p.lead{
    margin-bottom: 2.5rem!important;
}
/*-------------------------
 HOME -2 
-----------------------------*/
#banner{
    position: relative;
    background: url("../images/1-bg-gcs.jpg")no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	background-position:right center;
	margin-left: 30px;
    border-radius: 0px 0px 0px 276px;
}


.banner-content {
    padding: 150px 0px;
    padding-right: 30px;
}
.banner-content p{
    color: #eee;
    padding-right: 80px;
    margin-bottom: 30px !important;
}
.banner-content .display-4{
    color: #fff;
    font-weight: 600;
}

#banner .overlay{
    opacity: .7;
}

.banner-contact-form{
    margin: 20px auto 60px;
	-webkit-box-shadow: 0 7px 9px 0 rgba(0,0,0,.1), 0 4px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 7px 9px 0 rgba(0,0,0,.1), 0 4px 10px 0 rgba(0,0,0,.1);
    min-height: 600px;border-radius: 14px;
}
.banner-contact-form .form-control{border-radius: 0px; height: 45px;}
.banner-contact-form textarea.form-control{height: auto;}
.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}}
@media (max-width: 480px) {.owl-carousel .owl-item { min-width: 140px; border:1px solid;}.circulo1{ margin: 10px;}}/* agranda las imagenes de gift cards en mobile*/
@media (min-width: 768px){.owl-carousel .owl-item { min-width: 140px;}}/* agranda las imagenes de gift cards en mobile*/
.como-funciona{font-size: 3rem !important; font-weight: 600 !important;}

.circulo1{ padding: 25px;margin: -15px; border-radius: 20px;font-family: poppins;}
.circulo1:hover{  box-shadow: 0 10px 22px 10px rgba(27,38,49,.1); transform: translateY(-5px); transition: all 0.3s ease-in-out 0s}
.subtitulo-contacto {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #12529c;
    width: 100%;
    margin: 0px auto;
    line-height: 36px;
}


/*carrousel de logos proveedores*/
.owl-carousel .owl-item {
  height: 160px; /* ajusta la altura a tus necesidades */
}

.owl-carousel .owl-item {
  height: 160px; /* ajusta la altura a tus necesidades */
  display: flex;
  align-items: center;
}
.como-funciona {
    font-size: 3rem !important;
    font-weight: 600 !important;
}
#como-funciona p {
    color: #3C3C3B;
    padding: 10px 20px 0PX;
    font-size: 1.8rem;
}
#como-funciona h3 {
    color: #3C3C3B;
    padding-bottom: 30px;
}
#casos-de-uso {
    background-color: #fff;
    margin: 0px auto;
    width: 100%;
    padding: 0px 30px;
}

#variedad-de-gc {
    margin: 0px auto;
    width: 90%;
    border-radius: 100px;
}


/*boton flotante*/
.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #222; /* Color del texto */
	border-radius: 100px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: transparent; /* Color de fondo */
	position: fixed;
	bottom: 10px;
	right: 30px;
	transition: all 300ms ease 0ms;
	z-index: 99;
}
.btn-flotante:hover {
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
	}
}
/*boton flotante*/
.btn-flotante-demo {
	display: none;
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #222; /* Color del texto */
	border-radius: 100px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: transparent; /* Color de fondo */
	position: fixed;
	bottom: 105px;
	right: 30px;
	transition: all 300ms ease 0ms;
	z-index: 99;
}
.btn-flotante-demo:hover {
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante-demo {
		font-size: 14px;
	}
}