@charset "utf-8";
/* CSS Document */

.animate-opacity {
    animation: opac 1s;
    -webkit-animation: opac 1s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.animate-top {
    position: relative;
    animation: animatetop 0.8s;
    -webkit-animation: animatetop 0.8s;
}

@keyframes animatetop {
    from {
        top: -700px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

body {
    font-family: Menlo, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: url(../img/background/Fondo1.webp);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    padding: 20px;
    background: url(/img/background/Ibizza.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #002b5c;
    text-align: center;
}

/* Estilo del título */
header h1 {
    font-size: 2.5rem;
}

/* Contenedor del carrusel */
.carousel-container {
    width: 70%;
    height: 80%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilos del carrusel */
.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.slide {
    min-width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.slide h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.slide p {
    font-size: 1.2rem;
}

/* Botones de navegación */
.arrow-left,
.arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1.2rem;
    z-index: 10;
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

/* Indicadores del carrusel */
.bullets {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.bullet {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.bullet.active {
    opacity: 1;
}

.content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}


main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    color: #002b5c;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    color: #444;
}

p,
li {
    font-size: 1rem;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    section {
        padding: 40px 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }
}

.animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-in-out;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}


@media screen and (max-width:1670px) {}

@media screen and (max-width:1366px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: block;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:1344px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: block;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:1280px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: block;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: block;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: block;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:667px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: block;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }

    .display-middle {
        min-height: unset;
    }
}

@media screen and (max-width:554px) {
    body {
        background: url('/img/bgcel1.jpg') no-repeat fixed;
    }

    .intro p {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: block;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:375px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #tabltlg2 {
        display: none;
    }

    #tabltlg3 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: block;
    }

    #cellg3 {
        display: none;
    }
}

@media screen and (max-width:330px) {
    #desktoplg {
        display: none;
    }

    #mcbookprolg {
        display: none;
    }

    #laplg1 {
        display: none;
    }

    #laplg2 {
        display: none;
    }

    #tabltlg1 {
        display: none;
    }

    #cellg1 {
        display: none;
    }

    #cellg2 {
        display: none;
    }

    #cellg3 {
        display: block;
    }
}