
/********************************/
/*          Media Queries       */
/********************************/

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px){

}

@media (min-width: 768px) and (max-width: 991px) {
    .text-preciosa{
        padding-top: 0px;
    }
    #logo-home-135{
        position: absolute;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .text-preciosa{
        padding-top: 0px;
    }
    #logo-home-135{
        position: absolute;
    }
}

@media (max-width: 543px) {
    #logo-home-135{
        width: 120px;
    }
    .header-text h1{
        font-size: 64px;
        line-height: 60px;
    }
    .header-text h2{
        font-size: 30px;
        line-height: 30px;
    }
    .separador-linea{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .logo-preciosa{
        width: 300px;
    }
    #logo-home-135{
        position: absolute;
    }
    .text-catado{
        padding-left: 0px;
  }
}


