/*nav .nav-wrapper ul li a {
    text-transform: uppercase!important;
    font-weight: bolder!important;
}

.format1section {
    text-align: justify;
    border-bottom: 2px #333 solid;
    padding: 10px 0px;
}*/

@media only screen and (min-width: 780px) {
    .inner-nav {
        position: relative;
        left: 60px;
    }
    .inner-header {
        width: 200px!important;
        text-transform: uppercase;
        position: relative;
        left: 30px;
    }
}

@media screen and (max-width: 780px) {
    
    .site_logo {
        margin-left: 0px!important;
    }
    
    
    h2,
    .h2 {
        text-align: center;
        font-size: 1.5rem!important;
    }
    
    h3,
    .h3 {
        text-align: center;
        font-size: 1.3rem!important;
    }
    h1,
    .h1 {
    font-size: 1.8rem!important;
    }
    .bg-red img {
        max-width: 100%!important;
        height: auto;
        padding: 0px 0px!important;
    }
        
   
    .module-cover h1,
    .module-cover-slides h1 {
        font-weight: 500;
        font-size: 2.0rem!important;
    }
    .text-right {
        text-align: center !important;
    }
    .text-hightlight {
        width: 100%!important;
        display: inline-block;
        font-size: 1.1em!important;
    }
    .col-md-6 {
        margin-bottom: 50px;
    }
    .module,
    .module-cover {
        padding: 50px 0 100px!important;
    }
}
  .home-fullscreen {
        height: 90vh!important;
    }
    .home-fullscreen .col-md-6{
             margin-top: 15vh !important;
        }
.site_logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin: 0px 10px;
}

.list-1 {
    list-style: disc;
    padding: 10px;
}

.yellow {
    color: #FF9800;
}

.module,
.module-cover {
    padding: 80px 0 100px;
}

.list-1 li {
    list-style: square;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-weight: bolder;
    color: #c00b02!important;
    margin-bottom: 50px!important;
}

h3,
.h3 {
    font-size: 1.5rem!important;
}

table {
    width: 100%;
    max-width: 700px;
}

table.text-center {
    text-align: center;
}

table tr td,
table tr th {
    padding: 5px!important;
    min-width: 50px;
}

.module-cover h1,
.module-cover-slides h1 {
    font-weight: 500;
    font-size: 2.5rem;
}

h2,
.h2 {
    margin: 30px 0px;
    color: #c00b05;
    font-weight: bolder;
}

.text-justify {
    text-align: justify;
}

.bg-red {
    background-color: #c00b02!important;
    border-bottom: 1px solid #c00b02!important;
    color: #fff!important;
}

.bg-red img {
    max-width: 90%;
    height: auto;
    padding: 20px;
}

.red-bkg {
    background: #c00b02;
    color: #fff;
    padding: 20px;
}

.red-bkg .btn-brand {
    color: #c00b05;
    background-color: #ffffff;
    border-color: #efefef;
}

.red-bkg .btn-brand:hover {
    color: #c00b05;
    background-color: #f5f5f5;
    border-color: #efefef;
}

.bg-red h1 {
    color: #fff!important;
}

h1.white {
    color: #fff!important;
}

.header>.inner-brand {
    color: #fff!important;
}

img.whatsappsbtn {
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 7px 3px rgb(190 2 2 / 24%);
    transition: .5s all ease;
}

img.whatsappsbtn:hover {
    box-shadow: 0px 0px 7px 3px rgba(221, 0, 0, 0.24);
    transform: translateY(-1.0rem);
}

.header .inner-brand,
.header.header-small .inner-brand {
    color: #d31e25;
}

.header.header-transparent .inner-brand {
    text-transform: uppercase!important;
}

.inner-header {
    width: 200px!important;
    text-transform: uppercase;
}

.text-hightlight {
    font-size: 1.5em;
    color: #ff9a00;
    text-align: left;
    width: 70%;
    display: inline-block;
}

.form-control {
    border-width: 1px;
    padding: 1.0625rem .875rem;
    font-size: 1.0rem;
    font-weight: bold;
}
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
    color: orange!important;
}
.row.grid-list {
    margin: 0!important;
}

.row.grid-list .col-md-4 {
    border: 5px solid #f8f8f8!important;
}

.grid-list .col-md-4 {
    height: 250px!important;
    padding: 20px!important;
}

.grid-list .col-md-4 h4 {
    z-index: 2;
    position: relative;
}

.grid-list .col-md-4 .link-to-page {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

.grid-list .col-md-4 .link-to-page:hover {
    background-color: #d31e25;
}

section .col-lg-6 img {
    max-height: 550px;
}

.post-item .post-preview img {
    height: 250px!important;
    width: 100%!important;
}