/*===================Estilos Web Jacobs ====================*/

/*1- Textos y fuentes para mobile y para desktop*/

/*2- Estilos navbar*/

/*3- Estilos FullPage.js*/

/*4- Sección Circulos*/

/*5- Componentes Bootstrap Modificados*/

/*================ 1- Textos y Fuentes ================*/

@font-face {
  font-family: Gilroy-Black;
  src: url("fuentes/GILROY-BLACK.TTF");
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("fuentes/GILROY-BOLD.TTF");
}

@font-face {
  font-family: Gilroy-Regular;
  src: url("fuentes/GILROY-REGULAR.TTF");
}

@font-face {
  font-family: Gilroy-Medium;
  src: url("fuentes/GILROY-MEDIUM.TTF");
}

@font-face {
  font-family: Gilroy-Italic;
  src: url("fuentes/GILROY-MEDIUMITALIC.TTF");
}

@font-face {
  font-family: Gilroy-Light;
  src: url("fuentes/GILROY-LIGHT.TTF");
}

@font-face {
  font-family: sequel-black;
  src: url("fuentes/sequel-100-black-65.ttf");
}

@font-face {
  font-family: Bogle-Regular;
  src: url("fuentes/Bogle-Regular.otf");
}

@font-face {
  font-family: Bogle-Bold;
  src: url("fuentes/Bogle-Bold.otf");
}

.Sequel-Black {
  font-family: "sequel-black" !important;
}

.Gilroy-Bold {
  font-family: "Gilroy-Bold" !important;
}

.Gilroy-Black {
  font-family: "Gilroy-Black" !important;
}

.Gilroy-Regular {
  font-family: "Gilroy-Regular" !important;
}

.Gilroy-Medium {
  font-family: "Gilroy-Medium" !important;
}

.Gilroy-Italic {
  font-family: "Gilroy-Italic" !important;
}

body {
  background: #000;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
}

html.fp-enabled,
.fp-enabled body {
  -webkit-tap-highlight-color: none;
}

p {
  color: #fff;
  font-size: 15px;
}

ul li {
  font-size: 14px;
  transition: all ease 0.5s;
}

li.estilo::before {
  content: "•";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.padding-p {
  padding-right: 35%;
  padding-left: 35%;
  padding-top: 10px;
}

.padding-30 {
  padding-right: 30%;
  padding-left: 30%;
}

.pad-10-todo {
  padding: 10%;
}

.pad-0 {
  padding: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

.philo {
  margin-top: 10px;
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15%;
}

h1 {
  font-size: 5rem;
}

.center {
  text-align: center !important;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 2.8em;
}

.borde-font {
  text-shadow: -1px -1px 0 #dc42e9, 1px -1px 0 #dc42e9, -1px 1px 0 #dc42e9,
    1px 1px 0 #dc42e9;
  color: white;
}

.borde-font-blanco {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  color: #000;
}

.borde-font-negro {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  color: #fff;
}

.calculadores {
  margin-left: -15%;
  width: 150%;
}

.calculadores > h1 {
  margin-top: 45%;
  text-align: right;
  margin-right: 60px;
}

h4,
h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.1em;
  line-height: 1.5em;
}

.pink {
  color: #dc42e9 !important;
}

.azul {
  color: #0a218e !important;
}

.blanco {
  color: #fff !important;
}

.transparent {
  color: rgba(0, 0, 0, 0.00000005) !important;
}

.negro {
  color: #000 !important;
}

.naranja {
  color: #ff4527 !important;
}

.gris {
  color: #333 !important;
}

.gris-3 {
  color: #8888 !important;
}

.gris-2 {
  color: #939292 !important;
}

.bogle-reg {
  font-family: Bogle-Regular !important;
}

.form-control {
  border-radius: 0px !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 800;
  font-family: Gilroy-Regular;
  border-color: #0a218e;
}

input::placeholder {
  color: #fff;
}

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #0a218e;
  border-radius: 0 !important;
  font-weight: 800;
}

