@import url('../../../assets/font/SuisseIntl-Regular.ttf');

body {
    padding: 0;
    font-family: 'SusseIntl-Regular', sans-serif;
    margin: 0;
    width: 100%;
}

/* scrolldown */

@keyframes anim-down {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.anim-left,
.anim-right,
.anim-down {
    animation-duration: 2s;
    /* la animacion dura X segundos */
    animation-delay: 0.5s;
    /* esperamos X segundos antes de hacer la animacion */
    animation-fill-mode: both;
    /* aplica estilos de la animacion antes y despues de reproducirla */
}

.anim-down {
    animation-name: anim-down;
}

.anim-pause-1 {
    animation-delay: 1s;
}

.anim-pause-2 {
    animation-delay: 2s;
}

.anim-pause-3 {
    animation-delay: 3s;
}

.paused * {
    animation-play-state: paused;
}


/* Header Navbar */
.navbar_transparent {
    opacity: .5;
}

.navi {
    background: transparent;
    padding-top: 10px;
}

.navi a:hover {
    text-decoration: line-through #181818 2.3x !important;
    background: transparent !important;
}

.link {
    color: #181818 !important;
    font-size: 1.7rem;
    font-weight: 500;
}

.link:hover {
    text-decoration: line-through #000000 2.3px !important;
}



#logoAM {
    font-size: 2.3rem;
    font-weight: bold;
}

span.icon-bar {
    background: #181818;
}

.img_wrapper {
    position: relative;
}

/* carrousel */
/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item img {
    width: 100%;
    object-fit: cover;
}


/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}

.linkss {
    color: #434343 !important;
    font-size: 20px;
}

.linkss:hover {
    color: #737373 !important;
    text-decoration: line-through 1px solid #000000;
}
/* hover image */
.img_wrapper {
    position: relative;
}

.img_hover {
    /* Center the hover image in the viewport and allow smooth transitions */
    position: fixed;
    left: 50%;
    top: 50%;
    /* start slightly scaled down so scale transition looks elegant */
    transform: translate(-50%, -50%) scale(.98);
    z-index: 9999;
    /* use opacity/visibility so transitions work (avoid toggling display) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s cubic-bezier(.2, .8, .2, 1), transform .34s cubic-bezier(.2, .8, .2, 1);
    /* allow the image to scale responsively but not overflow the viewport */
    max-width: 20vw;
    /* max-height: 20vh; */
    width: auto;
    padding: 8px;
}

.img_hover img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

img {
    width: 100%;
    height: 100%;
}

.img_wrapper:hover>.img_hover_1 {
    /* Show via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.img_hover_1 {
    /* Center the hover image in the viewport and allow smooth transitions */
    position: fixed;
    left:50%;
    top: 20%;
    /* start slightly scaled down so scale transition looks elegant */
    transform: translate(-50%, -50%) scale(.98);
    z-index: 9999;
    /* use opacity/visibility so transitions work (avoid toggling display) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s cubic-bezier(.2, .8, .2, 1), transform .34s cubic-bezier(.2, .8, .2, 1);
    /* allow the image to scale responsively but not overflow the viewport */
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    padding: 8px;
}

.img_hover_1 img {
    display: block;
    width: 80%;
    height: auto;
    /* max-width: 100%;
    max-height: 100%; */
    object-fit: contain;

}

/* img {
    width: 100%;
    height: 100%;
} */

.img_wrapper:hover>.img_hover_2{
    /* Show via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.img_hover_2 {
    /* Center the hover image in the viewport and allow smooth transitions */
    position: fixed;
    left: 50%;
    top: 25%;
    /* start slightly scaled down so scale transition looks elegant */
    transform: translate(-50%, -50%) scale(.98);
    z-index: 9999;
    /* use opacity/visibility so transitions work (avoid toggling display) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s cubic-bezier(.2, .8, .2, 1), transform .34s cubic-bezier(.2, .8, .2, 1);
    /* allow the image to scale responsively but not overflow the viewport */
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    padding: 8px;
}

.img_hover_2 img {
    display: block;
    width: 100%;
    height: auto;
    /* max-width: 100%;
    max-height: 100%; */
    object-fit: contain;

}

