/*
Theme Name: ProvidentNew
Theme URI: http://www.imagencentral.com
Author: Imagen Central MF jjjrh
Author URI: http://www.imagencentral.com
Description: Tema desarrollado para Provident.
Version: 1.0
Tags:dark black
*/
body
{
	margin:0;
	text-rendering: optimizelegibility;
	font-family: 'Gotham Rounded Book', sans-serif;
}

a
{
	text-decoration:none !important;
	color:inherit !important;
}
img
{
	vertical-align: bottom;
}
strong{
	font-weight: bold;
	color: #000;
}
@font-face {
    font-family: 'Gotham Rounded Book';
		font-display: swap;
    src: url('fonts/GothamRounded-Book.woff2') format('woff2'),
        url('fonts/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
		font-display: swap;
    src: url('fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('fonts/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
		font-display: swap;
    src: url('fonts/GothamRounded-Light.woff2') format('woff2'),
        url('fonts/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Book';
		font-display: swap;
    src: url('fonts/GothamRounded-BookItalic.woff2') format('woff2'),
        url('fonts/GothamRounded-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
		font-display: swap;
    src: url('fonts/GothamRounded-BoldItalic.woff2') format('woff2'),
        url('fonts/GothamRounded-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
		font-display: swap;
    src: url('fonts/GothamRounded-MediumItalic.woff2') format('woff2'),
        url('fonts/GothamRounded-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Rounded';
		font-display: swap;
    src: url('fonts/GothamRounded-LightItalic.woff2') format('woff2'),
        url('fonts/GothamRounded-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
.pagecss a{
	color: #08B5F7 !important;
}
#contenido_noticia img{
	width: 550px;
	height: auto;
}
.file-list .file-icon{
	max-width: 35px !important;
}
.listadosubir{
	display: none;
}
.loader_c{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #7d7d7d;
	top: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 0.7;
	display: none;
}
.spinner-border-custom{
	position: relative;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
}
.areadecarga{
	width: 100%;
	height: 150px;
	border: 2px dotted #08b5f7;
	background-image:url(recursos/arrastra.png);
	background-repeat: no-repeat;
	background-position: center;
}
.areadecarga_red{
	border: 2px dotted red;
}
.custom_form{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 750px;
	margin-bottom: 21px;
	padding: 0px 10px 0px 10px;
}
.custom_buttom_submit{
	background-color: #08B5F7;
	width: 100%;
	margin-top: 12px;
}
.custom_buttom_submit_postal{
	background-color: #08B5F7;
	width: 100%;
	max-width: 200px;
	margin-top: 12px;

}
.aligncenter{
	display: block;
	margin: auto;
}
.alignleft{
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.bg-light {
    background-color: #8CD900 !important;
    padding: 0 15px;
    margin: 40px 0;
}


.m-2 {
    margin: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {

    color: rgb(255, 255, 255);
}

.navbar-expand-sm .navbar-nav .nav-link {

	padding:12px 0.8rem;

}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    color: rgb(255, 255, 255);
    background-color: #08B5F7;
}

.nav-item_custom
{
	color:#FBFBFB !important;
	min-width: 100px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
    font-style: normal;
}

.navbar-light .navbar-nav .nav-link {
    color:inherit;
	padding: 12px 0.8rem;
}

.titx
{
	overflow:hidden;
	text-align:center;
	font-size:35px;
	font-weight: 300;
    font-style: normal;
	color:#08B5F7;
	padding: 15px 0;
}

.text-justify {
    text-align: justify !important;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
	width: 95%;
	margin: 0 auto;
	line-height: 20px;
	color: #333;
}

.carousel {
    margin-bottom: 20px;
	max-width: 1920px;
}

.carousel-indicators li {

    width: 10px;
    height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom:0;
	border-top:0;
}

.carousel-control-next-icon {
    background-image:url(recursos/arrow_next.png);
}

.carousel-control-prev-icon {
   background-image:url(recursos/arrow_back.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 44px;
    height: 67px;
}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.card_custom
{
  border:0;
	text-align: center;
	background-color:transparent;
}

.card-img-top_custom {
   width: 174px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: auto;
    margin: 0 auto;
}

.col_custom
{
	margin: 0 auto 35px;
}

.nav_custom
{

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   color:#FFFFFF !important;
	background-color:#08B5F7 !important;
}

.btn_custom
{
	background-color:#8CD900;
	color:#FFFFFF;
	width:146px;
	margin: 0 auto;
	font-size: 20px;
	padding: 0;
	text-align:center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-bottom: 2px solid #008C3E;
	text-shadow: 0px 2px 4px rgba(75,75,75,0.79);

	-webkit-box-shadow: 0px 3px 5px -1px rgba(92,92,92,1);
	-moz-box-shadow: 0px 3px 5px -1px rgba(92,92,92,1);
	box-shadow: 0px 3px 5px -1px rgba(92,92,92,1);
}

.btn:hover {
    color:#FFFFFF;
	background-color:#008C3E;
}

.seccionfull
{
	width:100%;
	overflow:hidden;
	background-color:#f2f2f2;
}


.titbig
{
	text-align:center;
	font-size:35px;
	color:#08B5F7;
	font-weight:300;
	padding: 15px 0;
}
.card-body-custom{
	height: 210px;
}
.card-title_custom
{
	color:#08B5F7;
	font-size:25px;
	font-weight: bold;
}

.card-titlemini_custom
{
	color:#333333;
	font-size:19px;
	font-weight: normal;
    font-style: normal;
}

.card-text_custom
{
	color:#5d5d5d;
	font-size:19px;
	font-weight:300;
	min-height: 85px;
	line-height: 25px;
	text-align: center;
}
.card-text_single_custom
{
	color:#5d5d5d;
	font-size:19px;
	font-weight:300;
	min-height: 85px;
	line-height: 25px;
	text-align: justify;
}

.card_graph
{
	border:none;
	background-color:transparent;
	margin-bottom:20px;
}

.colbox
{
	overflow:hidden;
	float:left;
}

.boxcar
{
	overflow:hidden;
}

.minipic
{
	overflow:hidden;
	width:211px;
	height:136px;
	margin: 5px 5px 10px;
	background-color:#2A8389;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.minipic img:hover
{
	opacity:0.7; /* Opacidad 60% */
}

.minipic img
{
	width:100%;
	height:auto;
}

.arrowgalery
{
	width: 106px;
	margin: 0 auto 20px;
	overflow:hidden;

}

.arrowleft
{
	float: left;
	margin: 0 5px;
}

.arrowright
{
	float: left;
	margin: 0 5px;
}

.bxbig
{
	max-width:1500px;
	margin:0 auto;
	position:relative;
}

.footbx
{
	background-color:#08B5F7;
	text-align:center;
	font-size:15px;
	padding:15px 0;
	color:#fff;
}

.footbx p
{
	margin:0;
	padding:0;
}


#tabs .tabs li
{
	overflow:hidden;
	/*padding:20px;*/
	float: left;
	margin-bottom: -1px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	font-size:17px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#tabs .tabs li:hover
{
	background-color: #08B5F7;
	color: #fff;
	cursor:pointer;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#tabs .tabs li a:hover
{
	color: #fff !important;
	text-decoration:none !important;
}

#tabs .tabs li small
{
	font-size:17px;
	font-weight:300;
}

#tabs
{
	font-size:17px;
	font-weight:300;
	margin: 0 auto;
	width: 1100px;
}


#tabs div
{
	font-size:17px;
	font-weight:300;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #666;
	padding-top: 70px;
	position:relative;
	text-align: justify;
}

.btnback
{
	width: 170px !important;
	margin: 80px auto 40px !important;
	height: 70px !important;
	text-align: center !important;
	border:none !important;
	padding:0 !important;
}

.download
{
	padding:4px 14px !important;
	background-color:#f2f2f2 !important;
	border:1px solid #000000 !important;
	color:#000000 !important;
	position:absolute !important;
	top:20px !important;
	right:20px !important;
	font-weight: normal !important;
	width:198px !important;
	height:32px !important;
	font-size: 17px !important;
	background-image:url(recursos/download.png);
	background-size:23px 21px;
	background-position: 165px 5px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.txtbig
{
	padding: 0 0 30px;
	font-size: 19px;
	color: #333;
	line-height: 23px;
	text-align: center;
}

.btndescarga
{
	width:474px;
	cursor:pointer;
	margin:30px auto;
}

.btndescarga img
{
	width:100%;
	height:auto;
}

.imgnew
{
	border:1px solid #000000;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	width:113px;
	height:113px;
	overflow:hidden;
	float:left;
	-webkit-border-radius: 113px;
	-moz-border-radius: 113px;
	border-radius: 113px;
}

.newbox
{
	float:left;
	position:relative;
	width:500px;
	cursor: pointer;
}

.newinfo
{
	width:387px;
	float:left;
	padding: 20px 10px 0 19px;
}

.titnew
{
	padding: 0 0 6px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}

.carousel_customnewE
{
	overflow:hidden;
	background-color:#f2f2f2;
	padding: 28px 25px;
	-webkit-box-shadow: 0px 18px 18px -15px rgba(0,0,0,0.5);
	box-shadow: 0px 18px 18px -15px rgba(0,0,0,0.5);
}

.carousel_customnewD
{
	background-color:transparent;
	overflow:hidden;
	padding: 28px 25px;
}

.spacefila
{
	width:32px;
	height:2px;
	background-color:#d9d9d9;
}

.morenew
{
	font-size: 16px;
	color:#848484;
	font-weight: 300;
	font-style: normal;
	margin-top: 5px;
}

.txtbigris
{
	padding: 0 0 30px;
	font-size:22px;
	color:#666;
	line-height: 23px;
	text-align: center;
	font-weight: 300;
}
.texto_grafica{
	width: 100%;
	text-align: center;
	color: #5d5d5d;
	font-size: 25px;
}
.card_graph div{
	margin: 0 auto;
}
.tab_item{
	padding: 20px !important;
  border: 0px !important;
  margin: 0px !important;
  width: 100% !important;
  height: 100% !important;
  font-weight: unset !important;
}
.ui-tabs-active{
	background-color: #00b5f0;
	color: #fff;
	cursor: pointer;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
@media only screen and (max-width: 1199px)  {

.col-sm {
 margin-bottom: 20px;
}

.newinfo {

    width: 607px;
}

.newbox {

    width: 720px;
}

}

@media only screen and (max-width: 1100px)  {

#tabs {
    width:95%;
}

}

@media only screen and (max-width: 1100px)  {

.navbar-custom {
    width: 90%;
}

.nav-item_custom {
    width: 100% !important;
}

}

@media only screen and (max-width: 989px)  {

.newbox {

    width: 600px;
}

.newinfo {

    width: 487px;

}

}

@media only screen and (max-width: 900px)  {

.titx {
    font-size: 30px;
	padding: 15px 20px;
	line-height: 32px;
}

.text-justify {
    font-size: 16px;
}

}

@media only screen and (min-width: 768px) {

.navbar-brand.abs

    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }


}

@media only screen and (max-width: 700px)  {

.btndescarga {
    width: 320px;
}

}

@media only screen and (max-width: 600px)  {


.imgnew {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.newinfo {

    padding: 10px 10px 0 13px;
}

}
@media only screen and (max-width: 767px) and (min-width: 691px)  {

	.container-custom{
		width: 100% !important;
		max-width: none;
	}

}
@media only screen and (max-width: 400px)  {

.btndescarga {
    width: 280px;
}

.newbox {

    width: 100%;
}

.imgnew {

    margin: 0 auto;
    float: none;
}

.newinfo {

    width: 300px;
    float: none;
}

}
