#catal{
  background-color: red;
  border: 2px solid red;
  border-radius: 15px 15px 15px 15px;
}
#catal{
  background-color: red;
  border: 2px solid red;
  border-radius: 5px 5px 5px 5px;
}
.chat-container{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 340px;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 999;
}

.chat-button{
width: 100%;
margin: 0;
cursor: pointer;
user-select: none;
padding: 4px 0;
background-color: #337AB7;
text-align: center;
color: #fff;
border-radius: 10px 10px 0px 0px;
}

.chat-content{
margin: 0px;
padding: 0;
background-color: #fff;
display: none;
}

     .icon-bar {
    position: fixed;
    /* top: 60%; */
    -webkit-transform: translateY(-6%);
    transform: translateY(-6%);
    right: 20px;
    /* left: 9px; */
    bottom: 10%;
    z-index: 999;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 22px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: all .5s;
    margin-bottom: 2px;
    padding: 2px;
}
.icon-bar a i{
        font-style: initial;
}
.icon-bar a:hover {
    background-color: #000;
    background: linear-gradient(270deg, #000, #000);
    transition: all .5s;
}
.icon-bar .facebook {
    background: linear-gradient(270deg, #415499, #0075fd);
    background-size: 400% 400%;
    -webkit-animation: gradiantAnimation 4s ease infinite;
    animation: gradiantAnimation 4s ease infinite;
    color: white;
}
.icon-bar .twitter {
    background: #55ACEE;
    color: white;
}
.icon-bar .google {
    background: linear-gradient(270deg, #d75343, #fd1b00);
    background-size: 400% 400%;
    -webkit-animation: gradiantAnimation 3s ease infinite;
    animation: gradiantAnimation 3s ease infinite;
    color: white;
}
.icon-bar .linkedin {
    background: #007bb5;
    color: white;
}
.icon-bar .youtube {
    background: linear-gradient(270deg, #cb3337, #9d070b);
    background-size: 400% 400%;
    -webkit-animation: gradiantAnimation 30s ease infinite;
    animation: gradiantAnimation 30s ease infinite;
    color: white;
}
.icon-bar .whatsapp {
    background: linear-gradient(270deg, #38b12d, #0a7800);
    background-size: 400% 400%;
    -webkit-animation: gradiantAnimation 7s ease infinite;
    animation: gradiantAnimation 7s ease infinite;
    color: white;
}
.icon-bar .instagram {
    background: linear-gradient(270deg, #4a66d4, #c82e9d, #f26a38, #fed77c);
    background-size: 800% 800%;
    -webkit-animation: gradiantAnimation 14s ease infinite;
    animation: gradiantAnimation 14s ease infinite;
    color: white;
}
.icon-bar .twitter {
    -webkit-animation: gradiantAnimation 30s ease infinite;
    animation: gradiantAnimation 30s ease infinite;
    color: white;
}
.content1 {
    margin-left: 75px;
    font-size: 30px;
}
.footer-page {
    padding: 45px 0;
}
.center-info {
    margin: 0 auto;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.no-link:hover {
    text-decoration: none;
}
.formulario-footer .btn-outline-info {
    color: #ffffff;
    border-color: #fbfbfb;
}
#fp-nav ul li .fp-tooltip {
    max-width: 300px;
}
@media screen and (max-width: 600px) {
    .logo-ss ul li a img {
        max-height: 48px;
    }
    .display-4 {
        font-size: 29px;
    }
    .typejs_servicio {
        font-size: 29px;
    }
    .contenido-blog h2 {
        font-size: 18px;
    }
    .fondo-secundario {
        height: 33.33%;
    }
    .fondo-principal {
        height: 33.33%;
    }
    .blog .contenido-blog {
        margin: 3% 6%;
    }
    .blog:hover .texto {
        height: 90px;
        font-size: 14px;
    }
    .display-3 {
        font-size: 2.5rem;
    }
    .footer-menu li a {
        font-size: 21px;
    }
    .credit-button .contenido {
        display: inline-block!important;
    }
    .fp-tableCell {
        /*vertical-align: sub;*/
    }
    .menu-menu-principal-container .text-left {
        text-align: right!important;
    }
    .creditos a {
        font-size: 12px;
    }
    .credit-button {
        position: relative!important;
    }
    .row-sm-w-padding {
        margin-right: 0px;
    }
    #fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
        display: none;
    }
    .formulario-footer .btn-outline-info {
        position: relative;
        right: 0;
        float: right;
    }
    .icon-bar a {
        padding: 6px;
        font-size: 17px;
        height: 30px;
        width: 30px;
    }
}