/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.tabbed-content .tab-panels .row .col-inner{

    border: 2px solid #075186;
	border-radius: 15px;
}

.tabbed-content .bd-wrapper{

    margin-top: 0px;
    padding: 0px;
}

.tabbed-content .header-search{

    background-color: #075186;
    color: #FFF;
    font-size: 13pt;
    height: 40px;
    padding: 5px;
    width: 100%;
	border-radius: 10px 10px 0px 0px;
}

.tabbed-content .dt-buttons{

    background-color: #075186;
    height: 40px;
	border-radius: 10px 10px 0px 0px;
}

.tabbed-content .dt-buttons a{

    color: #FFF;
    cursor: pointer;
    float: right;
    margin: 0px 10px;
    padding-top: 4px;
}

.tabbed-content .dt-buttons img{
    height: 28px;
}

.tabbed-content .dt-buttons a:hover{

    color: #1A9F9E;
}

.tabbed-content ul{

    background: #1A9F9E;
    border-radius: 10px;
}

.tabbed-content li{

    padding: 0px 5px;
}

.tabbed-content li.active{
    
    background-color: #18B1BF;
}

.tabbed-content li a{

    color: #FFF;
}

.tabbed-content li.active a{

    color: #FFF;
}

table.dataTable.no-footer{

    border-bottom: 1px solid #075186;
}

table.proclima-tables th{

    background-color: #1a9f9e;
    border: 1px solid #FFF;
    color: #FFF;
	text-align: center;
}

table.proclima-tables td{

    border: 1px solid #1a9f9e;
	text-align: center;
}

.filter-form div{
    margin-left: 10px;
}

.filter-form form{

    background-color: #92ced4;
    margin-bottom: 0;
}

.filter-form label{

    color: #f9f9f9;
    font-size: 13pt;
}

.filter-form input{
    border: 1px solid #000;
    width: 96%;
}

.dataTables_wrapper .dataTables_filter{
    background-color: #92ced4;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter label{
    color: #f9f9f9;
    float: right;
    font-size: 13pt;
    margin-left: 10px;
	margin-right: 10px;
    text-align: left !important;
    width: 50%;
}

.dataTables_wrapper .dataTables_filter input{

    border: 1px solid #000 !important;
    display: block;
    margin-left: 0 !important;
}

/* Paginación */
.dataTables_wrapper .dataTables_paginate{

    padding: 5px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{

    background: #1a9f9e !important;
    color: #FFF !important;
}

.dataTables_wrapper .dataTables_info{

    padding-left: 5px;
}

/* Modal Detalle */
.lightbox-content ul{

    list-style: none;
}

/* Estandar Proclima */
ul.recursos-estandar{

    list-style-image: url('/wp-content/uploads/2020/08/eye.png');
    margin-left: 20px;
	text-align: center;
}

ul.recursos-estandar a:hover{
	color: #104D53 !important;
}

#sector-afolu .subsector-afolu-container:first-child{
	
	border-right: 1px solid #2AB2BF;
	margin-right: 20px;
	padding-right: 20px;
}

.subsector-afolu-container{

    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.subsector-afolu-container h2{
	
	text-align: center;
}

/* Trayectoria Proclima - HOME */

.trayectoria-proclima{
    position: relative;
}

.trayectoria-proclima p:nth-child(3){
    color: #FFF;
    position: absolute;
}

.trayectoria-proclima p:nth-child(4){
    color: #584B3F;
    position: absolute;
}

/* #1 */
#trayectoria-proclima-1 p:nth-child(3){
    left: 90px;
    font-size: 45pt;
    top: 70px;
}

#trayectoria-proclima-1 p:nth-child(4){
    left: 233px;
    font-size: 17pt;
    top: 91px;
}

/* #2 */
#trayectoria-proclima-2 p:nth-child(3){
    left: 109px;
    font-size: 45pt;
    top: 70px;
}

#trayectoria-proclima-2 p:nth-child(4){
    left: 233px;
    font-size: 17pt;
    top: 91px;
}

/* #3 */
#trayectoria-proclima-3 p:nth-child(3){
    left: 75px;
    font-size: 17pt;
    top: 97px;
}

#trayectoria-proclima-3 p:nth-child(4){
    left: 224px;
    font-size: 14pt;
    top: 86px;
}

/* #4 */
#trayectoria-proclima-4 p:nth-child(3){
    left: 75px;
    font-size: 17pt;
    top: 97px;
}

#trayectoria-proclima-4 p:nth-child(4){
    left: 224px;
    font-size: 14pt;
    top: 86px;
}

.proclima-directive-people-container{
	
	height: 570px;	
}

.proclima-technic-people-container{
	
	height: 600px;	
}

@font-face {

font-family: American;

src: url(https://biocarbonregistry.com/wp-content/themes/flatsome/fonts/american-typewriter.ttf);

}