/*
    Project: Padeltrack
    Design and Development: dbsoftware
    Author: Sabrina Gonzalez Cotta
*/
/**** RESET ****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input, select, option, textarea, button {
  outline: 0;
  font-family: "klavika", serif;
  font-weight: 100;
}

a, p, span, label {
  font-weight: 100;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**** GRID ****/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

[class*="col-"] {
  margin-bottom: 10px;
  min-height: 30px;
}

.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex.row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex.column {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

[class*="col-"] {
  margin-right: 12px;
}

[class*="col-"]:last-child {
  margin-right: 0;
}

.col-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-5 {
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-6 {
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-7 {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-8 {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-9 {
  -webkit-box-flex: 9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 9;
  /* OLD - Firefox 19- */
  -webkit-flex: 9;
  /* Chrome */
  -ms-flex: 9;
  /* IE 10 */
  flex: 9;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-10 {
  -webkit-box-flex: 10;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 10;
  /* OLD - Firefox 19- */
  -webkit-flex: 10;
  /* Chrome */
  -ms-flex: 10;
  /* IE 10 */
  flex: 10;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-11 {
  -webkit-box-flex: 11;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 11;
  /* OLD - Firefox 19- */
  -webkit-flex: 11;
  /* Chrome */
  -ms-flex: 11;
  /* IE 10 */
  flex: 11;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.col-12 {
  -webkit-box-flex: 12;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 12;
  /* OLD - Firefox 19- */
  -webkit-flex: 12;
  /* Chrome */
  -ms-flex: 12;
  /* IE 10 */
  flex: 12;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

html.app, .app body {
  height: 100%;
  margin: 0;
}

.flex-screen {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}

.flex-screen-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

/**** UI ****/
/* Text*/
strong {
  font-weight: 700;
}

p {
  padding: 7px 10px;
  color: #373737;
  font-size: 1.2em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h3 {
  color: #00c3a1;
  text-align: center;
  font-size: 1.5em;
}

/* Buttons*/
.app-button {
  text-align: right;
}
.app-button a {
  display: inline-block;
}
.app-button a img {
  max-width: 200px;
}

.app-button-down {
  text-align: center;
}
.app-button-down a {
  display: block;
}
.app-button-down a img {
  margin-bottom: 20px;
  max-width: 200px;
}

/* Position*/
.text-center {
  text-align: center;
  width: 100%;
}

/* Decoration*/
.underline {
  border-bottom: 1px solid #e5e5e5;
}

.arrow-down {
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 25px solid #3e513e;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: -1px;
  left: 48%;
}

/* Images*/
.wrapper .row img {
  width: 100%;
}

/* Cookies*/
.cookies {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.cookies p {
  color: white;
  line-height: 20px;
  font-size: 1em;
}
.cookies p a {
  color: #00c3a1;
}
.cookies .x {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.cookies .x:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookies .x:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  border-top: 1px solid #00c3a1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.cookies .x:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  border-top: 1px solid #00c3a1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* IFRAME RESPONSIVE */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**** ANIMATIONS ****/
.ac-container {
  overflow: hidden;
}

.ac-container .contact {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: inline;
}

.ac-container input:checked + .contact,
.ac-container input:checked + .contact:hover {
  display: inline;
}

.ac-container input#contacto {
  display: none;
}

.ac-container article {
  overflow: hidden;
  height: 0px;
  position: relative;
  transition: height 0.3s ease-in-out;
}

.ac-container article p {
  margin: 3px;
  padding: 10px;
  display: block;
}

.ac-container input:checked ~ article {
  transition: height 0.5s ease-in-out;
}

.ac-container input:checked ~ article.ac-tall {
  height: 390px;
  background: #009f83;
  margin-top: 20px;
}

/* Checkbox*/
.check-animation {
  text-align: left;
  padding: 10px 0 0 !important;
}
.check-animation [type="checkbox"]:not(:checked),
.check-animation [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.check-animation [type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.check-animation [type="checkbox"] + label:before, .check-animation [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #373737;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
.check-animation [type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.check-animation [type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
.check-animation [type="checkbox"].filled-in + label:before,
.check-animation [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
.check-animation [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.check-animation [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #373737;
  top: 0px;
  z-index: 0;
}
.check-animation [type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 0;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.check-animation [type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #00c3a1;
  background-color: #00c3a1;
  z-index: 0;
}

/* Radiobutton*/
input[type=radio].radio-check {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].radio-check + label.radio-text {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=radio].radio-check:checked + label.radio-text {
  background-position: 0 -30px;
}

label.radio-text {
  background-image: url(../images/mobile/radio-button.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Popup */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.is-visible {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  width: 100%;
  max-width: 560px;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3em 1em;
  max-height: 675px;
  overflow-y: auto;
  height: auto;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  color: #8d8d8d;
}

.cd-popup-container .cd-popup-close::before {
  font-family: "iconfont";
  content: '\e902';
  position: absolute;
  top: 5px;
  right: 5px;
}

.cd-popup.confirm-publish-group {
  z-index: 9999;
}

.cd-popup-container h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 1em;
  position: relative;
  color: #00c3a1;
  border-bottom: 1px solid #cacaca;
}

/* Icons ball animation*/
@-webkit-keyframes ball-animation {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes ball-animation {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* BUTTON APP*/
@-webkit-keyframes button-app {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes button-app {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
/*SPASH PAGE */
#splashPage {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #00c3a1;
}
#splashPage div {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}

@font-face {
  font-family: 'klavika';
  src: url("../../fonts/Klavika-Regular.otf");
  src: url("../../fonts/Klavika-Regular.eot") format("embedded-opentype"), url("../../fonts/Klavika-Regular.woff") format("woff"), url("../../fonts/Klavika-Regular.ttf") format("truetype"), url("../../fonts/Klavika-Regular.svg#klavika_light_ultraregular") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'klavika';
  src: url("../../fonts/Klavika-Bold.otf");
  src: url("../../fonts/Klavika-Bold.eot") format("embedded-opentype"), url("../../fonts/Klavika-Bold.woff") format("woff"), url("../../fonts/Klavika-Bold.ttf") format("truetype"), url("../../fonts/Klavika-Bold.svg#klavika_bold_ultraregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont/iconfont.eot?joq9cp");
  src: url("../../fonts/iconfont/iconfont.eot?joq9cp#iefix") format("embedded-opentype"), url("../../fonts/iconfont/iconfont.ttf?joq9cp") format("truetype"), url("../../fonts/iconfont/iconfont.woff?joq9cp") format("woff"), url("../../fonts/iconfont/iconfont.svg?joq9cp#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}

.icon-ok:before {
  content: "\e901";
}

.icon-avatar_azul .path1:before {
  content: "\e902";
  color: #a6d9e9;
}

.icon-avatar_azul .path2:before {
  content: "\e903";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path3:before {
  content: "\e904";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path4:before {
  content: "\e905";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path5:before {
  content: "\e906";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path6:before {
  content: "\e907";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path7:before {
  content: "\e908";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path8:before {
  content: "\e909";
  margin-left: -0.7001953125em;
  color: #191817;
}

.icon-avatar_azul .path9:before {
  content: "\e90a";
  margin-left: -0.7001953125em;
  color: rgba(0, 0, 0, 0.5);
}

.icon-flecha_selector:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-googleplus:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-logo_footer:before {
  content: "\e911";
}

.icon-padeltrack:before {
  content: "\e912";
}

/* General*/
body {
  font-family: "klavika", serif;
  background-size: cover;
}
body .over {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body .skin {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
}

.center {
  -ms-display: flex;
  display: flex;
  /* vertical center */
  align-items: center;
  /* horizontal center */
  justify-content: center;
}

/* Header*/
header {
  background: #00c3a1;
}
header section, header.row {
  margin: 0 auto;
  width: 95%;
  padding-top: 2%;
  max-width: 1400px;
}
header .logo {
  max-width: 220px;
}

/* Sections all*/
[class*="section"] {
  padding-top: 70px;
  padding-bottom: 120px;
}
[class*="section"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2%;
}
[class*="section"] p, [class*="section"] h2, [class*="section"] h3 {
  margin: auto;
  text-align: center;
}
[class*="section"] article:first-child {
  max-width: 67%;
  margin: auto;
}
[class*="section"] article:first-child h2 {
  text-align: center;
  font-size: 2.3em;
}
[class*="section"] article:first-child h3 {
  font-weight: 100;
}
[class*="section"] article:first-child p {
  font-size: 23px;
  line-height: 30px;
  padding: 40px 0;
  text-align: center;
}
[class*="section"] article:first-child ~ img {
  margin: auto;
}

/* Section1*/
.section1 {
  /* background: url("../images/pista_padel.png") no-repeat center 79% $green-light;*/
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: url("../images/pista_padel.png") no-repeat center 103%, linear-gradient(to bottom, #009f83 0%, #009f83 83.5%, #009f83 83.5%, #ffffff 83.5%, #ffffff 83.5%, #ffffff 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f83', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 0px;
}
.section1 * {
  margin: auto;
}
.section1 article h2, .section1 article p {
  color: white;
}
.section1 article h2 {
  font-size: 3.3em !important;
}

/* Section2*/
.section2 {
  /*padding-bottom: 120px;////////////////////////////////*/
}
.section2 .container {
  position: relative;
}
.section2 .container .underline {
  margin-bottom: 35px;
}
.section2 h2 {
  color: #00c3a1;
}
.section2 p {
  color: #373737;
}
.section2 img.img-mobile {
  width: 80%;
}
.section2 .avatar-azul {
  width: 100px;
  position: absolute;
  bottom: -160px;
  right: 20%;
  -webkit-animation: ball-animation 1.5s infinite;
  animation: ball-animation 1.5s infinite;
}

/* Section3*/
.section3 {
  background: #00c3a1;
}
.section3 .container {
  max-width: 1100px;
}
.section3 h2 {
  color: white;
  margin-bottom: 40px;
}
.section3 article.flex {
  justify-content: space-between;
}
.section3 article.flex h3 {
  padding: 20px;
}
.section3 article.flex .underline {
  padding-bottom: 40px;
  max-height: 86px;
}
.section3 article.flex img {
  width: 100%;
  margin-top: 40px;
}
.section3 article.flex img.img-big {
  width: 130%;
  right: 40px;
  position: relative;
}
.section3 article.flex .col-4:after {
  content: "";
  background: url("../images/pelota_padel.png");
  width: 30px;
  height: 30px;
}
.section3 div[class*="col-"] {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 300px;
}
.section3 .ball {
  position: relative;
}
.section3 .ball :after {
  content: "";
  background: url("../images/pelota_padel.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 25px;
  right: 0;
  bottom: -17px;
}

/* Section4*/
.section4 {
  background: url("../../images/fondo_niveles.jpg") no-repeat 0 100% #009f83;
  background-size: cover;
  background-attachment: fixed;
}
.section4 .container {
  max-width: 900px;
}
.section4 h2 {
  color: #00c3a1;
  margin-bottom: 40px;
}
.section4 article.flex {
  justify-content: space-between;
}
.section4 article.flex h3 {
  padding: 20px 0;
  height: 100px;
}
.section4 article.flex .underline {
  padding-bottom: 10px;
}
.section4 article.flex p {
  padding-top: 20px;
}
.section4 div[class*="col-"] {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 380px;
}

/* Section5*/
.section5 {
  padding-bottom: 0;
  position: relative;
}
.section5 .container {
  max-width: 750px;
  position: relative;
}
.section5 h2 {
  color: #00c3a1;
  margin-bottom: 40px;
}
.section5 .avatar-left, .section5 .avatar-right {
  max-width: 200px;
  position: absolute;
  -webkit-animation: ball-animation 1.5s infinite;
  animation: ball-animation 1.5s infinite;
}
.section5 .avatar-right {
  right: 0;
  top: 150px;
  -webkit-animation: ball-animation 1s infinite;
  animation: ball-animation 1s infinite;
}
.section5 .avatar-left {
  left: 0;
}

/*Footer*/
footer {
  background: #00c3a1;
}
footer .ac-container {
  text-align: center;
  color: white;
  padding: 20px 0 0;
}
footer .ac-container > label {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: small;
}
footer .ac-container > a {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.8rem;
  font-size: small;
  white-space: nowrap;
}
footer .ac-container > a:hover {
  color: #373737;
}
footer .ac-container > a:before {
  content: "";
  border-radius: 50%;
  background: #373737;
  width: 3px;
  height: 3px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  bottom: 3px;
}
footer form {
  max-width: 380px;
  margin: 0 auto;
  padding: 10px;
}
footer form > input {
  width: 100%;
  min-height: 40px;
  border: 0;
  padding: 10px;
  color: #373737;
  margin-top: 10px;
}
footer form > textarea {
  min-height: 126px;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #373737;
  margin-top: 10px;
}
footer form button {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
  padding: 12px 60px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
footer form button:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
footer form .check-animation {
  font-weight: 100;
  font-size: 0.8em;
}
footer form .check-animation a {
  color: white;
}
footer .end {
  text-align: center;
  padding-top: 10px;
}
footer .end span {
  color: #009f83;
  align-self: flex-end;
  font-size: 0.7em;
}
footer .end .rrss {
  align-self: flex-end;
}
footer .end .rrss a {
  font-size: 3em;
  color: #06201B;
}
footer .end .rrss a:hover {
  color: #009f83;
}
footer .end .rrss a i {
  transition: all 0.5s linear;
}
footer .end .logo-footer i {
  font-size: 6em;
  color: #06201B;
}

/* POPUP INITIAL WHITH USER TYPE CHOISE */
.user-type.cd-popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99999;
}
.user-type.cd-popup .no-visible {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.btn {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #00c3a1;
  border: 2px solid #00c3a1;
  border-radius: 5px;
  padding: 1em;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  text-align: center;
  margin: 20px;
}
.btn:hover {
  color: #009f83;
  border: 2px solid #009f83;
}
.btn.maxi {
  width: 100%;
  max-width: 300px;
}
.btn.medium {
  padding: 10px;
  font-size: 1em;
}
.btn.center {
  margin: 20px auto;
}
.btn a {
  font-size: 1.3em;
  color: #00c3a1;
  font-weight: bold;
}
.btn a:hover {
  color: #009f83;
}

.center {
  -ms-display: flex;
  display: flex;
  /* vertical center */
  align-items: center;
  /* horizontal center */
  justify-content: center;
}

.inline-flex {
  display: inline-flex;
}

.container {
  width: 100%;
}

.info-club .contact-form {
  background: #00c3a1;
}
.info-club .contact-form .container {
  max-width: 865px;
  margin: 0 auto;
}
.info-club .contact-form h2 {
  color: white;
  padding: 40px;
  text-align: center;
  font-size: 2.3em;
}
.info-club .contact-form .contact-club {
  background: white;
  border-radius: 15px;
}
.info-club .contact-form .contact-club .col-8:first-child {
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
}

.info-club .contact-form .contact-club{
    margin-bottom: 1em;
}
.info-club .contact-form .contact-club .col-8:first-child h3 {
  margin-top: 1em;
}
.info-club .contact-form .contact-club .col-8:first-child form {
  padding: 0 1em;
}
.info-club .contact-form .contact-club .col-4:last-child {
  background-size: cover;
  background: url("../../images/fondo_niveles_2.jpg") no-repeat 0 100% #009f83;
  margin: 0;
  border-radius: 0 15px 15px 0;
}

/**** FORM ****/
/* INPUT LINEA ANIMADA */
.group-input {
  position: relative;
  margin: 40px 0;
  /* active state */
}
.group-input input {
  font-size: 18px;
  padding: 10px 0px 5px 0px;
  display: block;
  max-width: 435px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #8d8d8d;
  background: transparent;
}
.group-input input:focus {
  outline: none;
}
.group-input label {
  color: #00c3a1;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -10px;
  font-size: 12px;
  text-transform: uppercase;
}
.group-input .bar {
  position: absolute;
  display: block;
  max-width: 435px;
  width: 100%;
  padding: 0;
  /* margin:-40px 0; */
}
.group-input .bar:before, .group-input .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #00c3a1;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.group-input .bar:before {
  left: 50%;
}
.group-input .bar:after {
  right: 50%;
}
.group-input input:focus ~ .bar:before, .group-input input:focus ~ .bar:after {
  width: 50%;
}

.group-input > span {
  font-size: 18px;
  padding: 10px 0px 5px 0px;
  display: block;
  max-width: 435px;
  width: 100%;
  border: none;
  background: transparent;
}

/**** RESPONSIVE ****/
/* mobile portrait*/
@media screen and (max-width: 500px) {
  /*HEADER*/
  header h1 {
    text-align: center;
  }
  header .app-button {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 0;
    margin-bottom: 0;
    background: #e5e5e5;
  }
  header .app-button a img {
    max-width: 100%;
    padding: 5px;
  }

  /* IMAGES*/
  .img-desktop {
    display: none;
  }

  .section5 img[src*="moviles"] {
    width: 100%;
  }

  /* Sections all*/
  [class*="section"] {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  [class*="section"] .container {
    max-width: 90%;
    padding: 0 1%;
  }
  [class*="section"] article:first-child {
    max-width: 100%;
  }
  [class*="section"] article:first-child h2 {
    font-size: 1.7em;
  }
  [class*="section"] article:first-child p {
    font-size: 19px;
    padding: 15px 0;
    line-height: 25px;
  }
  [class*="section"] [class*="col-"] {
    margin-right: 0;
  }

  /* Section1*/
  .wrapper .section1 {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: url("../images/pista_padel.png") no-repeat center 108%, -webkit-gradient(linear, left top, left bottom, from(#009f83), color-stop(62%, #009f83), color-stop(62%, #009f83), color-stop(62%, #ffffff), color-stop(62%, #ffffff), color-stop(99%, #ffffff));
    background: url("../images/pista_padel.png") no-repeat center 108%, linear-gradient(to bottom, #009f83 0%, #009f83 62%, #009f83 62%, #ffffff 62%, #ffffff 62%, #ffffff 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f83', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    padding-bottom: 0px;
    background-size: 140%;
  }
  .wrapper .section1 article {
    max-width: 75%;
  }
  .wrapper .section1 article h2 {
    font-size: 2em !important;
  }
  .wrapper .section1 article p {
    font-size: 18px;
    line-height: 25px;
  }
  .wrapper .section1 article ~ img {
    width: 60%;
  }

  /* Section2*/
  .section2 {
    padding-bottom: 100px;
  }
  .section2 .container .underline {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .section2 .avatar-azul {
    width: 70px;
    bottom: -142px;
    right: 40%;
    left: 40%;
  }

  /* Section3*/
  .section3 .flex.row {
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section3 .container {
    margin-top: 35px;
  }
  .section3 article.flex .col-4:nth-child(1) h3:before {
    content: "1. ";
  }
  .section3 article.flex .col-4:nth-child(2) h3:before {
    content: "2. ";
  }
  .section3 article.flex .col-4:nth-child(3) h3:before {
    content: "3. ";
  }
  .section3 article.flex img.img-big {
    width: 100%;
    right: 0px;
    position: flex;
  }
  .section3 div[class*="col-"] {
    max-width: 100%;
  }

  /* Section4*/
  .section4 .flex.row {
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section4 div[class*="col-"] {
    max-width: 100%;
  }

  /* Section5*/
  .section5 {
    padding-bottom: 0;
  }
  .section5 .avatar-left {
    left: -23px;
    top: 30px;
  }
  .section5 .avatar-right {
    right: -17px;
    top: 313px;
    width: 175px;
  }
  .section5 .app-button-down {
    text-align: center;
    padding: 80px 0;
  }
  .section5 .arrow-down {
    left: 43%;
    right: 43%;
  }

  footer {
    padding-bottom: 50px;
  }
  footer .flex.row {
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .rrss {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-right: 0;
  }
  footer span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-right: 0 !important;
  }

  /* Cookies */
  .cookies {
    z-index: 999;
  }
  .cookies p {
    font-size: 0.8em;
    padding: 0 20px;
  }
}
@media screen and (max-width: 650px) {
  .app-button a img {
    max-width: 150px;
  }
}
/* Desktop*/
@media screen and (min-width: 501px) {
  .img-mobile {
    display: none;
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .wrapper {
    padding-top: 90px;
  }
}
/*ipad*/
@media screen and (min-width: 501px) and (max-width: 850px) {
  .wrapper {
    padding-top: 68px;
  }

  .section3 article.flex img.img-big {
    width: 100%;
    right: 0px;
    position: flex;
  }

  .section3 div[class*="col-"] {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
