/*
Theme Name: Pasoapasolaboral Custom Theme
Theme URI: https://www.pasoapasolaboral.cl/
Author: Pasoapasolaboral
Author URI: https://www.pasoapasolaboral.cl/
Description: A custom WordPress theme developed specifically for the Pasoapasolaboral website.
Version: 1.0
Text Domain: Pasoapasolaboral
*/



* {
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

img.custom-logo {
    width: 100%;
    height: 100px;
    max-width: 230px;
   }

.pasoap-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.pasoap-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.pasoap-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.pasoap-page-content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.pasoap-page-content h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.pasoap-page-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.pasoap-page-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.pasoap-page-content h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.pasoap-page-content ol li {
    list-style: decimal;
}

.pasoap-page-content ul li {
    list-style: disc;
}

.pasoap-page-content ol,
.pasoap-page-content ul {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0 !important;
}
ol, ul {
    box-sizing: border-box;
    padding: 0;
}
.pasoap-page-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.pasoap-page-content td,
.pasoap-page-content th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.pasoap-page-content dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.pasoap-page-content dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.pasoap-page-content dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.pasoap-page-content li {
    line-height: 30px;
}

.pasoap-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.pasoap-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
   right: 33px;
    top: 5px;
}

.pasoap-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pasoap-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    color: #000;
}

.pasoap-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.pasoap-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.pasoap-navigation a:hover,
.pasoap-navigation a:focus {
    color: #000;
}

.pasoap-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.pasoap-nav-select .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
}

.pasoap-nav-select .pasoap-menu__list > li:hover > .sub-menu,
.pasoap-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

.pasoap-footer {
    text-align: center;
	font-weight:normal;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.su-button-style-flat span {
    top: 0 !important;
    background: #000 !important;
}


.pasoap-main-title {
    text-align: left;
}

.pasoap-custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pasoap-author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.pasoap-name_author_out {
    display: flex;
    align-items: center;
}

.pasoap-name_author_out span.lbl {
    margin-right: 5px;
}

.pasoap-name_author_out h4,
.pasoap-name_author_out p {
    margin: 0 !important;
    padding: 0;
    font-weight: normal;
}

.pasoap-name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}

.pasoap-name_author_out a:hover p {
    color: #ea0101;
}

.pasoap-modifyDetails {
    /*background: #F2F2F2;*/
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.pasoap-author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.pasoap-author_imag {
    line-height: 0;
}

.pasoap-name_author_out {
    display: flex;
}

.pasoap-name_author_out span.lbl {
    margin-right: 5px;
}

.pasoap-name_author_out a {
    color: inherit;
}

/*Author Page css*/
.pasoap-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.pasoap-profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pasoap-header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.pasoap-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.pasoap-profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}

.pasoap-profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.pasoap-home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.pasoap-author-f-name .label, .pasoap-author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.pasoap-author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.pasoap-author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.pasoap-name_author_out a:hover,
.pasoap-name_author_out a:hover p {
    color: #000 ;
    text-decoration-color: #000 ;
}

/*AUTHOR SECTION And Page END*/

.pasoap-profile-tab-content {
    padding: 10px 0;
}
.campaign-list-item_cta-btn {
  background: #000 !important;
}
.campaign-list-item_cta-btn:hover {
  background: #000 !important;
}
.modal {
    display: none;
}
/* Container Styling */
.pasoapaso {
    padding: 50px 15px;
    background-color: #f9f9f9;
}

/* Row styling */
.pasoapaso .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Column Styling */
.pasoapaso .columna {
    position: relative;
    flex: 1 1 250px; /* responsive width */
    max-width: 280px;
    text-align: center;
    padding: 30px 15px 15px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Hover effect */
.pasoapaso .columna:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Number Bubble Styling */
.pasoapaso .globo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Title Styling */
.pasoapaso .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Image Styling */
.pasoapaso img {
    max-width: 100px;
    margin-bottom: 20px;
}

/* Footer / Button Styling */
.pasoapaso .footer {
    margin-top: 20px;
    padding: 10px 0;
    border-radius: 0 0 15px 15px;
}

.pasoapaso .footer .btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.pasoapaso .footer .btn h4 {
    margin: 0;
}

/* Hover on Button */
.pasoapaso .footer .btn:hover {
    background-color: rgba(0,0,0,0.1);
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pasoapaso .row {
        gap: 20px;
    }

    .pasoapaso .columna {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 480px) {
    .pasoapaso .columna {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .pasoapaso .globo {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .pasoapaso .title {
        font-size: 16px;
    }
}
.pasoap-footer {
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
}

/* Menu list ko ek line me lao */
.pasoap-footer .menu {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  flex-wrap: wrap; /* mobile safety */
}

/* List item */
.pasoap-footer .menu li {
  margin: 0;
}

/* Links */
.pasoap-footer a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.pasoap-footer a:hover {
  text-decoration: underline;
}

/* Copyright line */
.pasoap-footer .widget_block {
  color: #555;
}
@media only screen and (max-width: 590px) {
      .pasoap-page-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px) {

    .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > a::after {
        display: none;
    }

    .pasoap-table-auto {
        overflow-x: scroll;
        width: 100%;
    }

  

    .pasoap-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

    .pasoap-navbar-toggle-wrapper {
        display: flex !important;
        background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
        color: transparent;
       transform: translatey(-50%);
    }

    .pasoap-navbar-toggle-wrapper span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0px;
        right: 0;
    }

    .pasoap-navbar-toggle-wrapper span::before,
    .pasoap-navbar-toggle-wrapper span::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .pasoap-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .pasoap-navbar-toggle-wrapper span::after {
        top: 7px;
    }


.pasoap-navigation li {
        position: relative;
        display: inline-block;
        Padding: 0 20px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .pasoap-toggle-menu {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
        transform: rotate(0deg);
        text-align: center;
    }

    .pasoap-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .pasoap-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .pasoap-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .pasoap-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
}

.pasoap-nav-select .pasoap-menu__list > li:hover > .sub-menu,
.pasoap-nav-select .sub-menu > li:hover > .sub-menu {
    display: block;
}

}
