/*///////////////////////////////*//*Global Styles*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-full {
    /* width: 100%;*/
   max-width: 100%;
     /*max-width: none;*/
}


/*///////////////////////////////*//*Row Styles*/
.row-masthead {
    /*background: url("../assets/masthead.jpg");*/
    /*background-size: cover;*/
    height: 900px;
    margin-bottom: 100px;
}
.row-masthead .verticle-text {
    color: #ffffff;
    width: 300px;
    position: relative;
    left: -300px;
    top: 280px;
}
.row-full-image {
    /*background: url("../assets/fullimage.jpg");*/
    /*background-size: cover;*/
    background-position: center center;
    height: 700px;
}
.row-spacer {
    height: 120px;
}

/* Franja amarilla oscura */

.row-yellowblack {
    background: #f7ac0c;
    padding: 60px 0px 80px 0px;

}
.row-yellowblack p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-yellowblack h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-yellowblack h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja marrón */

.row-brownblack {
    background: #d7bea6;
    padding: 60px 0px 80px 0px;

}
.row-brownblack p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-brownblack h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-brownblack h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja ocre */

.row-reddle {
    background: #b94f4d;
    padding: 60px 0px 80px 0px;

}
.row-reddle p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-reddle h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-reddle h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja esmeralda */

.row-esmerald {
    background: #2ab0b1;
    padding: 60px 0px 80px 0px;

}
.row-esmerald p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-esmerald h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-esmerald h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja azul cielo */

.row-skyblue {
    background: #38bbd5;
    padding: 60px 0px 80px 0px;

}
.row-skyblue p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-skyblue h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-skyblue h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja ecologic green */

