/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */
html .bg-color-primary,
html .bg-mervinsti {
	background-color: #009999 !important;
}

.fa-whatsapp1  {
    color:#fff;
    background:
    linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat,
    radial-gradient(#25d366 60%,transparent 0);
}

.ic-whatsapp{
    position: fixed;
    padding-bottom: 5px;
    bottom: 89px;
    right: 19px;
    width: 60px;
    height: 60px;
    color: #ffffff !important;
    text-align: center;
    font-size: 40px;
    background-color: #25d366;
    border-radius: 50%;
    cursor: pointer;
    z-index: 88;
    display: flex;
    justify-content: center !important;
    align-items: center !important;

}
.ic-whatsapp :hover{
	text-decoration: none;
}
 .accordion1 {
    background-color: #4F5CA6;
 }

 .social-icons .social-icons-whatsapp a {
	background: #25d366 !important;
}