* {
  margin:0;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 50vh;

}

.logo-container{
  display: flex;
  justify-content: center;
}
.logo{
width: 250px;
height: auto;
padding-top: 5px;


}

.textos h1, h2,h3
{
text-align: center;
margin-bottom: 10px;
}

.textos h1
{
font-size: 30px;
}

.textos h2
{
font-size: 20px;
}

.textos h3
{
font-size: 20px;
}

.redes{
  display: flex;
  justify-content: center;

}
.redes img{
width: 50px;
height: 50px;

}

.container{
max-width: 1040px;
margin: 0 auto;

}

.swiper{
margin-top: 40px;

}

.swiper-slide{

margin-bottom: 50px;
background-color: #fff;
box-shadow: 0 30px 30px rgba (0,0,0,0.2);
border-radius:  10px;
height: 420px;
width: 310px;
display: flex;
justify-content: center;
}

.swiper-slide img {

width: 310px;
border-radius: 10px;
height: 420px;

}






@media(min-width:768px){
  .logo{
  width: 400px;
  height: auto;
  padding-top: 10px;


  }

  .swiper-slide{

  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba (0,0,0,0.2);
  border-radius:  10px;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  }
  .swiper-slide img {

  width: 400px;
  border-radius: 10px;
  height: 500px;

  }

  .textos h1, h2,h3
  {
  text-align: center;
  margin-bottom: 10px;
  }

  .textos h1
  {
  font-size: 70px;
  }

  .textos h2
  {
  font-size: 40px;
  }

  .textos h3
  {
  font-size: 40px;
  }


}
@media(min-width:992px){
  .swiper-slide{

  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 30px 30px rgba (0,0,0,0.2);
  border-radius:  10px;
  height: 420px;
  width: 310px;
  display: flex;
  justify-content: center;
  }

  .swiper-slide img {

  width: 310px;
  border-radius: 10px;
  height: 420px;

  }


}
@media(min-width:1200px){


}
@media(min-width:1280px){

}
@media(min-width:1366px){

}

/*@media(max-width:992px){

.swiper{padding: 0 70px;
}
.swiper-slide img{width: 50%;}


}*/
