    .btn-side {
      background: #e16831;
      border-color: #f59965 ;
      border-radius: 5px;
      box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
      color: #ffffff;
      display: inline-block;
      padding: 6px 30px 8px;
      position: relative;
      text-decoration: none;
      z-index: 88888;
      -webkit-transition: all 0.1s 0s ease-out;
      transition: all 0.1s 0s ease-out;
    }
    .btn-side:hover {
      background: #EB9A75;
      border-color: #f59965 ;

      box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-transition: all 0.25s 0s ease-out;
      transition: all 0.25s 0s ease-out;
    }

    .btn-side:active ,
    .btn-side:focus {
      
      background: #e16831;
      color: #ffffff;
      border-color: #f59965 ;

      box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-transition: all 0.025s 0s ease-out;
      transition: all 0.025s 0s ease-out;
    }




.btn-call{
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right:40px;
  background-color:#e16831;
  border-color: #f59965 ;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100000;
  transition: bottom 0.8s;
}

.btn-call:hover {
   bottom: 100px;
}

.my-btn-call{
  margin-top:16px;
}



.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}


.w-detail{
  position:fixed;
  bottom: 45px;
  float: right;
  width: 220px;
  height: 275px;
  right: 0;
  color:#055864;
  text-align:center;
  font-size:30px;
  z-index:990;
  transition: bottom 0.8s;
}

.w-detail h4 {
  color: #055864;
}

.w-detail img {
  cursor: pointer;
}


.pointerdown {
  position:fixed;
  float: right;
  bottom:10%;
  right:3%;
  
}


 @media (max-width: 600px) {
    .w-detail{
      width: 185px;
    }  
}


#contact-widget-launcher {
    position: fixed;
    opacity: 1;
    right: 0;
    bottom: 0;
    height: 35px;
    margin: 5px 10px;
    transform: translateZ(0);
    z-index: 9998;
}

#contact-widget-launcher .contact-widget-button {
    border-width: 0px;
    background-color: #055864;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    text-align: center;    
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    padding: 6px 24.4px;
    white-space: nowrap;
    box-shadow: 3px 3px 2px grey;    
}

#contact-widget-launcher .contact-widget-button:hover {
    background-color: #044c55;
    box-shadow: 3px 1px 2px #055864;    

}

#contact-widget-launcher .contact-widget-button:disabled {
    background-color: #57878D;
    opacity: 0.8;

}


.w-detail2{
  position:fixed;
  float: right;
  border-radius: 5%;
  width:320px;  
  height:400px;
  bottom:8%;
  right:0px;
  text-align:center;
  background-color: white;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100000;
  transition: bottom 0.8s;
}

#intro p {
         font-size: 1.5em;
}

 @media (max-width: 600px) {

      #intro h3, #intro p {
         font-size: 18px;
      }

      #contact-widget-launcher .contact-widget-button { 
        width: 150px;
        font-size: 12px;
        font-weight: 200;
      }
}


.btn-close{
  position:fixed;
  width:40px;
  height:40px;
  bottom:400px;
  right:13px;
  background-color: #044c55;
  color:#fff;
  border-radius:50px;
  text-align:center;
  font-size:18px;
  z-index:100000;
  transition: bottom 0.1s;
  
}

.btn-close:hover{
 
   bottom:395px;

}


.w-redes{
  position:fixed;
  top:1%;
  float: right;
  width: 200px;
  height: 275px;
  right: 0;
  color:#055864;
  text-align:center;
  font-size:30px;
  z-index:990;
  transition: bottom 0.8s;
}

.btn-close-redes{
  position:fixed;
  width:30px;
  height:30px;
  top:-16px;
  right:-10px;
  cursor: pointer;
  color:white;
  border-radius:50px;
  border-color: #044c55;
  text-align:center;
  font-size:18px;
  /*box-shadow: 2px 2px 3px #f59965;*/
  z-index:100000;
  transition: bottom 0.1s;
}



