/********************
* Columnas
********************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Oxygen:wght@300;400;700&display=swap");
[class*='column-'] {
  float: left;
  padding: 0.8em;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 300px) {
  .column-1 {
    width: 8.3333333333%;
  }

  .column-2 {
    width: 16.6666666667%;
  }

  .column-3 {
    width: 25%;
  }

  .column-4 {
    width: 33.3333333333%;
  }

  .column-5 {
    width: 41.6666666667%;
  }

  .column-6 {
    width: 50%;
  }

  .column-7 {
    width: 58.3333333333%;
  }

  .column-8 {
    width: 66.6666666667%;
  }

  .column-9 {
    width: 75%;
  }

  .column-10 {
    width: 83.3333333333%;
  }

  .column-11 {
    width: 91.6666666667%;
  }

  .column-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .column-m-1 {
    width: 8.3333333333%;
  }

  .column-m-2 {
    width: 16.6666666667%;
  }

  .column-m-3 {
    width: 25%;
  }

  .column-m-4 {
    width: 33.3333333333%;
  }

  .column-m-5 {
    width: 41.6666666667%;
  }

  .column-m-6 {
    width: 50%;
  }

  .column-m-7 {
    width: 58.3333333333%;
  }

  .column-m-8 {
    width: 66.6666666667%;
  }

  .column-m-9 {
    width: 75%;
  }

  .column-m-10 {
    width: 83.3333333333%;
  }

  .column-m-11 {
    width: 91.6666666667%;
  }

  .column-m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .column-l-1 {
    width: 8.3333333333%;
  }

  .column-l-2 {
    width: 16.6666666667%;
  }

  .column-l-3 {
    width: 25%;
  }

  .column-l-4 {
    width: 33.3333333333%;
  }

  .column-l-5 {
    width: 41.6666666667%;
  }

  .column-l-6 {
    width: 50%;
  }

  .column-l-7 {
    width: 58.3333333333%;
  }

  .column-l-8 {
    width: 66.6666666667%;
  }

  .column-l-9 {
    width: 75%;
  }

  .column-l-10 {
    width: 83.3333333333%;
  }

  .column-l-11 {
    width: 91.6666666667%;
  }

  .column-l-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .column-xl-1 {
    width: 8.3333333333%;
  }

  .column-xl-2 {
    width: 16.6666666667%;
  }

  .column-xl-3 {
    width: 25%;
  }

  .column-xl-4 {
    width: 33.3333333333%;
  }

  .column-xl-5 {
    width: 41.6666666667%;
  }

  .column-xl-6 {
    width: 50%;
  }

  .column-xl-7 {
    width: 58.3333333333%;
  }

  .column-xl-8 {
    width: 66.6666666667%;
  }

  .column-xl-9 {
    width: 75%;
  }

  .column-xl-10 {
    width: 83.3333333333%;
  }

  .column-xl-11 {
    width: 91.6666666667%;
  }

  .column-xl-12 {
    width: 100%;
  }
}
/********************
* Fila
********************/
.fila {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/********************
* Contenido
********************/
.contenido {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 576px) {
  .contenido {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contenido {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .contenido {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .contenido {
    max-width: 1140px;
  }
}

.contenido-amplio {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/********************
* Colores
********************/
.color-primario {
  color: #001D33;
}

.color-negro {
  color: #000000;
}

.color-blanco {
  color: #ffffff;
}

/********************
* Backgrounds
********************/
.background-primario {
  background-color: #001D33;
}

.background-secundario {
  background-color: #265980;
}

.background-secundarioA {
  background-color: rgba(38, 89, 128, 0.1);
}

/********************
* Tipografia
********************/
/********************
* Borders
********************/
/********************
* Background image
********************/
.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-parallax {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/********************
* Botones
********************/
.boton {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  cursor: pointer;
}
.boton:hover {
  /*background-color: rgba(38, 89, 128,0.5);*/
  background-color: #001D33;
}

/********************
* Imagenes
********************/
.imagen {
  max-width: 100%;
  height: auto;
}

.imagen-circular {
  border-radius: 50%;
  display: block;
}

.imagen-centrada {
  display: block;
  margin: auto;
}

/********************
* Titulos
********************/
/********************
* Tarjetas
********************/
.tarjeta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.tarjeta-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.tarjeta-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.tarjeta-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/********************
* Sliders
********************/
.slider-style1 {
  position: relative;
  width: 100%;
  height: 300px;
}
.slider-style1 li {
  padding: 10px;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background: #fff;
}
.slider-style1 li img {
  		/*width: 100%;
    		height: 300px;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-style1 li:first-child {
  opacity: 1;
  /*Mostramos el primer <li>*/
}
.slider-style1 li:target {
  opacity: 1;
  /*Mostramos el <li> del enlace que pulsemos*/
}

.slide-indicadores-style1 {
  text-align: center;
  margin: 30px;
}
.slide-indicadores-style1 li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}
.slide-indicadores-style1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #222;
}

/*******************************************/
/*ESTILO 2*/
.tab {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  .tab {
    display: block;
  }
}
.tab button {
  /* Style the buttons that are used to open the tab content */
  background-color: #265980;
  color: #fff;
  float: left;
  border: 1px solid #265980;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  /*width: 60px;
  height: 60px;*/
  font-size: 1.2rem;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .tab button {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .tab button {
    margin-bottom: 15px;
  }
}
.tab button:hover {
  /*Change background color of buttons on hover */
  background-color: #001D33;
  color: #ffffff;
}
.tab button.active {
  /* Create an active/current tablink class */
  background-color: #001D33;
  border: 1px solid #001D33;
  color: #fff;
}
.tab button img {
  width: 60px;
  height: 60px;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 30px;
  -webkit-animation: animacion 2s;
          animation: animacion 2s;
}
@media only screen and (max-width: 768px) {
  .tabcontent {
    margin-top: 0;
  }
}

@-webkit-keyframes animacion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animacion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********************
* Sections
********************/
.seccion-general {
  padding: 50px 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Oxygen", sans-serif;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.desktop {
  display: block;
}
@media only screen and (max-width: 576px) {
  .desktop {
    display: none;
  }
}

.movil {
  display: none;
}
@media only screen and (max-width: 576px) {
  .movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**************
HEADER
**************/
.header {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 576px) {
    .header{
        height: auto;
    }
}


.content {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
    .header-video{
        height: 100%;
    }
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #001D33;
  z-index: 1;
  opacity: 0.8;
}

.header-content {
  z-index: 2;
}
.header-content h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
}
@media only screen and (max-width: 576px) {
  .header-content h1 {
    font-size: 50px;
  }
}
.header-content p {
  font-size: 17px;
  font-weight: 300;
  color: #ccc;
}
.header-content img {
  width: 160px;
  height: auto;
}
.header-content i {
  font-size: 30px;
  margin-top: 120px;
  color: #fff;
}

.ola {
  width: 100%;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 9;
}
/*@media only screen and (max-width: 576px) {
    .ola{
        width: fit-content;
    }
}*/

/*************************
Secciones
**************************/
.secciones {
  padding: 100px 0;
}

.titulo-secciones {
  font-weight: 700;
  line-height: 1;
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .titulo-secciones {
    font-size: 34px;
    padding-top: 15px;
  }
}

.texto-general {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
}

.thevideo {
  position: relative;
}
.thevideo .txt-cont {
  background-color: rgba(0, 29, 51, 0.8);
  width: 100%;
  height: 98%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.thevideo .txt-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.thevideo .txt-video button {
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 15px 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.thevideo .txt-video buttonhover {
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
}
.thevideo .txt-video button i {
  font-size: 30px;
}

.contacto {
  padding: 100px 15px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}

.formulario {
  padding: 20px 0;
}
.formulario .form-fila {
  padding-bottom: 10px;
}
.formulario .form-fila .input {
  width: 35%;
  padding: 14px;
  outline: none;
  border: 1px solid #265980;
}
@media only screen and (max-width: 576px) {
  .formulario .form-fila .input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.formulario .form-fila .input:focus {
  border: 1px solid #001D33;
}
.formulario .form-fila .inputactive {
  border: 1px solid #001D33;
}
.formulario .form-fila .textarea {
  width: 70%;
  padding: 14px;
  font-family: "Oxygen", sans-serif;
  outline: none;
  border: 1px solid #265980;
}
@media only screen and (max-width: 576px) {
  .formulario .form-fila .textarea {
    width: 100%;
  }
}
.formulario .form-fila .textarea:focus {
  border: 1px solid #001D33;
}
.formulario .form-fila .textareaactive {
  border: 1px solid #001D33;
}

::-webkit-input-placeholder {
  font-size: 14px;
  color: #ababab;
}

:-ms-input-placeholder {
  font-size: 14px;
  color: #ababab;
}

::-ms-input-placeholder {
  font-size: 14px;
  color: #ababab;
}

::placeholder {
  font-size: 14px;
  color: #ababab;
}

/*************
Contador
**************/
.contador-contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .contador-contenido {
    display: block;
  }
}
.contador-contenido .tarjeta-contador {
  padding: 10px 50px;
}
@media only screen and (max-width: 576px) {
  .contador-contenido .tarjeta-contador {
    margin-bottom: 40px;
  }
}
.contador-contenido .tarjeta-contador img {
  width: 80px;
  height: auto;
}
.contador-contenido .tarjeta-contador .number {
  font-size: 40px;
  padding-top: 18px;
  color: #001D33;
  font-weight: 600;
}

.footer {
  margin-top: -80px;
  text-align: center;
}
.footer img {
  width: 150px;
  height: auto;
}
.footer .redes a {
  padding: 20px 15px;
  display: inline-block;
}
.footer .redes a img {
  width: 40px;
  height: auto;
}
.footer p {
  color: #fff;
}

/****************
Botones
*****************/
.boton-style1 {
  margin-top: 30px;
  border-radius: 12px 12px 0 0;
}

.boton-style2 {
  margin-top: 10px;
  border-radius: 12px 12px 0 0;
}

.boton-style3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  margin-top: 30px;
  border-radius: 12px 12px 0 0;
}

/****************
Tarjetas
*****************/
.tarjeta {
  padding: 30px 20px;
  border: none;
  -webkit-box-shadow: 4px 6px 13px -6px rgba(0, 0, 0, 0.55);
          box-shadow: 4px 6px 13px -6px rgba(0, 0, 0, 0.55);
  -webkit-transition: .5s;
  transition: .5s;
}
.tarjeta:hover {
  -webkit-box-shadow: 4px 6px 37px -6px rgba(0, 0, 0, 0.43);
          box-shadow: 4px 6px 37px -6px rgba(0, 0, 0, 0.43);
}
.tarjeta img {
  border-radius: 12px 12px 0 0;
}
.tarjeta h3 {
  font-size: 20px;
  margin-top: 20px;
  color: #001D33;
}
.tarjeta span {
  font-size: 14px;
}
.tarjeta p {
  font-size: 16px;
  color: #001D33;
  margin-top: 20px;
}
.tarjeta a {
  margin-top: 20px;
  padding: 6px 20px;
  background-color: #265980;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px 12px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s;
  transition: .2s;
}
.tarjeta a:hover {
  background-color: #001D33;
}
.tarjeta iframe {
  width: 100%;
  height: 300px;
}

/****************
Tab
*****************/
.tab-description {
  width: 400px;
  text-align: center;
  margin: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .tab-description {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
}
.tab-description h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  color: #001D33;
}
.tab-description p {
  line-height: 1;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .tab-description p {
    font-size: 20px;
  }
}

.boton-1 {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .boton-1 {
    position: relative;
  }
}

.boton-2 {
  position: absolute;
  top: 10%;
  right: 30%;
}
@media only screen and (max-width: 768px) {
  .boton-2 {
    position: relative;
    top: 0;
    right: 0;
  }
}

.boton-3 {
  position: absolute;
  top: 50%;
  right: 20%;
}
@media only screen and (max-width: 768px) {
  .boton-3 {
    position: relative;
    top: 0;
    right: 0;
  }
}

.boton-4 {
  position: absolute;
  right: 30%;
  bottom: -15%;
}
@media only screen and (max-width: 768px) {
  .boton-4 {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.boton-5 {
  position: absolute;
  bottom: -30%;
}
@media only screen and (max-width: 768px) {
  .boton-5 {
    position: relative;
    bottom: 0;
  }
}

.boton-6 {
  position: absolute;
  left: 30%;
  bottom: -15%;
}
@media only screen and (max-width: 768px) {
  .boton-6 {
    position: relative;
    left: 0;
    bottom: 0;
  }
}

/****************
Personalizados
*****************/
.titulo-personalizado1 {
  position: absolute;
  top: 25%;
}
@media only screen and (max-width: 768px) {
  .titulo-personalizado1 {
    position: relative;
    top: 0;
  }
}

.titulo-personalizado2 {
  margin-top: 100px;
}
@media only screen and (max-width: 576px) {
  .titulo-personalizado2 {
    margin-top: 0;
  }
}

.seccion-personalizada-1 {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .seccion-personalizada-1 {
    margin-top: 0;
  }
}

/*=======
Seccion crece tu negoico
=========*/
#crece-tu-negocio-desktop {
  display: block;
}
@media only screen and (max-width: 1280px) {
  #crece-tu-negocio-desktop {
    display: none;
  }
}

#crece-tu-negocio-movil {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #crece-tu-negocio-movil {
    display: block;
  }
}

.tarjeta__crecetunegocio {
  -webkit-box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 16px 6px rgba(0, 0, 0, 0.12);
  padding: 2em 1em;
  text-align: center;
  position: relative;
  padding-top: 5em;
  margin-top: 4em;
  text-align: center;
}
.tarjeta__crecetunegocio .tarjeta__crecetunegocio--icono {
  background-color: #265980;
  border-radius: 50%;
  width: 6em;
  padding: 0.8em;
  display: block;
  margin: auto;
  margin-bottom: 2em;
  position: absolute;
  top: -3em;
  right: 0;
  left: 0;
}
.tarjeta__crecetunegocio .tarjeta__crecetunegocio--titulo {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

/**************

Cookies

****************/
.aviso-cookies {
  display: none;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
  line-height: 150%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
          box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
  text-align: center;
}
.aviso-cookies .titulo-cookies {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.aviso-cookies .parrafo-cookies {
  margin-bottom: 15px;
}
.aviso-cookies .boton-cookies {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  border: 2px solid #fff;
}
.aviso-cookies.activo-cookies {
  display: block;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9998;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.fondo-aviso-cookies.activo-cookies {
  display: block;
}

/*# sourceMappingURL=main.css.map */