/*--------------------------
   control.party
---------------------------*/
html{
    background-color: #1c355e !important;
    color:#fff;
}

body{
    background-color: #1c355e !important;
    color:#fff;
}

a {
    color: #fff;
}
.social-icons > li > a {
    color: #fff;
}
.main-navigation > ul > li > a {
    color: #fff;
}
.main-navigation > ul > li.current > a {
    color: #ff595a;
}

.logo-header{
    height: 4rem !important;
}
.logo-header-small{
    height: 4rem !important;
    margin-left: 1.5rem;
}

.responsive-nav-button {
    color: #fff;
}

.pink{
    color: #ff595a;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Hind', sans-serif !important;
    color: #fff !important;
}

.banner-image{
    height: auto;
    width: 100%;
    margin-top: -6rem;
}

.bola{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: " ";
    z-index: 999;
    display: inline-block;
    margin-right: 0.5rem;
}
.bola-1{
    background-color: #ff595a;
}
.bola-2{
    background-color: #cf63ce;
}
.bola-3{
    background-color: #fca0c9;
}
.bola-4{
    background-color: #c2e76b;
}
.bola-5{
    background-color: #19d3c5;
}


/*Menu*/
.menu-disabled{
    color: #fff !important;
    
    opacity: 0.5;
    text-decoration: none;
    border-bottom: none !important;
}

.menu-disabled:hover, .menu-disabled:active{
    text-decoration: none;
    border-bottom: none !important;
}


/*Call to Action*/
.big-whatsapp{
    font-size: 3rem;
    font-weight: 900;
    line-height: 3rem;
    top: 0.5rem;
    position: relative;
    transition: all 0.5s ease;
}
.big-whatsapp:hover{
    transform: scale(1.2,1.2) !important;
    color: #fff !important;
}

/*Tooltip*/
 .tooltips a{
    position: relative;
    color: #f05f79;
  }
  
  .tooltip{
    position:absolute;
    display:block;
    background:transparent;
    padding: 0 10px;
    color: #fff;
    opacity:0;
    font-size: 0.813em;
    line-height: 26px;
    visibility: visible;
    z-index: 99999 !important;
  } 

  .tooltip-inner{
    color: #f05f79 !important;
    background: #fff !important;
  }

  .tooltip .arrow:before{
    background: #fff !important;
    color: #fff !important;
    border-bottom-color: #fff !important;
  }
