/**
* Template Name: BizLand - v1.2.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family:Quicksand;
    color:#606060;
}

a {
  color: #F2FFBC;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: fredokaone-regular;
}
ptf-1{
    padding-bottom: 1%;
}
.ptb-3{
    padding-bottom: 3%;
}
.ptf-6{
    padding-top: 6%;
}
.pf-5{
    padding: 5%;
}
.form-control {
    background-color: #fde5a6;
    border: 1px solid #ce9a07;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #9C22B5;
  border-top-color: #DA83D6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
    font-size: 20px;
    font-weight: unset;
    padding: 0 1px;
  font-family: Made-goodtime-grotesk;
  color:#fff;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #F2FFBC;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #F2FFBC;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #8875e4;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
    font-weight: inherit;
  text-transform: none;
  color: #ffffff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #F2FFBC;
}

.nav-menu .drop-down > a:after {
  content: "▼";
  font-family: monospace;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "▼";
  font-family: monospace;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: absolute;
    right: 30px;
    top: 85px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 79px;
  right: 75px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    font-family:redhattext-medium;
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    
  color: #9C27B0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
 }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

#topbar{
    background: no-repeat url(../img/bg/head1.png);
    height: 70px;
    background-color: #8f78e7;
    background-size: 100% 100%;
    background-position: 0cm bottom;
}
#topbar .logo{
    font-family:redhattext-medium;
    font-size: 0.8rem;
    color: #fff;
}
#topbar .social-links a img{
     width:34px;
}
#header{
    background: no-repeat url(../img/bg/head2.png);
	height: 131px;
    background-size: 100% 150%;
    background-position: 0cm bottom;
	    position: relative;
}
#header .logo a img{
    width:120px;
}
#slider{
    background: no-repeat url(../img/bg/slider01.png);
    background-position: center bottom;
    background-size: 100% auto;
    backface-visibility: hidden;
    margin-top: -5%;
    padding-top: 6%;
}
.text-slider{
    font-family: fredokaone-regular;
    color:#fff;
    font-weight: 100;
}
#slider2{
    background: no-repeat url(../img/sliders/slider02.png);
    background-position: center bottom;
    background-size: 100% auto;
    backface-visibility: hidden;
    margin-top: -6%;
    padding-top: 6%;
}
.text-slider{
    font-family: fredokaone-regular;
    color:#fff;
    font-weight: 100;
}
.text-slider2 {	
    font-family: fredokaone-regular;
    color:#fff;
    font-weight: 100;
}
.span-c1{
    color:#EDF0C6;
}
.span-c2{
    color:#3482DC;
}
.span-c3{
    color:#EDFFA7;
}
.slider-img{
    width: 100%;
}
.slider2-img{
    width: 46%;
    margin-right: 2%;
}
#sigueredes{
	background-image: url(../img/sliders/redes-sociales.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#sigueredes ul{
    list-style: none;
    font-family: fredokaone-regular;
    color:#fff;
}
#videoclick{
    background: #af5bfb;
    margin: -10% 0%;
}
#videoclick img{
    width: 100%;
    cursor:pointer;
}
#somos{
    background: no-repeat url(../img/bg/background-quienes-somos.png);
    background-position: center top;
    background-size: 100% auto;
    backface-visibility: hidden;
    padding-right: 0px;
    padding-left: 0px;
    font-family:Quicksand;
    color:#fff;
}
.somos-img{
     width:89%;
}
.somos-logo{
     width:100%;
}
.somos-title{
    font-family: fredokaone-regular;
    color:#F7F4CB;
}
#vision{
    background: no-repeat url(../img/bg/background-blanco-mision-vision.jpg);
    background-position: center top;
    background-size: 100% auto;
    backface-visibility: hidden;
}
#vision h3{
    font-family: fredokaone-regular;
    color:#F7F4CB;
    text-align:center;
}
.vc-1{
    color:#D397FF!important;
}
.vc-2{
    color:#866EFF!important;
}
#mapa{
    background: no-repeat url(../img/bg/background-mapa.png);
    background-position: center bottom;
    background-size: 100% auto;
    backface-visibility: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
#presentes{
    background: no-repeat url(../img/bg/background-blanco-mision-vision.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    backface-visibility: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
#marcas{
    background: no-repeat url(../img/bg/background-marcas.png);
    background-position: center top;
    background-size: 100% auto;
    backface-visibility: hidden;
    padding-right: 0px;
    padding-left: 0px;
}
#productos{
   background: no-repeat url(../img/bg/background-productos.png);
   background-position: center top;
   background-size: 100% auto;
   backface-visibility: hidden; 
    
}
#pagos{
    background: no-repeat url(../img/bg/background-blanco-mision-vision.jpg);
    background-position: center top;
    background-size: 100% auto;
    backface-visibility: hidden;
}
#pagos img:hover{
    cursor:pointer;
    opacity:0.7;
}
#footer{
    background: no-repeat url(../img/bg/background-verde-footer.png);
    background-position: center top;
    background-size: 100% auto;
    backface-visibility: hidden;
    color:#fff;
}
#contactenos{
    background: no-repeat url(../img/bg/background-contactenos.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    backface-visibility: hidden;
    margin-top: -3%;
    padding-top: 5%;
    margin-bottom: -6%;
    padding-bottom: 5%;
    background-color: #f3c965;
}
.form-group {
    margin-bottom: 0.3rem;
}
.ctr{
    font-family: fredokaone-regular;
    font-size: 23px;
    color: #fff;
}
.ttc{
    position: absolute;
    margin-left: -23%;
    font-size: 38px;
    line-height: 49px;
    color: #fff;
}
.ttc span{
    color:#9ffff7;
}
.ttc {
    position: absolute;
    margin-left: -34%;
}
#footer h3{
    font-family: fredokaone-regular;
    color:#fff;
}