﻿
:root {
    --color-primary: #881B29;
    --color-primary-hover: #ED2224;
    --color-secondary: #ffffff;
    --color-secondary-inactive: #9b9898;
    --color-normal: #000;
    --color-action: blue;
}

html:lang(en-us) *:not(:lang(en-us)) {
    display: none;
} 
html:lang(es-mx) *:not(:lang(es-mx)) {
    display: none;
}

.section-company {
    background: #fff;
}
.section-company .inner {
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background: #fff;
    -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.18);
    margin: -30px 0 0 0!important;
    z-index: 5;
    padding-left: 35px;
    position: relative;
}

button.swal2-confirm {
    background-color: var(--color-primary)!important;
}