/**
Theme Name: Astra Child
Author: Immograf
Author URI: https://www.immograf.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/****GENERAL****/


/*Botón naranja gradient*/

.boton-naranja-gradient a {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.25) 100%);
}

.boton-naranja-gradient a:hover {
   /** background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);**/
}

/*boton gris gradient*/
.boton-gris-gradient a {
	 /** background: linear-gradient(180deg, rgba(0,0,0,0) 28%, #CBCBCB 100%);***/
}
.boton-gris-gradient a:hover {
   /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);*/
}

/*botón marcas gradient inverso*/
.boton-hover-inverso a {
   /*** background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);***/
}
.boton-hover-inverso a:hover {
   /*** background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.25) 100%);***/
}

/*dropdown idioma*/
.wpml-ls-legacy-dropdown {
    width: 57px;
}

.wpml-ls-legacy-dropdown a {
    padding: 13px 10px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: calc(10px + 1em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: .3em solid transparent;
    border-top: .4em solid #cdcdcd;
}

/*header menú*/
@media (min-width: 1024px) and (max-width:1075px) {
    .elementor-1282 .elementor-element.elementor-element-e317a6d .elementor-nav-menu--main .elementor-item {
        padding: 10px 5px;
    }
}

/****HOME****/

/*slider inicial*/
.carusel-home img {
    margin-bottom: 20px;
}

.carusel-home p {
    margin: 0;
    line-height: 1.2em;
}

@media (max-width: 457px) {
    .carusel-home p {
        font-size: 32px;
    }
}

@media (min-width: 1024px) and (max-width: 1250px) {
    .elementor-9 .elementor-element.elementor-element-da929b8 {
        margin-top: 10px;
        margin-bottom: 45px;
    }
    .elementor-9 .elementor-element.elementor-element-945e052 > .elementor-widget-container {
        margin-right: 5px;
        margin-left: 5px
    }
    .elementor-9 .elementor-element.elementor-element-3b113ee > .elementor-widget-container {
        margin-right: 5px;
        margin-left: 5px
    }
}


/*botons*/
.grid-caracteristiques-producte {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    margin: 10px;
    margin-top: 25px;
}

.grid-caracteristiques-producte .flex-items {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin-right: 10px;
    padding: 13px;
    margin-bottom: 10px;
}

.grid-caracteristiques-producte .flex-items:last-child {
    margin-right: 0;
}

a.slider-home {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    background: inherit;
}
.carusel-home .boton-gris-gradient a, .carusel-home .boton-naranja-gradient a {
    background: initial;
    background-image: initial;
    color: inherit;
}
.carusel-home .flex-items.boton-gris-gradient {
    background: linear-gradient(180deg, rgba(0,0,0,0) 28%, #CBCBCB 100%);
    background-color: #E5E5E5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8F8F8F;
    color: #211419;
    transition: all .2s linear;

}
.carusel-home .flex-items.boton-gris-gradient:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: white;
}
    

.carusel-home .flex-items.boton-naranja-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.25) 100%);
    background-color: #23b41e;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #23b41e;
    color: white;
    transition: all .2s linear;
}
.carusel-home .flex-items.boton-naranja-gradient:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: white;
    color: #211419;
}

