 /* Fuentes */

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fuentes/Jost/Jost-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

body {
    font-family: 'Jost', sans-serif;
    margin: 0;
}


/* Home-header */

.container-fluid {
    max-width: 1700px;
}

.logo {
    width: 200px;
    height: auto;
}

header > div {
    max-width: 1700px;
    padding: 20px 20px;
    margin: auto;
}

/* home-section */

.home-section {
    padding: 20px;
    max-width: 1700px;
    display: flex;
    gap: 20px;
    margin: auto;
}

.home-section > div {
    width: 50%;
}

.home-section-image {
    display: block;
    position: relative;
    cursor: pointer;
    height: 600px;
}

.home-section-logos {
    display: flex;
    padding: 25px 15px 0 15px;
}

.home-section-logos > a {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    transition: 0.2s transform ease;
    padding: 0 10px;
    box-sizing: border-box;
}

.home-section-logos > a:hover {
    transform: scale(1.05);
}

.home-section-logos label {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 500;
}

.home-section-logo {
    width: 32px;
    height: 32px;
    min-width: 25px;
}

.home-section-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home-section-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.8) grayscale(0.2);
    transition: box-shadow 0.2s ease;
}

.home-section-image:hover img {
    box-shadow: 2px 2px 8px 2px #b5b5b5;
}

.home-section h2 {
    color: white;
    font-weight: 400;
    font-size: 48px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-content {
    margin: auto;
    padding-top: 50px;
}

@media (max-width: 1400px) {
    .home-section-image {
        height: 450px;
    }

    header > div {
        padding: 15px 20px;
        max-width: 1200px;
    }

    .logo {
        width: 160px;
    }

    .home-section {
        max-width: 1200px;
    }

    .home-section h2 {
        font-size: 38px;
    }

    .home-section-logos label {
        font-size: 13px;
    }

    .home-section-logos > a {
        padding: 0 4px;
    }
}

@media (max-width: 1100px) {
    .home-section-image {
        height: 400px;
    }

    .home-section {
        padding-top: 50px;
    }

    .home-section h2 {
        font-size: 34px;
    }

    .home-section-logos label {
        font-size: 12px;
    }

    .home-section-logos > a {
        padding: 0 4px;
    }
}

@media (max-width: 930px) {
    .home-section {
        flex-flow: column;
        gap: 30px;
    }

    .home-section-image {
        height: 400px;
    }

    .home-section > div {
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 700px) {
    .home-section {
        padding-top: 20px;
    }

    .home-section > div {
        width: 100%;
    }

    .home-section > div .home-section-image {
        height: 350px;
    }

    .home-section-logos {
        flex-flow: wrap;
        padding: 25px 0 0 0;
        max-width: 350px;
        margin: auto;
    }

    .home-section-logos > a {
        width: 50%;
        justify-content: left;
        padding: 0 0 20px 7%;
    }

    .home-section-logos label {
        font-size: 15px;
    }
}

/*Home Aniversario*/

.home-aniversario {
    display: flex;
    flex-direction: column;
}

.home-aniversario__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    gap: 140px;
    margin: 10px 315px;
}

.home-aniversario__text h2 {
    color: #0C0C0C;
    font-family: Jost;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.home-aniversario__text p {
    color: rgba(12, 12, 12, 0.56);
    display: flex;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 50%;
    margin: 0;
}

.home-aniversario__video-container {
    width: 100%;
    height: auto;
}

.home-aniversario__video-container iframe {
    width: 65%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: auto;
    /*padding: 50px 20px;*/
}

/* Home Optica */

.home-optica.responsive {
    display: none;
}

.home-optica > div {
    padding: 80px 20px;
    display: flex;
    max-width: 1240px;
    margin: auto;
}

.home-optica > h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 81px;
    color: #003DA6;
    text-align: center;
    margin: 50px 0 20px 0;
    padding: 0 15px;
}

.home-optica-text {
    width: 35%;
    padding-right: 30px;
}

.home-optica-image {
    width: 65%;
    height: 430px;
}

.home-optica-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.home-optica-text h3 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 0;
}

.home-optica-text p {
    font-size: 24px;
}

.home-optica-text a {
    width: fit-content;
    box-sizing: border-box;
    background-color: #003DA6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
}

.home-optica a:hover {
    box-shadow: 2px 2px 6px 2px #b5b5b5;
}

/* Home Insturmentos */

.home-instrumentos {
    background-color: #F8F8F8;
}

