@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Kannada&display=swap');

para poder scrollear sin las flechas del costado/
::-webkit-scrollbar {
  display: none;
}

html{
  background-color:#F8C471 ;
}
*{
 
  padding: 0;
  border: 0;
  font-size: 100%;
  /* vertical-align: baseline; */

  color: black ;
  font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
  margin:0 ;
  box-sizing: border-box;
}
.cabecera{
  background: fixed;
    width: 100vw;
    height: auto;
    background-color:#F8540A ;
    color:black ;
    position: fixed;
    top: 0vh;
    /* justify-content: space-between; */
    text-align: center; 
    font-family: 'Lexend', sans-serif; z-index: 10;
}


.btn {
  /* list-style-type: none; */
  margin: 0;
  padding: 0;
  overflow: hidden;
 /*  background-color:none; */
 /*  position: fixed; */
 /*  top: 1; */
  width: 100%;
  height: auto;
  font-size: auto;
 
}


li {
  /* border-right: 1px solid black; */
  background-color: #F8540A;

}
li a {
  display: block;
  background-color: #F8540A;
 /*  padding: 6px 70px;
  padding-bottom: 200px; */
  text-decoration: none;
}


.seccionpresentacion{
  background: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #F8540A;
}

.fuego{
  background: fixed;
font-size: 8vmax;
     text-align: center;
     border: 4px black;
    }
    
    .span-main-name{

       display: block;
       background: url('../img/fire.jpg') ;
       background-clip: text;
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
        animation: fire 10s linear infinite;
      -webkit-animation: fire 30s linear infinite;
       backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
   }
   
   @keyframes fire {
   
    0%{
         background-position: left 0 top 10px;
    }
    15%{
         background-position: left 500px top 5px;
    }
    30%{
         background-position: left 1000px top 0;
    }
    70%{
         background-position: left 2000px top -5px;
    }
    100%{
         background-position: left 3000px top 10px;
    }
   }
nav a:link, nav a:visited{
    color: black;
    background: none;
   font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
   text-align: left;
}

.botonera{
    display: flex;
    justify-content: space-between;
    
}
*{
  color: black ;
  font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
  margin:0 ;
  box-sizing: border-box;
}
h1{
  font-size: 35px;
  font-family:  'Lexend', sans-serif;
  color: black;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li {
float: left;
}

a {
display: block;
padding: 8px;
text-transform: uppercase;
color: black
}
.pie{
  background: fixed;
    width:100vw ;
    height: 8vh;
    background-color:#af491a ;
    color: black ;
    position: fixed;
    bottom: 0vh;
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    text-align: right;
    padding-right: 1%;
}

.pie a:link, nav a:visited{
    color: black;
    font-size: 17px;
    background-color: #af491a ;
    font-family: 'Lexend', sans-serif ;
    text-decoration-style: wavy;
    text-align: right;
    padding-right: 1%
}

.textoredes{
    color: black;
    font-size: 17px;
    background-color: #af491a ;
    font-family: 'Lexend', sans-serif ;
    text-decoration-style: wavy;
    text-align: right;
    padding-right: 2%;
    text-transform: uppercase;
}

.redes{
    background-color: #af491a;
    flex-direction: column;
    justify-content: space-around ;
    text-align: right;
    padding-right: 1%;
    text-decoration: none;
    text-transform: uppercase;
}
.contenido{
    width: 90vw;
    margin: auto;
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
}

.seccion{
    width: 72%;
    height: 49vh;
    padding: 0%;
    margin: auto;   
    text-align: center;
    
    
}

.preferencias{
    background-color: #b43d06;
   /*  width: auto; */
    height: auto;
 margin-top: 2vh;
    
}
.wrap {
  overflow: hidden;
  margin: 10px;
  z-index: -1;
}
.box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
}
.boxInner {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
}
.boxInner img {
  width: 100%;
}
.boxInner .titleBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -50px;
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
  margin-bottom: 0;
}


.futuro{
    background-color: #F8540A ;
    margin-bottom: 2rem;
    margin-top: 2rem;
    height:auto;
  }
    .collage_v,.collage_h{
      display:none;
      margin: auto;


  
  }

  div.collage_v{
    margin-top: 10px;
  }
  .collage_v img{
      width: 70%
  }
  .collage_h img{
      width:50%
  }
  @media (orientation:landscape){
      .collage_h{
          display: block;
      }
  }
  @media (orientation:portrait){
      .collage_v{
    display: block;
      }
}


.container{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  /* padding: 2rem; */
}
ul {
  padding: 1rem;
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
}

.container {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 290px));
  grid-gap: 1rem;
  padding: 1rem;
  justify-content: center;
  box-shadow: 0 1px 1px #000;
}
img {
  background-position: top;
  background-size: cover;
  height: 200px;
  width: 290px;
  box-shadow: 0 2px 10px #000;
  cursor: pointer;
  transition: all 0.2s;
}
img:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.presentacion{
  background-color: #F8540A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.preguntas{
  background-color: #b43d06;
  margin-bottom: 2rem;
  display: inline;
  background:#b43d06;
  padding-bottom: 25rem;
}
.izq{
  background-color: #F8540A;
  margin-left: 2%;
  padding-left: 1%;
  text-align: left;
  font-family: 'Lexend', sans-serif;
  padding-top: 1%;
  padding-bottom: 1%;
}
.izq::before{
  content:"  ♦"; 
  
}
.der{
  background-color: #e7500a;
  margin-right: 2%;
  padding-right: 1%;
  text-align: right;
  font-family: 'Lexend', sans-serif
}
.der::before{
  content:"♦";
  padding-right: 1%;
}
.illia{
  background-color: #F8540A  ;
  height: auto;
  
}

/* Estilos de galeria */
 /* .galeria{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
} */


.galeria {
 
  background: auto;
  margin: auto;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
  grid-gap: 3rem;
  padding-bottom: auto;
  justify-content: center;
  box-shadow: 0 1px 1px #000;
  min-height: max-content;  
  background-color: #F8540A;
}
img {
  background-position: top;
  background-size:cover;
  height: 220px;
  width: 300px;
  box-shadow: 0 1px 40px #000;
  cursor: pointer;
  transition: all 0.6s;
}
img:hover {
  box-shadow: none;
  transform: scale(1.6);
}

/* fin estilos galeria */
