html, body, iwh-title, li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8c8c8c !important;
}
.slider-item {
    height: calc(84vh - 2rem);
}

.site-logo {
    width: 55%;
}
.site-logo img {
    border-radius: 10%;
}

.tns-item {
    list-style: none;
}


/* Timeline */


.bgfuxia {
    background-color: #B22550 !important;
}

.bggreendark {
    background-color: #047480 !important;
}

.bggreenlight {
    background-color: #58A9A2 !important;
}

.colorfuxia {
    color: #B22550 !important;
}

.colorgreendark {
    color: #047480 !important;
}

.colorgreenlight {
    color: #58A9A2 !important;
}

.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #7c7c7c;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}



.timeline .timeline-item .timeline-badge.primary {
    background-color: #1f9eba;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border-radius: 2px;
    padding: 20px;
    border: none;
}

.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #c0c0c0;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}

.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-item .timeline-panel .timeline-body>p,
.timeline .timeline-item .timeline-panel .timeline-body>ul {
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-panel .timeline-body>p+p {
    margin-top: 5px;
}

.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
    left: 130px;
}

.timeline-horizontal:before {
    height: 5px;
    top: auto;
    bottom: 5px;
    left: 56px;
    right: 0;
    width: 75%;
    margin-bottom: 20px;
    background-color: #58a9a2;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 280px;
    width: 20%;
    min-width: 320px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 50%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item .borderfuxia:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #B22550 !important;
    border-bottom: 0 solid #B22550 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item .bordergreendark:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #047480 !important;
    border-bottom: 0 solid #047480 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item .bordergreenlight:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #58A9A2 !important;
    border-bottom: 0 solid #58A9A2 !important;
    border-left: 16px solid transparent !important;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}

.timeline-icon {
    margin-left: 6px;
}

.container-timeline {
    background: #f9f9f9;
    padding: 70px;
    /* background: url(/colombiatupais/themes/contrib/xarapro/images/archivos/MAURICIO.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Hacer el timeline responsive */
@media (max-width: 768px) {
    .timeline-item {
        width: 48%;
        /* Ajuste para tablets */
    }
}

@media (max-width: 576px) {
    .timeline-horizontal,
    .container-timeline {
        flex-direction: column !important;
        display: none;
    }

    .timeline-item {
        width: 100%;
        /* Ajuste para móviles */
        margin-bottom: 30px;
    }
}






/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.team-row {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}

.fa-people-group {
    font-size: 70px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

/* Imágenes Redondas y más pequeñas */
.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    /* border-radius: 50%; */
    object-fit: cover;
    /* Asegura que la imagen se ajuste bien al recorte */
    margin: 0 auto;
    /* Centra la imagen */



    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 30px 0 7px;
}

.overlay {
    position: absolute;
    top: 0;
    border-radius: 88%;
    width: 56%;
    height: 100%;
    opacity: 0;
    /* -webkit-transition: all .2s ease-in-out; */
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    left: 22%;
}

.title-team {
    margin-top: 5%;
}


.team-details {
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 0;
    padding: 5%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 20px;
}

.team-details p {
    color: #fff;
    font-size: 14px;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -30px;
}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}

.wpb_wrapper hr {
    height: 3px;
    width: 100px;
    margin-bottom: 5%;
}



