﻿.card {
    border: none;
    box-shadow: 0px 3px 6px #ccc;
    border-radius: 0px;
}

.esp {
    padding: 25px;
}

.card-a {
    padding: 20px;
}

.row {
    margin: 0px;
}

.list-group-item {
    border: none;
    background: none;
}

.banner {
    background-image: url(../images/img_banner.png);
    background-position: bottom;
    background-size: cover;
}

.mat {
    margin-top: 100px;
}

.lat {
    padding: 0px 10px;
}

.res {
    margin: 0px -15px;
}

.btn-g {
    padding: 5px 40px;
}

.popover {
    max-width: 90% !important;
}

.medium-circle {
    width: 75px;
    height: 150px;
    border: 2px solid #3379FF;
    background: #3379FF;
    float: left;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    color: white;
}

.medium-circle2 {
    width: 75px;
    height: 150px;
    border: 2px solid #08DD42;
    background: #08DD42;
    float: left;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    color: white;
}

.toast{
    background-color:#eee9e9;
}

.toast-header{
    background-color:#eee9e9;
    color:#000000;
    font-size:16px;
}

.toast-body{
    color:#000000;
    font-size:14px;
}