@import url('https://fonts.googleapis.com/css?family=Pridi');

a {
    border-color: transparent;
}
body {
    background-color: #f1f1f1;
}
.navbar-nav .nav-item {
    margin: 0 5px;
}
.navbar-nav .nav-item:last-child {
    margin: 0 0 0 5px;
}
.navbar-nav .nav-item a {
    font-size: 1.25rem;
}
.container {
    max-width: 960px;
}
.jumbotron {
    background-color: transparent;
    padding: 2rem 0;
}
.jumbotron img {
    width: 100%;
    max-width: 200px;
}
.display-4 {
    font-size: 1.5rem;
}
.btn-lg {
    font-size: 1.2rem;
}
.display-4.error {
    text-transform: uppercase;
    font-size: 2rem!important;
    font-weight: bold;
}
.wrapper .jumbotron {
    border-radius: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding: 4rem 2rem 1rem;
}
.bg-cover {
    position: relative;
    z-index: -1;    
}
.bg-cover:after {
    background: rgba(0, 0, 0, 0.35) 100%;
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.buttons {
    max-width: 700px;
}
@media (max-width: 575.98px) { 
    .wrapper .jumbotron {
        border-radius: 0;
        height: 200px;
        margin-bottom: 0;
        padding: 2rem 1rem;
    }
    .logo {
        max-width: 200px;
    }
    .slogan {
        font-size: 2rem;
    }
    p.lead {
        font-size: 1rem;
        line-height: 1;
    }
    .btn-block+.btn-block {
        margin-top: .25rem;
    }
}

.btn-material {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);  
    background-color: #2ecc71;
    color: #ecf0f1;  
    transition: background-color .3s;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.btn-material:hover, .btn-material:focus {
    background-color: transparent;
}

.btn-material > * {
    position: relative;
}

.btn-material span {
    display: block;
    padding: 12px 24px;
}

.btn-material:before {
    content: "";  
    position: absolute;
    top: 50%;
    left: 50%;  
    display: block;
    width: 0;
    padding-top: 0;    
    border-radius: 100%;  
    background-color: rgba(236, 240, 241, .3);  
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-material:active:before {
    width: 120%;
    padding-top: 120%;  
    transition: width .2s ease-out, padding-top .2s ease-out;
}
.btn-material.orange {
    background-color: #e67e22;
}
.btn-material.red {
    background-color: #e74c3c;
}
.btn-material.green {
    background-color: #20c997;
}
.btn-material.btn-block+.btn-material.btn-block {
    margin-top: .5rem;
}

.square-service-block{
    position:relative;
    overflow:hidden;
    margin:10px;
    height: 150px;
    width: 150px;      
}
.square-service-block a {
    background-color: #e74c3c;
    border-radius: 5px;
    display: block;
    padding: 30px;
    text-align: center;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
.square-service-block a:hover{
    background-color: rgba(231, 76, 60, 0.8);
    border-radius: 5px;
    text-decoration: none;
}
.ssb-icon {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    margin: 0 0 20px;
}
h2.ssb-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin:0;
    padding:0;
    text-transform: uppercase;
}
#language .modal-content {
    background: transparent;
    color: #fff;
    border: 0;
}
#language .modal-header {
    border-bottom: 0;
}
#language .close {
    color: #fff;
    opacity: 1;
    font-size: 3rem;
}
#search {
    border: none;
}
.navbar-nav .nav-link {
    color: rgba(255,255,255,1)!important;
}
.language img {
    width: 15px;
}
.dropdown-toggle::after {
    content:none;
}
.breadcrumb {
    background-color: transparent;
}
.footer {
    background: rgba(0,0,0,.3);
}
.footer a {
    color: #eee;
}
.text-small {
    font-size: .85rem;
}
#canvas-lopd {
  background-color: #f8f8fa; 
  border: 1px solid #ced4da;
  color: #495057;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.footer {
    color: #111;
    background: rgba(0,0,0,.05);
    font-family: 'Pridi', serif;
    font-size: 1rem;  
}
.footer a {
    color: #111;
}
.footer a:hover {
    text-decoration: none;
}
.footer span {
    position: relative;
}
.footer span:before, .footer span:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 15%;
    height: 1px;
    content: '\a0';
    background-color: #111;
}
.footer span:before {
    margin-left: -25%;
}
.footer span:after {
    margin-left: 10px;
}