@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) {
  .sectores h3 {
    font-size-adjust: auto;
    font-size: 90%;
  }
  .sector01, .sector02, .sector03, .sector04 {
    height: 33% !important;
    min-height: 240px;
  }
}
@media (max-width: 960px) {
  .slideP {
    height: 360px !important;
  }
}
@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) {
  #bot {
    z-index: 99999;
  }
  .botmenu {
    position: absolute;
    right: 36px;
    top: 36px;
    display: block;
  }
  .menu {
    display: none;
  }
  .sector01, .sector02, .sector03, .sector04 {
    width: 49%;
    margin-bottom: 6%;
  }
  .w25 {
    width: 50%;
  }
  .noDisplay {
    display: none;
  }
  .w20 {
    width: 60%;
  }
  .w33 {
    width: 50%;
  }
  .carruselText {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .noDisplay {
    display: none;
  }
  .tecno {
    min-height: 780px;
  }
  .sector01, .sector02, .sector03, .sector04 {
    height: 33% !important;
    min-height: 300px;
  }
}
@media (max-width:576px) {
  .w50, .w70 {
    width: 100%;
  }
  .sector01, .sector02, .sector03, .sector04 {
    width: 98%;
  }
  .cpText {
    width: 90%;
    text-align: center;
    top: 70%;
  }
  .slideP img {
    min-width: 600px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cpText h2 {
    font-size: 80%;
  }
  .cpText p {
    font-size: 60%;
  }
  .breadcrumbs a {
    width: calc(100% / 3);
    margin-bottom: 2%;
  }
  .breadcrumbs a::after {
    left: calc(100% / 5);
  }
  .breadcrumbs a:last-child {
    margin-left: 33%;
  }
  .slideP {
    height: 220px !important;
  }
}
/*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) {
  .w33 {
    width: 100%;
  }
  .slideP {
    height: 180px !important;
  }
}
@media (max-width: 320px) {}