@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

body {
  font-family: 'azo-sans-web', sans-serif;
}

li {
  list-style-type: none;
}

li > p {
  margin-bottom: 0.5rem;
}

ul {
  padding: 0;
}

textarea {
  resize: none;
}

.W90{
  width: 90%;
}


.navbar{
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  height: 80px;
}

.logoNav{
  width: 64px;
  height: 64px;
}

.nav-link{
  padding: 1.5rem 1rem;
  color: #4B3A30 !important;
  text-align: center;
}

.navbar-collapse{
  background: #fff;
}

.jumboBg {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.cta {
  padding: 13px 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  border-radius: 5px;
  background-color: #fab730;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.cta:hover {
  background-color: #ffcd68;
}

.centered {
  position: absolute;
}

.jumboHead {
  font-family: 'Kaushan Script', cursive;
  color: #FAB72F;
}

.titles {
  font-family: 'Kaushan Script', cursive;
  color: #FAB72F;
  font-size: 64px;
}

.diasSemana {
  color: #FAB72F;
  font-weight: bold;
}

.container-texto1 {
  margin-top: 40px;
}

.img-home3 {
  float:right;
  padding-left: 80px;
}

.md-textarea {
  width: 100%;
}

.fa-fix {
  float: left;
  margin: 13px 13px 0 0;
  color: #FAB72F;
}

input[type=text]:focus,
textarea[type=text]:focus {
  border: 1px solid #FAB72F;
  box-shadow: none;
}

.center-on-small-only {
  float: left;
}

.status {
  color: #FAB72F;
  font-size: 14px;
  padding: 0 0 0 20px;
  float: left;
}

/* iPhone and smartphones */
@media only screen  and (min-width:320px)  {
  body{
    font-size: 16px;
    line-height: 34px;
  }

  .logoMobile {
    display: none;
  }

  .logoNav {
    margin: 0;
  }

  .navbar{
    padding: 0rem 1rem;
    height: auto;
  }

  .centered{
    transform: translate(0%, 0%);
    padding: 0 20px 0 20px;
    top: 0%;
    width: auto;
  }

  .jumboHead {
    font-size: 64px;
    margin-top: 40px;
  }

  .home2{
    margin-top: -20px;
  }

  .img-home3{
    margin-top: -60px;
    margin-bottom: 30px;
  }

  .pao-contacto{
    display: none;
  }

  .contact-icons {
  margin-top: 0px;
  }
}

@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }

/* Desktops and laptops */
@media only screen  and (min-width : 1281px) {
  body{
    font-size: 20px;
    line-height: 40px;
  }

  .hide{
    display: none !important;
  }
  
  .logoMobile {
    display: block;
  }

  .logoNav {
    margin: 10px 15px 10px 15px;
  }

  .centered{
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 200px 40px 0 140px;
    top: 30%;
    width: 100%;
  }

  .jumboHead{
    font-size: 120px;
  }

  .home2, .img-home3{
    margin-top: -100px;
  }

  .pao-contacto{
    display: block;
  }

  .contact-icons {
    margin-top: 128px;
  }
}