﻿/* Place Your Custom Styles Here */

@media (max-width: 499px) {
  .textoprimer {
    margin-top: -50px;
}
  .btn02 {
      margin-top: -25px;
  }
  .btn01x {
    margin-top: -25px;
}
  .btn01 {
  margin-top: -110px;
}
  .carrusel01 {
    margin-left: 0px;
    margin-top: 30px;
  }
  .imgito {
    width: 300px;
    height: 200px;
  }
  .carrusel {
    display:flex;
    overflow-x: scroll;
    /*width: 1900px;*/
  }
  .carrusel::-webkit-scrollbar {
    height: 10px;
  }
  .carrusel::-webkit-scrollbar-thumb {
    background-color:aquamarine;
    border-radius: 5px;
  }
}

@media (min-width: 501px) {
  .carrusel01 {
    margin-left: -20px;
  }
  .imgito {
    width: 400px;
    height: 300px;
  }
  .carrusel {
    display:flex;
    overflow-x: scroll;
    width: 1200px;
  }
  .carrusel::-webkit-scrollbar {
    height: 10px;
  }
  .carrusel::-webkit-scrollbar-thumb {
    background-color:aquamarine;
    border-radius: 5px;
  }
}