.img_wrapper:hover>.img_hover_3 {
    /* Show via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.img_wrapper:hover>.img_hover_3 {
    /* Show via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.img_hover_3 {
    /* Center the hover image in the viewport and allow smooth transitions */
    position: fixed;
    left: 50%;
    top: 50%;
    /* start slightly scaled down so scale transition looks elegant */
    transform: translate(-50%, -50%) scale(.98);
    z-index: 9999;
    /* use opacity/visibility so transitions work (avoid toggling display) */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s cubic-bezier(.2, .8, .2, 1), transform .34s cubic-bezier(.2, .8, .2, 1);
    /* allow the image to scale responsively but not overflow the viewport */
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    padding: 8px;
}

.img_hover_3 img {
    display: block;
    width: 100%;
    height: auto;
    /* max-width: 100%;
    max-height: 100%; */
    object-fit: contain;

}

.img_wrapper:hover>.img_hover_3 {
    /* Show via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}



@media (max-width: 600px) {
    .img_hover_3 img {

        display: none;

    }

    .img_hover_1 img {

        display: none;
    }

    .img_hover_2 img {

        display: none;
    }

    svg {
        width: 16px;
        height: 16px;
    }
}


@media (max-width: 780px) {
    .img_hover img {

        display: none;

    }

    .img_hover_1 img {

        display: none;
    }

    svg {
        width: 18px;
        height: 18px;
    }
}

.grid {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    height: 100%;
}

@media (min-width: 600px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
}

.grid-item {
    padding: 1rem;
}


.title-section {
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #000000;
}

.sub-title-section {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #434343;
}

.paragraph-text {
    columns: 1;
}

.paragraph-text p {
    letter-spacing: 0em;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    font-size: 23px;
}

.paragraph-text p:first-child {
    margin-top: 0;
}

.paragraph-text a {
    color: #434343 !important;
    font-size: 20px;
}

.paragraph-text a:hover {
    color: #737373 !important;
    text-decoration: line-through 1px solid #000000;
}
.linkss {
    color: #434343;
    font-size: 20px;
    font-family: 'SusseIntl-Regular', sans-serif
}

.linkss:hover {
    color: #737373;
    text-decoration: line-through 1px solid #000000;
}

@media (max-width: 600px) {
    .paragraph-text p {
        font-size: 14px !important;
    }


    .paragraph-text a {
        font-size: 14px !important;
    }

        .title-section {
            font-size: 3rem;
        }
    
        .sub-title-section {
            font-size: 1.5rem;
        }

        #logoAMfooter {
            font-size: 18px !important;
        }
}

@media (min-width: 1024px) {
    .graphics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-content: center;
        grid-gap: 2rem;
    }
}

@media (max-width: 600px) {
    /* .small-img {
        padding: 1rem;
    } */

    .frase {
        font-size: 20px;
    }
}

/* Footer */


#logoAMfooter {
    font-size: 23px;
    font-weight: 600;
    color: #000000 !important;
}


.site-footer {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;

}

#row {
    display: flex;
    align-items: center;
}

.site-footer .social-icons {
    text-align: right
}



.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    /* margin-left: 6px; */
    margin-right: 0;
    border-radius: 100%;
}

.fa {
    font-size: 23px !important;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        /* margin-bottom: 15px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }


}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;

}

.social-icons li {
    display: inline-block;
    margin-bottom: 0px !important;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    color: #000000;
    font-size: 23px;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #ffffff;
    background-color: #000000
}

f .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}


@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

/* Flechas del carousel: flechas rectas en SVG con transición suave */
.carousel-control {
    /* Asegurar que el control ocupe toda la altura del carousel y centre su contenido */
    position: absolute; /* refuerza comportamiento de Bootstrap por si acaso */
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px; /* ancho clickable */
    padding: 0;
    background: transparent;
}

/* ajustar ubicación lateral para no tocar bordes */
.carousel-control.left { left: 12px; }
.carousel-control.right { right: 12px; }

.carousel-control .carousel-arrow {
    width: 28px;
    height: 28px;
    display: block;
    transition: transform 0.28s ease, opacity 0.28s ease;
    cursor: pointer;
    will-change: transform, opacity;
}

/* hover: desplazar ligeramente según dirección */
.carousel-control.left:hover .carousel-arrow {
    transform: translateX(-6px);
}

.carousel-control.right:hover .carousel-arrow {
    transform: translateX(6px);
}

@media (max-width: 780px) {
    .carousel-control { width: 44px; }
    .carousel-control .carousel-arrow { width: 18px; height: 18px; }
}
