  h1{
    font-size: 24px;
  }
  
  h2,
  h3,
  h4,
  h5,
  h6{
    font-size: 20px;
  }

p{
    font-size: 22px;
}

.navbar-item img {
    max-height: 2.75rem !important;
}

.img-shadow{
    webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
}

.lineas-servicio-lista{
    font-size: 18px;
}

.box {
    box-shadow: none !important;
}

.tabs.is-boxed li.is-active a {
    border-radius: 0 !important;
}

.tab-content {
    color: #363636 !important;
}

.tab-content span{
    font-size: 22px;
    font-family: sans-serif !important;
}

.tab-list li{
    font-size: 18px;
    color: #363636 !important;
    font-family: sans-serif !important;
}

.wrapper{
    width: 85%;
    margin-left: 7.5%;
}

.spacer{
    margin-bottom: 100px;
}

.small-spacer{
    margin-bottom: 60px;
}

.large-spacer{
    margin-bottom: 140px;
}

.overlay{
    height: 550px;
    width: 100%;
    position: absolute;
    background: black;
    opacity: 0.5;
}

.home-banner{
    /*background-image: url('../img/imgs/home/banner.jpg');*/
    background-size: cover;
    height: 550px;
}

.home-banner nav a{
    color: white;
}

.navbar-dropdown:hover{
    color: black !important;
}

.navbar-dropdown a{
    color: black !important;
}

.hero-body h1{
    margin-top: 150px;
    color: white;
}

.hero-body h2{
    color: white;
}

.intro-section{
    height: 400px;
}

.services-section{
    height: 350px;
}

.panel {
    box-shadow: none !important;
}

.tab-content ul li{
    color: #525252;
    padding-bottom: 10px;
    font-family: helvetivaNeueLight;
    padding-bottom: 0 !important;
    font-size: 22px;
}

.tabs.is-boxed li.is-active a {
    border: none;
}

.tabs a {
    justify-content: left;
}

.tabs.is-boxed li.is-active a {
    background: #336699;
    color: white;
    font-weight: bold;
}

.tabs.is-boxed a {
    border-radius: 12px;
}

.card{
    box-shadow: none;
}

.contact-img{
    height: 400px;
    background-image: url('../img/imgs/home/contact.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.image.is-2by3 {
    padding-top: 0;
}

.clients{
    width: 70%;
    margin-left: 15%;
}

#clientToggle{
    cursor: pointer;
}

.client-list{
   display: none;
}

.display{
    display: block;
}

.clients img{
    filter: grayscale(100%);
}

.tabs ul {
    border-bottom-color: transparent;
}

.card-content {
    padding-left: 0;
}

.tab-home{
    border-radius: 3px;
}

.controller {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

/*

.client-1{
    background-image: url('../img/logos/NABISCO.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-2{
    background-image: url('../img/logos/ROSHFRANS.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-3{
    background-image: url('../img/logos/CUAHUTEMOC-MOCTEZUMA.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-4{
    background-image: url('../img/logos/mapfre.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-5{
    background-image: url('../img/logos/NCR.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-6{
    background-image: url('../img/logos/SEP.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-7{
    background-image: url('../img/logos/SHERING-PLOUGH.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-8{
    background-image: url('../img/logos/ABC.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}


.client-9{
    background-image: url('../img/logos/UAM.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.client-10{
    background-image: url('../img/logos/BISQUETS.png');
    background-size: contain;
    height: calc(198px/2);
    width: auto;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}
*/

.mobile-only{
    display: none;
}

.desktop-only{
    display: block;
}

.footer {
    background-color: #ffffff;
}

@media only screen and (max-width: 750px) {
    .wrapper{
        width: 90%;
        margin-left: 5%;
    }
    .navbar-menu a{
        color: black !important;
    }
    .mobile-spacer{
        margin-bottom: 100px;
    }
    .mobile-only{
        display: block;
    }
    .desktop-only{
        display: none;
    }
    .image.is-2by1 {
        padding-top: 0 !important;
    }
    hr {
        width: 80% !important;
    }
    .video-container {
    height: 550px;
    }
  }