zonadeproyectos.com Open in urlscan Pro
158.69.42.98  Public Scan

URL: https://zonadeproyectos.com/css/responsive.css?version=1.0.0.4
Submission: On August 22 via api from US — Scanned from CA

Form analysis 0 forms found in the DOM

Text Content

/* >> Only mobile */
nav .categories{}
nav .categories a{}
nav .categories a figure{}
nav .categories a figure img{}

/* >> Only mobile */
nav .mobileNavHeader{display: none;}
nav .mobileNavHeader .mobileLogo{}

/* Desktop */

@media (max-width: 1920px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  /* Footer */

}

@media (max-width: 1366px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  /* Footer */

}

@media (max-width: 1280px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  /* Footer */

}

/* Portatil - Tablet */

@media (max-width: 1080px) {

  /* Base */
  #Container {
    width: 90%;
  }

  /* Body */
  /* Header */
  header .logoP {
    width: 270px;
  }
  header .logoBrand {
    top: 30px;
    width: 110px;
    left: 365px;
  }
  header .logoCategory div > a {
    margin-left: 10px;
  }

  /* Nav */
  /* Content */
  #contact form fieldset label {
    width: 21%;
  }
  #contact form fieldset input, #contact form fieldset textarea {
    width: 79%;
  }

  /* Footer */
  footer .clients .wrapper ul li a {
    width: 118px;
  }

}

@media (max-width: 1024px) {

  /* Base */
  /* Body */
  /* Header */
  header .logoP {
    width: 240px;
    height: 140px;
    top: 39px;
  }
  header .logoBrand {
    left: 315px;
  }

  /* Nav */
  /* Content */
  /* Footer */

}

/* Mobile - Tablet */

@media (max-width: 800px) {

  /* Base */
  body{
    font-size: 13px;
  }

  /* Body */
  /* Header */
  header {
    height: 205px;
  }
  header .logoP {
    width: 205px;
    height: 120px;
    top: 18px;
  }
  header .logoCategory {
    top: 138px;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  header .logoBrand {
    left: 234px;
    top: 46px;
    width: 90px;
  }

  /* Nav */
  /* Content */
  main {
    width: 70%;
  }
  aside {
    position: relative;
    width: 24%;
  }
  .boxImgInfo ul li{
    width: 46%;
    margin-top: 6%;
  }
  /* Cancel nth-child from main */
  .boxImgInfo ul li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .boxImgInfo ul li:nth-child(-n+3) {margin-top: 6%;}
  /* End cancel */

  .boxImgInfo ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .boxImgInfo ul li:nth-child(2n+2) {
    margin-left: 6%;
  }
  #detailsFiles {
    flex-wrap: wrap;
  }
  #detailsFiles li {
    margin-left: 0px;
    margin-top: 5px;
  }
  #infoBlock > button {
    width: 48%;
    float: left;
    font-size: 1.4em;
  }
  #infoBlock > button i {
    margin-right: 5px;
  }
  #actionLike{
    margin-right: 4%;
  }
  #detailGallery .bigImage {
    height: 280px;
  }
  #detailGallery .thumbnails ul li {
    height: 100px;
  }
  .blockImg .box {
    width: 48%;
  }
  .blockImg .box:nth-child(-n+3) {margin-top: auto;}
  #quotationForm .wrapper {
    max-width: 90%;
  }
  #projectsSlider ul li figure {
    height: 260px;
  }
  #projectsSlider .slick-dots {
    top: 225px;
  }
  .projectsClients ul li {
    width: 24%;
  }

  /* Footer */
  footer .clients .wrapper ul li a {
    width: 140px;
  }

}

@media (max-width: 768px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  /* Footer */

}

