/*
Theme Name: Isen
Description: Isen Theme
Author: Isen
Author URI: https://isen.es/
Template: hello-elementor
Version: 1.0.1
Text Domain: isen
*/
:root {
    --negro: #000;
    --blanco: #FFF;
    --azul: #00305B;
    --azul-hover: #0061AD;
    --gris: #E0E0E0;
}
::-moz-selection {
    color: #FFFFFF;
    background: #00305B;
}
::selection {
    color: #FFFFFF;
    background: #00305B;
}
.bold {
    font-family: "Helvetica Bold", Sans-serif !important;
    font-weight: normal !important;
}
.botones-elementor a, .form-web button[type="submit"] {
    position: relative;
    min-height: 45px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: fit-content;
}
.botones-elementor .elementor-button-content-wrapper {
    align-items: center;
}
.botones-elementor a,
.lista-telefono a svg path,
.lista-contacto a svg path
{
    transition: ease-in-out .3s !important;
}
.lista-telefono a:hover svg path {
    stroke: var(--gris) !important;
}
.lista-contacto a:hover svg path {
    fill: var(--gris) !important;
}

/* ---------------------------------------- RESPONSIVE ----------------------------------------- */
@media (max-width: 1280px) {

}
@media (max-width: 768px) {
    
}