#vid {
  padding-top: 10px !important;
}

#menu-a {
  color: #fff !important;
  transition: all 0.1s ease-in-out;
}

/*Mobile*/

.h4,
h4 {
  font-size: 20px;
}

.pad-l-0-mob {
  padding-left: 0;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
}

.vid {
  max-width: 250px !important;
}

h2 {
  font-size: 1.5em !important;
}

h3,
.h3 {
  font-size: 2.4em !important;
}

.tc-form-style1 .form-field input {
  height: 30px !important;
}

.pad-top-70 {
  padding-top: 70px;
}

.m-t-35 {
  margin-top: 35px !important;
}

/*>>>>>>>>>>>>>>>> FIN 1- Textos y Fuentes <<<<<<<<<<<<<<<<<<<<*/

/*================ 2- Barra de navegación ================*/

.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  margin-top: 20px;
}

.nav-flex > .container {
  width: auto;
}

.menuBurguer ul.menu {
  margin-bottom: 9px !important;
}

.items-right {
  display: flex;
  justify-content: space-between;
}

.social {
  display: flex;
  align-items: center;
}

.social > a {
  margin-right: 15px;
}

.navbar-inverse {
  background-color: transparent !important;
  border-color: 0 !important;
}

.navbar-fixed-top.scrolled {
  transition: background-color 200ms linear;
  background-color: #f2f2f2 !important;
}

.logo-marca {
  transition: all 0.4s ease-in-out;
  display: none !important;
  height: 30px;
}

.fp-viewing-inicio-0 .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
}

.fp-viewing-inicio-1 .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
}

.fp-viewing-inicio-2 .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
}

.fp-viewing-marketing-digital .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
}

.fp-viewing-experiencias .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
  filter: invert(100%);
}

.fp-viewing-meet-lood .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: none !important;
}

.fp-viewing-inicio-0 .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-inicio-1 .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-inicio-2 .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-marketing-digital .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-experiencias .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-meet-lood .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  display: block !important;
}

.fp-viewing-meet-lood .logo-marca {
  transition: all 0.4s ease-in-out;
  display: block !important;
  filter: invert(1);
}

.navbar-inverse {
  border-bottom: 0 !important;
  margin-top: 20px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  transition: all ease-in 0.3s;
}

.navbar-nav > li > a {
  padding-bottom: 5px !important;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 5px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 5px;
}

/*Transicion linea bottom*/

li {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-right: 10px;
}

li:last-child {
  margin-right: 0;
}

li:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

li.menu:hover:after {
  width: 100%;
  background: #ff4527;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  transition: all ease 0.2s;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background: transparent;
}

.pad-10-lados-desk {
  padding-right: 10%;
  padding-left: 10%;
}

.header-team {
  font-size: 6rem;
}

.header-meet {
  font-size: 6.4rem !important;
  display: inline-block;
  z-index: 999999;
  position: relative;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/*Mobile*/

@media (max-width: 768px) {
  .header-meet {
    font-size: 2rem;
    display: inline-block;
    z-index: 999999;
    position: relative;
  }

  .header-team {
    font-size: 3rem;
  }
  .calculadores {
    margin-left: 0;
  }

  .pad-10-lados-desk {
    padding-right: 5%;
    padding-left: 5%;
  }

  .pad-t-b10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .padding-30 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .navbar-inverse {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 0 !important;
    margin-top: 0px;
  }

  .nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
  }

  .logo-jakobs {
    height: 65px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #000;
  }

  .navbar-inverse .navbar-toggle {
    margin-top: 5%;
    display: none;
  }

  .padding-p {
    padding-right: 5%;
    padding-left: 5%;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: none !important;
    margin-top: 5px;
    padding-left: 25px;
  }

  .modal {
    overflow: auto !important;
  }

  li {
    font-size: 16px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
  }
}

/*>>>>>>>>>>>>>>>> FIN 2- Barra de navegación <<<<<<<<<<<<<<<<<<<<*/

