
/* GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  background: #008ac0;
  font-family: 'Lucida Sans Unicode', 'Arial', serif;
  color: white;
}

h1, h3, h4, header .btn {
  font-weight: 700;
}

h1 {
  margin: 40px 0 0px;
  text-transform: uppercase;
  font-size: 2.6rem;
}

h3 {
  margin-bottom: 25px;
  font-size: 2.3rem;
  text-align: left;
}

h4 {
  font-size: 2rem;
}

h3:after {
  content: '';
  display: block;
  width: 10%;
  padding-top: 5px;
  border-bottom: 3px solid whitesmoke;
}

h1 + h4 {
  font-weight: normal;
}

a {
  text-align: center;
  outline: none;
  display: inline-block;
  text-decoration: none;
  background: #008ac0;
  font-size: 14px;
  color: white;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}

.btn {
  font-size: 1.2em;
  border-radius: 5px;
  padding: 12px 30px;
}

.block {
  width: 130px;
  margin: 0 auto;
  display: block;
}



/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header .btn {
  text-transform: uppercase;
}

header a:hover, .about a:hover {
  background: rgba(0,138,192,0.9); 
}

header .btn, .services {
  margin-top: 100px;
}


header {
  padding: 80px 0 150px;
}

.about, .contact {
  padding: 150px 0;
}

header {
  background: url("img/landing-fondo.jpg") no-repeat fixed;
  background-position: -370px -100px;
  text-align: center;
}

#logo{
  position: fixed;
  top: 0;
  right: -150;
  text-align: right;
  width: 170px;
  height: auto;
  padding: 10px;
}

.landing h1{
  text-align: left;
  margin: 100px 0 0 110px;
  font-size: 1.5rem;
}
.landing h4{
 text-align: left;
 margin: 0 0 0 120px;
 font-size: 1.2rem;
}
.landing .btn{
margin: 100px 0 400px 0;
}


nav ul, .contact ul {
  list-style: none;
  font-size: 0;
}

nav li, .contact li {
  margin-bottom: 0;
  display: inline-block;
}

nav li {
  width: 50%;
}

nav a {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 7px 0;
  line-height: 30px;
}

nav li:nth-child(2n+1) a:after {
  position: absolute;
  content: '';
  top: 19.5px;
  right: -2.5px;
  z-index: 10;
  border-radius: 100%;
  background: steelblue;
  width: 5px;
  height: 5px;
}



/* SERVICES STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.services a {
  padding: 25px;
  background: rgba(0,138,192,0.5);
  margin-top: 20px;
  border-radius: 4px;
}

.services a:hover {
  color: white;
}

.services span {
  font-size: 5.5em;
  color: white;
}

.services a:hover span {
  color: blue;
}

.services p {
  margin: 15px 0 0;
}

.testimonios img{
  width: 100%;
  height: auto;
}
.testimonios p{
  text-align:justify 
}

/* BANNER STYLES
___________________________________________________*/
.banner {
 background: url("img/aquaticity-fondo.jpg") no-repeat fixed center / contain;
}
.banner p{
 height: 450px 
 }

/* Países  STYLES
___________________________________________________*/
.paises {
 background: url("img/paises-fondo-2.jpg") no-repeat fixed center / contain;
}
.paises p{
 height: 750px 
 }

/* ABOUT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about {
  background: url("img/servicios-fondo.jpg") no-repeat fixed center / cover;
  color: black;
}

.about .one-third, 
.about .two-thirds {
  background: white;
  background: rgba(255,255,255,.4);
  padding: 10px;
  border-radius: 5px;
}

.about .one-third {
  margin-top: 20px;
}

.about a {
  margin-top: 10px;
}

.about ul {
  margin-bottom:18px;
}

.about h3:after, .contact h3:after {
  border-color: black;
}

.about .center {
  text-align: center;
}

.about .bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about .one-third a {
  margin: 10px auto;
  width: 50%;
  display: block;
} 

.about .two-thirds p:last-child {
  margin-bottom: 0;
}



/* CONTACT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact {
  color: black;
  text-align: center;
}

.contact p {
  margin: 70px 0 0;
}

.contact ul a {
  margin-top: 50px;
  box-shadow: none;
  background: none;
  margin-left: 30px;
}

.contact li:nth-child(1) a {
  margin-left: 0;
}

.contact span {
  font-size: 2em;
  color: white;
  -webkit-transition: color ease .4s;
          transition: color ease .4s;
}

.contact span:hover {
  color: steelblue;
}

.contact .btn-blue {
  position: relative;
  margin-top: 30px;
  color: white;
  background: steelblue;
  box-shadow: 0 8px #3b6d97;
}

.contact .btn-blue:hover {
  background: #427aa9;
  color: white;
}

.contact .btn-blue:after {
  position: absolute;
  content: '☃';
  top: 5px;
  right: 30px;
  font-size: 1.6em;
}

.contact .btn-blue:active {
  box-shadow: 0 4px #3b6d97;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.contact .creator a {
    background: none;
}



/* MEDIA QUERIES STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 550px) {

  nav li {
    width: auto;
  }

  a {
    box-shadow: 0 8px #414141;
  }

  nav a {
    padding: 7px;
    border-right: 1px solid #fabd03;
    width: 80px;
  }

  nav li:nth-child(2n+1) a:after {
    content: none;
  }

  nav li:last-child a {
    border-right: none;
  }

  header a:hover, .about a:hover {
    box-shadow: 0 6px gray; 
  }

  header a:active, .about a:active {
    box-shadow: 0 4px #f4ba04;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }

  .about .one-third {
    margin-top: 0;
  }
  
  .about .one-third a {
    width: 35%;  
  }
  
  .contact .creator a {
    box-shadow: none;
  }


}



@media (min-width: 750px) {

header {
  background: url("img/landing-fondo.jpg") no-repeat fixed center / cover;
  text-align: center;
}


  h1 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  #logo{
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  width: 170px;
  height: auto;
  padding: 10px;
}

.landing h1{
  text-align: left;
  margin: 100px 0 0 400px;
  font-size: 2.5rem;
}
.landing h4{
 text-align: left;
 margin: 0 0 0 410px;
 font-size: 1.8rem;
}
.landing .btn{
 margin: 100px 0 400px 400px;
}


  .services a:hover {
    box-shadow: 0 -8px white;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  
  .contact ul a {
    margin-left: 45px;
  }

  .contact ul span {
    font-size: 3em;
  }
  .paises {
 background: url("img/paises-fondo.jpg") no-repeat fixed center / contain;
 }

}
