/* @font-face {
    font-family: siteFont;
    src: url(./Effra_Std_Rg.ttf);
  } */

* {
    color: #D0CFCD;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* ----BODY---- */
body {
    /* background: #244953; */
    background: #0c1e23;
    border-style: solid;
    border-color: #cdab76;
    border-width: 2px;
    padding: 0.2rem;
}


/* ----NAV BAR---- */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    gap: 0.5rem;
    background: #244953;
    margin: 0.5rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

hr {
    border-color: #cdab76;
    margin: 0.5rem;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #cdab76;
}

.nav-btn {
    display: flex;
    justify-content: center;
}

.nav-left {
    padding-left: 1rem;
}

.nav-right {
    padding-right: 1rem;
    display: flex;
    justify-content: right;
    gap: 1rem;
}

.nav-right-mobile {
    display: none;
}

.nav-a {
    color: #cdab76;
    font-size: 22px;
}

.white-txt {
    color: #D0CFCD;
    text-decoration: underline;
}

/*-----GENERAL----*/
.container {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container-menu {
    display: flex;
    flex-direction: column;
    max-width: 20%;
    gap: 0.5rem;
}

.container-menu-mobile {
    display: none;
}

.side-menu-img {
    max-width: 100%;
}

.title-positioning {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #cdab76;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.vertical-hr {
    border-style: solid;
    border-color: #244953;
    border-left: 1px;
    height: 22rem;
    margin-left: 1rem;
}

.display-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}

.display-col {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    padding-right: 0.5rem;
}

.display-center-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}

.txt-justify {
    width: 100%;
    text-align: justify;
    text-justify:auto;
}

.display-center-content-b {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.justify-inbetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}

.flex-gap-half {
    display: flex;
    gap: 0.5rem;
}

.flex-gap-mid {
    display: flex;
    gap: 1rem;
}

.flex-gap-lrg {
    display: flex;
    gap: 2rem;
}

.max-width-100-vh {
    max-width: 100vh;
}

.max-width-100 {
    max-width: 100%;
}

.width-100 {
    width: 100%;
}

.width-med {
    width: 60%;
}

.width-lrg {
    width: 90%;
}

.img-main {
    display: block;
    border: solid 1px #244953;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.img-main-mobile {
    display: none;
    border: solid 1px #244953;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.img-main-phone {
    display: none;
    border: solid 1px #244953;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.img-main:hover,
.img-main-phone:hover,
.img-main-mobile:hover {
    border-color: #cdab76;
}

.max-logo-height {
    max-height: 10vh;
    padding-top: 0.25rem;
}

.max-text-width {
    max-width: 40vh;
    font-size: 18px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.justify-center-text {
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.rounded-borders {
    border-radius: 20px;
}

.side-btn,
.side-btn-style {
    border: solid 1px #244953;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.side-btn {
    max-height: 10rem;
    margin-left: 0.5rem;
    object-fit: cover;
}

.side-btn-style{
    max-height: 30rem;
}

.btn-active {
    border: solid 1px #cdab76;
    filter: brightness(75%);
}
.btn-pos {
    position: relative;
}

.btn-txt-pos {
    position: absolute;
    bottom: 5px;
    color: #cdab76;
    text-shadow: 1px 1px 0px #0c1e23;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

/* ----FOOTER---- */
footer {
    background: #244953;
    margin: 0.5rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.max-icon-height {
    max-height: 2rem;
}

.logo-circle {
    max-height: 5rem;
    padding: 0.5rem;
    vertical-align: middle;
}

.icon-alignment {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: right;
    justify-content: right;
    justify-items: right;
}

.font-small {
    text-align: center;
    font-size: 10px;
}

.font-lrg{
    font-size: 1.15rem;
}

/* ---------DROPDOWNS-------------*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    transform: translate(-120px, 1rem);
    min-width: 5.5rem;
    width: 200px;
    background-color: #0c1e23;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
    padding: 0.5rem;
    border: solid;
    border-color: #cdab76;
    z-index: 1;
}

/*------------SLIDESHOW----------*/
.container-slideshow {
    max-width: 1000px;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.slidesA {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #cdab76;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: 0.6rem
}

.next {
    right: 0.5rem;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #244953;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.priv-txt {
    display: flex;
    justify-content: right;
}

.luis-portrait {
    max-width: 25vh;
}

.luis-txt-pos {
    font-size: 8px;
    font-weight: bold;
    color: #D0CFCD;
    width: 100%;
    text-align: center;
    font-style: italic;
}

/*---RESPONSIVE---*/
/*---RESPONSIVE---*/
/*---RESPONSIVE---*/
/*---RESPONSIVE---*/
/*---RESPONSIVE---*/
@media only screen and (max-width: 768px) {

    .nav-right-mobile {
        display: flex;
    }

    .display-center-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        vertical-align: middle;
    }

    .display-disappear {
        display: none;
    }

    .icon-alignment {
        gap: 1rem;
    }

    .font-small {
        font-size: 8px;
    }

    .max-logo-height {
        max-height: 6vh;
        max-width: 60vw;
    }

    .container-menu {
        display: none;
    }

    .container-menu-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 100%;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .display-center-content {
        display: flex;
        justify-content: center;
    }

    .vertical-hr {
        border-left: 0;
        height: 0;
        margin-left: 0;
    }

    .prev,
    .next {
        top: 40%;
    }

    .side-btn {
        max-height: 100%;
        margin: 0;
    }

    .img-main {
        display: none;
    }

    .img-main-mobile {
        display: block;
    }
    .side-btn {
        max-height: 6rem;
        margin-left: 0;
        width: 100%;
        object-fit: cover;
    }

    .btn-pos {
        position: relative;
    }

    .btn-txt-pos {
        position: absolute;
        bottom: 20px;
        font-size: 14px;
        color: #cdab76;
        width: 100%;
        text-align: center;
    }

    .width-med {
        width: 90%;
    }

    .display-center-content-b {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        flex-direction: column;
    }

    .luis-portrait {
        max-width: 18vh;
        margin: 0;
        padding: 0;
    }

    h1{
        font-size: 1rem;
    }
    p{
        font-size: 0.7rem;
    }

    .dropdown-content {
        transform: translate(-130px, -0.5rem);
        width: 170px;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 375px) {
    .prev,
    .next {
        top: 20%;
    }
    
    .img-main-mobile {
        display: none;
    }

    .img-main-phone {
        display: block;
    }

    .max-icon-height {
        max-height: 1.5rem;
    }

    .font-small {
        font-size: 4px;
    }

    .logo-circle {
        max-height: 3rem;
    }

    .max-logo-height {
        max-height: 5vh;
        max-width: 30vw;
    }

    .container-menu-mobile {
        grid-template-columns: 1fr;
    }

    .side-btn {
        max-height: 6rem;
        margin-left: 0;
        width: 100%;
        object-fit: cover;
    }

    .btn-txt-pos {
        bottom: 20px;
    }
    .display-priv{
        display: flex;
        justify-content: end;
        padding-right: 0.3rem;
    }

    .display-footer{
        display: flex;
        gap: 0;
    }
    
}

/* 
Catalogos
1-MP Corbata
2-AM Corbata
3-MP Acc
4-AM Acc
5-Ninos
6-Uniforme
*/