.fp-slidesNav .fp-bottom {
  display: none !important;
}

/*Fixed*/

.fixed {
  position: fixed;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 10%;
}

.fixed .fixed-ul {
  list-style: none inside;
  float: right;
  margin-right: 2%;
}

.fixed .fixed-ul li {
  display: block;
}

.fixed .fixed-ul span {
  display: block;
}

.fixed .fixed-ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 15px;
}

/*Fin Fixed*/

/*Fixed 2*/

.fixed2 {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 30%;
}

.fixed2 .fixed-ul {
  list-style: none inside;
  float: left;
  margin-left: 0;
  padding-left: 10px;
}

.fixed2 .fixed-ul li {
  display: block;
}

.fixed2 .fixed-ul span {
  display: block;
}

.fixed2 .fixed-ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 15px;
}

form #website {
  display: none;
}

/*Fin Fixed 2*/

/*Servicio*/

.servicio {
  padding: 5%;
  text-align: left;
}

/*Fin Serivicio*/

/* Tooltip Estilos*/

.qtip-tip {
  background: #fff !important;
}

#qtip-tip {
  background: #fff !important;
}

/* Tipped style */

/*>>>>>>>>>>>>>>>> FIN 2- Barra de navegación  <<<<<<<<<<<<<<<<<<<<*/

/*================ 3- Estilos Secciones FullPage.js ================*/

.tit {
  margin-top: 0 !important;
  margin-bottom: 5%;
}

.num {
  margin-bottom: 0;
}

/*PADDINGS*/
.pad-15-rl {
  padding-left: 15%;
  padding-right: 15%;
}

.pad-10-rl {
  padding-left: 15%;
  padding-right: 15%;
}

.pad-5-rl {
  padding-left: 5%;
  padding-right: 5%;
}

/*==HOME SECCIONES==*/
/*1-Seccion VIDEOS*/
/*Video*/

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image:
    /* our video */ ;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

.slide {
  position: relative;
}

/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */
#section0 .layer {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 43%;

  /*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#section0 .capa-gris {
  z-index: 3;
  height: 100vh;
  position: sticky;
  background: rgba(0, 0, 0, 0.4) !important;
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
  overflow: hidden;
}

/* Bottom menu
	* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}

/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}

/*Fin Video*/
#section-blanco {
  background: #fff !important;
}

#flecha {
  position: absolute;
  bottom: 6px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 25px !important;
  margin-bottom: 15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fa-2x {
  font-size: 1.5em;
}

#ancho-escala {
  background: #2a2aa3;
  z-index: 5;
  height: 20px;
  width: 50%;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}

.fp-viewing-marketing-digital #ancho-escala {
  width: 100%;
  transition: all 0.1s ease-in-out;
}

/*2-Secciones trabajos*/

#work-1 {
  background: url(../img/slide-music-fondo.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-repeat-y: no-repeat !important;
}

#work-3 {
  background: url(../img/slide-queen-fondo.png) !important;
  background-repeat: no-repeat !important;
  background-size: 110% !important;
}

#granola {
  width: 20%;
  position: absolute;
  bottom: -650px;
  right: 10%;
  margin: 0 auto;
  transition: all 1.1s ease-out;
  -webkit-transition: all 2.1s ease-out;
}

#envase {
  width: 10%;
  position: absolute;
  bottom: -650px;
  right: 100px;
  transition: all 2s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

#auris {
  width: 30%;
  position: absolute;
  bottom: -550px;
  right: 100px;
  transition: all 2s ease-out;
  -webkit-transition: all 1.8s ease-out;
}

/*Cambiar para el trabajo de quenn*/
.fp-viewing-nuestros-trabajos-2 #granola {
  bottom: -100px;
}

.fp-viewing-nuestros-trabajos-2 #envase {
  bottom: 80px;
}

.mb-10 {
  margin-bottom: 10%;
}

.num {
  color: #0a218e !important;
  font-size: 14px !important;
  position: absolute;
  top: 0;
  right: 0;
}

