/*
Theme Name: Empretec Recursos
Description: Template de El Pixel
Author: El Pixel
Template: elpixel-empretec
Version: 1.0.2
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.banner-style-three {
    background-size: cover;
    background-position: bottom right;
}
.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.text-blue {
    color: #04488c;
 }
.text-sub-title--blue{
    color: #04488c;
    font-size: 2.25rem;
}

.banner-area .shape-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
} 
.text-darkblue {
    color: #04488c;
}  
.bg-2 {
    background-color: #f8f8f8;
}
.faq-container {
    background: url(/wp-content/themes/elpixel-empretec-innovahub/inc/img/16.png), linear-gradient(#f8f8f8, #f8f8f8);
    background-repeat: no-repeat;
    background-position: top center;
}
.faq-container p, .faq-container li{
    font-size: 18px;
}
#dit_content{
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: 85% 100%;
}

.herramientas-slider a:hover img {
    opacity: 0.85;
    transform: scale(1.015,1.015);
}

.herramientas-slider article a div img {
    transition: 0.45s;
}


.hidden{
    display: none;
}
.numberCircle {
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
}

.herramientas-slider article{
    min-height: 100%;
}
.paso_1{
    color: #e9833d !important;
}
.bg_paso_1{
    background-color: #e9823d40;
}

.paso_2{
    color:#E36161 !important;
}
.bg_paso_2{
    background-color: #E3616140;
}
.circle_paso_2{
    background-color: #E36161!important
}

.paso_3{
    color:#CD5C9F !important;
}
.bg_paso_3{
    background-color: #CD5C9F40;
}
.circle_paso_3{
    background-color: #CD5C9F!important
}

.paso_4{
    color:#805EA6 !important;
}
.bg_paso_4{
    background-color: #805EA640;
}
.circle_paso_4{
    background-color: #805EA6!important
}

.paso_5{
    color:#4C7ABD !important;
}
.bg_paso_5{
    background-color: #4C7ABD40;
}
.circle_paso_5{
    background-color: #4C7ABD!important
}

.paso_6{
    color:#5BAEC4 !important;
}
.bg_paso_6{
    background-color: #5BAEC440;
}
.circle_paso_6{
    background-color: #5BAEC4!important
}

.paso_7{
    color:#62B69D !important;
}
.bg_paso_7{
    background-color: #62B69D40;
}
.circle_paso_7{
    background-color: #62B69D!important
}

.paso_8{
    color:#70BB5A !important;
}
.bg_paso_8{
    background-color: #70BB5A40;
}
.circle_paso_8{
    background-color: #70BB5A!important
}

.paso_9{
    color: #b2d257 !important;
}
.bg_paso_9{
    background-color: #b2d25740;
}
.circle_paso_9{
    background-color: #b2d257!important;
}

.circle_1{
    border: 2px solid #e9833d;
}

.circle_2{
    border: 2px solid #E36161;
}

.circle_3{
    border: 2px solid #CD5C9F;
}

.circle_4{
    border: 2px solid #805EA6;
}

.circle_5{
    border: 2px solid #4C7ABD;
}

.circle_6{
    border: 2px solid #5BAEC4;
}

.circle_7{
    border: 2px solid #62B69D;
}

.circle_8{
    border: 2px solid #70BB5A;
}

.circle_9{
    border: 2px solid #b2d257;
}

@media (max-width: 990px) {
    #dit_content{
        min-height: auto;
        background-image: none!important;

    }
    #dit_content h1, #dit_content h2{
        color: #04488c!important;
    }
}
.text-subtitle--blue {
    font-size: 1.75rem!important;
    color: #04488c;
}
.text-title--white {
    color: #fff;
    font-size: 2.5rem;
}
.text-title--black {
    color: #000;
    font-size: 2.5rem;
}
.btn-success-home:hover{
    color: #04488c;
    border: 1px solid #04488c;
    background-color: transparent;
}

#herramientas{
    position: relative;
    overflow: hidden;
}
#dit_content img{ 
    transition: 0.5s;  
}
#herramientas a:hover{
    opacity: 0.85;
}

#herramientas p, #laboratorio p {
    color: #262626;
    font-weight: 300;
    font-size: 16px;
}
.overlay{
    border-radius: 0.42rem;
    transition: 0.5s;  
    overflow: hidden; 
}


.img-inner{
    width: 100%!important;
    max-height: 350px!important;
    object-fit: cover;
}
a:hover .overlay{
    background-color: #fff; 
}
#dit_content a:hover img{
    transform: scale(1.015,1.015);
}

.img-manual{
box-shadow: 0px 0px 30px 5px rgb(82 63 105 / 15%);
}

.fixed-shape-left {
    position: absolute;
    left: 0;
    top: 15%;
    overflow-y: hidden;
    opacity: 0.2;
}
.fixed-shape-left img{
    max-width: 42%;
}
.bg-gray {
    background: linear-gradient(#fff, #f8f8f8);
}

.highcharts-data-label-connector, .highcharts-title, .highcharts-credits{
    display: none!important;
}

.widget {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
    margin-left: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;

}
.widget a{
    font-size: 18px;
    font-weight: 400;
}
.entry-title a, .widget-title {
    color: #04488c;
}
.widget-title {
    padding: 1rem 2rem;
    padding-top: 1rem;
    padding-top: 1.5rem;
}
h2, .h2 {
    font-size: 1.75rem;
}

#laboratorio{
   background-image: url('/elpixel-empretec-recursos/assets/img/16.png');
   background-repeat: no-repeat;
   background-size: cover;
}  

.thumb32 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
@media screen and (max-width: 1500px) {
.fixed-shape-left img{
    max-width: 85%;
}
}


.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 2px;
}

/* Link the series colors to axis colors */
.highcharts-color-0 {
    fill: #7cb5ec!important;
    stroke: #7cb5ec!important;
}

