/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.blanco {
    background-image: url(../images/bg-white2.png);
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen {
    max-width: 300px;
    margin: auto;
    display: block;
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: solid 3px #ff9600;
}

.comprar {
    
       background-image: url(../images/bg-lat.jpg);
    background-position: center;
}

.comprar2 {
    
       background-image: url(../images/bg-lat-2.jpg);
    background-position: center;
}

.whatsapp {
    position: fixed !important;
    width: auto;
    height: 40px !important;
    bottom: 20px;
    right: 250px;
    
    color: #FFF;
    text-align: center;
    font-size: 30px !important;
    line-height: 35px !important;
    z-index: 100;
    padding: 0 10px !important;
  
}

.whatsapp span {
      display: block !important;
    float: right !important;
font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: uppercase;
   -moz-box-shadow:0 0 5px #888888;   
    -webkit-box-shadow:0 0 5px #888888; 
    background-color: #FFF !important;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    color: #000;
    padding: 0 10px;
    position: relative;
}

.fa-icon-whatsapp {
    display: block !important;
    float: right !important;
    padding: 0;
    width: 50px;
   

   
}

[class^="fa-icon-"], [class*=" fa-icon-"] {
    display: inline-block;
    content:url(../images/whatsapp.png) ;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-whatsapp:before {
    content: "\f232";
    
}

 
.chat-bubble-arrow {   
    border-color:  transparent transparent transparent #EDEDED; 
    border-style: solid;  
    border-width: 8px;  
    height:0;  
    width:0;   
    position:absolute;   
    right:-15px; 
    top: 8px;

    
}


@media screen and (max-width:768px) {
	
	.whatsapp {
    position: fixed !important;
    width: auto;
    height: 40px !important;
    bottom: 20px;
    right: 20px;
}
}