/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.click-bloque::before, .btn-animacion::after{
      content: '';
      width: 30px;
      position: absolute;
      top: calc(50% - 1px);
      background-color: #CBC3BC;
      height: 1px;
      right: -5px;
      opacity: 1;
      transition: transform .3s ease-out;
      transform-origin: right;
      transform: scaleX(0);
    }
.btn-animacion::after{background-color: #ffffff;}
    .click-bloque, .btn-animacion{
      padding-left:30px !important;
		padding-right:30px !important;
      position:relative !important;
		display:inline-block !important
    }

     
  
    .click-bloque:hover:before, .btn-animacion:hover:before, .btn-animacion.active::after, .click-bloque.active::before {
      opacity:1;
      transform: scaleX(1);
  
  }
.header_ver .w-nav-anchor.level_1{
	margin-left: 30px !important;
  padding-left: 25px !important;
}
.w-nav-title img {
  margin: 10px 10px 0 0;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
}
@media only screen and (max-width: 1200px){
	body .w-nav-anchor.level_1 {
  padding: 0.7rem 0.7rem 0.7rem 30px !important;
}
}