@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: local("Lato"), url(/fonts/Lato/Lato-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: normal;
  src: local("Lato"), url(/fonts/Lato/Lato-Lightitalic.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  src: local("Lato"), url(/fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: bold;
  src: local("Lato"), url(/fonts/Lato/Lato-Italic.ttf) format("truetype");
}
html,body{
  margin: 0px;
  padding: 0px;
  font-family: Lato,Arial;
  height: 100%;
  width: 100vw;
  color: #000;
  font-size: 18px;

}
html{
  overflow-x: hidden;
  overflow-y: scroll;
}
body{
  /*background: #efefef;*/
}
body[data-page="Fotos"] .fr-element > p{
  margin: 0px;
  margin-bottom: -1px;
}
h1{
  font-weight: 100;
  font-size: 52px;
  color:#000;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  /*text-shadow: 1px 1px 1px #faa;*/
}
a{
  color: #000;
  font-weight: bold;
}
li.class1{
  /*list-style-position: outside;*/
  list-style-type: none;
}
li.class1:before{
  content: '·';
  font-size: 42px;
  line-height: 14px;
  position: absolute;
  margin-left: -20px;
  font-size: 
}
.fr-element h3{
  margin-top: 12px;
  margin-bottom: 8px;
}
.fr-element h2{
  margin-top: 12px;
  margin-bottom: 8px;
}
p[data-f-id="pbf"]{
  display: none;
}
.header{
  background-color: #000;
}
.mobileMenu{
  display: none;
}
.header > .nav .logo{
  max-height: 80px;
  text-align: left;
  vertical-align: top;
}
.header > .nav{
  background-color: #fff;
  padding-left: calc(50% - 460px);
  /*height: 80px;*/
}
.header > .nav{
  /*border-bottom: 4px dotted #000;*/
  white-space: nowrap;
}
.header > .nav > a{
  color: #000;
  text-decoration: none;
  line-height: 90px;
  font-size: 16px;
  display: inline-block;
  padding-right: 25px;
}
.header > .nav > a.header-logo{
  background-image: url(/img/logo.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.header .img{
  height: 240px;
  font-size:0px;
  overflow: hidden;
  white-space: nowrap;
}
.header .img > div{
  display: inline-block;
  font-size:0px;
  width: calc(100% / 3);
  height: 100%;
  /*margin-right: -3px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header .img > div.i1{
  background-image: url(/img/header/1.jpg)
}
.header .img > div.i2{
  background-image: url(/img/header/2.jpg)
}
.header .img > div.i3{
  background-image: url(/img/header/3.jpg)
}
.content{
  padding-top: 0px;
}
.fr-element{
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
}
table.class1{
  width: 920px;
}
.fr-element table.class1 td{
  padding: 10px;
  min-width: 145px;
}
a[href*="pdf"]:before,a[href*="docx"]:before,a[href*="doc"]:before{
  content: '\21e3';
}
.fr-element .class2{
  /*background: #081319;*/
  background: #000;
  color:#fbfaf1;
}
.fr-element p.class1{
  margin:-2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fr-element .blase1,.fr-element .blase2,.fr-element .blase3{

  width: 100px;
  height: auto  ;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
  /*position: absolute;*/
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px dotted #444;
  border-radius: 70px;
}
.fr-element .blase1.bigger{
  padding-top: 25px;
  width: 145px;
}
.fr-element .center{
  text-align: center;
}
span.kinder{
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  margin-top: -5px;
}
.fr-element .blase2{
  width: 174px;
}
.fr-element .blase3{
  width: 80px;
}
.footer{
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px dotted #000;
}
.footer .class1 > div{
  vertical-align: top;
  padding-bottom: 20px;
  text-align: center;
}
.footer .class1 > div > span{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.footer a{
  text-decoration: none;
  color:#000;
  display: inline-block;
  margin: 20px;
}
.footer img{
  max-width: calc(100% - 32px);
}
.kform input,.kform textarea{
  display: block;
  width: calc(100% - 6px);
  margin-bottom: 5px;
  height: 30px;
  font-size: 18px;
  font-family: Lato,Arial;
  border:1px solid #aaa;
  padding: 4px;
}
.kform button, .banner{
  background-color: #000;
  color: #fff;
  border:none;
  font-size: 28px;
  padding: 16px;
  display: inline-block;
}
.banner{
  width: 220px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 3px;
  margin: 10px;
  font-size: 22px;
}
a.hidden{
    display:none;
}
.kform textarea{
  height: 200px;
}
iframe{
  border:none;
}
@media (max-width: 970px) {
  .header,.header > .nav{
    background-color: #000;
  }
  .header > .nav > a.header-logo{
    background-image: url(/img/logo_mobile.png);
    background-position: center center;
    width: 60px;
    height: 50px;
  }

  .header > .nav > a{
    color:#fff;
    font-size: 15px;
    padding-right: 18px;
    line-height: 60px;
  }
  .fr-element {
    padding-left: 15px;
    padding-right: 15px;
  }
  body[data-page="Fotos"] .fr-element{
    padding-left: 0px;
    padding-right: 0px;
  }

  h1{
    font-size: 42px;
  }
  .footer{
    text-align: center;
  }
  .header .img{
    height: 220px;
  }
  .header .img > div{
    width: 100%;
    background-size: cover;
  }
  .header .img > div{
    display: none;
  }
  .header .img > div.i1{
    display: block;
  }
  .fr-view table.class1{
    max-width: 100vw;
  }

}
@media (max-width: 600px) {
  body{
    max-width: 100vw;
    overflow-x: hidden;

  }
  .header{
    background-color: #000;
  }
  img[src="/froala/uploads/0bcd955f2c3bff0115b88f16f178664515860eed.jpg"]{
    width: 100%!important;
  }
  .header .img{
    height: 160px;
  }
  .header > .nav{
    position: relative;
    top: 0px;
    z-index: 11;
    width: 100vw;
    height: 50px;
    overflow: hidden;
    transition: all 0.4s;
    background-color: rgba(0,0,0,0.4);
    /*opacity: 0.75;*/
  }
  .header.show > .nav{
    height: 100vh;
    /*opacity: 1;*/
    background-color: #000;
    margin-bottom: -100vh;
  }
  .mobileMenu{
    display: block;
    position: absolute;
    top: 0px;
    padding-left:24px;
    padding-right:10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 18px;
    height: 10px;
    z-index: 12;
    color: #fff;
    line-height: 10px;
    font-weight: bold;
  }
  .mobileMenu:before{
    content: " ";
    box-shadow: 0px 0px 2px #000;
    border-top: 1px solid #fff;
    display: block;
    transition: all 0.4s;
    height: 4px;
  }
  .mobileMenu:after{
    content: " ";
    box-shadow: 0px 0px 2px #000;
    border-bottom: 1px solid #fff;
    display: block;
    transition: all 0.4s;
    height: 4px;
    }
  .header.show > .mobileMenu:before{
    transform: rotate(-40deg);
    margin-top: 6px;
  }
  .header.show > .mobileMenu:after{
    transform: rotate(40deg);
    margin-top: -8px;

  }


  .header > .nav > a.header-logo {
    width: calc(100% - 35px);
    background-size: 35px;
    border: none;

  }
  /*.header > .nav > a.header-logo:before {
    content: " ";
    position: absolute;
    left: 0px;
    display: block;
    height: 50px;
    width: 100vw;
    background-color: #777;
    filter: blur(80px);
  }*/ 

  .header > .nav > a{
    font-size: 20px;
    padding-right: 16px;
    display: block;
    padding-left: 25px;
    line-height: 50px;
    border-bottom: 1px solid #333;
    background-color: transparent;
  }
  .banner{
    width: calc(100% - 52px);
  }
  .footer a{
    margin: 2px;
  }

}
@media (max-width: 400px) {
  .header > .nav > a{
    font-size: 14px;
    padding-right: 12px;
  }
}
@media (max-width: 360px) {
  .header > .nav > a.nm{
    display: none;
  }
  h1{
    font-size: 32px;
  }
  .header > .nav > a{
    line-height: 70px;
    padding-right: 20px;
    font-size: 14px;
  }
}