.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
    stroke: #7cb5ec;
}

.highcharts-axis.highcharts-color-0 text {
    fill: #7cb5ec;
}

.highcharts-color-1 {
    fill: #90ed7d!important;
    stroke: #90ed7d;
}

.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
    stroke: #90ed7d!important;
}

.highcharts-axis.highcharts-color-1 text {
    fill: #90ed7d;
}

.highcharts-legend-item text{
    font-weight: 400!important;

}
.highcharts-color-0 .highcharts-legend-item rect{
    fill: #7cb5ec!important;
}
.highcharts-color-1 .highcharts-legend-item rect{
    fill: #90ed7d!important;
}

.image-container {
    width: 100%; /* Adjust the width as needed */
    height: auto; /* Adjust the height as needed */
    max-width: 600px;
    max-height: auto;
    border-radius: 8px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Modern box shadow */
    overflow: hidden; /* Ensure the shadow is visible */
}

.image-container img{
    width: 100%; /* Adjust the width as needed */
    height: auto;
}

.circular-button {
    position: relative; /* To position the icon */
    width: 120px; /* Adjust the width and height to make it circular */
    height: 120px;
    background-color: #e9833d;
    border: none;
    border-radius: 50%; /* Makes it circular */
    color: white;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}

.icon-container {
    position: absolute;
    top: -15px; /* Adjust the top and left values for icon positioning */
    left: 50%;
    transform: translateX(-50%);
    width: 30px; /* Adjust the width and height of the icon container */
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    font-size: 16px; /* Adjust the font size of the icon */
    color: #e9833d;
}

.herramienta_single .container-fluid{
    max-width: 1600px;
}
.download{
    position: absolute;
    left: 70%;
    top: 70%;
}
/* Style the select element */
#icon-select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* Style the option elements with icons */
.icon-option {
    padding-left: 30px; /* Add space for the icon */
    background-repeat: no-repeat;
    background-position: left center;
}

.select2-container .select2-results .select2-results__option .icon {
    width: 24px; /* Set the desired width for the icon */
    height: 24px; /* Set the desired height for the icon */
     /* Align the icon vertically in the option */
    margin-right: 10px; /* Add space between the icon and text */
}
/* Style the rating container */
.rating {
    display: inline-block;
    font-size: 0; /* Remove any default text space */
}

/* Style the individual dots */
.dot {
    width: 15px; /* Adjust the size of the dots as needed */
    height: 15px;
    background-color: #ddd; /* Color of inactive dots */
    border-radius: 50%; /* Make the dots circular */
    display: inline-block;
    margin-right: 5px; /* Spacing between dots */
    cursor: pointer;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #E4E6EF!important;
}
/* Style the active dots (e.g., when selected) */
.dot.active, .dot:hover {
   background-color: #007bff;
}
.select2-selection__rendered {
    height: calc(1.5em + 1.3rem + 2px)!important;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 1.3rem + 2px)!important;
}
.select2-selection__arrow {
    height: calc(1.5em + 1.3rem + 2px)!important;
}
.select2-container .select2-choice, .select2-result-label {
  font-size: 1.5em;
  height:  calc(1.5em + 1.3rem + 2px)!important;
  overflow: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px!important;
}
.select2-arrow, .select2-chosen {
  padding-top: 6px;
}
.select2-container, .select2-selection__rendered{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px)!important;

    border-radius: 0.42rem;
}
.select_cont{
    position: relative;
}
#tiempo-select, #categoria-select {
    width: 100%!important;
    max-width: 100%!important; /* Limit the maximum width to 100% of the parent container */
}   
/* Style the selected option display */
.select2-container--default .select2-selection--single .select2-selection__rendered {
 
    padding-left: 13px!important; /* Reset the default padding */
}

@media only screen and (max-width: 560px) {
    .select_dot{
        display: none!important;
    }
}

@media only screen and (min-width: 420px) {
    .download{
        position: absolute;
        left: 75%;
        top: 75%;
    }
}
@media only screen and (min-width: 661px) {
    .download{
        position: absolute;
        left: 85%;
        top: 85%;
    }
}

@media only screen and (min-width: 999px) {
    .download{
        position: absolute;
        top: 85%;
        left: 90%
    }
}

@media only screen and (min-width: 1300px) {
    .download{
        position: absolute;
        top: 82%;
        left: 85%
    }
}

@media only screen and (min-width: 1600px) {
    .herramienta_single p{
        font-size: 18px!important;
    }
    .download{
        position: absolute;
        top: 82%;
        left: 82%;
    }
}

.transparent-btn {
    background-color: transparent; /* Make the background transparent */
    border: 1px solid black; /* Add a 1px wide black border */
    color: black; /* Set the text color to black */
    padding: 10px 20px; /* Adjust the padding as needed */
    text-align: center;
    text-decoration: none; /* Remove underlines for links */
    display: inline-block;
    font-size: 16px; /* Adjust the font size as needed */
    cursor: pointer;
    border-radius: 8px;
}

.annotationLayer .linkAnnotation {
    border-radius: 75px;
}

.annotationLayer .linkAnnotation > a, .annotationLayer .buttonWidgetAnnotation.pushButton > a, .flipbook-page-item-link {
    border-radius: 75px;
    top: 12px !important;
    width: 100%;
    height: 87% !important;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover, 
.flipbook-page-item-link:hover {
    background: #6c6c6c8f !important;
    color: transparent !important;
    border-radius: 75px;
    top: 12px;
    width: 100%;
    height: 87%;
}