@font-face {
  font-family: 'Inkfree';
  src: url('../font/Inkfree.ttf');
}


html,
body {
    height: 100% !important;
    font-family: 'Inkfree', sans-serif !important;
    color: #212328 !important;
}

nav {
    position: fixed !important;
    box-shadow: none !important;
    z-index: 1000 !important;
    height: 150px !important;
    line-height: 150px !important;
    background-color: transparent !important;
}

nav ul a {
    font-size: 1.5rem !important;
}

.grey-color {
    color: #212328 !important;
}

.blue-color {
    color: #576bc0 !important;
}

.turquoise-color {
    color: #42bcc4 !important;
}

.white-color {
    color: #FFF !important;
}

.justify {
    text-align: justify !important;
}

.link-menu:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #576bc0 !important;
}

.link-menu:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #FFF !important;
}

.logo {
    height: 150px;
}

.button-youtube {
    display: none;
}

#video-home {
    width: 100%;
    height: 500px;
}

.title-video {
    margin-top: 200px;
    font-weight: bold;
}

.btn-more {
    padding: 15px;
    background-color: transparent;
    border: 2px solid #FFF;
    text-align: center;
    color: #FFF;
    margin-top: 15px;
    font-weight: bold;
}

.btn-more:hover,
.btn-more:focus {
    background-color: #FFF;
    color: #42bcc4;
}

#services {
    padding: 20px 0;
}

.container-human {
    width: 100%;
     position: relative;
}

.container-human img {
    width: 30%;
    margin: 0 35%;
}

.btn-close-modal {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    color: #576bc0;
    position: absolute;
    right: 3%;
    top: 5%;
}

.circle-service {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    background-color: #42bcc4;
}

.circle-service::before,
.circle-service::after {
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 1px solid #42bcc4;
  border-radius: 100%;
  animation: latido linear 1s infinite;
}

.circle::after {
  animation-delay: -0.5s;
}

@keyframes latido {
    0% {
        width: 20px;
        height: 20px;
        border: 10px solid #42bcc4; 
    }
    100% { 
        width: 50px;
        height: 50px;
        border: 10px solid transparent;
    }
}

.circle-service.otec {
    top: 22%;
    left: 45%;
}

.circle-service.entrenamiento-funcional {
    top: 50%;
    left: 45%;
}

.circle-service.gabinete-externo {
    top: 60%;
    left: 55%;
}

.circle-service.apoyo-kinesiologico {
    top: 40%;
    left: 55%;
}

.circle-service.clases-particulares {
    top: 80%;
    left: 45%;
}

.modal {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.btn-modal {
    padding: 15px !important;
    background-color: #42bcc4 !important;
    border: 2px solid #42bcc4 !important;
    color: #FFF !important;
    font-weight: bold !important;
}

.btn-modal:hover {
    background-color: transparent !important;
    color: #42bcc4 !important;
}

#company {
    padding: 20px 0;
    background-color: #F7F7F7;
}

#form-contact input {
    width: 96% !important;
    padding: 1% 2% !important;
    margin-bottom: 15px !important;
    background-color: #F7F7F7 !important;
    border: 2px solid #F7F7F7 !important;
}

#form-contact textarea {
    width: 100% !important;
    height: 200px !important;
    padding: 2% !important;
    margin-bottom: 15px !important;
    background-color: #F7F7F7 !important;
    border: 2px solid #F7F7F7 !important;
    outline: 0 !important;
}

#form-contact input:focus,
#form-contact textarea:focus {
    border: 2px solid #42bcc4 !important;
    box-shadow: none !important;
}

#form-contact button {
    width: 50% !important;
    padding: 15px !important;
    background-color: #42bcc4 !important;
    border: 2px solid #42bcc4 !important;
    color: #FFF !important;
    font-weight: bold !important;
    font-family: 'Inkfree', sans-serif !important;
}

#form-contact button:focus,
#form-contact button:hover {
    background-color: transparent !important;
    color: #42bcc4 !important;
}

#form-contact ::placeholder {
  font-family: 'Inkfree', sans-serif !important;
}

#form-contact :-ms-input-placeholder {
  font-family: 'Inkfree', sans-serif !important;
}

#form-contact ::-ms-input-placeholder {
  font-family: 'Inkfree', sans-serif !important;
}