

.category-item img {
    max-width: 100%;
}

.swiper-content .btn-rounded {
    background: #f3ac00;
    color: #000;
    margin-top: 1em;
    border-radius: 1.5em;
    padding: 0.5em 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
}

.block-items {
    display: flex;
    flex-wrap: wrap;
    --margin: 15px;
    --modifier: calc(30rem - 80%);
    margin: calc(var(--margin) * -1);
    margin-bottom: 2em;
}

.block-items .item {
    flex-grow: 1;
    flex-basis: calc(var(--modifier) * 999);
    /* height: 20vh; */
    margin: var(--margin);
    box-shadow: 0 10px 20px -20px #000;
    padding: 8px;
    background: #fff;
    text-align: center;
    position: relative;
}

.block-items .item h3 a {
    color: #616c74;
}

.block-items .item h3 {
    font-size: 26px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    min-height: 50px;
    color: #0759b5;
    font-family: 'Open Sans', sans-serif;
}

.block-items .item .font-icon {
    /* background: red; */
    width: 250px;
    margin: 10px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 200px; */
}

.block-items .item .font-icon svg {
    fill: #399ad9;
    width: 70px;
    height: 70px;
}


.block-items .item .font-icon a {
    display: flex;
    width: 120px;
    height: 120px;
    /* background: hsla(204, 5%, 90%, 1); */
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.plus-link {
    width: 30px;
    height: 30px;
    background: #303e48;
    display: block;
    color: #fff;
    position: absolute;
    right: calc( 50% - 12.5px );
    bottom: -12.5px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
}

.lead-h3 {font-family: 'Noto Sans', sans-serif;font-weight: 400;font-size: 23px;margin-bottom: 2em;}

.blog .item {
    margin: 18px -15px;
    padding: 30px 15px;
    background: #fff;
}

.blogus .btn-whatsapp {
    background: #24cc63;
    border-radius: 1.5em;
    color: #fff;
    font-size: 21px;
    width: 190px;
    margin: 15px auto;
    display: block;
}

.blogus .btn-whatsapp .fa {
    font-size: 24px;
    margin-right: 5px;
}

.article-title {
    color: #445059;
    font-weight: 400;
}

p {
    line-height: 2;
}

.page-header {
    background-image: url(header.png);
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.com_contact .page-header {
    /* background-image: url(header-all.jpg); */
    /* min-height: 260px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: right bottom; */
}

.page-header h1 {
    color: #06909b;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    /* font-weight: 400; */
    text-shadow: 0 2px 2px rgb(255 255 255 / 55%);
}

.blogus .item {
    background: #fff;
    margin: 15px -15px;
    padding: 30px 15px;
}

legend {
    font-size: 16px;
}

.contact-form {
    padding: 15px;
    background: #fff;
}

.com_contact .t3-content .address {
    /* padding: 15px; */
    /* background: #fff; */
}

.com_contact .t3-content .address .fa {
    /* color: #f3ac00; */
}

.com_contact .t3-content .address a {
    color: #485d6c;
}

.btn-primary.validate {
    /* background: red; */
    border-radius: 1.5em;
    /* background: red; */
    /* border-color: red; */
    padding: 0.5em 1em;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    font-size: 14px;
}

@media(max-width:768px){
    .swiper-content h1{
    font-size: 24px;
}
    .swiper-content .introtext{
    font-size: 17px;
}
}

.navbar-default .navbar-nav > li > a {
    transition: all 0.3s linear;
    color: #00406b;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 20px;
    background: hsl(184 93% 93% / 1);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #0265a6;
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
}

#back-to-top, #whatsapp-bottom, #eye-bottom {
    right: 10px;
    position: fixed;
    z-index: 999;
    top: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#back-to-top {
    bottom: 15px;
}
#eye-bottom{
    bottom: 0px;
    width: 62px;
    display: none;
    align-items: center;
    right: 0;
}
#back-to-top .btn, #whatsapp-bottom .btn, .btn-xss {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    border: none;
    transition: all 0.4s ease-in;
    border-radius: 50%;
    box-shadow: -2px 2px 5px #0000008c;
    background: #303e48;
    opacity: 1;
}
#back-to-top .btn.round, #whatsapp-bottom .btn.round{
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 5px 5px -3px #000;
} 
#whatsapp-bottom {
    bottom: 75px;
}
#back-to-top .fa, #whatsapp-bottom .fa {
    font-size: 30px;
    display: flex;    
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);   
    align-items: center;
    justify-content: center;
}
.btn-xss{
    background: #000;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 4px;
}
#whatsapp-bottom .btn {
    background: #25d366;
}
#back-to-top .btn:hover,
#whatsapp-bottom .btn:hover,
#back-to-top .btn:focus,
#whatsapp-bottom .btn:focus
{background: #333;box-shadow: inset 0 0 10px #000;opacity: 0.1;}

.totop, #back-to-top, #whatsapp-bottom{
    /* display:none; */
    opacity: 0;
    transition: all 0.3s linear;
    transform: scale(0);
}


