/* 
Theme Name: CEAS Reformas
Theme URI: https://github.com/elementor/hello-theme/
Description: CEAS Reformas en Barcelona.
Author: GNA
Template: hello-elementor
Version: 1.0.1
Text Domain: CEAS reformas
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* FUENTES CARGAR*/
/*Futura
@font-face {
    font-family: 'Futura Std';
    src: url('/wp-content/themes/ceasreformas/fonts/FuturaStd-Heavy.woff2') format('woff2'),
         url('/wp-content/themes/ceasreformas/fonts/FuturaStd-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('/wp-content/themes/ceasreformas/fonts/FuturaStd-Bold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std';
    src: url('/wp-content/themes/ceasreformas/fonts/FuturaStd-Medium.woff2') format('woff2'),
         url('/wp-content/themes/ceasreformas/fonts/FuturaStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/
/*JOST*/

 /*400*/
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/jost/jost-v18-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/jost/jost-v18-latin-italic.woff2') format('woff2');
}
 /*600*/
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/jost/jost-v18-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/jost/jost-v18-latin-600italic.woff2') format('woff2');
}
 /*700*/
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/jost/jost-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/jost/jost-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
 /*900*/
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/jost/jost-v18-latin-900.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/jost/jost-v18-latin-900italic.woff2') format('woff2');
}

body {
  font-family: 'Jost', sans-serif;
}

/* Sticky header*/
.elementor-3457{
	position: sticky;
	z-index:999;
	top:0;
	
}
/* Botón header responsive */
.responsivemenuceas #mobile-menu-2-dd90d36 .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-3532 > a.wpr-mobile-menu-item {
    padding: 1em 1.5em;
    background-color: #FF5A1F;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    transition: background 0.3s ease;
}

.responsivemenuceas #mobile-menu-2-dd90d36 .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-3532 > a.wpr-mobile-menu-item:hover {
    background-color: #C04215;
}
/*Mobile menu, espacio*/
#mobile-menu-2-dd90d36.wpr-mobile-nav-menu{
	padding:1rem;
	background-color:white;
}

/* Botón de contact form */
	
#wpforms-submit-3696 {
	height:auto;
    padding: 1em 1.5em;
    background-color: #FF5A1F;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

#wpforms-submit-3696:hover {
    background-color: #C04215;
}
/*Poner footer contacto weight normal */
.footer_contacto .elementor-icon-list-text {
    font-weight: 400;
}
/* Servicios - Botón Scroller -  */
.boton_scroller .elementor-button-text {
    position: relative;
    top: 3px;
    width: 3px;
    min-height: 8px;
    display: block;
    background: currentColor;
    border-radius: 5px;
    -webkit-animation: 1.2s ease infinite wheel-up-down;
    animation: 1.2s ease infinite wheel-up-down;
}
.boton_scroller .elementor-button-icon{
    display: none;
}
.boton_scroller a:focus{
    outline: none;
}

@-webkit-keyframes wheel-up-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    opacity: 0;
  }
}
/* Servicios - Llenar los divs al hacer hover */
.contenedor_servicios {
    position: relative;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .contenedor_servicios::before {
        content: "";
        position: absolute;
        top: 0;
        left: -150%;
        width: 150%;
        height: 150%;
        background: #333541;
        transition: transform 1s, left 1s;
        z-index: 0;
    }

    .contenedor_servicios:hover::before {
        left: 0;
        transform: scaleX(1.2);
    }

    .contenedor_servicios * {
        z-index: 1;
        transition: color 1s;
    }

    .contenedor_servicios:hover * {
        color: white !important;
    }
}
/* Quitar el underline en el loop grid de proyectos*/
.gridproyectos .elementor-widget-heading .elementor-heading-title a{
    text-decoration:none;
}
/* Ponerle a grid proyectos un lineheight normal */
.gridproyectos .elementor-widget-container .elementor-widget-heading h3{
    line-height:1.35rem !important;
}






