@charset "UTF-8";
/* CSS Document */
@media (max-width: 1366px) {}
@media (min-width: 1281px) and (max-width: 1920px) {}
@media (max-width: 1280px) {}
@media (min-width: 1025px) and (max-width: 1111px) {}
@media (max-width: 1024px) {}
@media (max-width: 960px) {}
@media (min-width: 768px) and (max-width: 960px) {}
/*iPad Horizontal*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/*END iPad Horizontal*/
/*iPad Vertical*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
/*END iPad Vertical*/
/*iPhone PLUS Landscape*/
@media (max-width: 736px) {}
@media (max-width:576px) {
  .content01 {
    display: none;
  }
  .content02 p {
    margin-right: 4%;
  }
  .w80 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .w60 {
    width: 90%;
    margin-left: 5%;
  }
  .w20 {
    width: 100%;
  }
  .logoPride img {
    margin-left: 75%;
    max-width: 120px;
    margin-top: 5%;
  }
  .h100 {
    min-height: 65%;
  }
  .h50 {
    min-height: 25%;
  }
  .fancybox-slide--iframe .fancybox-content {
    max-height: 658px !important;
  }
  .catalog {
    width: 80%;
  }
  .float2 {
    bottom: 20px;
    right: 20px;
  }
}
/*iPhone PLUS Landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {}
/*iPhone Landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {}
/*END iPhone Landscape*/
/*iPhone Portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {}
/*END iPhone Portrait*/
@media (max-width : 414px) {
  .logoPride img {
    margin-left: 63%;
  }
  .w50 {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 12%;
  }
  .siguenos {
    text-align: left;
  }
  .fancybox-slide--iframe .fancybox-content {
    max-height: 458px !important;
  }
}
@media (max-width: 320px) {
  .catalog {
    width: 90%;
  }
}