@font-face {
  font-family: bebas;
  src: url(fuentes/Bebas-Regular.ttf);
}
@font-face {
  font-family: topazia;
  src: url(fuentes/Topazia.otf);
}
@font-face {
  font-family: fut;
  src: url(fuentes/FUTRFW.TTF);
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #666666 !important;
  font-family: "Open Sans", sans-serif !important;
}

.header {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(32, 37, 35, 0.8), rgba(47, 53, 53, 0.8)), url('../../images/intro-bg.jpg');
  background-size: cover;
}

.content {
  width: 100%;
  margin: 1em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
 @media (min-width: 992px){
  .col-md-4 {
    width: 32.333333%!important;
}
 }

.inicio{
  padding: 3%;
}


.white{
  color: #FFF;
}
.carousel{
  margin-top:2rem;
}
.magnific-imga{
  display: inline-block;
  width: 19.3%;
}
.magnific-imga img{
  width: 100%;
}

/* Gallery Section
--------------------------------*/

#gallery {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

@media(max-width: 897px) {

  .image {
    width: 160px;
    display: block;
  }
  .catalogoImg {
    width: 65%!important;
  }
  .tituloFUT{
    font-size: 80%;
  }
}

.catalogoImg {
  width: 45%;
  display: block;
  padding: auto;
  margin: auto;
}

.catalogoImg:hover {
  box-shadow: 10px 10px 38px -3px rgba(0,0,0,0.75);
}
.col-6{
  float: left;
}
/* codigo anterior NECESARIO */
.ui-to-top {
  width: 65px;
  height: 65px;
  font-size: 32px;
  line-height: 61px;
  color: #FFF;
  background: #03a700;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
  right: 25px;
  bottom: 45px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  margin-bottom: 70px;
}
.back-to-top {
  width: 65px;
  height: 65px;
  font-size: 32px;
  line-height: 61px;
  color: #FFF;
  background: #3282b8;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
  left: 25px;
  bottom: 45px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  margin-bottom: 70px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  font-size: larger;
}

.wsp-logo {
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.75);
}

a {
  transition: 0.5s;
}
.logina{
  display: none;
}
#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
  color: white;
  text-shadow: black 0.1em 0.1em 0.9em;
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.9em;
  }

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
  }
}
.tituloprim{
  font-family: topazia !important;
}
.titulossec{
  font-family: bebas;
  margin: auto;
  font-size: xxx-large;
}
.tituloFUT{
  font-family: FUT;
  text-align: center;
}
.lasTres{
  width: 33%;
  float: left !important;
}
/* CSS NECESARIO PARA NAV FALCON MASTER */
header {
	width:100%;
}
 
header nav {
	width:90%;
	max-width:1000px;
	margin: auto;
  background:#024959;
  border-radius: 0px 0px 10px 10px;
}
 
.menu_bar {
	display:none;
}

 
header nav ul {
	overflow:hidden;
  list-style:none;
  padding: 0px;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff !important;
	padding:24px;
	display:block;
  text-decoration:none !important;
  font-size: 2rem;
}
header nav ul li a:hover{
  color: #9dab86;
  text-decoration:none !important;
}
 
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:#037E8C;
}
 
.log-Ach-Grde{
  width: 62%;
  display: block;
  float: left;
  margin-left: 5%;
}
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  overflow: hidden;
}
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 20px;

  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #666666 !important;
  font-family: "Open Sans", sans-serif !important;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 2rem;
}
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}

@media screen and (max-width:897px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
    position: fixed;
    z-index: 3;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
    background:#ccc;
    height: 60px;
	}
 
	.menu_bar .bt-menu {
    display:block;
    height: 100%;
		padding:5px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
    font-size:40px;
    padding: inherit;
  }
  .li-Ach-Grde{
    display: none;
  }
}
.seleccionado{
  background:#037E8C;
}
.img-gallery-magnifico-flex{
  display: flex!important;
}
/* --------------------------------- */

/* CSS NECESARIO PARA MOVER LAS FOTOS DE LAS MARCAS */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

.section-bg {
  background: #eff5f5;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

#about {
  overflow: hidden;
}

/* FIN DE CSS DE LAS FOTOS DE LAS MARCAS */

