
.modal3 {
    display: block; /* Mostrar o ocultar con JS */
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content3 {
    position: relative;
    background-color: #fefefe02;
    margin: auto;
    width: 30%;
    text-align: center;
}

.modal-content3 img {
    width: 98%;
}

.close3 {
    color: #000000;
    float: right;
    font-size: 38px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #f9bd16;
    transform: translate(50%, 50%);
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




@font-face {
    font-family: "LilitaOne";
    src: url("../font/LilitaOne-Regular.woff2");
}

.main-container {
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 12% 8%;
}

.main-container>div>.title1 {
    font-size: 5vw;
    font-style: italic;
    color: var(--brown);
}

.main-container>div>.title2 {
    font-size: 8vw;
    font-family: 'LilitaOne';
    color: var(--brown);
}

.main-container>div {
    padding: 8% 0;
    line-height: 1;
}

.plate1 {
    position: absolute;
    top: 12vh;
    left: -6vw;
    width: 35vw;
}

.plate2>img {
    animation: mover 4s infinite alternate;
}

.plate1>img {
    animation: mover2 4s infinite alternate;
}

.plate2 {
    position: absolute;
    width: 32vw;
    top: 0;
    right: 0;
    transform: translate(50%, -60%) rotate(27deg);
}

.main_fotos {
    position: relative;
}

.plate1::before {
    content: "";
    position: absolute;
    top: -46%;
    right: -40%;
    width: 108%;
    height: 137%;
    border-radius: 50%;
    border: 2px solid var(--brown);
    z-index: -1;
}

.plate2 img {
    position: relative;
    z-index: 19;
    width: 100%;
}

.plate1-img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.plate2::before {
    content: "";
    position: absolute;
    top: 2%;
    right: 34%;
    width: 70%;
    height: 82%;
    border-radius: 50%;
    border: 2px solid var(--brown);
    z-index: -1;
}

.quienes-o {
    width: 7vw !important;
}

.quienes {
    font-size: 7vw !important;
}

.quienes>div {
    font-family: 'LilitaOne';
}

.square-yellow {
    width: 46%;
    position: absolute;
    top: 36vh;
    right: 0;
    z-index: -2;
}

.main_fotos {
    position: relative;
}

.puntos {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

:root {
    --brown: #341e09;
    --yellow: #f48b29;
    --white: #fff;
}

.btn-order {
    padding: .7vw 2vw;
    border-radius: 5px;
    background-color: var(--yellow);
    color: var(--white);
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: fit-content;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn-order::before {
    content: '';
    width: 0;
    height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--brown) 0%, #341e0980 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.btn-order:hover::before {
    width: 100%;
}

.btn-order2 {
    padding: .7vw 2vw;
    border-radius: 5px;
    background-color: var(--yellow);
    color: var(--white);
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: fit-content;
    transition: .25s;
    border: 1px solid var(--yellow);
}

.btn-order2:hover {
    background-color: var(--brown);
    border: 1px solid var(--yellow);
    color: var(--yellow);
}

.section-plates {
    padding: 12% 12% 0 12%;
    position: relative;
    text-align: center;
}

.plates>div>div {
    display: flex;
    border-radius: 5px;
    text-align: center;
    color: var(--white);
    margin: 100px 0 0 0;
}

.plates>div>div>div>a {
    color: var(--white);
}

.plates p {
    font-size: .8vw !important;
}

.plates>div>div>div {
    background-color: var(--brown);
    border-radius: 0.4vw;
    margin: 1vw;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    transition: 2s all;
    position: relative;
    height: 26vh;
}

.plates>div>div>div:hover {
    transform: scale(1.05);
}

.plates>div>div>div>a>img {
    position: absolute;
    top: -110px;
    left: 0%;
    width: 100%;
}

.plates>div>div>div>a>div {
    position: absolute;
    transform: translateX(-50%);
    bottom: 40px;
    left: 50%;
}

.plates>div>div>div>a>div>span {
    color: var(--yellow);
}

.btn-center {
    margin: 50px 0;
}

#left {
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
}

#right {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
}

.section-about {
    padding: 0 10%;
    position: relative;
    margin: 6% 0;
}

.letra-o {
    width: 6vw !important;
    display: flex;
    align-items: end;
}

.letra-o2 {
    width: 9vw !important;
    display: flex;
    align-items: end;
}

.palabra-about {
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 12vw;
    font-family: 'LilitaOne';
    padding-top: 2vw;
    margin: 1vw;
}

.palabra-about>div {
    color: var(--white);
    font-family: 'LilitaOne';
}

.palabra-about2 {
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 12vw;
    font-family: 'LilitaOne';
    padding-top: 2vw;
}

.palabra-about2>div {
    color: var(--white);
    font-family: 'LilitaOne';
}

.about-index {
    display: grid;
    grid-template-columns: 65% 35%;
}

.square2 {
    position: absolute;
    top: 35px;
    z-index: -1;
}

.about-index>div>p {
    width: 80%;
    color: var(--brown);
    font-weight: 600;
}

.about-index>div {
    display: flex;
    gap: 30px 0;
    justify-content: center;
    flex-direction: column;
}

.section-free {
    padding: 6% 0;
    position: relative;
}

.square-b {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.container-free {
    display: grid;
    grid-template-columns: 40% 60%;
}

.container-free>div>p {
    font-size: 2vw;
}

.info-free {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding-left: 10vw;
}

.info-free p:nth-child(1) {
    color: var(--yellow);
    font-size: 10vw;
    transform: skew(354deg, 354deg);
    line-height: 1;
}

.info-free p:nth-child(2) {
    color: var(--white);
    line-height: 1;
    font-size: 6vw;
    font-family: 'LilitaOne';
    transform: skew(354deg, 354deg);
}

.info-free p:nth-child(3) {
    padding: 10px;
    color: var(--brown);
    position: relative;
    background-color: #f48b29;
}

.square-y2 {
    z-index: -1;
    position: absolute;
    top: 55vh;
    width: 60vw;
}

.triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 160px 0 0px 1200px;
    border-color: transparent transparent transparent #f48b29;
}

.section-btn-free {
    padding: 30px;
    text-align: center;
}

.plate-g {
    width: 92vw;
    animation: mover3 4s infinite alternate;
}

.text-domicilio {
    font-size: 5vw !important;
}

@media (max-width: 996px) {
    .modal-content3 {
        width: 84%;
    }
    
    .plates p {
        font-size: 4vw !important;
    }
    .text-domicilio {
        font-size: 12vw !important;
    }
    .quienes {
        font-size: 12vw !important;
    }
    .palabra-about>div {
        font-size: 9vw;
    }
    .palabra-about2>div {
        font-size: 16vw;
    }
    .plate-g {
        width: 100vw;
    }
    .info-free p:nth-child(2) {
        color: var(--white);
        line-height: 1;
        font-size: 18vw;
    }
    .info-free p:nth-child(1) {
        color: var(--yellow);
        font-size: 20vw;
    }
    .info-free p:nth-child(3) {
        font-size: 18px;
    }
    .container-free {
        grid-template-columns: 98%;
    }
    .about-index>div {
        padding: 6% 0;
    }
    .square-yellow {
        width: 96%;
        position: absolute;
        top: 20vh;
        right: 0px;
    }
    .main-container>.order {
        order: 2;
    }
    .btn-center {
        margin: 30px 0;
    }
    .btn-order {
        padding: 3vw 8vw;
    }
    .btn-order2 {
        padding: 3vw 8vw;
    }
    .about-index {
        padding: 10% 0;
    }
    .section-about {
        margin: 12% 0;
    }
    .main-container>div>.title1 {
        font-size: 40px;
    }
    .main-container>div>.title2 {
        font-size: 60px;
    }
    #left {
        position: absolute;
        left: 2vw;
        top: 40%;
    }
    #right {
        position: absolute;
        right: 2vw;
        top: 40%;
    }
    .letra-o {
        width: 8vw !important;
    }
    .letra-o2 {
        width: 13vw !important;
    }
    .about-index>div>p {
        width: 100%;
        font-size: 5vw;
    }
    .about-index {
        display: grid;
        grid-template-columns: 100%;
    }
    .square2 {
        top: 2px;
        right: 2%;
        width: 97%;
    }
    .palabra-about {
        font-size: 50px;
    }
    .main-container {
        grid-template-columns: 100%;
        padding: 20% 4% 0% 4%;
    }
    .plate1 {
        position: relative;
        width: 80vw;
    }
    .plate2 {
        width: 73vw;
        transform: translate(20%, -80%)rotate(23deg);
    }
    .main-container>div {
        padding: 16% 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .plate1::before {
        top: -32%;
        right: 2%;
        width: 86%;
        height: 118%;
    }
}