@import url('../assets/font/SuisseIntl-Regular.ttf');



body {
        background: #ffffff !important;
        padding: 0;
        font-family: 'SusseIntl-Regular', sans-serif;
        margin: 0;
        scroll-behavior: smooth;
        width: 100%;
        overflow-x: hidden;
}


.titulo {
    display: flex;
    padding-left: 0.5%;
}

.titulo h2 {
    color: #000000;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
    text-decoration: underline;
}

/* Header Navbar */
.navbar_transparent {
    opacity: .5;
}

.navi {
    background: transparent;
    padding-top: 10px;
}

.navi a:hover {
    text-decoration: line-through;
    background: transparent;
}

.navbar-brand .link {
    color: #181818;
    font-size: 1.7rem;
    font-weight: 500;
}

.navbar-brand .link:hover {
    text-decoration: line-through;
    color: #181818 !important;
}

.link {
    color: #181818;
    font-size: 1.7rem;
    font-weight: 500;
}

.link:hover {
    text-decoration: line-through;
    color: #181818 !important;
}


#logoAM {
    font-size: 2.3rem;
    font-weight: bold;
    color: #181818;
}

span.icon-bar {
    background: #181818;
}



.img_hover_menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: none;
    width: 100%;
}

.img_wrapper:hover>.img_hover_menu {
    display: block;
    object-fit: cover;
}


/* grid */

.grid {
    width: 100%;
}

@media (min-width: 600px) {
    .grid {
        display: grid;
        grid-gap: 5rem;
    }

}

.grid-item {
    padding-left: 8rem;
    width: 90%;
}


.paragraph-text {
    columns: 2;
    width: 90%;
}


.paragraph-text p {
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1;
    color: #000000;

}

.paragraph-text p:first-child {
    margin-top: 0;
}

.paragraph-text a {
    text-decoration: none;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1;
    color: #000000;
}

.paragraph-text a {
    text-decoration: none;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1;
    color: #000000;
}

.paragraph-text a:hover {
    text-decoration: line-through;
    -webkit-text-decoration: line-through;
}

a.tachado {
    text-decoration: line-through;
    -webkit-text-decoration: line-through;
    cursor: none;
}

p.tachado {
    text-decoration: line-through;
    -webkit-text-decoration: line-through;
    cursor: none;
}

.paragraph-text1 a {
    text-decoration: none;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1;
    color: #000000;
}

.paragraph-text1 a:hover {
    text-decoration: line-through;
}

.paragraph-text1 p {
    text-decoration: none;
    font-size: 23px;
    letter-spacing: 0em;
    line-height: 1;
    color: #000000;
}

@media (max-width: 600px) {
    .paragraph-text p {
        font-size: 14px;
        display: none !important;
        
    }

    .paragraph-text1 p {
        font-size: 14px;
        
    }

    .paragraph-text1 a {
        font-size: 14px;
        
    }

    .paragraph-text a {
        font-size: 14px;
        
    }

    .titulo h2 {
        font-size: 18px;
    }

        #logoAM {
            font-size: 1.3rem;
            font-weight: 500;
        }
    
        #logoAMfooter {
            font-size: 18px;
        }

                .img_hover img {
        
                    display: none;
        
                }
}

@media (max-width: 780px) {
    .grid {
        display: block;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }

    .grid-item {
        width: 100%;
        padding-left: 0;
        margin-bottom: 1.6rem;
    }

    /* texto en una columna */
    .paragraph-text {
        columns: 1;
        width: 100%;
    }

    /* hover image más pequeña en móvil */
    .img_hover {
        max-width: 80vw;
        max-height: 35vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1) !important;
    }
}

/* hover image */

.img_wrapper {
    position: relative;
}

.img_hover {
    /* Center hover preview in the viewport (like style_home) */
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    /* start slightly scaled and hidden so transitions look smooth */
    transform: translate(-50%, -50%) scale(.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .34s cubic-bezier(.2,.8,.2,1), transform .34s cubic-bezier(.2,.8,.2,1);
    /* make sure it fits the viewport */
    max-width: 80vw;
    max-height: 80vh;
    padding: 8px;
}

.img_hover img {
    display: block;
    width: auto;
    height: auto;
    max-width: 500px;
    object-fit: contain;
}

img {
    width: 100%;
    height: 100%;
}

.img_wrapper:hover>.img_hover {
    /* reveal via opacity/transform for a smooth fade+scale */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.horizontal {
    width: 100%;
}

#logoAMfooter {
    font-size: 23px;
    font-weight: 600;
    color: 000000;
    text-align: left;
}

#logoAMfooter:hover {
    text-decoration: line-through;
    color: #000000 !important;
}


.site-footer {
    background: transparent;
    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;
}

@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
    }

    /* keep hover images disabled on small screens */
    .img_wrapper:hover>.img_hover {
        display: none;
    }

    .img_hover {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

.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;
}

.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
    }
}