@media (max-width: 600px) {

  /* Base */
  #Container {
    width: 100%;
    overflow: hidden;
  }
  main {
    width: 100%;
  }

  /* Body */
  /* Header */
  header {
    height: 66px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
  header .logoP {
    width: 105px;
    height: 60px;
    top: 5px;
    margin: 0 auto;
    position: relative;
  }
  header .logoP figure img[src*="topDeko"] {
    padding: 0px;
    padding-bottom: 5px;
  }
  header .search {
    position: absolute;
    right: auto;
    top: 66px;
    border: 0px;
    background-color: #e4e4e4;
    border-radius: 0px;
    left: 0;
    width: 100%;
  }
  header .search input {
    padding: 15px 10px;
    width: 100%;
    padding-right: 40px;
    border-radius: 0;
  }
  header .search i {
    width: 45px;
    border-radius: 0;    
    font-size: 20px;
  }

  .social {
    top: 20px;
    left: auto;
    margin: 0 auto;
    position: fixed;
    z-index: 11;
    right: 20px;
  }
  nav .mobileNavHeader{display: block;}
  header .navBars {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 21px;
    font-size: 21px;
    color: #666;
  }
  nav{
    position: fixed;
    z-index: 100;
    width: 100%;
    background: rgba(0,0,0,0.7);
    overflow-y: auto;
    height: 100%;
    top:0;

    opacity: 0;
    visibility:hidden;

    -webkit-transition:all 100ms 500ms;
    -moz-transition:all 100ms 500ms;		
    -ms-transition:all 100ms 500ms;
    -o-transition:all 100ms 500ms;
    transition:all 100ms 500ms;
  }
  nav.open{
    opacity: 1;
    visibility:visible;

    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  nav .wrapper{
    width: 80%;
    max-width: 350px;
    background-color: #f1f1f1;

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);

    -webkit-transition:all 400ms 100ms;
    -moz-transition:all 400ms 100ms;		
    -ms-transition:all 400ms 100ms;
    -o-transition:all 400ms 100ms;
    transition:all 400ms 100ms;
  }
  nav.open .wrapper{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  nav .wrapper .mobileNavHeader{
    height: 100px;
    position: relative;
    padding-top: 20px;
    background-color: #e7e7e7;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  nav .wrapper .mobileNavHeader .mobileLogo{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  nav .wrapper .mobileNavHeader .mobileLogo > img{
    width: auto;
    position: absolute;
    bottom: 0;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
  }
  nav .wrapper .mobileNavHeader .mobileLogo > img[src*="zonaDeProyectos"]{
    padding-top: 15px;
    -webkit-animation: logoP 13s infinite;
    -moz-animation: logoP 13s infinite;
    -ms-animation: logoP 13s infinite;
    -o-animation: logoP 13s infinite;
    animation: logoP 13s infinite;
  }
  nav .wrapper .mobileNavHeader .mobileLogo > img[src*="topDeko"]{
    padding: 15px;
    opacity: 0;

    -webkit-animation: logoP 13s infinite;
    -moz-animation: logoP 13s infinite;
    -ms-animation: logoP 13s infinite;
    -o-animation: logoP 13s infinite;
    animation: logoP 13s infinite;

    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    -ms-animation-delay: 6.5s;
    -o-animation-delay: 6.5s;
    animation-delay: 6.5s;
  }
  nav .wrapper > ul{}
  nav .wrapper > ul > li{}
  nav .wrapper > ul > li > a{
    display: block;
    padding: 10px 15px;
    background-color: #dedede;
    font-size: 1.25em;
    color: #333;
    text-align: center;
  }
  nav .wrapper > ul > li:nth-child(2n+2) > a{
    background-color: #d4d4d4;
  }

  nav .logoBrand{
    width: 100%;
    max-height: 110px;
    display: block;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    box-sizing: unset;
  }
  nav .logoBrand::before{
    content: 'Marca seleccionada';
    display: block;
    margin-bottom: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    color: #777;
  }
  nav .logoBrand figure{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .logoBrand figure img{
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 90px;
  }

  nav .wrapper .brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
  }
  nav .wrapper .brands a{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    width: 45%;
    display: flex;
    align-items: center;
  }
  nav .wrapper .brands a figure{
    width: 120px;
  }
  nav .wrapper .brands a figure img{
    width: 100%;
  }
  nav .wrapper .brands .tork figure{width: 85px;}
  nav .wrapper .brands .flux figure{width: 85px;}
  nav .wrapper .brands .vitrox figure{width: 110px;}
  nav .wrapper .brands .topDk figure{width: 105px;}
  nav .wrapper .brands .topDeko figure{width: 80px;}
  nav .wrapper .brands .tkPisos figure{width: 90px;}
  nav .wrapper .brands .topCuisine figure{width: 110px;}
  nav .wrapper .brands .dekora figure{width: 105px;}
  nav .wrapper .brands .topEpp figure{width: 95px;}

  /* Nav */
  /* Content */
  #Content {
    margin-top:130px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }
  #Content aside {
    width: 100%;
  }
  aside .subNav > ul{
    height: auto;
  }
  .projectsClients ul li figure img {
    margin: 10px;
  }
  #contact form {
    padding: 10px 15px 10px 15px;
  }
  #contact form fieldset label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0;
  }
  #contact form fieldset input,
  #contact form fieldset textarea {
    width: 100%;
  }
  #contact form fieldset input {
    margin-bottom: 0;
  }
  #contact form button {
    width: 100%;
  }
  #contact .contactInfo div:nth-child(2) {
    margin: 0 10px;
  }
  #quotationForm .wrapper > h1 {
    margin-bottom: 10px;
  }
  #quotationForm .wrapper form {
    padding: 10px 15px 10px 15px;
  }
  #quotationForm .wrapper form fieldset label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  #quotationForm .wrapper form fieldset input, #quotationForm .wrapper form fieldset textarea {
    width: 100%;
  }
  #quotationForm .wrapper form fieldset textarea {
    height: 90px;
  }

  /* Footer */
  footer .clients .wrapper ul li a {
    width: 130px;
  }
  footer .clients .wrapper {
    margin: 0 30px;
  }
  footer .contact {
    padding-bottom: 20px;
  }
  footer .clients .boxedTitle {
    left: 60px;
  }
  footer .clients .boxedTitle {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  /* LogIn Form */
  
  #logBox{
    position: fixed;
    z-index: 115;
    width: 270px;
    background-color: #f1f1f1;    
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    /* OUT */

    opacity: 0;
    top: 54%;
    visibility: hidden;

    -webkit-transition:all 200ms;
    -moz-transition:all 200ms;		
    -ms-transition:all 200ms;
    -o-transition:all 200ms;
    transition:all 200ms;
  }  
  #logBox.show{
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
  .mobileDarkBg{
    position: fixed;
    z-index: 114;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    
    /* OUT */
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition:all 200ms;
    -moz-transition:all 200ms;		
    -ms-transition:all 200ms;
    -o-transition:all 200ms;
    transition:all 200ms;
  }
  #logBox.show + .mobileDarkBg{
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 480px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  .boxImgInfo ul li:nth-child(-n+3) {margin-top: auto}
  .boxImgInfo ul li {
    width: 100%;
    margin-top: 5% !important;
  }
  .boxImgInfo ul li:first-child {
    margin-top: 0 !important;
  }
  .boxImgInfo ul li:nth-child(2n+2) {
    margin-left: 0%;
  }

  .blockImg .box figure {
    height: 160px;
  }  
  #detailsBlock {
    display: block;
  }
  #detailGallery,
  #infoBlock{
    width: 100%;
  }
  #detailGallery .bigImage {
    height: 260px;
  }
  #infoBlock{
    margin-top: 30px;
  }
  #detailTabsContent{
    padding: 15px 20px; 
  }

  /* Footer */
  footer .clients .wrapper ul li a {
    width: 115px;
  }

}

