/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.header:not(.-mobile) .menu li > ul{
	min-width: 14.5rem!important;
}

.header:not(.-mobile) .menu > .nav-item > a {
	padding: 0 20px;
}

.header:not(.-mobile) .menu {
	min-width: 670px;
}

.header:not(.-mobile) .menu li.active > ul, .header:not(.-mobile) .menu li:hover > ul {
	
	box-shadow: 
    -4px 4px 8px rgba(0, 0, 0, 0.15), /* izquierda */
     4px 4px 8px rgba(0, 0, 0, 0.15), /* derecha */
     0px 8px 12px rgba(0, 0, 0, 0.2); /* abajo */
	margin-top: 18px;
}

.header:not(.-mobile) .menu li > ul{
	box-shadow: 
    -4px 4px 8px rgba(0, 0, 0, 0.15), /* izquierda */
     4px 4px 8px rgba(0, 0, 0, 0.15), /* derecha */
     0px 8px 12px rgba(0, 0, 0, 0.2); /* abajo */
	margin-top: 18px;
}



.page-headline .title {
    max-width: 100%;
    font-size: 67px;
    min-height: 80px;
}

.mi-fila {
  position: relative;
}
.mi-fila .wpb_revslider_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mi-fila .contenido-superior {
  position: relative;
  z-index: 2;
}


.clb__heading .subtitle {
    background-color: #f23630;
    color: #fff;
    padding-left: 10px;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-left: .5em;
    font-size: 14px;
}

    #proyecto-destacado{
        margin-top:80px;
    }

    .imagen-proyecto-destacado{
        width: 410px;
    }

    .espaciado_arriba{
        height: 15vh!important;
    }
    .espaciado_abajo{
        height: 20vh!important;
    }

    .testimonial .holder {
        align-items: baseline;
    }

    .logo, .logo-sticky, .logo-mobile, .logo img{
        width: 200px;
        max-height:inherit!important ;
    }

@media screen and (max-width: 768px) {
    h1 {
       font-size: 35px!important;
    }

    /*h3 {
        font-size: 25px !important;
        background-color: #e8383e;
        color: #fff;
        padding: 10px;
    }*/
    #areas_especialiacion h3{
        background-color: #fff;
        color:#000;
        font-size: 30px!important;
    }


    .page-headline{
    	min-height: 10vh;
    }

    .is-mobile-menu .mobile-overlay .copyright {
		  position: fixed;
		  bottom: 0;
		  width: 100%;
	}

    #proyecto-destacado{
        margin-top:0px;
        display: none;
    }

    .espaciado_arriba{
        height: 4vh!important;
    }
    .espaciado_abajo{
        height: 4vh!important;
    }

    #boton-ver-portfolio{
        margin-top: 20px!important;
    }
    .direccion{
        display: block;
        white-space: pre-line;
        line-height: 0.9;
    }

    .hamburger-caption {
        font-size: 0;
    }

    .hamburger-caption::before {
      content: ""; /* vacío */
      font-size: 16px; /* o lo que necesites para íconos, etc. */
    }

}





