
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Axiforma-Regular';
  src: url('../fonts/Axiforma-Regular.eot');
  src: local('☺'), url('../fonts/Axiforma-Regular.woff') format('woff'), url('../fonts/Axiforma-Regular.ttf') format('truetype'), url('../fonts/Axiforma-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma-ExtraBold';
  src: url('../fonts/Axiforma-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Axiforma-ExtraBold.woff') format('woff'), url('../fonts/Axiforma-ExtraBold.ttf')  format('truetype'), url('../fonts/Axiforma-ExtraBold.svg#Axiforma-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma-Black';
  src: url('../fonts/Axiforma-Black.eot');
  src: local('☺'), url('../fonts/Axiforma-Black.woff') format('woff'), url('../fonts/Axiforma-Black.ttf') format('truetype'), url('../fonts/Axiforma-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma-Medium';
  src: url('../fonts/Axiforma-Medium.eot');
  src: local('☺'), url('../fonts/Axiforma-Medium.woff') format('woff'), url('../fonts/Axiforma-Medium.ttf') format('truetype'), url('../fonts/Axiforma-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma-Light';
  src: url('../fonts/Axiforma-Light.eot');
  src: local('☺'), url('../fonts/Axiforma-Light.woff') format('woff'), url('../fonts/Axiforma-Light.ttf') format('truetype'), url('../fonts/Axiforma-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



@keyframes slideInFromLeft {
  0% {
    transform: translateX(-200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* header *{
	margin:auto;
	padding:0px;
} */

/*.home-contactanos *{
	margin:auto;
	padding:0px;
}*/

html, body {
    min-height:100%;
    height:100%;
}




body {
	font-family: 'Gilroy-Medium', sans-serif;
	color:#979797;
	font-size:16px;
	background-color:#FFF;

}



body {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .5s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


h1{

	font-family: 'Axiforma-Medium', sans-serif;
	color: #F48020;	
}

h2{

	font-family: 'Axiforma-Medium', sans-serif;

}

h3{

  font-family: 'Axiforma-Medium', sans-serif;

}

h1 span{
font-family: 'Axiforma-Medium', sans-serif;

}

a:hover{
	text-decoration: none;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C9B2DE;
    margin: .5em 0;
    padding: 0; 
    opacity: .2;
}




header{
	z-index: 100;
	position: relative;

  /*background: rgba(51, 94, 119, 0.7); */
}

header.fixed-top{
  position: absolute;

} 


.bg-light {
    background-color: #fff !important;
    min-height: 5.625rem;

}

nav{
   z-index: 2000
}

nav p{
  margin-bottom: 0;
}

nav .social{
  font-size: 1.5rem;
  color: #979797;
}

nav .social i{
  color: #979797;
}

.navbar-light .navbar-nav .nav-link.tel{
  color:#fff ;
  font-size: 1.3rem;

}

.navbar-light .navbar-nav .nav-link {
    color: #09254A;
    opacity: .5;
    font-size: 1.5rem;
    letter-spacing: .05rem;
    font-family: 'Axiforma-Medium', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #E2001D;
    opacity: 1;

}

.navbar-collapse{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home{
	z-index: 1;
  position: relative;
  background-color: #335E77;
}

hr {
    border: none;
    height: 4px;
    /* Set the hr color */
    color: #E2001D; /* old IE */
    background-color: #E2001D; /* Modern Browsers */
    opacity: 1;
    width: 3rem;

}


.button {
  border: 1px solid black;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  display: block;

 
}

.button:hover {
  
}

.text {
  text-align: center;
  font-size: 16px;
  line-height: 30px; 
  color: black;
  transition: all .6s ease-out;
  display: block;
}

.text:hover {
  color: white;  
}


.btn-rounded{
  font-family: 'Axiforma-Regular', sans-serif;
    padding: 1.1rem 1.5rem 1rem 1.5rem;
    font-size: .875rem;    
    display: inline-block;
    line-height: 1;
    border-radius: 3rem;
    border:solid 1px #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 50px 0 rgba(0, 0, 0, 0.20);
    color: #fff;
    min-width: 100%;
    text-align: center;
    background-color: transparent;
     background: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.btn-rounded.w100{
width: 100%;
}

.btn-rounded:hover{
background-position: left bottom;
color: #09254A;


}

.btn-rounded-black {
  font-family: 'Gilroy-Bold', sans-serif;
    padding: 1.2rem 1.5rem 1rem 1.5rem;
    font-size: .875rem;
    display: inline-block;
    line-height: 1;
    border-radius: .2rem;
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    border: none;
       transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.btn-rounded-black i{
  color: #164AAB;
  font-size: 1.1em;
  margin-right: .3em;
}

.btn-rounded-black:hover{
   background-color: #9E9E9E;
   color: #fff;
}

.btn-rounded-black:hover, .btn-rounded-white:active, .btn-rounded-white:focus{
  opacity: 1;
  outline: transparent;
  border: none; 

}

.fnd-logo{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500
}

.btn-contacto{
  font-family: 'Axiforma-Regular', sans-serif;
    padding: .9rem 1.5rem .7rem 1.5rem;
    font-size: 1.125rem;    
    display: inline-block;
    line-height: 1;
    border-radius: 3rem;
    border:solid 1px #fff;
    color: #09254A;
    text-align: center;
    opacity: .5;
  background-color: transparent;
     background: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.btn-contacto:hover{
  opacity: 1;
  color: #09254A;
  background-position: left bottom;
}

.btn-idioma{
  font-family: 'Axiforma-Regular', sans-serif;
  color: #fff;
  font-size: .8rem;
  opacity: .5;
}

.btn-idioma:hover{
  color: #fff;
  opacity: 1;
}



/*---------------- SLIDE --------------- */
.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .item {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}


.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  right: 1%;
  top: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.modal-producto .owl-carousel .owl-nav {
  right: 1%;
  top : 90%; 
  transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}



@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 40%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}



/*---- custom ---*/

.slide-1{
  background-image: url(../img/fnd-group.jpg); 
}

.slide-2{
  background-image: url(../img/fnd-mining.jpg); 
}

.slide-3{
  background-image: url(../img/fnd-oilgas.jpg); 
}

.slide-4{
  background-image: url(../img/fnd-trading.jpg); 
}


.owl-theme .owl-nav [class*=owl-] {

    display: block;

}

.owl-slide-title{
  font-family: 'Axiforma-Medium', sans-serif;
  font-size:  2.375em;
  margin-bottom: .1em;
  line-height: 1.1em;
  color: #fff;

}

.owl-slide-title span{
  display: none;
}


.owl-slide-subtitle{
font-family: 'Axiforma-Medium', sans-serif;
font-size:  1em;
line-height: 1.1em;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.owl-slide-text{
  margin-left: 0em;
  position: relative;
  min-height: 100vh;
}

.slide-text{
  position: absolute;
  top: 35%;
  left: .5rem;
  width: 19rem;
}

.owl-slide-section{
  font-family: 'Axiforma-Medium', sans-serif;
font-size:  .625em;
  color: #fff;
  letter-spacing: .23em;
  margin-bottom: 4em;
  top: 5em;
  position: absolute;

}


.owl-slide-section:before {
    background-color: #fff;
    content: "";
    margin-right: 1.5em;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 2.2rem;
}

.owl-next img, .owl-prev img {
 -webkit-transition: all .25s ;
    -moz-transition: all .25s;
     -ms-transition: all .25s ;
      -o-transition: all .25s ;
         transition: all .25s ;
}

.owl-next img:hover, .owl-prev img:hover{
  opacity: .5;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
  }


.slide-item{
  position: relative;
  left: 2rem;
}

.slide-item h2{
font-family: 'Axiforma-ExtraBold', sans-serif;
   font-size: 2.3rem;
   line-height: .9em;
   color: #fff;
}

.slide-item h3{
font-family: 'Axiforma-Medium', sans-serif;
   font-size: 1.125rem;
   line-height: .9em;
   color: #fff;
}

.slide-item p{
font-family: 'Axiforma-Light', sans-serif;
   font-size: 0.9375rem;
   color: #fff;
   line-height: 1.5rem;
}


.slide-item ul {
  list-style: none;
  padding: 0;
}

.slide-item ul li p{
  font-size: 1rem;
}

#monopatines h2, #segways h2{
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 2.3rem;
  color: #212121;
  padding-top: 6rem;
  padding-bottom: 5rem;
}


.hovereffect {
width:100%;
/*height:100%;*/
float:left;
overflow:hidden;
position:relative;
text-align:center;

}

.hovereffect .overlay {
width:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:1;
}

.hovereffect .overlay .cont-data{
  padding-top: 22%;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .2s linear;
transition:all .2s linear;
}

.hovereffect h3 {
color: #fff;
 font-family: 'Gilroy-Bold', sans-serif;
 font-size: 1.875rem;
}

.hovereffect p {
color: #fff;
 font-family: 'Gilroy-Medium', sans-serif;
 font-size: 1.125rem;
 opacity: .6;
}


.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}



.modal-producto .modal-content{
   color: #212121;
}

.modal-producto .modal-content .close{
   position: absolute;
   right: 1rem;
   top: 1rem;
   z-index: 55555;

}

.modal-producto .modal-content h2{
font-size: 0.75rem;
 font-family: 'Gilroy-Medium', sans-serif;
 color: #212121;
 margin-bottom: 1.7rem;
}

.modal-producto .modal-content h3{
font-size: 3.125rem;
 font-family: 'Gilroy-Black', sans-serif;
 color: #212121;
 margin-bottom: 0;
}

.modal-producto .modal-content .product-main-detail p{
 font-family: 'Gilroy-Bold', sans-serif;
 font-size: 2rem;
}

.modal-producto .modal-content .product-main-detail span{
 font-family: 'Gilroy-Medium', sans-serif;
 font-size: .7rem;
}

.modal-producto .modal-content .product-main-detail span.medida{
   font-family: 'Gilroy-Bold', sans-serif;
 font-size: 1.0625rem;
}

.modal-producto .modal-content ul{
  list-style: none;
  padding: 0;
  color: #979797;
}

.modal-producto .precio{
  background-color: #212121;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  padding: .5rem 1rem;
}

.modal-producto .modal-content ul strong{
   color: #212121;
}

.container-modal-prod {
  padding: 2rem 3rem 2rem 2rem;
}

.btn-pedido{
  position: relative;
  bottom: 0;
  background-color: #E20237;
  width: 100%;
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  padding: 1.7rem 1rem 1.7rem 1rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.btn-pedido:hover{
  background-color:  #212121;
  color: #fff;
}

#galeria{
   background: url(../img/fnd-amigos.jpg) no-repeat center center; 
   background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

#galeria h2{
  font-size: 2.8125rem;
  color: #fff;
}

/*---------------------- CONTACTO---------------------*/ 

.contacto .panel-section{
  padding: 3.5em 1em;
}

.contacto h2{
  font-family: 'Gilroy-Bold', sans-serif;
  color: #212121;
  margin-bottom: 5rem;
}

.contacto .resaltado{
   font-family: 'Nexa-Bold', sans-serif;
   font-size: 1.125em;
}

form .form-control{
  color: #B2B2B2;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #D8D8D8;
  padding-left: 0;
  margin-bottom: 0;
    background-color: transparent;
}

form .form-group {
    margin-bottom: 1rem;
}


form .form-control-file{
  font-size: .9em;
}

form .form-control:focus {
  border:none;
  box-shadow: none;
  border-bottom: solid 1px #A4B8DE;
    background-color: transparent;
}

form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B2B2B2;
    opacity: 1; /* Firefox */
}

form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B2B2B2;
}

form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B2B2B2;
}

.location-field{
  display:none;
  }


.data-contacto{
  font-family: 'Axiforma-Regular', sans-serif;
  color: #fff;
}

.datos-contacto{
  color: #335E77;
}

.panel-section.datos-contacto .resaltado{
  color: #335E77;
  font-size: 1.5em;
  line-height: 1em;
}

.mail, .tel{
   font-family: 'Axiforma-Regular', sans-serif;
  color: #fff;
       transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;

}

.mail:hover{
  color: #fff;
 opacity: .5;
}

.contacto .btn-rounded{

  padding-left: 2em; padding-right: 2em;
}


.contacto-tel ul{
  padding-left: 0;
  list-style: none;
  font-size: 1.1rem;
}

.contacto-tel ul li{
  font-family: 'Gilroy-Bold', sans-serif;
  color: #464749;
}



.klou {
  opacity: .2;
position: relative;
top: .2rem;
   transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.klou:hover{
  opacity: 1;
}

.home-redes i{
font-size: 2.5rem;
color: #fff;
}
.face, .insta, .youtube{
  padding-top: 5rem; padding-bottom: 5rem;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.face{
  background-color: #B9B9B9;

}

.face:hover{
  background-color: #4267B2;
}

.insta{
  background-color: #979797;

}

.insta:hover{
  background-color: #AF02E2;
}

.youtube{
  background-color: #828282;

}

.youtube:hover{
  background-color: #E20237;
}

footer{
  background-color: #09254A;
  padding-top: 1rem;
  font-size: .9rem;
  font-family: 'Axiforma-Light', sans-serif;
}

footer .social a{
  color: #fff;
  opacity: .5;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

footer ul{
  padding: 0;
  list-style: none;

}

footer ul li{
  line-height: 2rem;
}

footer ul li a{
  color: #fff;
  opacity: .5;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}

footer ul li a:hover{
  color: #fff;
  opacity: 1;
}


footer .social a:hover{
  opacity: 1;
}

footer .destacado{
  font-family: 'Gilroy-Black', sans-serif;
  font-size: 1.6875rem;
  color: #404040;
}

.slide-item{


}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

.slide-item{
  width: 30.75rem;
  left: 3rem;

}

.slide-item h2{

   font-size: 2.5rem;

}


}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

  .slide-item{
  left: 4rem;
}

#galeria{
  padding-top: 15rem;
  padding-bottom: 14rem;
}


.hovereffect .overlay .cont-data{
 padding-top: 22%;
}

.btn-rounded{
    min-width: 11rem;
}


}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.navbar-light .navbar-nav .nav-link {
    font-size: .95rem;
    color: #fff;
    opacity: .5;
}

.navbar-light .navbar-nav .nav-link.tel{
  font-size: 1rem;
  margin-top: -.15rem;
} 


.navbar-light .navbar-nav .nav-link:hover {
    color: #E2001D;
    opacity: 1;

}

.btn-contacto{
  font-family: 'Axiforma-Regular', sans-serif;
    padding: .9rem 1.5rem .7rem 1.5rem;
    font-size: .8125rem;    
    display: inline-block;
    line-height: 1;
    border-radius: 3rem;
    border:solid 1px #fff;
    color: #fff;
    text-align: center;
    opacity: .5;
  background-color: transparent;
     background: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.btn-contacto:hover{
  opacity: 1;
  color: #09254A;
  background-position: left bottom;
}

nav .social{
  font-size: 1.2rem;
}

.navbar-collapse{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
  .slide-item{
  left: 15rem;
}

.modal-lg, .modal-xl {
    max-width: 1140px;
}

.bg-light {
    background-color: transparent !important;
    min-height: 5.625rem;

}
.fnd-logo{
  display: inherit;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500
}


}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

#galeria{
  padding-top: 20rem;
  padding-bottom: 19rem;
}

.hovereffect .overlay .cont-data{
 padding-top: 25%;
}

.slide-item{
 
  left: 20rem;

}

.slide-item h2{

   font-size: 3.5rem;

}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {

  .slide-item{
  left: 20rem;

}

#galeria{
  padding-top: 24rem;
  padding-bottom: 23rem;
}



}
