@import "fonts.css";
*, :before, :after{
    box-sizing: border-box;
}
html{
    background: #121212;
}
body{
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .015em;
    color: #686f75;
    color: #36414c;
    font-family: Lato,sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0;
}
a{
    color: #43668a;
}
a:not(.button):hover{
    color: #507aa4;
}
p{

}
h1, h2, h3, h4, h5, h6 {
    color: #787878;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 1em;
}
h1{

}
h2{
    font-size: 1.5em;
}
h3{

}
h4{

}
h3 + h4, h3 + h4 ~ h4{
    margin: 0 0 0 10px;
    padding: 10px 0 10px 14px;
    box-shadow: -2px 0 0 0 #e9e9e9;

}
h4 + h3{
    padding-top: 15px;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table tr th{
    padding: 5px;
    font-size: .75em;
    font-weight: bold;
    border-bottom: 2px solid #e9e9e9;
}
table tr{

}
table tr td{
    padding: 5px;
    font-size: .83em;
}
table tr td .button{
    margin: 0;
}
table tr td:last-child{
    position: relative;
    text-align: right;
}
table tr:nth-child(even){
    background: #f9f9f9;
}
table + .button{
    margin: 10px auto;
    display: block;
    transform: scale(0.8);
}
table tr:hover td{
    background: #e5eaeb;
    transition: .3s all;
}

ul li {
    padding-left: .5em;
}
label{
    width: 100%;
    display: block;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
    font-size: .83em;
}
input:not(.search){
    border: none;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: 40px;
    height: 40px;
    margin-right: 5px;
    outline: none;
    background: #f9f9f9;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.3)/*,  0 1px 0 rgba(255,255,255,.3);*/
}
.overlayer{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    background: #55555533;
    position: fixed;
}
.overlayer.show{
    pointer-events: all;
    opacity: 1;
    overflow-y: auto;
}
.overlayer .gallery{
    width: 100%;
    max-width: 770px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.overlayer .gallery{
}
.overlayer .gallery figure img{
}
.input-radio{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    padding-top: 10px;
}
.input-radio input{
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    display: block;
    cursor: pointer;
}
.input-radio input + span{
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3);
    display: block;
    border-radius: 50%;
    transition: .3s all;
}
.input-radio input:checked + span{
    box-shadow: inset 0 0 0 0px rgba(0,0,0,0.0);
    background: #15bb97;
    position: relative;
}
.input-radio input:checked + span:before{
    /* background-clip: padding-box;
    border: .1rem solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -4px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px; */
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
    content: "";
    top: 5px;
    left: 5px;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);

}
.input-radio label{
    margin: 0;
    padding: 0 0 0 5px;
}
.selection{
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
}

.selection > * {
    cursor: pointer;
}

