

html {
    overflow-x: hidden; }

.main-container {
    margin: 0 auto;
    width: 90%; }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

a {
    text-decoration: none; }

.row {
    margin: 0;
    padding: 0; }

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; }

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.contacto-desktop{
    border: solid 2px #06417c;
    padding: 10px 20px!important;
    color: #06417c;
    font-weight: 600;
    font-size: 15px;
}
span.icon{padding-right: 10px;}
span.icon img{ height: 20px;}
.site-header {z-index: 999;transition:all .3s ease-in-out;}
.site-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
.site-header nav #menu-principal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.site-header nav #menu-principal a {
    color: #0f0e19;
    font-size: 1.1em; }
.site-header nav #menu-principal .current_page_item {
    border-bottom: 1px solid #0f0e19;
    padding-bottom: 5px; }
.site-header nav #menu-principal li {
    margin-right: 2rem; }
.site-header nav #menu-principal li:last-child {
    margin-right: 0; }

    .site-header .logo-header img {max-width: 120px; height: auto;}

    .max-1260{max-width:1260px!important}