/*
Theme Name: Waves Child
Theme URI: http://www.tommusrhodus.com/waves-wordpress-theme-child/
Version: 1.1.0
Description: Waves - A Multipurpose, Responsive WordPress Theme.
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: waves-child
Template: waves
*/
body { font-size: 16px; line-height: 30px; }
::selection { background: #191919;  /* Safari */ color: #fff; }
::-moz-selection { background: #191919;  /* Firefox */ color: #fff; }
section { border-top: none; }
h2, .h2 { font-size: 20px; }
#logo { left: 45px; top: 15px; }
#logo img, .footer-title img {

    max-height: 50px;

}
.all { display: flex; justify-content: space-between; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.container-loader { height: 80px; margin: 0 8px; position: relative; }
.container-loader .circle { width: 10px; height: 10px; border-radius: 50%; position: absolute; left: calc(50% - 5px); top: 0; }
.container-loader .circle:nth-child(1) { top: 0; animation: anim_a 2s infinite ease-in-out; background-color: #ccc; }
.container-loader .circle:nth-child(2) { top: calc(100% - 5px); transform: scale(1.5); animation: anim_b 2s infinite ease-in-out; background-color: #191919; }
@keyframes anim_a {
    0% { top: 0; z-index: 50; }
    20% { transform: scale(1.5); }
    50% { top: calc(100% - 5px); }
    50.1% { z-index: 0; }
    75% { transform: scale(0.8); z-index: 0; }
    100% { top: 0; z-index: 2; }
}
@keyframes anim_b {
    0% { top: calc(100% - 5px); z-index: 1; }
    25% { transform: scale(0.8); }
    50% { top: 0; }
    50.1% { z-index: 2; }
    80% { transform: scale(1.5); z-index: 2; }
    100% { top: calc(100% - 5px); z-index: 0; }
}
.container-loader:nth-child(2) .circle { animation-delay: -0.1s; }
.container-loader:nth-child(3) .circle { animation-delay: -0.2s; }
.container-loader:nth-child(4) .circle { animation-delay: -0.3s; }
.container-loader:nth-child(5) .circle { animation-delay: -0.4s; }
.container-loader:nth-child(6) .circle { animation-delay: -0.5s; }
.container-loader:nth-child(7) .circle { animation-delay: -0.6s; }
.container-loader:nth-child(8) .circle { animation-delay: -0.7s; }
.container-loader:nth-child(9) .circle { animation-delay: -0.8s; }
.container-loader:nth-child(10) .circle { animation-delay: -0.9s; }
.container-loader:nth-child(11) .circle { animation-delay: -1s; }
.container-loader:nth-child(12) .circle { animation-delay: -1.1s; }
#particles-js { width: 100%; height: 100%; background-color: #191919; background-image: url(''); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: absolute; }
#preloader { border: 0px; }
.basic-page-header { position: relative; margin-bottom: 35px; border-top: 0px; }
.basic-page-header h1 { color: #fff; }
canvas { display: block; vertical-align: bottom; }
section.vc_section, section .container { padding: 80px 0 90px; }

/* HEADER */
a:focus, li:focus > a { text-decoration: none; color: #191919; }
.bar { background: transparent; }
.top-bar + nav.active { top: 0px !important; height: 100%; }
.bar.top-bar { position: fixed; transition: all 600ms linear; }
.bar.top-bar.fixed, .bar.top-bar.active-nav { background: #141414; transform: none !important; }
.bar.top-bar.show, .admin-bar .bar.top-bar.show { top: 0; opacity: 1; display: block !important; }
#menu { float: right; }
#menu ul { list-style: none; display: inline-block; padding: 0px; margin: 0 30px 0 0; }
#menu:hover ul li a { opacity: 0.5; }
#menu li { display: inline-block; line-height: 1; color: #fff; margin: 22px 10px 0px; }
#menu a { color: #fff; line-height: 2; font-weight: normal; letter-spacing: 1px; font-size: 17px; font-family: 'Courier'; transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1) 0s; }
#menu li.current-menu-item { border-bottom: 2px solid #fff; }
#menu li.current-menu-item a, #menu li a:hover { opacity: 1 !important; }
.top-bar + nav { height: 0px; z-index: 998; padding: 80px 0 0 0; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
.top-bar + nav ul { list-style: none; display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%; padding: 0px; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; opacity: 0; }
.top-bar + nav.active ul { opacity: 1; }
.top-bar + nav ul li { padding-left: 0px; font-size: 32px; font-weight: bold; line-height: 2; letter-spacing: 0px; }
.top-bar + nav ul li a:before { content: ''; width: 100%; height: 14px; background: rgba(0, 0, 0, .2); position: absolute; left: 0; bottom: 2px; -ms-transform: translateY(-100%) translateX(-10px) scaleX(0); transform: translateY(-100%) translateX(-10px) scaleX(0); z-index: -1; max-width: 60%; -ms-transform-origin: left center; transform-origin: left center; transition: all .3s; }
.top-bar + nav ul li a:after { font-size: 35px; color: #990000; content: '·'; font-weight: bold; position: absolute; left: 0; bottom: 0; -ms-transform: translate(0px, 0px) rotate(0deg) scale(0) skewX(0deg); transform: translate(0px, 0px) rotate(0deg) scale(0) skewX(0deg); -ms-transform-origin: center center; transform-origin: center center; transition: all .6s; transition-delay: 0s; transition-timing-function: cubic-bezier(.6, -.28, .735, .045); }
.top-bar + nav ul li.current-menu-item a:before, .top-bar + nav ul li a:hover:before { -ms-transform: translateY(-100%) translateX(-5px) scaleX(1); transform: translateY(-100%) translateX(-5px) scaleX(1); }
.top-bar + nav ul li.current-menu-item a:after, .top-bar + nav ul li a:hover:after { transition: all .3s; -ms-transform: translate(-25px, 5px) rotate(0deg) scale(1) skewX(0deg); transform: translate(-25px, 5px) rotate(0deg) scale(1) skewX(0deg); transition-delay: .2s; transition-timing-function: cubic-bezier(.25, .25, .75, .75); }
#logo img, .footer-title img, #logo h1, .footer-title .logo-title { font-family: 'Poppins', sans-serif; color: #fff; font-size: 35px; font-weight: bold; letter-spacing: -2px; line-height: 1.3; text-transform: initial; margin: 0px; }
#menu-toggle { display: none; }
#menu-toggle span, #menu-toggle span::before, #menu-toggle span::after { height: 3px; background: #fff; }

/* FOOTER */
footer ul li:hover > a { color: #fff; }
footer .container { width: 100%; max-width: 1400px; }
.footer-title, footer .widget h5 { -moz-box-align: center; align-items: center; border-bottom: 2px solid rgb(68, 68, 68); display: flex; margin-bottom: 1.5rem; padding-bottom: 0.75rem; line-height: 1.5; }
footer ul li { list-style: none; padding-left: 10px; font-family: 'Courier'; }
footer .col-md-3 { margin-bottom: 3rem; }
footer a { color: rgb(251, 250, 249); opacity: 0.8; position: relative; text-decoration: none; transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1) 0s; }
footer a:hover { opacity: 1; }
#sub-footer { padding: 20px 0 18px; }
.made-in { color: rgb(136, 136, 136); font-size: 0.8em; font-weight: bold; letter-spacing: 0.2em; text-transform: uppercase; }
.made-in span { color: #ff4d14; }
#main-footer { background: #191919; padding: 80px 0 40px; margin-top: 80px; }

/* HOME */
.service-alt:hover .inner { background: #fff; box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.16); }
.service-alt { margin: 50px auto; }
.service-alt .inner { padding: 50px 10px; }
.service-alt i { position: absolute; top: 0; background: #fff; margin: 0 auto; left: 0; right: 0; }
.service-alt i:before { margin-left: -3px; }
.team-member.text-right .page-header { position: relative; left: 10%; }
.research-menu { list-style: none; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; padding: 0px; font-size: 20px; }
.research-menu li { max-width: 250px; text-align: center; margin: 15px; }
.vc_cta3-container { margin-top: 35px; }
.no-image-people { height: 255px; width: 100%; background: #191919; position: relative; }
.no-image-people a { width: 100%; height: 100%; position: absolute; left: 0; color: #fff; font-size: 3em; font-weight: bold; opacity: 0.6; display: flex; justify-content: center; align-items: center; line-height: 1; transition: all 400ms linear; }
.no-image-people a:hover { opacity: 1; }
.page-header small { position: relative; margin: 0 0 10px; }
.page-header { margin: 0px; margin-top: 10px; }
.team-member h3 { text-align: center; margin: 0px; text-transform: initial; font-size: 18px; }
.team-member p { text-align: center; }
.team-member { text-align: center; }
.team-member img { max-height: 250px; }
.research-menu img { padding-top: 10px; margin: 0 auto; }
#popmake-127 a { font-size: 20px; font-weight: bold; border-bottom: 1px solid #5f5f5f; }
.grecaptcha-badge { visibility: collapse !important; }

/* En línea #21 | https://ventolab.org/people/ */

.people_page .clearfix {
  display: none;
}

.people_page .row {
  display: flex;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width:1250px) {
    #menu-toggle { display: block; }
    #menu { display: none; }
}
@media (max-width:1024px) {
    .made-in { text-align: center; }
    .page-header { margin-bottom: 20px !important; }
    .page-header p { margin-top: 10px; }
}
@media (max-width:992px) {
    .team-member .page-header { margin-bottom: 20px !important; }
    .team-member .page-header p { margin-top: 10px; }
}
@media (max-width:480px) {
#logo { left: 25px; top: 20px; }
#logo img {
max-height: 100%;

max-width: 60vw;

}
/*@media (min-width: 992px){
    .people_page article.col-md-3.team-member {
        width: 24%;
    }
}*/