.caja-azul {
  border: 1px solid #fff;
  height: 4px;
  transition: all 0.2s ease;
  width: 0%;
}

.ft-13 + .caja-azul.uno.activa,
.ft-13:hover + .caja-azul.uno {
  border: 1px solid #0a218e !important;
  transition: all 0.2s ease;
  animation: ancho 400ms ease forwards;
}

@-webkit-keyframes ancho {
  0% {
    width: 0%;
  }

  100% {
    width: 94px;
  }
}

.ft-13 + .caja-azul.dos.activa,
.ft-13:hover + .caja-azul.dos {
  border: 1px solid #0a218e !important;
  transition: all 0.2s ease;
  animation: ancho2 400ms ease forwards;
}

@-webkit-keyframes ancho2 {
  0% {
    width: 0%;
  }

  100% {
    width: 125px;
  }
}

.ft-13 + .caja-azul.tres.activa,
.ft-13:hover + .caja-azul.tres {
  border: 1px solid #0a218e !important;
  transition: all 0.2s ease;
  animation: ancho3 400ms ease forwards;
}

@-webkit-keyframes ancho3 {
  0% {
    width: 0%;
  }

  100% {
    width: 154px;
  }
}

.ft-13 + .caja-azul.cuatro.activa,
.ft-13:hover + .caja-azul.cuatro {
  border: 1px solid #0a218e !important;
  transition: all 0.2s ease;
  animation: ancho4 400ms ease forwards;
}

.pad-l-0 {
  padding-left: 0;
}

.pad-10-lad {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

@-webkit-keyframes ancho4 {
  0% {
    width: 0%;
  }

  100% {
    width: 114px;
  }
}

.ft-13 {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  .clientes {
    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }

  .tit {
    margin-top: 0 !important;
  }

  .num {
    margin-bottom: 0px;
  }

  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    background: #fff !important;
  }

  .pad-10-rl {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pad-15-rl {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2,
  h2 {
    font-size: 22px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
  }

  /*Cmabiar para work 3*/
  .fp-viewing- {
    bottom: -10px;
  }

  .fp-viewing-nuestros-trabajos #mac {
    left: 0;
    right: 0;
    margin: 0 10px 0 15%;
    bottom: 0;
  }

  .fp-viewing-nuestros-trabajos #auris {
    left: 0;
    right: 0;
    margin: 0 10px 0 15%;
    bottom: 0;
  }
}

/*4-Seccion BACK Fondo4*/
#section-azul {
  background: url(../img/background/bg-section.jpg) !important;
  background-size: cover !important;
}

#section-azul-2 {
  /* background: url(../img/background/lood-azul-2.jpg) !important;*/
  background: #0a218e;
  background-size: cover !important;
}

#section-gris-2 {
  background: url(../img/background/fondo-producto.jpg) !important;
  background-size: contain !important;
}

.manito {
  transition: all 2s ease-in-out;
  width: 150px;
  position: relative;
  left: 75%;
  top: 7vh;
  transform: rotate(-40deg);
}

.emoji {
  transition: all 2s ease-in-out;
  width: 80px;
  position: relative;
  left: 65%;
  top: 3vh;
}

.cora {
  width: 110px;
  position: relative;
  transition: all 2s ease-in-out;
  left: 55%;
  top: 40vh;
  transform: rotate(-15deg) scale(1.4);
}

a {
  color: inherit !important;
}

.mt-20 {
  margin-top: 20% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

/*Kayak*/
.img-kayak {
  width: 200%;
  margin-left: -40%;
}

.pointer {
  cursor: pointer !important;
}

/*3-Seccion BACK Fondo3*/
#section-fondo3 {
  background: url(../img/slide-queen-fondo.png) !important;
  background-size: cover !important;
}

#section-fondo4 {
  background: url(../img/slide-music.png) !important;
  background-size: cover !important;
}

/*4-Seccion BACK Fondo4*/
#section-fondo4 {
  background: url(../img/fondo-4.jpg) !important;
  background-size: cover;
}