.footer-colombiatupais {
    box-sizing: border-box;
    max-width: 1280px;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.footer-colombiatupais .footer-left,
.footer-colombiatupais .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-colombiatupais .footer-left {
    width: 40%;
}


.footer-colombiatupais h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.footer-colombiatupais h3 span {
    color: #ffffff;
}

.footer-colombiatupais .footer-name {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Footer Center */

.footer-colombiatupais .footer-center {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* align-self: stretch; */
}

.footer-colombiatupais .footer-center .address-item {
    display: flex;
    align-item: center;
    gap: 10px;

}

.footer-colombiatupais .footer-center .address-item p {
    margin: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-colombiatupais .footer-center .address-item div {
    margin: 0;
    color: #788e96;
}

.footer-colombiatupais .footer-center .address-item p a {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.footer-colombiatupais .footer-center .social-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    /* padding-left: 100px; */
    /* justify-content: center; */
}

.footer-colombiatupais .footer-center .social-item a {
    margin: 0;
    color: rgba(0 0 0 / 80%);
}

.footer-colombiatupais .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-colombiatupais .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-colombiatupais .footer-right {
    width: 35%;
    /* align-self: self-start; */
    margin-top: -20px;
}

.footer-colombiatupais .footer-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-colombiatupais .footer-about .about-title {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.footer-colombiatupais .footer-about .about-description {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.footer-colombiatupais .footer-socials {
    margin-top: 25px;
}

.footer-colombiatupais .footer-socials a {
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-colombiatupais .logo {
    width: 35%;
    border-radius: 10%;
    margin-bottom: 30px;
}


@media (max-width: 800px) {

    .footer {
        font: bold 14px sans-serif;
    }

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer .footer-center i {
        margin-left: 0;
    }

}

/* Responsivo para pantallas pequeñas */
@media (max-width: 768px) {
    .footer-colombiatupais {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        flex: 1 1 100%;
    }

    .footer-left img {
        max-width: 80px;
    }
}

@media (max-width: 480px) {

    .footer-left,
    .footer-center,
    .footer-right {
        font-size: 0.9em;
    }

    .address-item,
    .social-item {
        font-size: 1em;
    }

    .footer-left h3,
    .footer-about .about-title {
        font-size: 1em;
    }
}

.content-bottom-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}

.iw-heading {
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 19px;
}

.slider-item,
.header-container {
    margin: 0 auto;
    display: flex;
    /* justify-content: space-around; */
    width: 80%;
}

.team-row {
    width: 50%;
}

.description-content {
    margin: 0 auto;
    width: 70%;
}

@media (max-width: 1024px) {
    .description-content {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .description-content {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .description-content {
        width: 80%;
        padding: 0 10px;
    }
}


.title_ctp {
    font-family: auto;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 3%;
}

.line {
    border-top: 2px solid #3498db;
    width: 80%;
    margin: 20px 0;
    margin-top: 50px;
}

/* stories */









.stories-styles {
    display: flex;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #008080;
}

.views-field-field-image-stories {
    flex: 1 1 100%;  /* Asegura que la imagen ocupe el 100% en pantallas pequeñas */
    max-width: 100%; /* Impide que la imagen se desborde */
    display: flex;
    justify-content: center;
    border: none;
    margin: 10px 0; /* Añade margen arriba y abajo de las imágenes */
}

.description-stories {
    width: 100%;  /* Asegura que el texto ocupe el 100% del contenedor en pantallas pequeñas */
    max-width: 100%; /* Limita el ancho para pantallas pequeñas */
    margin: 10px 0; /* Añade margen arriba y abajo */
}

.views-field-body {
    flex: 1 1 100%; /* Permite que el texto se adapte en pantallas pequeñas */
}

/* Para pantallas medianas (a partir de 768px) */
@media (min-width: 768px) {
    .views-field-field-image-stories {
        width: 48%; /* La imagen ocupará el 48% del ancho en pantallas medianas */
        margin: 10px 2%; /* Añade espacio entre la imagen y el texto */
    }

    .description-stories {
        width: 48%; /* El texto ocupará el 48% del ancho en pantallas medianas */
        margin: 10px 2%; /* Añade espacio entre los textos */
    }
}

/* Para pantallas grandes (a partir de 1024px) */
@media (min-width: 1024px) {
    .views-field-field-image-stories {
        width: 90%; /* En pantallas grandes, las imágenes ocupan un 30% */
        margin: 10px 1%; /* Espaciado adecuado */
    }

    .description-stories {
        width: 90%; /* El texto ocupará el 60% en pantallas grandes */
        margin: 10px 1%; /* Espaciado adecuado */
    }
}

/* .stories-styles {
    display: flex;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #008080;
}

.views-field-field-image-stories {
    width: 250%;
}

.description-stories,
.iwh-sub-title {
    width: 1000px;
}
.views-field-field-image-stories {
    display: flex;
    justify-content: center;
    border: none;
} */

/* p,
.iwh-sub-title {
    font-family: auto;
} */

.contact-message-feedback-form {
    margin: 0 auto;
    width: 1280px;
}

.region-page-header {
    display: flex;
    align-items: flex-start; /* Alineación vertical al inicio */
    justify-content: flex-start; /* Alineación horizontal al inicio */
    padding-left: 150px; /* Espaciado inicial desde el borde izquierdo */
    width: 100%; /* Ocupa todo el ancho */
    box-sizing: border-box; /* Incluye padding en el ancho */
}

/* Ajustes para pantallas pequeñas */
/* @media (max-width: 768px) { 
    .region-page-header {
        padding-left: 150px; 
    }
} */
@media (min-width: 1920px) {
    .region-page-header {
        padding-left: 192px;
    }
}

@media (max-width: 1280px) {
    .region-page-header {
        padding-left: 0; /* Asegura que no haya espacio a la izquierda */
        margin: 0 auto; /* Centra horizontalmente si es necesario */
        justify-content: center;
        position: static; /* Resetea la posición */
    }
}

@media (max-width: 768px) {
    .region-page-header {
        flex-direction: column; /* Cambia a diseño vertical */
        align-items: center; /* Centra el contenido verticalmente */
        padding-left: 0; /* Elimina relleno innecesario */
        margin: 0 auto;
        position: static; /* Evita conflictos de `relative` */
        bottom: 0; /* Elimina ajustes innecesarios */
    }
}

@media (max-width: 480px) {
        .region-page-header {
        padding-right: 28vh;
        flex-direction: column;
        position: static;
        bottom: 0;
        margin-top: -130px;
    }
    .slider {
        height: 26vh;
    }
    .iw-heading {
    width: 90%;
}
.header-right {
        position: relative;
    bottom: 9px;
    left: 37px;
}
.site-logo {
    width: 30%;
}

}






.breadcrumb-item {
    color: white !important;
    ;
}

.scrolltop {
    background-color: white !important;
    color: black !important;
}

.contact-message-feedback-form {
    margin: 0 auto;
    width: 60%;
}

.form-actions input {
    background: #0f2230;
}

.search-box {
    position: fixed;
    background-color: var(--light);
    top: 0;
    right: 0;
    left: 0;
    width: 80%;
    padding: 30px;
    margin: 0 auto;
}
.sliding-sidebar-icon {
    display: none;
}

/* styles slider */


.pager-item {
    /* background-color: var(--primary); */
    color: #ffffff;
}

.pager-item-active,
.pager-item:hover {
    background-color: #82a1b9;
}

.container_custom_slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider_image {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.slider_image img {
    /* height: 100%; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0.5);
}

.slider_text {
    position: absolute;
    top: 85%;
    color: white;
    font-weight: bold;
    left: 160px;
    font-size: 2.5em;
    text-transform: uppercase;
    width: 750px;
    transform: translateY(-50%);
}

.container_custom_slider a {
    position: absolute;
    text-decoration: none;
    color: white;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.slider_buttom_next {
    right: 30px;
}

.slider_buttom_prev{
    left: 30px;
}

.slider_dot_container {
    position: absolute;
    top: 93%;
    width: 100%;
    text-align: center;
}

.slider_dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
}

.slider_dot:hover {
    cursor: pointer;
    background-color: gray;
}

.container_custom_slider a:hover {
    color: gray;
}

.current_slide {
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 1s;
}

.active_dot {
    background-color: gray;
}

/* end styles slider */


.header-main {
    position: absolute;
    background-color: transparent;
    width: 100%;
}
.page-header {
    padding-top: 258px;
}

.region-primary-menu .menu > li:hover, .region-primary-menu .menu > li:hover > a {
    color: #ffffff;
    font-size: 21px;
}

.cookiealert.show {
    display: none;
}
.search-icon {
    background-color: white;
}

/* Diseño responsivo */
@media (max-width: 430px) {
    
    .stories-styles,
    .team-row {
        display: block;
    }
    .views-field-field-image-stories {
        /*width: 70%;*/
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .description-stories {
        width: auto;
    }
    .sliding-sidebar-icon {
        display: none;
    }
    .footer .footer-left, .footer .footer-center, .footer .footer-right {
        text-align: -webkit-left;
    }
    .contact-message-feedback-form {
        margin: 0 auto;
        width: auto;
        padding: 10%;
    }
    h1 {
        font-size: 1.5rem;
    }
    .subheading .text-center {
    width: 61%;
    margin: 0 auto;
    margin-bottom: 30px;
}
    
  }

  @media (max-width: 1024px) { 
    .region-page-header {
        left: 40%;
    }
    .stories-styles,
    .team-row {
        display: block;
    }
    .description-stories {
        width: auto;
    }
  }
  @media (max-width: 1920) { 
    
    .views-field-field-image-stories img {
        width: auto;
    }
    .description-stories, .iwh-sub-title {
        margin-left: 66px;
    }
  }

  .menu-wrap .menu li > a, .menu-wrap .menu li > span {
    padding: 2px;
    font-size: 21px;
}