.selection select {
    background: transparent;
    border: 0;
    outline: 0;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
    padding: 6px 0 6px 8px;
    font-size: 12px;
    width: 100%;
    height: 38px;
    /* -webkit-user-select: none; */
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    /* user-select: none; */
    /* -webkit-appearance: none; */
    -moz-appearance: radio-container;
    appearance: none;}
    .grid{
        padding: 0 0 0 20px;
    }
    .button{
        cursor: pointer;
        border: 0;
        font-weight: normal;
        transition: .25s all;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        background-color: #686f75;
        background: #36414c;
        background: #43668a;
        min-height: auto;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        margin: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 3px rgba(1,21,63,.3), 0 0 0 rgba(0,0,0,.0);
        border-radius: 2px;
        opacity: 1;
        font-size: 1em;
        outline: none;
        text-decoration: none;
        display: inline-block;
    }
    .button.bg{
        display: flex;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        align-self: flex-end;
    }
    .button.bg svg{
        width: 20px;
        opacity: 0;
        transition: .3s all;
        position: absolute;
        right: 2.5px;
    }
    .button.bg.preloader svg{
        opacity: 1;
    }
    .button-small{
        padding: 0 5px;
        line-height: 20px;
        height: 20px;
    }
    .button:hover{
        background-color: #507aa4;
        /* box-shadow: 0 1px 3px rgba(1,21,63,.3), 0 0 25px rgba(0,0,0,.25); */
    }
    .button.active{
        background: #fff;
        color: #507aa4;
    }
    .button.green{
        background: #15bb97;
    }
    .button.green:hover{
        background: #1fdcb3;
    }
    .button.red{
        background: #ff6262;
    }
    .button.red:hover{
        background: #ff8e8e;
    }
    .messages{
        font-weight: bold;
        position: absolute;
        padding: 8px;
        border-radius: 2px;
        top: 110px;
        font-size: .83em;
    }
    .messages.error{
        background: #ff6262;
    }
    .messages.success{
        background: #15bb97;
    }

    div.text-right{
        display: flex;
        justify-content: flex-end;
    }
    th.text-right{
        text-align: right;
    }
    fieldset{
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 30px;
    }
    legend{
        font-weight: bold;
        font-size: .83em;
    }
    #uploadimage{
        display: flex;
        align-items: center;
    }



    .file-area {
        width: 100%;
        position: relative;
    }
    .file-area input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

    .file-area .file-dummy {
        width: 100%;
        padding: 30px;
        background: rgba(0,0,0,0.05);
        border: 1px dashed #c9c9c9;
        outline: none;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    .file-area .success {
        display: none;
    }

    .file-area :hover .file-dummy {
        background: rgba(255,255,255,0.1);
    }

    .file-area input[type=file]:focus + .file-dummy {
        outline: none;
    }

    .file-area input[type=file]:valid + .file-dummy {
        background-color: #15bb97;
        color: #fff;
    }
    .file-area input[type=file]:valid + .file-dummy    .success {
        display: inline-block;
    }
    .file-area input[type=file]:valid + .file-dummy    .default {
        display: none;
    }







    .row{
        display: flex;
        justify-content:space-between;
    }
    .row > *{
        flex: 1 1 100%;
        margin-right: 5px;
    }
    .row > *:last-child{
        margin-right: 0;
    }
    .row .col-6{
        flex: 1 1 50%;
        flex-basis: calc(50% - 5px);
    }
    .row .col-4{
        flex: 1 1 33%;
        flex-basis: calc(33% - 5px);
    }
    .row .col-3{
        flex: 1 1 25%;
        flex-basis: calc(25% - 5px);
    }
    .row .col-9{
        flex: 1 1 75%;
        flex-basis: calc(75% - 5px);
    }
    .row > * input{
        width: 100%;
    }
    .icon-visibility{
        color: #15bb97;
    }
    .icon-visibility_off{
        color: #ff6262;
    }
    .nav-button{
        position: absolute;
        padding: 5px;
        background: #fff;
        border-radius: 3px 0 3px 3px;
        right: 5px;
        width: 100px;
        z-index: 9;
        box-shadow: 0 1px 5px rgba(0,0,0,.3);
        font-size: .75em;
        font-weight: bold;
        display: none;
        margin-top: -2px;
    }
    .nav-button a{
        white-space: nowrap;
        text-decoration: none;
        padding: 3px;
        border-radius: 3px;
        margin: 2px;
        border: 1px solid #f0f0f0;
        display: block;
        text-align: center;
        transition: .3s all;
    }
    .nav-button a:hover{
        background: #f0f0f0;
    }
    .nav-button a:last-child{
        color: #ff6262;
    }

    /* .button{
    position: relative;
    display: inline-block;
    padding: 0 22px;
    font: inherit;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    transition: all .3s;
    outline: none;
    white-space: nowrap;
    border: 1px solid rgba(47,154,215,0.6);
    outline: none;
    } */
    .button:active{
        /* transform: translateY(-1px); */
        box-shadow: 0 1px 3px rgba(1,21,63,.3), 0 0 25px rgba(0,0,0,.05);
    }
    .container{

    }
    .admin-content{
        display: flex;
    }
    .sidebar{
        flex: 0 0 175px;
        box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
        position: relative;
        margin-top: -25px;
        margin-bottom: -25px;
        margin-left: -25px;
    }
    .sidebar ul{
        list-style: none;
        padding: 0;
    }
    .sidebar li{
        padding: 0;
    }
    .sidebar a{
        text-decoration: none;
        font-size: .75em;
        padding: 10px 5px 10px 30px;
        position: relative;
        display: flex;
        align-items: center;
        font-weight: bold;
        transition: .3s all;
    }
    .sidebar a:hover{
        background: #e5eaeb;
    }
    .sidebar a:hover i{
        opacity: .75;
    }
    .sidebar a i{
        position: absolute;
        left: 10px;
        opacity: .5;
        transition: .3s all;
    }
    .sidebar a.active{
        font-weight: bold;
    }
    .sidebar + .description{
        width: calc(100% - 150px);
    }
    #header {
        width: 100%;
        margin: 0;
        background: linear-gradient(270deg,#01153f,#00b4ec);
    }
    #header:not(.full-height){
        height: 200px;
    }
    #header.full-height{
        /* height: 100vh; */
        min-height: 550px;
    }
    #header .container {
        text-align: center;
        height: 100%;
        display: block;
        position: relative;
    }
    #header .nav {
        width: 100%;
        max-width: 1000px;
        position: relative;
        padding: 30px 15px 15px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        z-index: 1;
    }
    #header #top{
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 0.75em;
    }
    #header #top li a{
        padding: 3px 5px;
    }
    #header #top li:first-child{
        margin-right: 15px;
    }
    #header h1.logo {
        flex: 0 0 200px;
        width: 200px;
        height: 80px;
        background: url(../img/logo-white.svg) no-repeat center left;
        text-indent: -999em;
        margin: 0;
    }
    #header .toggle {
        position: fixed;
        top: 10px;
        right: 10px;
        color: #fff;
        z-index: 990;
        text-decoration: none;
        border: none;
        width: 32px;
        height: 32px;
        font-size: 26px;
        display: block;
        transition: .3s all;
    }
    #header .nav ul {
        display: flex;
        flex: 1 1 100%;
        justify-content: flex-end;
        transition: .5s all;
    }
    #header .nav ul li {
        display: block;
    }
    #header .nav ul li a {
        font-weight: 300;
        color: rgba(255,255,255,.9);
        transition: .3s all;
        padding: 10px;
        text-decoration: none;
        border: none;
    }
    #header .nav ul li.subnav {
        background: url(../img/down-arrow-icon-nav.svg) no-repeat;
        background-position: 95% 11px;
        position: relative;
    }
    #header .nav ul li.subnav a {
        padding-right: 20px;
    }
    #header .nav ul li.subnav .subnav-menu {
        top: 50px;
        visibility: visible;
        pointer-events: none;
        position: absolute;
        transition: .25s all;
        z-index: -1;
        opacity: 0;
        margin-left: -50px;
        overflow: hidden;
        padding: 0 5px;
    }
    #header .nav ul li.subnav:hover .subnav-menu {
        top: 20px;
        z-index: 0;
        opacity: 1;
        padding: 20px 5px 5px;
        height: auto;
        pointer-events: auto;

    }
    #header .nav ul li.subnav .subnav-menu:before {
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
        transition: .25s all;
        opacity: 0;
    }

    #header .nav ul li.subnav .subnav-menu:after, #header .nav ul li.subnav .subnav-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        top: 7px;
        margin-right: -50px;
    }
    #header .nav ul li.subnav .subnav-menu ul {
        color: #7ecce2;
        background-color: #fff;
        padding: 10px 20px;
        min-width: 175px;
        border-radius: 4px;
        list-style: none;
        display: block;
        box-shadow: 0 2px 3px rgba(0,0,0,.15);
    }

    #header .nav ul li.subnav .subnav-menu ul li:first-child {
        border-top: 0 solid rgba(255,255,255,0);
    }
    #header .nav ul li.subnav .subnav-menu ul li {
        border-bottom: none;
        font-weight: 300;
        color: #7ecce2;
        padding: 0;
        display: flex;
        align-items: center;
        position: relative;
        border-top: 1px solid rgba(50,50,50,.25);
    }
    #header .nav ul li.subnav .subnav-menu ul li a {
        transition: color 250ms ease-out;
        color: #7a7a7a;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        font-weight: 300;
        font-size: 1rem;
        padding: 5px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }
    #header h1, #header h2{
        color: #fff;
        font-size: 2em;
        padding: 0;
        text-decoration: center;
        max-width: 1000px;
        padding: 20px;
        margin: 20px auto;
    }
    .main {
        position: relative;
        background: #1c1e22;
        padding: 50px 0;
        min-height: calc(100vh - 580px);
    }
    .main.light {
        background: #fafafa;
    }
    .main.light>* {
        color: #1c1e22;
    }
    .single-content {
        max-width: 1000px;
        margin: -60px auto 25px;
        padding: 25px;
        background: #fff;
        border-radius: 2px;
        /* box-shadow: 0 2px 5px rgba(0,0,0,.1); */
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.075);

    }
    #header.full-height .header-content{
        height: calc(100vh - 125px);
        min-height: 680px;
        padding-bottom: 50px;
        /* height: 100vh */
    }
    #header.full-height .header-content >*:first-child{
        padding-top: 50px;
    }
    .header-content{
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .titles{
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .titles h2{
        text-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.075);
        /* margin-top: -20px !important; */
        padding: 0 20px !important;
    }
    .info{

    }
    .info h4{
        font-weight: 300;
        color: #c2c2c2;
        /* color: #686f75; */
        /* color: #36414c; */
    }
    .info h4 i, .info h4 strong{
        color: #686f75;
    }
    .boxes{
        flex: 0 0 100%;
        display: flex;
        max-width: 1000px;
        margin: 0 auto 50px;
    }
    .box{
        flex: 1 1 20%;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 5px 16px rgba(0,0,0,.05), 0 1px 4px rgba(0,0,0,.2);
        margin-right: 25px;
    }
    .box figure{
        width: 100%;
        height: 150px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .box img{
        width: 100%;
    }
    .box-info{
        padding: 15px;
    }
    #header .box-info h1, #header  .box-info h2, #header  .box-info h3{
        color: #1c1e22;
        margin: 0;
        padding: 10px 0;
    }
    .box:last-child{
        margin-right: 0;
    }
    .grid-content{
        max-width: 1000px;
    }
    .search-bar{
        display: flex;
        max-width: 1000px;
        width: 100%;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.075);
        border-radius: 3px;
        margin: -60px auto 12px;
        padding: 1px 10px;
        align-items: center;

    }
    .search-bar .search{
        border: none;
        flex: 1 1 90%;
        font-size: 1.2em;
        font-family: Lato,sans-serif;
        outline: none;
        height: 50px;
        margin: 1px;
    }
    .search-bar i{
        font-size: 1.5em;
    }
    ::placeholder{
        color: #c9c9c9;
    }
    .description{
        position: relative;
    }
    .description .description-text{
        border-left: 2px solid #686f75;
        margin: 0 0 25px;
        padding: 15px 10px 15px 25px;
        text-align: justify;
        font-size: .93em;
        color: #4c4c4c;
        font-weight: 400;
        background: #f9f9f9;
        border-radius: 2px;
    }
    .description .description-text + i{
        position: absolute;
        top: 50%;
        height: 17px;
        margin-top: -8px;
        color: #686f75;
        margin-left: -6px;

    }
    .cards{
        width: 100%;
        margin: 0 auto;
        column-gap: 12px;
        box-sizing: border-box;
        display: block;
        padding: 0;
    }
    .columns-2{
        column-count: 2;
    }
    .columns-3{
        column-count: 3;
    }
    .columns-4{
        column-count: 4;
    }
    .cards .card{
        width: 100%;
        border-radius: 3px;
        padding: 0;
        box-sizing: border-box;
        transition: .3s all;
        display: block;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.075);
        page-break-inside: avoid;
        break-inside: avoid-column;
        margin-bottom: 12px;
        padding: 1px;
    }
    .columns-2 .card:nth-child(2n){
        margin-right: 0;
        margin-left: 0;
    }
    .columns-2 .card:last-child:not(:first-child){
        margin: 0;
    }
    .columns-3 .card:nth-child(3n){
        margin-right: 0;
        margin-left: 0;
    }
    .columns-3 .card:last-child:not(:first-child){
        margin: 0;
    }
    .cards .card .card-content{
        display: block;
    }
    .cards .card figure{
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        min-height: 90px;
    }
    .cards .card img{
        width: 100%;
    }
    .cards .card figure img{
        border-radius: 3px 3px 0 0;
    }
    .cards .card > img{
        border-radius: 3px;
    }
    .cards .card .info{
        padding: 5px 5px 5px;
    }
    .cards .card figure h3{
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 40px 10px 10px;
        font-size: 1.1em;
        background: linear-gradient(180deg,rgba(0,0,0,.0),rgba(0,0,0,0.5));
        margin: 0;
        width: 100%;
        display: block;
        margin-bottom: 6px;

    }
    .chip{
        font-size: .75em;
        padding: .15em 5px;
        border-radius: 20px;
        color: #000057;
        border: 1px solid #c2c2c2;
        display: inline-block;
        font-weight: bold;
    }
    .chip + .chip{
        margin-left: 3px;
    }
    .pagination{
        padding: 10px 0;
        width: 100%;
        max-width: 1000px;
        display: flex;
        margin: 0 auto;
    }
    .pagination li{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .pagination a{
        text-decoration: none;
        width: 30px;
        height: 30px;
        background: #fff;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 1px 5px rgba(0,0,0,.075);
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all;
    }
    .pagination .active a{
        background: #000057;
        color: #fff;
    }
    .pagination li:first-child a{
        border-radius: 3px 0 0 3px;
    }
    .pagination li:last-child a{
        border-radius: 0 3px 3px 0;
    }
    .pagination li:last-child:first-child a{
        border-radius: 3px;
    }
    subscription{
        min-height: 190px;
        background: #424d58;
        display: block;
        margin: 0;
        padding: 5px 0 0 0;
    }
    subscription h3{
        color: #fff;
        flex: 100%;
    }
    subscription .container{
        max-width: 970px;
width: 100%;
padding: 15px;
text-align: center;
margin: 0 auto;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
    }
    subscription form{
        display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex: 0 0 100%;
    }
    subscription input{
        background: #36414c !important;
        color: #fff;
    }
    subscription .button{
        /* background: #2c2c2c; */
    }
    subscription p{
        color: #8d99a6;
        flex: 0 0 100%;
    }
    subscription .subscribe{
        display: none;
    }
    footer{
        background: #36414c;
        height: 160px;
    }
    footer .container{
        color: #eaeaea;
        width: 100%;
        max-width: 1000px;
        position: relative;
        padding: 30px 15px 15px;
        display: flex;
        margin: 0 auto;
    }
    footer .container >*{
        flex: 1 1 30%;
    }
    footer ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer ul a, footer ul li{
        color: #8d99a6;
        /* font-weight: bold; */
        text-decoration: none;
    }
    footer ul li:first-child a, footer ul li:first-child{
        color: #fff;
    }
    footer p{
        color: #8d99a6;
        font-size: .83em;
    }
    address{
        background: #2c2c2c;
        height: 30px;
    }
    address .container{
        color: #eaeaea;
        width: 100%;
        max-width: 1000px;
        position: relative;
        padding: 0 15px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        height: 30px;
    }
    address .container p{
        padding: 0;
        margin: 0;
        font-size: .75em;
    }

    @media screen and (min-width: 768px){
        #header .toggle {
            display: none;
        }
    }
    @media screen and (max-width: 768px){
        #header .nav ul.open {
            left: 0;
        }
        #header.full-height{
            height: 100%;
            min-height: 100%;
        }
        #header.full-height .header-content{
            height: 100%;
        }
        #header .nav ul {
            background: rgba(0,0,0,.75);
            width: 100%;
            height: 100vh;
            flex-direction: column;
            justify-content: flex-start;
            position: fixed;
            top: 0;
            left: 100%;
            padding: 120px 20px 20px;
            z-index: 101;
        }
        .boxes{
            flex-wrap: wrap;
        }
        .box{
            flex: 0 0 100%;
        }
        footer{
            height: auto;
        }
        footer * {
            text-align: center;
        }
        footer .container{
            flex-wrap: wrap;
        }
        footer .container >*{
            flex: 0 0 100%;
        }
        footer ul{
            padding-bottom: 20px;
        }
    }








    .icon_select_mate {
        position: absolute;
        top:20px;
        right: 2%;
        font-size: 16px;
        height: 22px;
        transition: all 275ms;
    }

    .select_mate {
        position: relative;
        float: left;
        min-width: 200px;
        width: 200px;
        min-height: 60px;
        font-weight: bold;
        /* font-family: 'Roboto'; */
        color: #777;
        font-weight: 300;
        background-color: #fff;
        /* box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3); */
        border-radius: 3px;
        transition: all 375ms ease-in-out;
        /* Oculto el elemento select */

    }
    .select_mate select {
        position: absolute;
        overflow: hidden;
        height: 0px;
        opacity: 0;
        z-index: -1;
    }
    .cont_list_select_mate {
        position: relative;
        float: left;
        width: 100%;
    }

    .cont_select_int {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 999;
        overflow: hidden;
        height: 0px;
        width: 100%;
        background-color: #fff;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        border-radius: 0px 0px 3px 3px;
        box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
        transition: all 375ms ease-in-out;
    }
    .cont_select_int  li {
        position: relative;
        float: left;
        width: 100%;
        border-bottom:1px solid #E0E0E0;
        background-color: #F5F5F5;
        list-style-type: none;
        padding: 10px 5px;
        margin: 0px;
        transition: all 275ms ease-in-out;
        display: block;
        cursor:pointer;
    }
    .cont_select_int li:last-child {
        border-radius: 3px;
        border-bottom:0px;
    }

    .cont_select_int li:hover {
        background-color: #EEEEEE;
    }

    .cont_select_int li.active {
        background-color: #EEEEEE;
    }
    /* etiqueta <p> con la opcion selecionada  */
    .selecionado_opcion {
        padding: 20px 5px;
        width: 100%;
        display: block;
        margin: 0px;
        cursor: pointer;
        font-weight: bold;
    }
    .login{
        top: 50%;
        left: 50%;
        margin: -150px 0 0 -170px;
        width: 340px;
        height: 300px;
        display: block;
        position: fixed;
        background: #fff;
        border-radius: 3px;
        padding: 15px;
        box-shadow: 0 0 0 1000000px rgba(0,0,0,0.3);
        opacity: 0;
        top: 40%;
        overflow: hidden;
        pointer-events: none;
        transition: .3s all;
    }
    .login.show{
        opacity: 1;
        top: 50%;
        pointer-events: all;
    }
    .login .cancel-login{
        right: 0;
        position: absolute;
        top: 0;
        text-decoration: none;
        padding: 3px;
        color: #9a9a9a;
    }
    .login h2{

    }
    .login input{
        width: 100%;
    }