/*5-Seccion BACK Blanco*/
#section-fondo5 {
  background: #fff !important;
}

.fp-viewing-meet-lood #menu-a {
  transition: all 0.1s ease-in-out;
}

.fp-viewing-experiencias #menu-a {
  color: #000 !important;
  transition: all 0.1s ease-in-out;
}

.fp-viewing-we-work #menu-a {
  color: #000 !important;
  transition: all 0.1s ease-in-out;
}

.imagen-agencia {
  background: url(../img/fondo-3.jpg);
  background-size: cover;
  width: 100% !important;
  height: 80vh;
  bottom: -500px;
}

.fp-viewing-we-work .imagen-agencia {
  bottom: -100px;
  transition: all 0.1s ease-in-out;
}

/*6-Seccion Clientes ProYECTOS*/
#section-fondo6 {
  background: #000 !important;
}

.cliente {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grecaptcha-badge {
  display: none;
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/*================ 3-  FINAL Estilos Secciones FullPage.js ================*/
.cabecera {
  padding-right: 30%;
  padding-left: 30%;
  color: #ff4527;
}

.cabecera {
  padding-right: 0;
  padding-left: 0;
}

.circulo-descr {
  font-size: 24px;
  color: #9c9aa0;
  font-family: Bogle-Bold;
}

.descripcion {
  font-size: 24px;
  color: #fff;
  font-family: Bogle-Bold;
}

.circulo-descr2 {
  font-size: 18px;
  font-family: Bogle-Bold;
  color: #9c9aa0;
}

.pad-caja-gris {
  padding-top: 5%;
  padding-bottom: 5%;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  #section-s-1 {
    padding: 0 0 0 0;
  }

  /*Descentramos el div de intro*/
  .intro .parrafo {
    margin-top: 20px;
  }

  .cabecera {
    color: #ff4527;
  }

  .alto-260 {
    height: 260px !important;
  }
}

/*Estilo, flechas slider*/

.intro p {
  color: #fff;
}

/*Controles slide*/
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 24.5px 20px 24.5px 0;
  border-color: transparent;
}

.fp-controlArrow.fp-next {
  border-color: transparent;
  border-width: 24.5px 0 24.5px 20px;
}

/*
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 0;
  }

  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 0%;
  }*/
/*
.fp-controlArrow.fp-prev {
   left: 10px;
    border: none;
    width: 32px;
    height: 32px;
    background: url(../img/keyboard-right-arrow-button.png) no-repeat;
     -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    cursor: pointer;
    background-size: contain;
}
.fp-controlArrow.fp-next {
    right: 10px;
    border: none;
    width: 32px;
    height: 32px;
    background: url(../img/keyboard-right-arrow-button.png) no-repeat;
    cursor: pointer;
    background-size: contain;
}
*/

.fp-slidesNav.fp-bottom {
  right: 10px;
  top: 50%;
  left: auto !important;
}

/* Centered texts in each section
* --------------------------------------- */

.section {
  text-align: center;
}

/* Overwriting styles for the navigation dots (to place it where we want)
* --------------------------------------- */

.fp-slidesNav.bottom {
  bottom: 25px;
}

.btn-primary {
  color: #0a218e;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #0a218e !important;
  font-weight: 700;
  font-family: Gilroy-Black;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  color: #fff !important;
  background: #0a218e;
  transition: all 0.3s ease-in-out;
}

/* MODAL ================*/

.modal-title {
  font-family: Gilroy-Bold !important;
  color: #222 !important;
  font-size: 22px !important;
}

.modal-body {
  font-family: Bogle-Regular !important;
  color: #222 !important;
  font-size: 14px !important;
}

.modal.in .modal-dialog {
  margin-top: 5% !important;
}

.modal-footer {
  display: none;
}

.pad-20 {
  padding-left: 20%;
  padding-right: 20%;
}

.pad-10-lados {
  padding-left: 20%;
  padding-right: 20%;
}