.row-greeneco {
    background: #91b742;
    padding: 60px 0px 80px 0px;

}
.row-greeneco p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 400;
}
.row-greeneco h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}
.row-greeneco h3 {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Franja verde */

.row-green {
    background: #82ca9c;
    padding: 60px 0px 80px 0px;
}

.row-buying {
    background: #f6f7fa;
    padding: 60px 0px 60px 0px;
}
.row-buying .active {
    background: #fff;
    padding: 60px;
    -moz-box-shadow: 0px 0px 20px #e9eaed;
    -webkit-box-shadow: 0px 0px 20px #e9eaed;
    box-shadow: 0px 0px 20px #e9eaed;
}

@media only screen and (max-width: 991px) {
    .row-buying .active {
      min-height: 440px;
    }
}


.row-buying .inactive {
    padding: 60px;
}
.row-footer {
    padding: 100px 0px 90px 0px;
    background: #192430;
    color: #fff;
}
.row-grid {
    padding: 100px 0px 100px 0px;
    overflow: hidden;
    width: 100%;
    /*overflow-x: scroll;*/
}
.row-grid .grid {
    min-height: 260px;
}
.row-grid .grid.col-md-4 {
    max-width: 380px;
}
.row-grid .grid.col-md-8 {
    max-width: 760px;
}

/*///////////////////////////////*//*Styling Elements*/
.logo {
    margin-top: 0px;
    padding: 0px 0px 0px 15px;
    left: inherit;
}
.masthead-text {
    padding-top: 250px;
}
.masthead-text a {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}
.iPhone {
    height: auto;
    position: relative;
    right: 70px;
    top: 110px;
}
.white {
    color: #fff;
}

.dron {
    height: auto;
    position: relative;
    right: 70px;
    top: 10px;
}

/*///////////////////////////////*//*Font Styles*/
h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
h2 {
    font-size: 35px;
    color: #222626;
    margin-bottom: 30px;
    font-weight: 300;
}
h3 {
    font-size: 13px;
    color: #67676d;
    margin-bottom: 20px;
    font-weight: bold;
}
h4 {
    font-size: 14px;
    color: #b8b8b8;
    margin-bottom: 30px;
    line-height: 20px;
}

p {
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    font-weight: 400;
}

div.verticle-text {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 12px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    left: -200px;
    width: 100px;
    top: 55px;
    text-transform: uppercase;
}
.row-green h2,
.row-green h3,
.row-green p,
.row-green .verticle-text,
p.sub-text {
    color: #fff;
}
.row-buying h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.row-buying p {
    width: 300px;
}
span.badge {
    padding: 1px 7px 1px 7px;
    color: #fff;
    background: #ccc;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
span.purple {
    background: #bd8cbf;
}

span.blue {
    background: #11b1ff;
}

span.red {
    background: #d52727;
}

.icon {
    margin-right: 10px;
}
.btn-green {
    padding: 10px 20px 10px 20px;
    background: #f7ac0c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
}
.btn-green:hover {
    color: #fff;
    text-decoration: none;
    background: #72bd8d;
}

.btn-orange {
    padding: 10px 20px 10px 20px;
    background: #f7ac0c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
}
.btn-orange:hover {
    color: #fff;
    text-decoration: none;
    background: #ffc028;
}




.row-footer p,
.row-footer h3,
.grid a {
    color: #fff;
}
.row-footer ul {
    margin: 0px;
    padding: 0px;
}
.row-footer li {
    list-style: none;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 5px;
}
.grid {
    padding:40px;
}
.grid h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.grid p {
    font-size: 12px;
    color: #fff;
}
.pink {
    background: #F3989E;
}
.light-purple {
    background: #BC8DBE;
}
.purple {
    background: #61607C;
}
.green {
    background: #82ca9c;
}
.image01 {
    background: url("../assets/inicio/image01.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    height: 254px;
    background-color: #091e28;
}
.image02 {
    background: url("../assets/inicio/image02.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    height: 254px;
    background-color: #091e28;
}
input.email {
    background: #fff;
    outline: none;
    padding: 20px 10px 20px 20px;
    width: 85%;
    color: #7f7f7f;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    float: left;
}

input.formulario {
    background: #ededed;
    outline: none;
    padding: 20px 10px 20px 20px;
    width: 100%;
    color: #000000;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    float: left;
}
.label-text {
    font-size: 11px;
    color: #57697f;
    width: 70%;
    margin-top: 20px;
}
.submit {
    background: #f7ac0c;
    width: 70px;
    outline: none;
    border: none;
    float: left;
    height: 58px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -30px;
}
.submit:hover {
    background: #ffc028;
}

.submitformulario {
    margin: 20px 0px 0px 0px;
    background: #f7ac0c;
    width: 150px;
    outline: none;
    border: none;
    float: left;
    height: 58px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* margin-left: -30px; */
}
.submitformulario:hover {
    background: #ffc028;
}


.piefooter a {
    color: #fff;
}

.piefooter a:hover {
    color: #ffffff;
    text-decoration: underline;
}


.activemenu {
  /* background-color: #ffc028;*/
  background-color: rgba(228, 228, 228, 0.17);
  height: 40px;
}

/*  Sección Espacios */

.espaciosecostylenuevo {
  padding: 0px;
  /* min-height: 238px;
  min-height: 190px;*/
}

.espaciosecostyle {
  padding: 0px;
  /* min-height: 238px;*/
  min-height: 190px;
}

.espaciosecostyle h2 { color: #ffffff; }
.espaciosecostyle p { color: #ffffff; }

@media only screen and (max-width: 1200px) {
    .espaciosecostyle {
      padding: 1em 0 0 1em;
      /* min-height: 238px;*/
      min-height: 162px;
    }
}

@media only screen and (max-width: 991px) {
    .espaciosecostyle {
      padding: 1em 0 0 1em;
      /* min-height: 238px;*/
      min-height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .verdron {
      float: left;
      /* background: url("../assets/espacios/dron-movil.png");*/
      
      height: auto;
      position: relative;
      left: 10px;
      top: 40px;

      /*background-size: cover;
      padding: 1em 0 0 1em;
      min-height: 238px;
      min-height: 100px;*/
    }
}



/* Apartado Socios */

.nosocio {
  text-align: center;
}

.nosocio h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.nosocio p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #959595;
  line-height: 24px;
  font-weight: 400;
}

.submitformulariotorneos {
    margin: 20px 0px 0px 0px;
    background: #f7ac0c;
    width: 150px;
    outline: none;
    border: none;
    /*float: left;*/
    height: 58px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* margin-left: -30px; */
}


/*  Sección Servicios */

.serviciosstyle {
  padding: 1em 0 0 1.5em;
  /* min-height: 238px;*/
  min-height: 190px;
}

.serviciosstyle h2 { color: #ffffff; }
.serviciosstyle p { color: #ffffff; }

@media only screen and (max-width: 1200px) {
    .serviciosstyle {
      padding: 1em 0 0 1.5em;
      /*  min-height: 238px;*/
      min-height: 162px;
    }
}

@media only screen and (max-width: 992px) {
    .serviciosstyle {
      padding: 1em 0 0 1.5em;
      min-height: 150px;
    }
}

@media only screen and (max-width: 856px) {
    .serviciosstyle {
      padding: 1em 0 0 1em;
      min-height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .serviciosstyle {
      padding: 1em 0 0 4em;
      min-height: 100px;
      margin: -30px;
    }
}

/* Seccion Secciones */

.secciones {
    padding: 0% 0% 0% 0%;
    background-color:#ededed;
}

.texto-secciones h2 {
  padding: 20px 5px 0px 20px;
  margin-bottom: 0px;
}
.texto-secciones p {
  padding: 20px 5px 30px 20px;
  margin-bottom: 0px;
}



/* Modal para el video vimeo */
#popup {
   visibility: hidden;
   opacity: 0;
   /* margin-top: -200px;*/
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all 1s;

}
.popup-contenedor {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -181px;
  margin-top: -160px;
  */

   /*position: relative;*/
   /* padding:30px 50px;*/
   /* background-color: #fafafa; */



   margin:15% auto;
   color:#333;
   border-radius: 3px;

   width: 60%;


}

.popup-contenedor iframe {

}

a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #333;
   padding:7px 10px;
   font-size: 20px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}



.video-responsive {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Fin modal video vimeo */



/*  Secciones Tenis Padel Frontenis etc */

/* Imagen de cabecera */
.row-mastheadsecciones {
    /*background: url("../assets/masthead.jpg");*/
    /*background-size: cover;*/
    height: 400px;
    margin-bottom: 100px;
}

.row-mastheadsecciones .verticle-text {
    color: #ffffff;
    width: 300px;
    position: relative;
    left: -300px;
    top: 180px;
}


/* Imágenes para las seccinoes */
.seccionesstyle {
  padding: 0em 0 0 0em;
  /* min-height: 238px;*/
  min-height: 190px;
  background: #ededed;
}

.texto-seccionesstyle h2 {
  color: #222626;
  padding: 20px 5px 5px 20px;
}

.texto-seccionesstyle p {
  color: #959595;
  padding: 20px 5px 5px 20px;
}

.desplazaarea {
  height: 20px;
  background: #ffffff;
}


/* Boton para volver al apartado seccines */
btnvolver {
 border: none;
 background: #f7ac0c;
 color: #ffffff;
 padding: 20px;
 font-size: 18px;
 border-radius: 2px;
 position: relative;
 box-sizing: border-box;
 transition: all 500ms ease;
}

btnvolver:hover {
 cursor: pointer;
 background: rgba(0,0,0,0);
 color: #ffffff;
 box-shadow: inset 0 0 0 1px #ffffff;
}

/* ===== ponemos un banner en la parte superior ===== */

.banner-top{
    position: relative;
    /* display: inline-block;*/
    text-align: center;
}

.centrado{
    position: absolute;
    color: #ffffff;
    /* Ajusta el texto del párrafo a un cuerpo de letra muy grande. */
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

