* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
}
html,
body,
main {
  height: 100%;
}
.col-left {
  background: #339fcd;
  margin: 0;
  padding: 10px 60px 20px !important;
  min-height: 100%;
}
@media screen and (max-width: 545px) {
  .col-left {
    padding: 10px 20px 20px !important;
  }
}
@media screen and (max-width: 545px) {
  .col-left header {
    text-align: center;
  }
}
.col-left .logo {
  width: 120px;
  margin-right: 30px !important;
  display: inline-block;
}
@media screen and (max-width: 545px) {
  .col-left .logo {
    display: block;
    margin: 10px auto 20px !important;
  }
}
.col-left nav {
  color: #fff;
}
.col-left nav a {
  font-family: 'Lobster', cursive;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-weight: normal;
}
.col-left nav a:hover {
  color: #0f2b64;
}
.col-left h1 {
  color: #fff;
  font-size: 4rem;
  width: 80%;
  margin-top: 20px;
  font-weight: 300;
}
@media screen and (max-width: 545px) {
  .col-left h1 {
    font-size: 3.2rem;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .col-left h1 {
    font-size: 2.5rem;
  }
}
.col-left .big-p {
  color: #0f2b64;
  font-size: 1.2rem;
  width: 90%;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 545px) {
  .col-left .big-p {
    font-size: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 545px) {
  .col-left .button-box {
    text-align: center;
  }
}
.col-left .button {
  color: #fff;
  display: inline-block;
  padding: 10px 50px;
  border: 2px #fff solid;
  border-radius: 10px;
  background: transparent;
  font-size: 1.4rem;
  font-family: 'Lobster', cursive;
  margin-top: 30px;
  transition: all 0.3s;
}
.col-left .button:hover {
  background: #0f2b64;
  text-decoration: none;
}
.col-right {
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}
.col-right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1200px;
}
.inline-block {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.lista-servicios {
  background: #fff;
  padding: 0;
}
.lista-servicios h2 {
  font-size: 4rem;
  color: #339fcd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .lista-servicios h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .lista-servicios h2 {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.lista-servicios .row {
  margin: 0 auto;
  text-align: center;
}
.lista-servicios .servicios {
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .lista-servicios .servicios {
    margin-bottom: 20px;
  }
}
.lista-servicios .servicios h3 {
  color: #5a5a5a;
  transition: all 0.3s;
  margin: 20px 0;
  font-size: 1.4rem;
}
.lista-servicios .servicios h3:hover {
  color: #339fcd;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .lista-servicios .servicios h3 {
    font-size: 1rem;
  }
}
.lista-servicios .servicios .numeracion {
  display: inline-block;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .lista-servicios .servicios .numeracion {
    width: 80px;
    height: 80px;
  }
}
.lista-servicios .servicios .numeracion img {
  display: block;
}
.lista-servicios .servicios .numeracion img.nieve,
.lista-servicios .servicios .numeracion img.hoja {
  margin-left: 15px;
  margin-top: 15px;
}
.lista-servicios .servicios .numeracion img.maquinista {
  margin: 15px;
}
.lista-servicios .otros-servicios {
  background: #fff;
  text-align: center;
  padding: 40px 0 80px;
}
@media screen and (max-width: 575px) {
  .lista-servicios .otros-servicios {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.lista-servicios .otros-servicios h3 {
  width: 60%;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: normal;
  color: #AEAEAE;
}
@media screen and (max-width: 992px) {
  .lista-servicios .otros-servicios h3 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .lista-servicios .otros-servicios h3 {
    width: 80%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .lista-servicios .otros-servicios h3 {
    width: 90%;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.contacto {
  background: #EDEDED;
  padding-bottom: 40px;
}
.contacto h2 {
  font-size: 4rem;
  color: #339fcd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .contacto h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .contacto h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.contacto form {
  margin-left: 150px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contacto form {
    margin-left: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contacto form {
    margin-left: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .contacto form {
    margin: 15px auto;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 10px;
  }
}
.contacto form input,
.contacto form textarea {
  color: #5a5a5a;
  padding: 0 20px;
  border: none;
  border-bottom: 2px solid #5a5a5a;
  font-size: 1.6rem;
  margin: 30px 0px;
  outline: 0;
  background: #EDEDED;
}
.contacto form input:hover,
.contacto form textarea:hover,
.contacto form input:focus,
.contacto form textarea:focus {
  border-bottom: 2px solid #339fcd;
}
@media screen and (max-width: 992px) {
  .contacto form input,
  .contacto form textarea {
    margin: 20px 0px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .contacto form input,
  .contacto form textarea {
    margin: 15px 0px;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 10px;
  }
}
.contacto form .enviar {
  color: #5a5a5a;
  padding: 10px 50px;
  border: 2px #5a5a5a solid;
  border-radius: 10px;
  background: transparent;
  font-size: 1.4rem;
  font-family: 'Lobster', cursive;
  transition: all 0.3s;
  margin-top: 20px;
  display: block;
}
.contacto form .enviar:hover {
  background: #fff;
  color: #339fcd;
  border: 2px #339fcd solid;
}
.contacto form .clausulas {
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .contacto form .clausulas {
    font-size: 1rem;
  }
}
.contacto form .clausulas label {
  margin-bottom: 0;
}
.contacto form .clausulas label input {
  margin: 0;
}
.contacto form .clausulas a {
  white-space: nowrap;
  margin-left: 10px;
}
.contacto .otros-contactos {
  margin-left: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .contacto .otros-contactos {
    margin-left: 0;
    text-align: center;
    padding: 0;
  }
}
.contacto .otros-contactos h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #5a5a5a;
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .contacto .otros-contactos h3 {
    font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .contacto .otros-contactos h3 {
    font-size: 1.4rem;
    text-align: center;
    margin: 30px auto  50px;
  }
}
.contacto .otros-contactos img {
  width: 80px;
  height: 80px;
}
.contacto .otros-contactos .phone,
.contacto .otros-contactos .mail {
  margin: 80px auto;
}
@media screen and (max-width: 992px) {
  .contacto .otros-contactos .phone,
  .contacto .otros-contactos .mail {
    width: 49%;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .contacto .otros-contactos .phone,
  .contacto .otros-contactos .mail {
    margin: 10px auto;
  }
}
@media screen and (max-width: 450px) {
  .contacto .otros-contactos .phone,
  .contacto .otros-contactos .mail {
    display: block;
    width: 100%;
    margin: 40px auto;
  }
}
.contacto .otros-contactos .phone p,
.contacto .otros-contactos .mail p {
  font-size: 1.8rem;
  color: #339fcd;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .contacto .otros-contactos .phone p,
  .contacto .otros-contactos .mail p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .contacto .otros-contactos .phone p,
  .contacto .otros-contactos .mail p {
    font-size: 1.2rem;
  }
}
.contacto .otros-contactos .mail p {
  margin-top: 5px;
}
.empleo {
  background: #fff;
  padding-bottom: 40px;
  text-align: center;
}
.empleo h2 {
  font-size: 4rem;
  color: #339fcd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .empleo h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .empleo h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.empleo img {
  width: 150px;
  margin-top: 50px;
}
@media screen and (max-width: 450px) {
  .empleo img {
    margin-top: 20px;
  }
}
.empleo h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #5a5a5a;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .empleo h3 {
    font-size: 1.5rem;
  }
}
.empleo h3 a {
  color: #339fcd;
}
.img-1 {
  height: 400px;
  width: 100%;
  background: url('../img/piscina1.jpg') no-repeat 0 48% / cover;
}
@media screen and (max-width: 500px) {
  .img-1 {
    display: none;
  }
}
.img-2 {
  height: 400px;
  width: 100%;
  background: url('../img/piscina2.jpg') no-repeat 0 48% / cover;
}
@media screen and (max-width: 500px) {
  .img-2 {
    display: none;
  }
}
.margin-top-0 {
  margin-top: 0px !important;
}
footer {
  background: #339fcd;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 0.8rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer a:focus {
  color: #fff;
}
/* Cambio de aspecto de los placeholders */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #C7C7C7;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #C7C7C7;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #C7C7C7;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #C7C7C7;
}
/* Mensaje Cookies */
#aviso-cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
}
#info-cookies {
  margin: auto;
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 1em 0;
  -webkit-box-shadow: 0px -2px 19px -7px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px -2px 19px -7px rgba(0, 0, 0, 0.63);
  box-shadow: 0px -2px 19px -7px rgba(0, 0, 0, 0.63);
}
#info-cookies p {
  line-height: 2em;
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}
#info-cookies p a {
  margin-right: 2em;
  text-decoration: underline;
}
.escondido {
  display: none;
}
