a:hover{
    text-decoration: none !important;
}

.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.footer-copyright .copyright-socials li i {
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #003082;
    font-size: 16px;
    text-align: center;
    background: #fff;
    display: inline-block;

    transition: .2s all ease-out;

    font-size: 24px;
}

.footer-copyright .copyright-socials li i:hover {
    background: #003082;
    color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.heading-blue:after {
    background: #003082;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -30px;
    margin-left: -25px;
    position: absolute;
    background: #49ccd4;
}


.form-control {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    min-width: 100px;
    min-height: 50px;
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
  }







  html{
    scroll-behavior: smooth;
  }




  .campoContainer{
    position: relative;
  }

  .campoContainer span{
    color: red;
    position: absolute;
    right: 10px;
    top: 15px;
  }




  /**********************
Buttons Whatsapp
*/
._whats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px rgb(126, 126, 126);
}

._whats:hover {
    color: #ffffff;
}

._whats__icon {
    margin-top: 13px;
}

._whats img {
    max-height: 86%;
}

._whats--pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 18px;
    right: 18px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    z-index: 900 !important;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

._whats--pulse:hover {
    color: #ffffff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

._whats--pulse span {
    font-size: 2.8rem;
}

._whats--pulse-border {
    bottom: 18px;
    right: 18px;
    animation-play-state: paused;
    z-index: 999999 !important;
}

._whats--pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    z-index: 999999 !important;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

._whats--right-center {
    top: 50%;
    transform: translateY(-50%);
}

._whats--right-top {
    top: 18px;
}

._whats--left-top {
    top: 18px;
    left: 18px;
}

._whats--left-center {
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}

._whats--left-bottom {
    left: 18px;
    bottom: 18px;
}

._whats--center-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

._whats--center-bottom {
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
}

/* 
Buttons Whatsapp
***********************/


.go2top, .go2top:focus {
    right: 15px;
    bottom: 8px;
    width: 38px;
    height: 38px;
    z-index: 9999;
    line-height: 1;
    font-size: 18px;
    position: fixed;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0 0 1px;
    background: #003082;
    color: #fff;
    border: solid 2px #003082;
}

.go2top:hover, .go2top:focus:hover {
    color: #003082;
    background: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}