.pad-7-lados {
  padding-left: 7.6% !important;
  padding-right: 7.6% !important;
}

.pad-5 {
  padding: 5%;
}

.pad-5-r {
  padding-right: 5%;
}

.pad-5-l {
  padding-left: 5%;
}

.height-260 {
  height: 260px;
}

.ml-5-desk {
  padding-right: 0;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .ml-5-desk {
    margin-left: 0;
    padding-right: 5%;
  }

  #section-azul {
    background: rgb(238, 0, 255);
    background: linear-gradient(
      56deg,
      rgba(238, 0, 255, 1) 0%,
      rgba(157, 0, 255, 1) 35%,
      rgba(88, 34, 245, 1) 100%
    ) !important;
  }

  #section-azul-2 {
    background-image: 0 !important;
    background: #2a2aa3 !important;
  }

  .cliente {
    width: 100%;
  }

  .fp-bottom.fp-slidesNav::after {
    content: " " !important;
    display: block;
    position: absolute;
    height: 15px;
    background: url(../img/keyboard-right-arrow-button.png);
    background-size: contain !important;
    width: 75px;
    margin-left: 15px;
  }

  .fp-slidesNav.fp-bottom {
    right: 10px;
    top: 4%;
    width: 100px !important;
    left: auto !important;
  }

  .fp-viewing-inicio-0 .container-fluid > .navbar-collapse {
    display: none !important;
  }

  .fp-viewing-inicio-1 .container-fluid > .navbar-collapse {
    display: none !important;
  }

  .fp-viewing-inicio-2 .container-fluid > .navbar-collapse {
    display: none !important;
  }

  .navbar-nav {
    display: none;
  }

  .fixed {
    width: 30%;
  }

  .pad-r-l {
    padding-left: 10%;
    padding-right: 10%;
  }

  .vid {
    width: 100%;
    max-width: 250px;
  }

  li.menu {
    padding-bottom: 0px !important;
  }

  .fp-controlArrow {
    display: none !important;
  }

  .negro-mobile {
    color: #222 !important;
  }

  .blanco-mob {
    color: #fff !important;
  }

  .pad-15 {
    padding-bottom: 15%;
  }

  .pad-20 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .modal.in .modal-dialog {
    margin-top: 5px !important;
    margin: 0px;
  }

  .modal-title {
    font-size: 16px !important;
    line-height: 1.1;
  }

  .modal-header {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .circulo {
    padding: 1px;
  }

  .descripcion {
    text-align: center;
  }

  .sin-padding {
    padding-bottom: 0 !important;
  }

  .height-260 {
    height: 140px;
  }

  .m-bot {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
  }
}

/* MODAL  <<<<<<<<<<<<<<<<<<<<*/