@media (max-width: 1023px) {
    .grid-caracteristiques-producte {
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .grid-caracteristiques-producte .flex-items {
        width: fit-content; 
        display: flex;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .grid-caracteristiques-producte {
        flex-direction: row;
        justify-content: center;
    }
    .grid-caracteristiques-producte .flex-items {
        margin-right: 10px;
    }
    .elementor-9 .elementor-element.elementor-element-fb846c3 .swiper-slide-inner {
        text-align: center;
    }
}

@media (max-width: 457px) {
    .grid-caracteristiques-producte .flex-items {
        margin-right: 0x;
    }
}


/*Formulario buscador Home*/

.row-form {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.small-form {
    width: 33%;
    padding-right: 10px;
}

.search-formulario input[type=number],
.search-formulario input[type=file] {
    height: 33px;
}

.search-formulario input[type=file] {
    padding: 5px;
    font-size: 14px;
}

.search-formulario input[type=number] {
    border: 0;
    border-bottom: 1px solid #23b41e;
}

.form-subir {
    width: 66%;
    padding-right: 10px;
}

.search-formulario .enviar-form .ajax-loader {
    margin-left: 10px!important;
    margin-top: 10px!important;
}

.search-formulario>p:first-of-type {
    font-size: 14px;
}

.search-formulario>p:first-of-type input[type=checkbox] {
    height: 16px;
}

.search-formulario>p:first-of-type .wpcf7-list-item {
    margin: 0;
    margin-bottom: 15px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.search-formulario input[type='submit'], .search-formulario input[type='submit']:hover {
    border: 1px solid #23b41e;
}
.search-formulario .boton-naranja-gradient input[type='submit'] {
    background-color: #23b41e;
   /*** background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.25) 100%);**/
}

.search-formulario .boton-naranja-gradient input[type='submit']:hover {
    background-color: #ffffff;
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);*/
}

@media (max-width: 460px) {
    .row-form {
        flex-wrap: wrap;f
        margin-bottom: 0;
    }
    .small-form,
    .form-subir {
        width: 100%;
        margin-bottom: 15px;
    }
    .enviar-form {
        margin-bottom: 15px;
    }
}

.search-formulario input[type=file], #form-footer input[type="file"] {
    background-color: white;
    border: 0;
    border-bottom: 1px solid #23b41e;
}

/*Form prefooter contacto*/

#form-footer input,
#form-footer textarea {
    border: 1px solid #efefef;
    border-bottom: 1px solid #23b41e;
}

#form-footer input[type='checkbox'] {
    border-bottom: 1px solid #efefef;
}

#form-footer input[type='submit'] {
    border: 1px solid #23b41e;
}
#form-footer .boton-naranja-gradient input[type='submit'] {
    background-color: #23b41e;
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.25) 100%);*/
}

#form-footer .boton-naranja-gradient input[type='submit']:hover {
    background-color: #ffffff;
   /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);*/
}

.row-2 {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.asunto-footer {
    margin-bottom: 20px;
    width: 70%;
}

.medium-form {
    width: 50%;
    padding-right: 10px;
}

#form-footer .wpcf7-list-item {
    margin-left: 0;
    font-size: 14px;
}

#form-footer .enviar-mensaje {
    margin-top: 10px;
}

.eael-contact-form-7 .wpcf7-form .ajax-loader {
    display: inline;
    margin-left: 20px;
}
.wpcf7 .ajax-loader::before {
    background-color: #3a3a3a;
}

@media (max-width: 460px) {
    .row-2 {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .medium-form,
    .asunto-footer {
        width: 100%;
        margin-bottom: 15px;
    }
    .enviar-form {
        margin-bottom: 15px;
    }
}


/*******PÁGINA MARCAS****/

.marca-form .medium-form,
.marca-form .small-form,
.marca-form .form-subir {
    padding-right: 20px;
}


/*****CONTACTO*****/
/*telefono inline*/
.telefono-inline .elementor-icon-box-icon {
display: inline-block;
margin-right: 17px!important;
}
.telefono-inline .elementor-icon-box-content {
    display: inline-block;
}



/****FOOTER***/
.footer-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-flex a {
    color: inherit;
    text-decoration: inherit;
    padding: 5px 5px;
}

.footer-flex a:hover {
    color: #CBCBCB;
}

@media (max-width: 767px) {
.footer-flex {
    flex-direction: column;
    align-items: center
}
}




/***Ajuste tras actualización de Formularios***/
#form-footer input{width:200px!important;}

input.wide-input {
  width: 200px;
}



/****Botones nuevo diseño***/

