/*
Theme Name: AQElectric
Theme URI: https://www.aqelectric.es
Description: AQElectric
Author: un.pez.vivo
Author URI: https://www.unpezvivo.com
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
body {
  /* font-size: 16px;
  line-height: 1;
  font-weight: 400; */ }

h1, h2, h3, h4, h5, h6 {
  /* font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #000; */ }

p {
  	/* font-size: 16px;
  	line-height: 1.2;
  	color: #000;
  
  	+ p {
  		margin-top: 20px;
  	} */
  /* &:empty {
  	display: none;
  } */ }

.text-bigger {
  font-size: 18px !important; }

.text-even-bigger {
  font-size: 20px !important; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #878787; }

.light-grey {
  color: #f6f6f6; }

.dark-grey {
  color: #616160; }

.accent {
  color: #C7012E; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

.element-with-side-padding-120 {
  padding: 0 120px; }

.row-with-vertical-padding-120 {
  padding: 120px 0; }

.row-with-bottom-padding-120 {
  padding-bottom: 120px; }

.column-no-padding-right .vc_column-inner {
  padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner {
  padding-left: 0 !important; }

.row-with-side-padding-200 {
  padding: 0 200px; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.left-align-to-center {
  margin-left: 50%;
  padding-left: 15px; }

.right-padding-to-center {
  margin-right: 50%;
  padding-right: 15px; }

.border-top {
  border-top: 1px solid #f6f6f6; }

.border-bottom {
  border-bottom: 1px solid #f6f6f6; }

.no-text-transform {
  text-transform: none !important; }

.no-letter-spacing {
  letter-spacing: 0 !important; }
  .no-letter-spacing a {
    letter-spacing: 0 !important; }

.no-block {
  display: inline; }
  .no-block + p {
    margin-top: -10px; }

.boxed {
  padding: 6px 10px;
  background-color: #C7012E;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #f6f6f6;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #C7012E;
    color: #fff; }
  .title-boxed.dark {
    background-color: #616160;
    color: #fff; }

.with-line-below:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px 0 20px 0;
  background-color: #878787; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px 0 10px 0;
  background-color: #878787; }

.hidden,
.hide {
  display: none !important; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important; }

a.accent-link {
  color: #C7012E; }
  a.accent-link:hover {
    color: #C7012E !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #878787 !important; }
  a.grey-link:hover {
    color: #C7012E !important; }

a.light-grey-link {
  color: #f6f6f6; }
  a.light-grey-link:hover {
    color: #C7012E !important; }

a.line-link {
  padding-bottom: 6px;
  display: inline-block;
  line-height: 0;
  color: #616160;
  border-bottom: 1px solid #fff; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: #fff;
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #C7012E !important;
    border-color: #C7012E; }
    a.line-link:hover:after {
      transform: scaleX(0); }
  a.line-link.white {
    color: #fff;
    border-color: #fff; }
    a.line-link.white:after {
      background-color: #C7012E; }
    a.line-link.white:hover {
      color: #fff !important; }
  a.line-link.disabled {
    pointer-events: none; }

/* a.arrow-link {
	float: right;
	font-size: 12px;

	&:hover img {
		padding-left: 5px;
	}

	img {
		padding-left: 15px;
		@include transition(padding,.4s,$easeInOutCirc);
	}
} */
.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

#back_to_top {
  right: 20px !important;
  bottom: 20px; }
  #back_to_top span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: 0; }
    #back_to_top span i {
      line-height: 40px;
      color: #999; }
  #back_to_top:hover {
    padding-bottom: 8px; }
    #back_to_top:hover > span {
      background-color: transparent; }

.preview.qbutton {
  font-size: 14px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.2);
  border-right: 8px solid rgba(0, 0, 0, 0.2);
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  border-left: 8px solid #C7012E;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#cookie-notice {
  min-width: 0;
  width: 210px;
  right: 10px;
  bottom: 10px;
  left: initial;
  padding: 10px 13px;
  font-size: 11px;
  line-height: 17px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.8) !important; }
  #cookie-notice .cookie-notice-container {
    box-sizing: border-box; }
  #cookie-notice span {
    display: block;
    padding-bottom: 10px; }
  #cookie-notice .qbutton {
    height: 20px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 300;
    line-height: 21px;
    text-transform: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0; }

/* *********************************************************************************************************************
 * HEADER - MENU - HOME
 */
header {
  	/* .header_bottom {
  
  		.q_logo {
  
  			img.normal {
  				opacity: 1 !important;
  			}
  
  			img.popup {
  				visibility: hidden;
  			}
  		}
  	}
  
  	&.sticky {
  
  		.header_bottom {
  
  			.q_logo a {
  				height: 34px !important;
  			}
  
  			.side_menu_button a {
  				padding-top: 15px;
  			}
  		}
  	} */ }
  header nav.main_menu a {
    font-size: 15px !important; }
  header .search_button {
    margin-top: -12px; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top {
  padding: 20px 0 50px 0; }

/* *********************************************************************************************************************
 * HOME
 */
.home .project_category {
  display: none; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto .header_bottom {
  background-color: rgba(0, 0, 0, 0.7) !important; }
.page-contacto .contact_section {
  padding-bottom: 25px; }
  .page-contacto .contact_section h4 {
    display: none; }
  .page-contacto .contact_section .separator {
    margin-bottom: 5px; }

/* *********************************************************************************************************************
 * BLOG
 */
.single-post h1 {
  color: #C7012E; }
.single-post .title_outer .title {
  height: 100px !important; }
.single-post .breadcrumb {
  display: none; }
.single-post .latest_post .entry_title {
  line-height: 1.2 !important; }
  .single-post .latest_post .entry_title a {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 17px !important; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal h1 {
  margin-top: 80px;
  font-size: 30px; }
.page-legal h2 {
  padding: 30px 0 0 0;
  font-size: 19px; }
  .page-legal h2:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 10px;
    background-color: #C7012E; }
.page-legal h3 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px; }
.page-legal p, .page-legal table, .page-legal li {
  font-size: 15px;
  line-height: 1.2;
  color: #000; }
.page-legal ul, .page-legal ol {
  list-style: none;
  margin-top: 30px; }
.page-legal table {
  width: 100%;
  margin: 20px 0; }
  .page-legal table th, .page-legal table td {
    text-align: left !important;
    border: 1px solid #878787; }
.page-legal hr {
  visibility: hidden;
  margin: 40px 0 !important; }
.page-legal .content_bottom {
  padding-top: 60px; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * FOR RETINA
 */
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT 1400
 */
/* *********************************************************************************************************************
 * BREAK POINT 1200
 */
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 1000
 */
@media screen and (max-width: 1000px) {
  .single-post .title_outer .title {
    height: 20px !important;
    background-color: #fff !important; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
