.text-azul {
	color: #001234;
}

.text-amarillo {
	color: #FF6D00;
}


.lineahorizontal {
	width:100%; 
	height: 1px; 
	background-color: rgba(255, 255, 255, 0.09);

}


.contacto-home {
	border-radius: 25px;
	background-color: #FF6D00;
}


.bg-azul {
	background-color: #001234;
}


/*PERSONALIZADO*/
.btn-whatsapp {
   display:block;
   width:70px !important;
   height:70px !important;
   color:#fff;
   position: fixed;
   right:40px;
   bottom:120px;
   border-radius:50%;
   line-height:80px;
   text-align:center;
   z-index:9999;
}




/*LOGO*/
/* AnimaciĂłn */

@keyframes beat {
  0%, 50%, 100% { transform: scale(1, 1); }
  30%, 80% { transform: scale(0.92, 0.95); }
}

/* CorazĂłn */

.heart{
    position: relative;
    /*
    width: 100px;
    height: 90px;*/
    animation: 2.5s ease 0s infinite beat;
}
.heart:before,
.heart:after{
    position: absolute;
    content: "";
    /*
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: #fc2e5a;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
            transform-origin: 0 100%;*/
}
.heart:after{
    left: 0;
    transform: rotate(45deg);
    transform-origin :100% 100%;
}

/**/
 