/*Efectos*/
.content_serv {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.content_serv .load {
  transition: opacity 0.2s ease-in;
  opacity: 1 !important;
}

.pulse {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(231, 130, 103, 0.4);
  animation: pulse 2s infinite;
  text-align: center;
}

.pulse:hover {
  animation: none;
}

/*TOOLTIP*/

.circulo {
  position: relative;
  display: inline-block;
}

.circulo .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 15px 0;
  border: 2px solid #ff4527;
  position: absolute;
  z-index: 1;
  bottom: 60%;
  left: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.circulo:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*FIN TOOLTIP*/

/*Flecha de arriba a abajo*/
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

/*Desktop*/

@media (min-width: 768px) {
  .fp-slidesNav ul li {
    margin-left: 25%;
  }

  #cincotop {
    margin-top: 5% !important;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
    margin-top: 5% !important;
  }

  .circulo {
    height: 20%;
    line-height: 1.1;
    /* or whatever you want, should match height */
    text-align: center;
    padding: 20px;
    transition: all ease-in-out 0.2s;
    padding-top: 5%;
  }

  .cabecera {
    color: #ff4527;
    padding-right: 20%;
    padding-left: 20%;
  }

  .fp-viewing-blanco #menu-a {
    color: #fff !important;
  }

  .fp-viewing-firstPage #navbar {
    display: block !important;
  }

  .fp-viewing-blanco-2 #menu-a {
    color: #fff !important;
  }

  .fp-viewing-blanco-2 #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    background: #fff !important;
  }

  .fp-viewing-gris2 .navbar-inverse {
    background: #f2f2f2 !important;
  }

  .fp-viewing-blanco-2 .fp-controlArrow .fp-prev {
    display: none !important;
  }

  .navbar-inverse {
    border-bottom: 0 !important;
    margin-top: 0px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 130, 103, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(231, 130, 103, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(231, 130, 103, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(231, 130, 103, 0.6);
    box-shadow: 0 0 0 0 rgba(231, 130, 103, 0.6);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(231, 130, 103, 0);
    box-shadow: 0 0 0 10px rgba(231, 130, 103, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(231, 130, 103, 0);
    box-shadow: 0 0 0 0 rgba(231, 130, 103, 0);
  }
}

.no-escala:hover {
  transform: scale(1);
}

.tc-form-style1 .form-button button {
  background: rgba(231, 130, 103, 1) !important;
}

.tc-form-style1 .form-field input {
  border-radius: 15px !important;
}

.tc-form-style1 .form-field textarea {
  border-radius: 15px !important;
}

.btn-blanco-azul {
  background: #fff;
  border: 1px solid #0a218e;
  border-radius: 0;
  color: #0a218e;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
}

.btn-blanco-azul:hover {
  background: #0a218e;
  border: 1px solid #0a218e;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
  transform: translateY(5);
  -webkit-box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.4);
}

.btn-azul-blanco {
  background: #1a2685;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
}

.btn-negro-azul {
  background: #000;
  border: 1px solid #0a218e;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
}

/*ASESORIA GRATUITA*/
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:200,900");

:root {
  --text-color: hsla(210, 50%, 85%, 1);
  --shadow-color: hsla(210, 40%, 52%, 0.4);
  --btn-color: hsl(210, 80%, 42%);
  --bg-color: #141218;
}

.uppercase {
  text-transform: uppercase;
}

.asesoria {
  position: fixed;
  top: 5.1%;
  right: 15%;
  z-index: 99999999999 !important;
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;

  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;

  background-color: #0a218e;
  box-shadow: var(--shadow-color) 2px 2px 22px;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.8);
  -webkit-animation: pulse 1.5s infinite;
  transition: all 0.3s ease-in-out;
}

.asesoria:focus {
  outline-color: transparent;
  box-shadow: var(--btn-color) 2px 2px 22px;
}

.der::after,
.asesoria::after {
  content: var(--content);
  display: block;
  position: absolute;
  white-space: nowrap;
  padding: 40px 40px;
  pointer-events: none;
}

.asesoria::after {
  font-weight: 200;
  top: -30px;
  left: -20px;
}

.w-100 {
  width: 100%;
}

.text-lg {
  font-size: 18px;
}

.spring-gradient {
  position: absolute;
  width: 250px;
  top: 15%;
  right: 5%;
}

.text-xl {
  font-size: 24px;
}

