/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://webheroe.com
 Description:  Twenty Twenty-Five child theme
 Author:       Álvaro Torres
 Author URI:   https://webheroe.com
 Template:     twentytwentyfive
 Version:      0.1
*/

.polylang_langswitcher {
    display: flex;
    list-style: none;
    padding-left: 15px;
}

.polylang_langswitcher .lang-item {
    margin-left: 10px;
    padding-bottom: 5px;
}

.absolute-container {
    position: relative;
}

.absolute-element {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
}

.vh100 {
    min-height: 100vh;
}

.index-top {
    position: relative;
    z-index: 99;
}

.justify-center {
    justify-content: center !important;
}

main {
    margin-top: 0 !important;
}

.columns-300,
.columns-200 {
    flex-wrap: wrap !important;
    justify-content: center;
}

.columns-300>div,
.columns-200>div {
    max-width: 100% !important;
    flex-basis: unset !important;
    flex-grow: unset !important;
}

.columns-300>div {
    width: 250px !important;
}

.columns-200>div {
    width: 200px !important;
}

.word-break {
    word-break: break-all;
}

.width100 figure,
.not-padd {
    padding: 0 !important;
}

.width1600 {
    max-width: 1600px !important;
}

.width1280 {
    max-width: 1280px !important;
}

.width600 {
    max-width: 600px !important;
}

.width1600,
.width1280,
.width600,
.margin-auto {
    margin: 0 auto !important;
}

.custom-logo {
    width: 180px;
}

.text-align-center {
    text-align: center !important;
}

#iframe_map iframe {
    max-width: 100% !important;
}

#custom-footer p.not-block-start {
    margin-block-start: 20px !important;
}

img {
    max-width: 100% !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.entry-content>.wp-block-group:not(.not-padd)>*,
#bottom-single {
    padding: clamp(15px, 8vw, 30px);
}

.entry-content {
    max-width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
}

header.wp-block-template-part,
#custom-footer .wp-block-group {
    padding: 0 clamp(15px, 8vw, 30px);
}

#rights-umiles {
    color: var(--wp--preset--color--base);
}

.no-vertical-padd {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.entry-content>.wp-block-group:not(.width100)>* {
    max-width: 1280px;
    margin: 0 auto;
}

.flex500,
.flex315,
.flex315.is-not-stacked-on-mobile,
.flex500.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    justify-content: center;
}

.flex500.gap-down {
    gap: 100px 25px;
}

.flex500 a,
.flex315 a {
    text-decoration: none !important;
}

.flex500>div,
.flex315>div {
    flex-basis: unset !important;
    flex-grow: unset !important;
}

.flex315>div {
    width: 280px !important;
}

.flex500>div {
    width: 380px !important;
}

.flex500 *,
.flex315 * {
    max-width: 100% !important;
}

.align-center {
    align-content: center !important;
}

.clamp-1024vw>* {
    width: clamp(300px, 60vw, 1024px);
}

.width-fit {
    width: fit-content !important;
}

.imgs-100>figure>figure {
    height: 80px;
}

.imgs-100 img {
    width: 100% !important;
    height: 80px !important;
    object-fit: contain !important;
}

.sticky-container {
    position: relative;
}

.sticky-element {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.absolute-center-container {
    position: relative;
}

.absolute-center-element {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
}

.column-center-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-blue {
    border: 1px solid var(--wp--preset--color--accent-3) !important;
    padding: 0 !important;
}

.details-blue>*:not(ul) {
    padding: 10px 15px 10px !important;
}

.details-blue,
.details-blue ul {
    margin-bottom: 15px !important;
}

.details-blue summary {
    background-color: var(--wp--preset--color--accent-3) !important;
    color: var(--wp--preset--color--base) !important;
    padding-bottom: 10px !important;
}

#three-videos .wp-block-video {
    overflow: hidden;
    border-radius: 15px;
}

#three-videos .wp-block-video+* {
    margin: 5px 0 0;
}

#three-videos .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: space-around;
}

#three-videos .wp-block-column {
    width: 500px;
    max-width: 100%;
    flex-basis: unset !important;
    flex-grow: unset !important;
}

@media (max-width: 781px) {
    .video-width {
        display: flex;
        justify-content: center;
    }

    .video-width video {
        width: 100% !important;
        min-width: 1024px;
    }

    .right-change-side {
        display: flex;
        flex-direction: column;
    }

    .right-change-side>*:first-child {
        order: 2;
    }

    .right-change-side>*:last-child {
        order: 1;
    }
}

/* MOVE TEXT */
.container-carrousel {
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}

.container-carrousel.two-carr {
    height: 100px;
}

.move-text {
    padding: 5px 0 !important;
}

.move-text p {
    font-size: 35px;
    white-space: nowrap;
    margin: 0;
    display: inline-block;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.move-text p:first-child {
    animation: 25s linear infinite marquee;
}

.move-text p:nth-child(2) {
    animation: 25s linear infinite marqueetwo;
    transform: translateX(-50%);
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marqueetwo {
    0% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* END MOVE TEXT */