@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap');

html,body,.page{
margin:0px;
height:100%;
}


body{
  color: #008000;
  font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
}

h1, h2, h3, .volver{
  text-align: center; 
  margin: auto;
}

.texto{
  margin: 0 10%;
}
.texto img{
  float: left;
  margin: 0 5rem;
}



/*************************************/
.swiper-container {
  width: 100%;
  height: 100%;
  height: calc(100% - 10rem);
  margin-top: 2rem;
}
.swiper-slide{
}
.swiper-slide img{
   height: 99999px;
   object-fit:contain;
   max-height: calc(100% - 50px);
   max-width: 90%;    
   display: block;
   margin: auto;
  border:  1px solid black;  
}


@media screen and (max-width: 600px) {
  .swiper-button-prev, 
  .swiper-button-next {display: none;}

  .texto img{
    float: none;
    clear: both;
    margin: auto !important;
    width: 90%;
  }

  .swiper-slide img{border: none;}
}
