@media only screen and (max-width: 1024px) {

.escritorio_pz {
        display: none;
    }


}
@media only screen and (min-width: 1024px) {

.mobile_pz {
        display: none;
    }


}


@media only screen and (max-width: 441px) {
     #empleo h1 {
        font-size: 2.5em;
        line-height: 1.2em;
    }
    
}

@media only screen and (max-width: 320px) {

    body {
    text-align: center;

    }

   .container {

    padding-left: 20px;
    padding-right: 20px;
    }
    
    #portada {
    height: auto;
    }
    
    #home .hero-section {
        padding-top:10px;
        padding-bottom:10px;
    }

    #empleo h1 {
        font-size: 2.2em;
        line-height: 1.2em;
    }

     #empleo p {
        font-size: 1em;
        line-height: 1.2em;
    }

.hero-section {
  padding-top: 0px;
}

    .container {
        margin-top: 0px;
    }

    #features {
        padding-top:50px;
        padding-bottom:10px;
    }
    
    #cta img {
        display: block;
        margin: auto;
        width: 100%;
    }

    #header img {
        margin-top: 5px;
    }

    #cta {
    padding-right: 15px;
    padding-left: 15px;
    }
  
    #cta p {
    font-size: 0.6em;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1em;
    }

    #cta h2 {
    margin-top: 5px;
    margin-bottom: 0;
    }

    #cta a {
    color: white;
    line-height: 1.8em;
    }

    #cta3 p {
    font-size: 0.6em;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2em;
    }

   #cta3 .img-responsive {
    display: block;
    margin: auto;
    margin-top: 5px;
    max-width: 120%;
  }

     #cta-0800 p {
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2em;
    }

    #cta-0800 img {
    display: block;
    margin: auto;
    width: 120%;
    }

    .portada_pz {
    padding-top: 40px;
    }

    .portada_pz h1{
    font-size: 3em;
    padding-left: 25px;
    padding-right: 25px;
    }

    .portada_pz h2{
    font-size: 1em;
    padding-left: 35px;
    padding-right: 35px;
    }


    #services {
    padding-top:50px;
    }

    #services h2{
    font-size: 2.2em;
    }

    #services p {
    font-size: 1em;
    }

    #portfolio {
    padding-top:50px;
    }

    #portfolio h2{
    font-size: 2.2em;
    }

    #portfolio p {
    font-size: 1em;
    }

    #features h2{
    font-size: 2.2em;
    line-height: 1.2em;
    }

    #features p {
    font-size: 1em;
    }

     #features {
    padding-left: 10px;
    padding-right: 10px;
    }

    #services .img-responsive {
        display: block;
        margin: auto;
        max-width: 80%;
    }

    #portfolio .img-responsive {
        display: block;
        margin: auto;
        max-width: 80%;
    }

    #footer .ayerdi {
    text-align: center;
    padding-top: 20px;
  }

    #footer .e36 {
    text-align: center;
    padding-top: 20px;
  }

    #get-in-touch p {
    margin-top: 20px;
    font-size: 1.5em;
     }

  
     


}