@media (max-width: 360px) {

  /* Base */
  /* Body */
  /* Header */
  /* Nav */
  /* Content */
  .blockImg .box {
    width: 100%;
    margin-top: 25px !important;
  }
  .blockImg .box:first-child {
    margin-top: 0 !important;
  }
  .blockImg .box figure {
    height: 270px;
  }
  .projectsClients ul li {
    width: 48%;
  }
  .projectsClients ul li {
    height: 105px;
  }
  #contact .contactInfo {
    display: block;
  }
  #contact .contactInfo div {
    text-align: center !important;
  }
  #contact .contactInfo div:nth-child(1) {
    margin-bottom: 20px;
  }
  .boxImgInfo2 ul li {
    display: block;
    margin-top: 30px !important;
  }
  .boxImgInfo2 ul li > a {
    height: 170px;
    margin-bottom: 10px;  
    width: 100%;
  }
  .boxImgInfo2 ul li:nth-child(n+2) {margin-top: auto;}
  .boxImgInfo2 ul li:first-child {margin-top: 0;}
  .topContentBtn {
    position: relative;
  }
  #quotationList h1{
    margin-bottom: 1em;
  }
  #projectsSlider ul li figure {
    height: 200px;
  }
  #projectsSlider .slick-dots {
    top: 165px;
  }

  /* Footer */
  footer .clients .wrapper ul li a {
    width: 135px;
  }

}