@media (max-width:337){
.big-button{
font-size:13px;
}
}
@media (min-width:768px) {
.mobile-contact-wrap,
#mobile-modal {
display: none !important;
}
.mobile-modal-wrap {
padding: 3% !important;
}
.mobile-modal-content {
max-width: 800px;
margin: auto !important;
overflow-x: hidden !important;
} .mobile-modal-content::-webkit-scrollbar {
width: 8px;
} .mobile-modal-content::-webkit-scrollbar-track {
background: #f1f1f1;
} .mobile-modal-content::-webkit-scrollbar-thumb {
background: #888;
} .mobile-modal-content::-webkit-scrollbar-thumb:hover {
background: #555;
}
}
@media (min-width:769px){
.desktop-contact-mail{
animation: joinchat_animation .5s cubic-bezier(.18,.89,.32,1.28) 250ms both;
}
.desktop-contact-tel{
animation: joinchat_animation .5s cubic-bezier(.18,.89,.32,1.28) 150ms both;
}
.desktop-contact-whatsapp{
animation: joinchat_animation .5s cubic-bezier(.18,.89,.32,1.28) 50ms both;
}
.joinchat{
display:block;
transform: scaleX(1);
}
}
@media (max-width:768px) {
body{
padding-bottom:100px;
}
.desktop-contact-mail,
.desktop-contact-tel,
.desktop-contact-whatsapp{
display: none !important;
}
}
#close-mobile-modal {
position: fixed;
top: 15px;
right: 15px;
z-index: 111;
}
.mobile-modal-wrap {
width: 100%;
height: 100%;
position: fixed;
margin: auto;
top: 0px;
z-index: 9999999;
left: 0px;
background: #fff;
}
.mobile-modal-content {
margin: 10px;
border-radius: 5px;
overflow: scroll;
height: 100%;
max-height: 100%;
}
#mobile-modal.active {
display: block !important;
}
.mobile-contact-wrap {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 10vh;
max-height: 75px;
min-height: 50px;
background: whitesmoke;
z-index: 9999;
padding: 8px;
box-sizing: border-box;
}
.mobile-contact {
display: flex;
height: 100%;
}
.mobile-button {
background: rgba(46, 125, 136, 1);
border: unset !important;
outline: none !important;
color: white !important;
border-radius: 5px !important;
}
.big-button {
color: white !important;
font-weight: 500 !important;
margin-right: 5px;
flex: 3;
font-size: 16px;
}
.mobile-button.small-button{
background: #54575A;
}
.small-button {
margin-left: 5px;
flex: 1;
}
.flex {
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.mobile-contact .big-button path {
stroke: white;
}
.mobile-contact .small-button path {
fill: white;
}
.mobile-contact svg {
vertical-align: middle;
margin-right: 5px;
}
.whatsapp-button{
background: #25d366;
border-color: #25d366;
border-radius: 5px;
border: 0px;
}
.whatsapp-button svg{
width: 100%;
height: 100%;
margin: 0px;
padding: 10px;
}
.joinchat.joinchat--show.joinchat--chatbox{
z-index: 99999999;
}
.desktop.float.float-right{
position: fixed;
bottom: 32px;
z-index: 999;
right: 29px;
}
.desktop.float.float-right > a{
display:block;
}
.desktop.float.float-right > a{
width: 58px;
height: 58px;
padding: 8px;
background: #2e7d88;
border-radius: 50%;
}
.desktop.float.float-right a.desktop-contact-tel{
margin-top: 15px;
padding:15px;
}
.desktop.float.float-right a.desktop-contact-whatsapp{
margin-top: 15px;
padding:12px;
}
.desktop.float.float-right > a svg{
width:100%;
height:100%;
}
.mobile-contact .whatsapp-button-wrap .whatsapp-button{
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
@keyframes joinchat_animation{
0% {
transform: scale3d(0, 0, 0);
}
100% {
transform: scaleX(1);
}
}