.footer-msg {
    position: fixed;
    bottom: 37px;
    right: 30px;
    z-index: 999;
}

.footer-msg p {
  color: #044c55;
  font-size: 9px;
  font-weight: 700;
}

.btn-solo{
  position:fixed;
  width:30px;
  height:30px;
  bottom:255px;
  right:25px;
  /*background-color: #044c55;*/
  color:#fff;
  border-radius:50px;
  text-align:center;
  font-size:18px;
  /*box-shadow: 2px 2px 3px #f59965;*/
  z-index:100000;
  transition: bottom 0.1s;
}

 @media (max-width: 600px) {
    .btn-solo{
      right: 15px;
    }  
}



.x_close {
    padding: 5px;
    /*opacity: .5;*/
    font-size: 16px;
    font-weight: 700;
    color:#044c55;
}


.top-rect {
  background-color: #055864;
  border-radius: 5% 5% 0% 0%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  padding-top: 180px;
}

.top-rect:after {
    content: "";
    display: block;
    background: white;
    height: 400px;
    width: 150%;
    position: absolute;
    z-index: 1;
    bottom: -40%;
    left: 50%;
    margin-left: -60%;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.top-rect h4 {
    position: absolute;
    top: 25px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: white;
    margin-left: 100px;

}

.texto p {

    position: absolute;
    top: 155px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: black;
    opacity: .8;
    margin: 10px 10px;
    background-color: white;
    z-index: 4;
}

.texto strong {

  color:#055864;
  font-size: 18px;
  text-align: center;
}

@media (min-width: 767px) {
      .texto p {
        font-size: 14px !important;
        line-height: 20px !important;
      }  
}


.wboton{
    position: fixed;
    bottom: 70px;
    right: 65px;
    z-index: 999;
  }


.iziModal .button-solo{
    position: absolute;
    top: -2%;
    right: 0px;
    margin: -25px 0 0;
}


.cmplogo {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.14);
    border-radius: 50px;
    position: relative;
    z-index: 1;
    top : -160px;
    left: 20px;
    margin: 0 20px 0 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.cmplogo span {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    font-size: 0;
    vertical-align: top;
    z-index: 1;
    text-align: center;
}


/*EFECTOS ESTRELLA NAVIDAD*/
.efectos {
    position:fixed;
    right: 42px;
    bottom: 2%;
    width: 200px;
    z-index: 9999999;
    opacity: 1;
  
}
.efectos .destello {position:absolute;}
.efectos .destello-01 {
    right: 104px; 
    bottom: -41px;
    animation: destello-efecto-01 5s infinite; 
    -webkit-animation: destello-efecto-01 5s infinite;
}

.efectos .destello-02{
    right: -75px; 
    bottom: -41px;    
    animation: destello-efecto-01 5s infinite; 
    -webkit-animation: destello-efecto-01 2s infinite;
}

 @media (max-width: 600px) {
      .efectos .destello-01 {
            right: 53px; 

      }      
}


@-webkit-keyframes destello-efecto-01 {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0.6;transform: scale3d(.3, .3, .3);-webkit-transform: scale3d(.3, .3, .3);}
}

@keyframes destello-efecto-01 {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0.6;-webkit-transform: scale3d(.3, .3, .3);transform: scale3d(.3, .3, .3);}
}

.delay-500ms {
   -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.delay-1500ms {
   -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

.delay-2500ms {
   -webkit-animation-delay: 2500ms;
    animation-delay: 2500ms;
}

.delay-3500ms {
   -webkit-animation-delay: 3500ms;
    animation-delay: 3500ms;
}

.delay-4500ms {
   -webkit-animation-delay: 4500ms;
    animation-delay: 4500ms;
}

.delay-5500ms {
   -webkit-animation-delay: 5500ms;
    animation-delay: 5500ms;
}

.animated.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animated.delay-7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}


.animated.delay-8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.animated.delay-10s {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.delay-8500ms {
   -webkit-animation-delay: 8500ms;
    animation-delay: 8500ms;
}

