
:root {
	--bs-font-sans-serif: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	
	--bs-link-color: #0079C0;
    --bs-link-color-rgb: 0, 121, 192;
	
    --rr-orange: #ed7d2e;
	
	--rr-yellow: ;
	
    --rr-blue: #1E5CA7;
    --rr-blue-rgb: 30, 92, 167;
	
	--rr-light-blue: #74c0fc;
	--rr-light-blue-rgb: 116, 192, 252;
	
	--rr-dark-blue: #183153;
	--rr-dark-blue-rgb: 24, 49, 83;
}

/* #1E5CA7 #487BB8 #799FCB */

.fs-12 {font-size:0.75rem !important;}
.fs-14 {font-size:14px !important;}
.fs-16 {font-size:16px !important;}
.fs-18 {font-size:18px !important;}
.fs-20 {font-size:20px !important;}
.fs-22 {font-size:22px !important;}
.fs-26 {font-size:26px !important;}
.fs-30 {font-size:30px !important;}

@media (min-width: 992px) {
	.lh-lg-1 {line-height: 1!important;}
	
	.fs-lg-14 {font-size:14px !important;}
	.fs-lg-16 {font-size:16px !important;}
	.fs-lg-18 {font-size:18px !important;}
	.fs-lg-20 {font-size:20px !important;}
	.fs-lg-22 {font-size:22px !important;}
	.fs-lg-24 {font-size:24px !important;}
}

.bg-blue {background-color: var(--rr-blue) !important;}
.bg-dark-blue {background-color: var(--rr-dark-blue) !important;}

.py-30 {padding-top: 30px !important; padding-bottom: 30px !important;}
.py-40 {padding-top: 40px !important; padding-bottom: 40px !important;}

.w-310 {width:310px;}
.maxw-310 {max-width:310px;}
.maxw-485 {max-width:485px;}
.maxw-970 {max-width:970px;}
.maxw-994 {max-width:994px;}

.bg-f3 {background-color:#F3F3F3;}


.svg-icon {display:inline-block; width:30px; height:30px; fill:currentcolor; /*vertical-align: -0.125em;*/}




/**/
.ban-area-1 {}
.ban-area-3 {}
.ban-area-3 .ban {/*display:inline-block;*/ margin-bottom:60px;}

.ban-300 {max-width:300px;}
.ban-border {border:5px solid #fff;}
.ban-300.ban-border {max-width:310px;}


/**/
.sec-top {min-height:20px; line-height:20px; color:#fff; background: var(--rr-blue);}
.sec-main {
	background-size: cover !important;
	background-color:#F3F3F3;
	/* min-height: 500px; */
}
.sec-main .filter {
	padding: 15px 0;
    background-color: rgb(255 255 255 / 30%);
}

@media (min-width: 768px) {
	.sec-main.bg01 {background:url(../img/bg/bg01.jpg) repeat-x center center;}
	.sec-main.bg02 {background:url(../img/bg/bg02.jpg) repeat-x center center;}
	.sec-main.bg03 {background:url(../img/bg/bg03.jpg) repeat-x center center;}
	.sec-main.bg04 {background:url(../img/bg/bg04.jpg) repeat-x center center;}
	.sec-main.bg05 {background:url(../img/bg/bg05.jpg) repeat-x center center;}
}

.main-logo {padding:10px 0; margin:0 0 10px; background:rgba(var(--bs-black-rgb),0.35);}
.main-logo a {display:block; margin:0 auto; width:160px; height:61px; background: url(../img/logo_republica_w1.png) no-repeat left top; background-size:100%; text-indent:-999em; text-decoration:none;}

/* .wrapper-vivo {min-height:81px; padding:10px; margin:0 0 10px; background: #C92429;} */
/* .wrapper-vivo .svg-icon {width:50px; height:50px; padding:6px; border-radius:50%; transition:color .15s ease-in-out, background-color .15s ease-in-out;} */
/* .wrapper-vivo a:hover .svg-icon {background: #b72125;} */
.wrapper-vivo {min-height:81px; padding:10px 20px 10px 40px; margin:0 0 15px; background: #C92429; /*background:rgba(var(--bs-black-rgb),0.35);*/}
/* .wrapper-vivo:hover {background: #b72125;} */
.wrapper-vivo .svg-icon {width:50px; height:50px; padding:6px; border-radius:50%; transition:color .15s ease-in-out, background-color .15s ease-in-out;}
.wrapper-vivo a:hover .svg-icon {background: #b72125;}



/**/
.slide-news {/*margin:0 -12px;*/ /*padding-bottom:40px;*/}
.slide-news .splide__pagination__page {margin:3px 8px; background: #aaa;}
.slide-news .splide__pagination__page.is-active {background: var(--bs-primary);}
.slide-news .splide__arrow {font-size:15px; opacity:.85; top:215px; transform:none; border:1px solid #333;}
/* .slide-news .splide__arrow {background:var(--rr-blue);} */
/* .slide-news .splide__arrow svg{fill:#fff;} */

.card-nota {
	display:flex; flex-direction:column; overflow:hidden;
	/*width:95%;*/ height:100%; /*margin:0 auto;*/
	/* border-radius: 16px; */
	background:rgba(var(--bs-black-rgb),0.4); 
	/* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
}
.card-nota-header {
	position:relative;
	display:flex; justify-content:flex-end; flex-direction:column;
	height:235px;
	padding:18px 24px;
}
.card-nota-body {flex: 1 1 auto; padding:10px 25px; color:#fff;}

.card-nota-image {
	position:absolute; inset:0px;
	display:block; height:100%; width:100%; max-width:100%; object-fit:cover;
}


@media (min-width: 992px) {
	/* .card-nota {width:90%;} */
	.card-nota-header {height:258px;}
	.card-nota-body {padding:12px 25px;}
}



/**/
.lst-redes {}
.lst-redes a {padding:10px; color:#778899; background-color: rgb(205 205 205 / 30%); transition:color .15s ease-in-out, background-color .15s ease-in-out;}
.lst-redes a:hover {color:#555; }


/**/
.sec-clients {padding: 75px 0;}
.sec-clients .slide-clientes {}
.sec-clients .slide-clientes .logo-cliente {display:block; width:120px; margin:0 auto; opacity:.7;}



/**/
.widget-facebook {width:310px; margin:0 auto;}
@media (min-width: 992px) {
	.widget-facebook {width:485px; margin:0;}
}