/*
Theme Name: ReparaHogar365
Theme URI: http://www.elegantthemes.com
Template: Divi
Author: Pep
Author URI: https://websx3.com
Description: Tema hijo del tema Divi para realizar modificaciones
Version: 1.0
*/

/*---------- Personalización tu tema a partir de aquí ----------*/

/* Mostrar el logo Divi a buena calidad */
#logo {
-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}
@media(max-width: 900px){
    #logo{
        max-width:100%!important;
        max-height: 74%!important;
    }
}

/*=============botó telefon del menu principal========================*/


/*@media(max-width: 1300px){
.container.clearfix.et_menu_container{
    width: 100%!important;
    max-width: 100%!important;
    padding-right: 1%!important;
}
}*/

.portatil span{
    color: #d52411!important;
}

.dashicons-phone:before{
     color: #d52411!important;
}
/*=============botó telefon del menu principal========================*/

/*====================style igualar altures de columna====================*/
.entrada-2{
    display:flex!important;
    flex-direction: column!important;
}
/*=============================distribucio de capa altura auto. la capa de sota va al fondo de la pàgina============*/
.pirfa{
    flex:auto!important;
    align-items: center!important;
}
/*============Color missatge de resposta automàtica al form contact============*/
.et-pb-contact-message{
    color: #ffffff!important;
}

/*==========================BLOB pulse animation===========================*/
.blob {  

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}