.der,
.izq {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.der {
  left: 66%;
}

.izq {
  right: 66%;
}

.der::after {
  top: -30px;
  left: calc(-66% - 20px);

  background-color: var(--bg-color);
  color: transparent;
  transition: transform 0.4s ease-out;
  transform: translate(0, -90%) rotate(0deg);
}

.asesoria:hover .der::after {
  transform: translate(0, -47%) rotate(0deg);
}

.asesoria .der:hover::after {
  transform: translate(0, -50%) rotate(-7deg);
}

.asesoria .izq:hover ~ .der::after {
  transform: translate(0, -50%) rotate(7deg);
}

/* bubbles */
.asesoria::before {
  content: "";
  pointer-events: none;
  opacity: 1;
  background: url(../img/dollar.png) 20% 35% no-repeat,
    url(../img/dollar.png) 75% 44% no-repeat,
    url(../img/dollar.png) 46% 52% no-repeat;
  background-size: 10px, 13px, 25px;
  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  animation: bubbles 5s linear infinite both;
}

@keyframes bubbles {
  from {
    transform: translate();
  }

  to {
    transform: translate(0, -66.666%);
  }
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.servicio {
  background-image: linear-gradient(
    to right,
    #ee00ff 0%,
    #9d00ff 51%,
    #5822f5 100%
  );
  border-radius: 20px;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
}

.servicio > img {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 48px;
  height: 48px;
}

/*>>>>>>>>>>>>>>>> FIN 5- Fin Componentes Bootstrap  <<<<<<<<<<<<<<<<<<<<*/
.btn-grad {
  background-image: linear-gradient(
    to right,
    #5822f5 0%,
    #ee00ff 51%,
    #ee00ff 100%
  );
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 35px;
  display: block;
  border: none;
  font-size: 12px;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.azul2 {
  margin-top: 10px;
}

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

.left {
  text-align: left !important;
}

input.form-control::placeholder {
  color: #fff !important;
}

textarea.form-control::placeholder {
  color: #fff !important;
}

.form-control:focus {
  font-family: Gilroy-Regular;
}

/*-----------IMG BEFORE------------*/
.item {
  margin-right: 0 !important;
}

.pad-0-right {
  padding-right: 0;
}

.pad-0 {
  padding: 0;
}

.container-cliente > p {
  display: none;
}

@media (max-width: 768px) {
  .spring-gradient {
    position: absolute;
    width: 80px;
    top: 15%;
    right: 5%;
  }

  .container-cliente > p {
    display: none;
  }

  .asesoria {
    position: fixed;
    top: 3%;
    right: 19%;
    z-index: 99999999999 !important;
    padding: 5px 10px;
    border: none;
    background: none;
    cursor: pointer;

    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;

    background-color: #0a218e;
    box-shadow: var(--shadow-color) 2px 2px 22px;
    border-radius: 4px;
    z-index: 0;
    overflow: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.8);
    -webkit-animation: pulse 1.5s infinite;
  }

  .der::after,
  .asesoria::after {
    content: var(--content);
    display: block;
    position: absolute;
    white-space: nowrap;
    padding: 40px 40px;
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .desktop-mt {
    transition: all 0.4s ease-in-out;
    top: 1%;
    border: 1px solid #fff;
  }

  .eng-desktop-mt {
    top: 3% !important;
  }

  .five-cols {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .five-cols > .col-md-2 {
    width: 20%;
    padding-right: 10px;
    padding-left: 10px;
    display: flex !important;
    flex-direction: column !important;
  }
}

.visible-mob {
  display: none;
}

.visible-desk {
  display: inline-block;
}

.btncloseMenu{
  width: 32px;
  height: 32px;
  background: none;
  border: 3px solid #Fff;
  border-radius: 8px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .visible-mob {
    display: inline-block;
  }

  .visible-desk {
    display: none;
  }

  .five-cols {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .five-cols > .col-md-2 {
    margin-top: 10px;
    width: 33.3%;
    padding-right: 5px;
    padding-left: 5px;
    display: flex !important;
    flex-direction: column !important;
  }

  .five-cols > .col-md-2:nth-of-type(4) {
    margin-top: 10px;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    display: flex !important;
    flex-direction: column !important;
  }

  .five-cols > .col-md-2:nth-of-type(5) {
    margin-top: 10px;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    display: flex !important;
    flex-direction: column !important;
  }

  .servicio{
    padding: 5px 20px;
  }

  .servicio > h4{
    margin-top: 0;
    font-size: 12px !important;
  }

  .servicio > img {
    width: 32px;
    margin-bottom: 2px !important;
  }

  #english {
    position: fixed;
    top: 10% !important;
    right: 11%;
    z-index: 99999;
    transition: all 0.4s ease-in-out;
  }

  .engl-trans {
    transition: all 0.4s ease-in-out;
    top: 3% !important;
  }
}
