/*********************************************************************************************

#whatsapp-footer

***********************
* 
* **********************************************************************/

#whatsapp-chat {
  bottom:  100px;
  top:  initial !important;
}

#whatsapp-chat-turnos {
  position: fixed;
  bottom: 100px; /* antes 300px cuando habìa 3 flotantes */
  right: -100px;
  z-index: 20;
}
#whatsapp-chat-turnos.aShow {
  right: 20px;
}
#whatsapp-chat-turnos img {
  display: block;
}


#whatsapp-chat-repuestos {
  position: fixed;
  bottom: 200px;
  right: -100px;
  z-index: 20;
}
#whatsapp-chat-repuestos.aShow {
  right: 17px;
}
#whatsapp-chat-repuestos img {
  display: block;
}


#whatsapp-chat::after {
    content: "Ventas";
    font-size: 11px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 3px;
    
}
#whatsapp-chat-turnos::after {
    content: "Turnos";
    font-size: 11px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 6px; 
    padding: 3px;
}

#whatsapp-chat-repuestos::after {
    content: "Repuestos";
    font-size: 11px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 3px;
}


.template-producto #section1 figure {

  text-align: center;
}

.template-producto .slick-slide img {

  display: inline-block;
}

.template-producto .slick-slide  {
  text-align: center;
}

footer #separador {
  border-top: 1px solid #CCC;
  padding:  20px 0;

}

footer ul.medios li{
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .div-parallax .img2 {
    display: block;
    height: 450px;
  }
}

#popup_comunicado img {
	width: 300px;
}

#popup_comunicado img.only-desktop {
	width: 600px;
}



.modal {
	max-width: 630px !important;
	padding: 15px 15px !important;
	line-height: 0px;
	width: auto !important;
}

.jquery-modal.blocker.current {
	z-index: 100;
}

.only-desktop {
	display: none;
}

.only-mobile {
	display: inherit;
}

@media only screen and (min-width: 768px) {
  .only-desktop {
	display: inherit;
}

.only-mobile {
	display: none;
}
}