#zocalo-telefono-flotante {
    text-align:center;
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    display:none;
    z-index:1;
}
#zocalo-tcopy-general {
    text-align:center;
    position: relative;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
}
#tht-call {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}
#tht-copy {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}
/* ============================================
				RESPONSIVE
============================================== */

@media only screen and (max-width: 1920px) {
  
}

@media only screen and (max-width: 1366px) {
  
}

@media only screen and (max-width: 1024px) {
  
}

@media only screen and (max-width: 768px) {
  
}

@media only screen and (max-width: 425px) {
    #zocalo-telefono-flotante {
        display:block;
    }
    body {
        margin-bottom:12%;
    }
}

@media only screen and (max-width: 375px) {
    body {
        margin-bottom:13%;
    }
}

@media only screen and (max-width: 360px) {
    body {
        margin-bottom:14%;
    }
}

@media only screen and (max-width: 320px) {
    body {
        margin-bottom:16%;
    }
}