
@media (max-width: 1201px) {
    .domainTop > input[type="text"] {
        width: 75%;
    }
}
@media only screen and (max-width: 1201px) and (min-width: 0px){
    .homeArea{
        overflow: hidden;
    }
}
@media only screen and (max-width: 991px) and (min-width: 0px){
    .navbar-header {
        position: absolute;
        right: 1px;
        top: 2px;
        z-index: 9;
    }
}
@media (max-width: 992px) and (min-width: 768px)  {
    header .logo img {
        height: 156%;
        position: relative;
        top: -14px;
        /*right: 280px;*/
        max-width: none;
    }
}
@media (max-width: 900px) {
    header nav#navbar ul > li.dropdown-megamenu .mega-menu {
        width: 299px;
    }
    .domainTop > input[type="text"] {
        width: 100%;
        margin-top: 10px;
    }
    header nav#navbar ul > li.dropdown-megamenu .mega-menu {
        background: #1B9F8B none repeat scroll 0 0 !important;
        border: 5px solid;
        border-color: #f1c40f;
    }
    header nav#navbar ul > li > a {
        color: #f0f0f0;
    }
    .sub-menu {
        background: #1B9F8B;
        border-left: 5px solid #f1c40f;
    }
}

@media (max-width: 800px) {
    .title-3-res{
        display: none;
    }
    .title-2-res{
        display: initial;
    }
}

@media (max-width: 767px) {
    .video-frame {
        width: 100%;
        margin-top: 0px;
        position: relative;
        left: 0px;
    }
    .img-precios{
        width: 100%;
    }
}



@media (max-width: 600px) {
    .logo-home{
        position: relative;
        right: -26%;
    }
    .cartCol{
        position: relative;
        right: 7%;
    }
    .navbar-header {
        position: absolute;
        right: 6px;
        top: 8px;
        z-index: 9;
    }
    .cont-price {
        margin: 0px !important;
        /* padding: 0px; */
        width: 100%;
    }
    .text-domicilio{
        margin-bottom: 20px !important;
    }
}
@media (max-width: 501px) {
    .logo-home {
        position: relative;
        right: 2%;
    }
    .count{
        display: none;
    }
    .content-client{
        flex: 2 0 69.333333%;
        max-width: 69.333333%;
        position: relative;
        left: -7%;
        padding-left: 0px;
    }
    .content-client2{
        flex: 2 0 30.333333%;
        max-width: 30.333333%;
    }
    .call-my{
        margin-bottom: 10px;
    }
    .singleService .serviceIcon {
        height: 150px;
        margin-bottom: 20px;
    }
    .pageTitleArea {
        background: url(../img/contacto/baner-superior-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        top: 1px;
    }
    .elemet-contact{
        width: 70%;
    }
    .domainTop > input[type="text"] {
        width: 100%;
    }
    .title-1-res {
        margin-bottom: 17px;
        margin-top: -20px;
        width: 100%;
        margin-left: 0%;
    }
    .ctaTxt p {
        margin: 0;
        text-align: center;
    }
    .section-contact-number:before{
        background: none;
    }
    .contactForm > div {
        margin-left: 0px;
    }
    .contactForm .contactSubmit {
       width: 100%;
    }
}

@media (max-width: 480px) {
    header .logo img {
        height: 109%;
        position: relative;
        top: -7px;
        max-width: none;
    }
}
@media only screen and (max-width: 767px) and (min-width: 0px){
    .aboutImg {
        display: block;
        position: unset;
        width: 100%;
        height: auto;
    }
    .aboutImg img {
        height: auto;
    }
}
@media (max-width: 1111px) {

    .columnas-new {
        /* En pantallas pequeñas, cada bloque usa el 100% del ancho del contenedor */
        width: 33%;
        float: none;
    }
}
@media (max-width: 767px) {
    .columnas-new {
        /* En pantallas pequeñas, cada bloque usa el 100% del ancho del contenedor */
        width: 100%;
        float: none;
    }
}

