* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:0;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #FDFDFD;
  color: #303030;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
a {
  text-decoration: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.center {
  margin: 0 auto;
}
.row + .row {
    margin-top: 30px;
}
.text-center {
  text-align: center;
}
.symbol-left {
  position: absolute;
  top: 150px;
  left: 0;
}
.symbol-right {
  position: absolute;
  right: 0;
  top: 1700px;
}
.hero {
  height: 800px;
  background-image: url(../images/mother.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.hero .col-lg-6 {
  padding-top: 20px;
}
.logo {
  margin-bottom: 50px;
}
h1,h5 {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #9C9C9C;
  text-transform: uppercase;
}
h2 {
  font-weight: 800;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 45px;
}
h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 54px;
}
h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.call-action {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFF;
  height: 64px;
  background: #BD10E0;
  border-radius: 64px;
  line-height: 64px;
  padding: 0 60px;
}
.bio, .services, .gallery, .opinions, .contact, .footer {
  padding: 40px;
}
.portrait {
  padding-left: 170px;
  padding-right: 30px;
  background-image: url(../images/vaquerizo-portrait.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25%;
}
.bio h2 {
  margin-bottom: 25px;
}
blockquote {
  font-weight: 800;
  font-size: 16px;
  color: #757575;
  line-height: 21px;
  margin-bottom: 30px;
}
.academic {
  padding-top: 45px;
}
.academic span {
  color: #757575;
}
.academic li {
  margin-bottom: 5px;
  font-size:13px;
  line-height: 21px;
  list-style: none;
  padding-left: 16px;
  background-image: url(../images/icon-list-bullet.svg);
  background-position: left 7px;
  background-repeat: no-repeat;
}
.services .col {
  font-size: 16px;
  color: #757575;
  text-align: center;
  padding: 10px;
}
.gallery h3 {
  margin-bottom: 40px
}
.opinions h3 {
  margin-bottom: 30px
}
.quotes {
  padding: 0 25px;
}
.opinions blockquote {
  padding-top: 120px;
  background-image: url(../images/icon-rounded-bloquote.svg);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: none;
  min-height: 230px;
}
.opinions blockquote.active {
  display: block;
}
.author {
  font-size: 21px;
  font-weight: 800;
  color: #303030;
}
.controls a {
  margin: 0 10px;
}
.contact h3 {
  margin-bottom: 30px
}
.address {
  padding-left: 30px;
  background-image: url(../images/icon-marker.svg);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 21px;
  color: #757575;
  margin-bottom: 20px;
}
.phone {
  padding-left: 30px;
  background-image: url(../images/icon-phone.svg);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 28px;
  color: #757575;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer {
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.legal {
  padding: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #757575;
}
.legal h3 {
  color: #303030;
  margin-bottom: 30px;
}
.legal p,
.legal ul {
  margin-bottom: 20px;
}

.cookies-alert {
  position: fixed;
  border-radius: 4px;
  background-color:#303030;
  color: #fff;
  padding: 8px 12px;
  font-size:13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 12px 0px;
  white-space: nowrap;
  z-index: 10;
}
.cookies-alert a{
  color: #fff;
  font-weight: 700;
}
.cookies-alert a.btn{
  text-decoration: none;
  color: #FFF;
  background-color: #BD10E0;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 8px;
}

@media (min-width: 481px) {
  .cookies-alert {
    bottom: 20px;
    left: 20px;
  }
  #form_reservas{
    height: 85vh;
    width: 100%;
    border: none;
  }
}
@media (max-width: 480px) {
  .cookies-alert {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .symbol-left,
  .symbol-right {
    display: none;
  }
  h1, h5 {
    font-size: 14px;
    line-height: 21px;
  }
  h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .hero {
    background-size: contain;
    height: auto;
    margin-bottom: 20px;
  }
  .call-action {
    font-size: 18px;
    text-transform: uppercase;
    height: 44px;
    border-radius: 44px;
    line-height: 44px;
    padding: 0 40px;
  }
  .bio, .services, .gallery, .opinions, .contact, .footer {
    padding: 20px;
  }
  .portrait {
    padding-left: 0;
    padding-right: 0;
    padding-top: 220px;
    background-image: url(../images/vaquerizo-portrait.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .academic {
    padding-top: 20px;
  }
  .quotes {
    order: 2;
    padding: 15px 0 0 0;
  }
  .gallery .col-lg-6:first-child {
    margin-bottom: 30px;
  }
  .map {
    order:2;
    padding-top: 15px;
  }

  #form_reservas{
    height: 120vh;
    width: 100%;
    border: none;
  }

}