.totop{
    display: none;
}

.totop, #back-to-top.mostrar, #whatsapp-bottom.mostrar {
    opacity: 1;
    transform: scale(1);
}

#back-to-top.affix {
    bottom: 10px;
}

.copyright {
    text-align: center;
    padding: 15px;
}
@media(max-width:1024px){

    .page-header{
        /* background-position: 20%; */
    }
}


.t3-footer a {
    color: #fdfdfd;
}
.t3-footer .fa {color: #ffffff;}

.btn-whatsapp.btn-round {
    background: #25d366;
    color: #fff;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 1.5em;
    font-size: 1.4em;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px -8px rgba(0, 0, 0, 0.7);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25d366+0,1fad53+100 */
    background: #25d366; /* Old browsers */
    background: -moz-linear-gradient(top,  #25d366 0%, #1fad53 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #25d366 0%,#1fad53 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #25d366 0%,#1fad53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#1fad53',GradientType=0 ); /* IE6-9 */
}

.item-page {
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.btn-whatsapp.btn-round .fa {
    font-size: 2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.social-menu-bar.btn-flat .btn-linkedin {
    /* box-shadow: 0 3px 5px #000; */
    display: inline-block;
    margin: 0 auto;
    color: #fff;
}

.social-menu-bar.btn-flat .btn-linkedin .fa {
    color: #fff;
}

.btn-whatsapp.btn-round:focus, .btn-whatsapp.btn-round:hover {
    background: #555;
}

.btn {
    transition: all 0.3s linear;
    padding: 0.6em 1.1em;
    border: none;
    border-radius: 1.5em;
    letter-spacing: 1px;
}

.sticky-nav .container {
    /* padding: 0; */
    /* width: auto; */
}

.btn-ct {
    text-align: center;
}
@media(min-width:1024px){
.sticky-nav .navbar-header {
    display: block;
    margin: 10px 0;
}

}

.itemid-105 .contact .col-md-12 {
    background: #b1e0dd;
    color: #092d51;
    padding-top: 15px;
    margin-top: 24px;
}

.itemid-105 .contact .col-md-12 a:not(.btn) {
    color: #092d51;
}

.module-title h3 {
    margin: 2em 0;
    padding: 0;
    font-size: 32px;
}

.module-title h3 span {
    border-bottom: 4px solid #06909b;
}

.home .custom p {
    font-size: 20px;
    /* text-align: justify; */
    line-height: 1.8em;
    margin-bottom: 2em;
}
.social-menu-bar a svg{width:28px;height:28px;}
.social-menu-bar a:hover,.social-menu-bar a:focus{color:rgb(255 255 255)!important;background:transparent;}
.social-menu-bar svg{fill:#fff;}
.social-menu-bar .btn-instagram:hover,.social-menu-bar .btn-instagram:focus{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);}
.social-menu-bar a:hover{background:#fff;}
.social-menu-bar a:hover svg{fill:#ffffff!important;}