/* Required for full background image */

html,
body,
header,
.view {
}

.img-logo{
  height: 65px;
}
.alt-100{
  height: 100vh !important;
}
.alt-50{
  height: 60vh;
}

.cabezera{
  height: 250px;
  
}
.intro{
  background: #fff;
}

.iconoseccion{
  font-size: 80px;
}
.imagen-fluid{
  max-width: 100%;
  height: 200px;
}
.secciones{
  background: #c1f1d7;
 
}
.amber-lighter-hover {
  color: #a5a19b49;
  -webkit-transition: .4s;
  transition: .4s; }
.amber-lighter-hover:hover {
  -webkit-transition: .4s;
  transition: .4s;
  color: #a5a19b49; }
.white-darker-hover {
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }
.titulo-secciones{
  height: 200px;
  background: #18956d;
}
.txt-tit-secciones{
  font-size: 50px;
  font-family: 'Amaranth', sans-serif;
  color: aliceblue;
}
.txt-tit-secciones2{
  font-size: 50px;
  font-family: 'Amaranth', sans-serif;
  color: rgba(101,187,245,1);
}
.txt-secciones{
  font-size: 18px;
  font-family: 'Amaranth', sans-serif;

}
#img-afo{
  float: left;
  height: 150px;
  margin-right: 3px;
  border: 2px solid #8d8d8d;
  border-radius: 0px 5px 5px 0px;
}
.portadaplato{
  height: 400px;
}
.galeriaplato{
  border: 1px solid #282928;
  height: 350px;
}
.txt-localizaciones{
  font-size: 40px;
  font-family: 'Amaranth', sans-serif;
  -webkit-text-stroke: 1px black;
  
  

}

/* iconos */
.icorrss{
  height: 20px;
  width: 20px;
}
/* finiconos */

@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    
  }
}


.top-nav-collapse {
  background-color: #117044 !important;
}

.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #117044 !important;
  }
}

h1 {
  letter-spacing: 8px;
}

h5 {
  letter-spacing: 3px;
}

.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}