.home-instrumentos > div {
    padding: 80px 20px;
    box-sizing: border-box;
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.home-instrumentos-text {
    width: 35%;
    padding-left: 30px;
}

.home-instrumentos-image {
    width: 65%;
    height: 430px;
}

.home-instrumentos-image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.home-instrumentos-text h3 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 0;
}

.home-instrumentos-text p {
    font-size: 24px;
}

.home-instrumentos-text a {
    width: fit-content;
    box-sizing: border-box;
    background-color: #003DA6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
}

.home-instrumentos-text a:hover {
    box-shadow: 2px 2px 6px 2px #b5b5b5;
}

@media (max-width: 1450px) {
    .home-optica > div, .home-instrumentos > div {
        max-width: 1050px;
    }

    .home-optica > h2 {
        font-size: 48px;
    }

    .home-optica-text h3, .home-instrumentos-text h3 {
        font-size: 26px;
    }

    .home-optica-text p, .home-instrumentos-text p {
        font-size: 20px;
    }

    .home-optica-text a, .home-instrumentos-text a {
        font-size: 20px;
    }

    .home-optica-image, .home-instrumentos-image {
        height: 380px;
    }

    .home-aniversario__video-container iframe {
        width: 70%;
    }

    .home-aniversario__text {
        gap: 35px;
        margin: 10px 175px;
    }

    .home-aniversario__text p {
        width: 43%;
    }

    .home-aniversario__video-container iframe {
        width: 74%;
    }
}

@media (max-width: 1100px) {
    .home-optica > div, .home-instrumentos > div {
        max-width: 900px;
    }

    .home-optica > h2 {
        font-size: 34px;
    }

    .home-optica-text h3, .home-instrumentos-text h3 {
        font-size: 22px;
    }

    .home-optica-text p, .home-instrumentos-text p {
        font-size: 18px;
        line-height: 1.4;
    }

    .home-optica-text a, .home-instrumentos-text a {
        font-size: 18px;
    }

    .home-optica-image, .home-instrumentos-image {
        height: 340px;
    }

    .home-aniversario__text {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: 0px 40px;
    }

    .home-aniversario__video-container iframe {
        width: 88%;
        margin: 20px;
    }

    .home-aniversario__text p {
        width: 100%;
    }
}

@media (max-width: 770px){
    .home-aniversario__video-container iframe {
        width: 95%;
    }

    .home-aniversario__text {
        margin: 0px;
    }

    .home-aniversario__text p {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .home-optica.responsive {
        display: block;
    }

    .home-optica:not(.responsive) {
        display: none;
    }

    .home-optica > div, .home-instrumentos > div {
        flex-flow: column;
        justify-content: center;
    }

    .home-optica-text, .home-optica-image, .home-instrumentos-image, .home-instrumentos-text {
        width: 100%;
    }

    .home-instrumentos-text {
        padding-left: 0;
    }

    .home-optica-text {
        padding-right: 0;
    }

    .home-optica-image, .home-instrumentos-image {
        height: 260px;
    }

    .home-optica > div, .home-instrumentos > div {
        padding: 50px 20px;
    }

    .home-optica > h2 {
        font-size: 32px;
        line-height: 1.2;
        margin: 30px 0 10px 0;
    }

    .home-optica-text h3, .home-instrumentos-text h3 {
        margin: 20px 0;
        font-size: 24px;
    }

    .home-aniversario__text {
        margin: 0px;
        gap: 20px;
    }

    .home-aniversario__text h2 {
        font-size: 32px;
        margin-top: 0px;
        line-height: 42px;
    }

    .home-aniversario__text p{
        margin: 0px;
    }

    .home-aniversario__video-container iframe {
        width: 90%;
    }
}




/* Footer */

footer {
    background-color: #003DA6;
    padding: 70px 20px;
}

footer a, footer p {
    text-decoration: none;
    color: white;
    margin: 0;
}

footer h4 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 35px 0;
}

footer > div {
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    width: 25%;
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.footer-section:nth-of-type(4) a {
    font-weight: bold;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.footer-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'futura_lt_btlight', serif;
}

footer h5 {
    color: white;
    font-size: 18px;
    margin: 0 0 5px 0;
}

footer h5:last-of-type  {
    margin-top: 20px;
}

@media (max-width: 1400px) {
    footer > div {
        max-width: 1050px;
    }

    .footer-section {
        gap: 3px;
    }
}

@media (max-width: 930px) {
    footer > div {
        flex-flow: wrap;
    }

    .footer-section {
        width: 50%;
        margin-bottom: 30px;
    }

    footer h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 700px) {
    .footer-section {
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px;
        width: 100%;
    }
}






