@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Lora:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}
body{
    max-width:1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
html {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-family: 'Nunito', sans-serif;
    background-size: cover;
    
}

/* ------------------------ MENU GENERAL ------------------------------ */

  .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
    padding: 0 5% 0 0;
  }
  .menu a {
    color: rgb(61, 61, 61);
    display: block;
    padding: 1em;
    text-decoration: none;
    background: #fff;
    font-weight: 800;
    font-size: 14px;
  }
  .menu a:hover {
    background-color: #f5f5f5;
  }
  .menu > li {
    display: block;
    position: relative;
  }
  .sub-menu {
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0.1;
    transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
    transform: translateY(-10px) scaleY(0.5);
    transform-origin: top;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 10em;
  }
  .menu > li:hover > .sub-menu {
    clip: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  
  .menu-parque {
    top:0;
    width: 100%;
    position: sticky;
    z-index: 9999;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-parque img {
    width: 190px;
    padding: 0 0 0 50%;
}

.logo-terra {
    width: 200px;
}
.submenu {
    display: none;
}
.hamburguer {
    display: none;
}
.menu-eventos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    z-index: 9999;
    background: #F9F9F9;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
}
.margen-menu {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20vh;
    flex-wrap: wrap;
}
.margen-menu h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
}
.margen-menu a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
}
.menu-terra {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------------------- PAGINA HOME -------------------------------- */

.imagen-home {
    width: 100%;
    height: 72vh;
        background: url(../img/bg-terra1.jpg);
        background-attachment: fixed;
        background-size: cover;
}
.contenedor-textos {
    margin: 70px 100px;
    display: flex;
    justify-content: center;
}
.contenedor-textos p {
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
    padding: 0 20px;
}
.contenedor-textos h1 {
    color: #000;
    font-size: 34px;
    line-height: 32px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 0 0 2vh 0;
    font-weight: 700;
}

/* ------------------------ LOCACIONES ------------------------------ */

.contenedor-eventos {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    text-align: center;

    background-size: cover;
}
a.card-one {
    text-decoration: none;
}
.cards {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 4;
    margin: 6vh 0;
}
.card {
    width: 27vh;
    height: 18vh;
    background: #000;
    color: aliceblue;
    row-gap: 1vh;
    column-gap: 1vh;
    border-radius: 10px;
    margin: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto-card {
    position: absolute;
    top: 2vh;
    left: 2vh;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 900;
    font-size: 1.3vh;
    line-height: 19px;
    text-align: start;
    z-index: 99;
    text-shadow: 0 0 5px black;
}

/* ------------------------ CONTACTO ------------------------------ */

.fila-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 80px;
}
.fila-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.fila-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.titulo-e {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 78px;
    /* identical to box height */
    margin: 3vh;
    text-align: center;
    text-transform: capitalize;
    color: rgb(58, 58, 58);
}
#num-1, #num-2, #num-3, #num-4, #num-5, #num-6, #num-7, #num-8, #num-9, #num-10, #num-11, #num-12, #num-13, #num-14 {
    overflow: hidden;
    object-fit: contain;
}
.botones-links {
    position: fixed;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
    z-index: 5;
}
.botones-links a {
    text-decoration: none;
}
.grande-1 {
    width: auto;
    height: 105%;
    transition-duration: 360ms;
}
.grande-1:hover {
    transform: scale(1.1);
}
.grande-2 {
    width: 100px;
    transition-duration: 360ms;
}
.grande-2:hover {
    width: 120px;
}
.folder-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
}
.caja-contenedora1 {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.199);
    border-radius: 35px;
    width: 50%;
    padding: 5vh;
}
.caja-contenedora1 h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 130%;
    color: #222222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding: 2vh 0;
    text-transform: uppercase; 
}
.caja-contenedora1 button {
    padding: 15px 10px;
    border-radius: 15px;
    border-style: none;
    background: #000;
    color: #F9F9F9;
    width: 50%;
    margin: 3vh 0 0 0;
    font-size: 16px;
}
.order-1f {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1vh;
}
.order-1f label {
/* Menu */
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
/* or 143% */
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 1vh 0;
}
.order-1f input, textarea {
    padding: 15px 10px;
    border-radius: 15px;
    border-style: none;
    border: 1px solid rgba(128, 128, 128, 0.411);
    font-family: Montserrat;
}
.fila-1f {
    display: flex;
    justify-content: space-around;
}

/* ---------------- */

.footer-eventos {
    background: #F9F9F9; 
    background-position-y: bottom;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vh 0;
    font-family: 'Nunito', sans-serif;
}
.logos-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 0 5vh 0;
}
.logos-footer img {
    width: 180px;
    
}
.desc-footer {
    width: 50%;
}
.desc-footer p {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
.redes-footer img {
    padding: 0.5vh;
}
.contacto-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-family: Montserrat;
    border-top: 1px solid rgb(0, 0, 0, 0.058);
}
.columna-f1 {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 2vh 20vh;
}
.columna-f1 a {
    text-decoration: none;
    line-height: 2.5vh;
    color: #4f4f4f;
}
.imagen-ce {
    width: 320px;
    height: 200px;
    background: red;
    overflow: hidden;
    margin: 0 30px 0 0;
}
.contenedor-educacion {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vh 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.048);
}
.contenedor-educacion:hover {
    color: rgb(61, 63, 216);
    cursor: pointer;
    transition: 160ms;
}
.contenedor-educacion img {
    height: 100%;
    width: auto;
}
.contenedor-educacion h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: start;
    font-weight: 600;
}
.texto-ce {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 19px;
    text-align: start;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.back-bio {
    background: url(../img/COLLAGE-MUSEO-DEL-HOMBRE.jpg);
        width: 100%;
    height: 75vh;
        background-size: cover;
}
.abajo-ce {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 19px;
    text-align: start;
    font-weight: 400;
}
.caja-educacion {
    width: 50%;
}


@media screen and (max-width: 1050px) {
    .card {
        display: flex;
        width: 80%;
        object-fit: contain;
        align-items: center;
        color: aliceblue;
        row-gap: 1vh;
        column-gap: 1vh;
        border-radius: 10px;
        margin: 13px;
        position: relative;
        height: 30vh;
    }   
    .margen-menu {
        padding: 0 5vh;
    }
    .titulo-e {
        font-size: 40px;
        margin: 2vh;
    }
}
/* ------------------------------------------------------ */

.contenido-lugares {
    background: url(../img/bg-2.png);
    background-size: cover;
    width: auto;
    height: 80%;
    display: flex;
    padding: 15vh;
}

.caja-textos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 5vh;
    width: 50%;
}    
.caja-textos h1 {
    color: #000;
    font-size: 34px;
    line-height: 32px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-weight: 800;
}
.caja-textos p {
    font-family: 'Nunito', sans-serif;
    margin: 1vh 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 2vh 0;
    border-bottom: 1px solid #c9c9c9;
}
.caja-textos button {
    padding: 15px;
    border: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.contenido-2 {
    width: 100%;
    height: auto;
    background: rgb(232, 232, 232);
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.cuadro-galeria {
    width: 550px;
    height: 310px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vh 0;
    background: #fff;
}
.cuadro-galeria img {
    width: 100%;
    height: auto;
    object-fit: fill;
    flex-shrink: 0;
}
/* .galery-1 {
    border-radius: 10px;
} */
.contenedor-il {
    width: 700px;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.images-lugar {
    width: 1000px;
}
.txt-footer {
    text-align: center;
    padding: 2vh;
}

@media screen and (max-width: 1280px) {
    .margen-menu {
        padding: 0 5vh;
    }
    .contacto-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .columna-f1 {
        align-items: center;
        padding: 0 20%;
    }
}
@media screen and (max-width: 1080px) {
    .contenedor-il {
        width: 700px;
        height: 300px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
}
    .btn-1 {
        color: #fff;
}
    .contacto-footer {
    flex-wrap: wrap;
    justify-content: center;
}
    .columna-f1 {
    align-items: center;
    padding: 0 20%;
}
    .logo-terra {
    width: 100px;
}
    .contenedor-textos {
    margin: 50px;
    display: flex;
}
    .hamburguer {
        width: 25px;
        height: 25px;
        right: 50px;
        top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        z-index: 2;
    }
    .hamburguer div {
        width: 100%;
        height: 4px;
        background: #4f4f4f;
        z-index: 2;
    }
    .bg-1 {
        position: absolute;
        opacity: 0.05;
        top: 30%;
    }
    .drop-nav {
        width: 100%;
        height: 100vh;
        position: absolute;
        background: rgb(0 0 0 / 84%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 300ms ease-in;
        transform: translateY(-100%);
        z-index: 1;
        top: 0;
        left: 0;
    }
    .drop-nav.cambio1 {
        transform: translateY(0%);
    }
    .linea-1 {
        transform: rotate(0deg);
        transition: 350ms ease-in;
        border-radius: 55px;
    }
    .linea-1.line-1 {
        position: absolute;
        transform: rotate(225deg);
        background: #fff;
    }
    .linea-2 {
        opacity: 1;
        border-radius: 55px;
    }
    .linea-2.line-2 {
        opacity: 0;
    }
    .linea-3 {
        transform: rotate(0deg);
        transition: 350ms ease-in; 
        border-radius: 55px; 
    }
    .linea-3.line-3 {
        position: absolute;
        transform: rotate(-225deg);
        background: #fff;
    }
    #t-a-1 {
        transform: translateX(0);
        animation: t-1 1s;
    }
    #t-a-2 {
        transform: translateX(0);
        animation: t-1 1s;
        animation-delay: 0.5s;
        animation-fill-mode: backwards;
    }
    #t-a-3 {
        transform: translateX(0);
        animation: t-1 1s;
        animation-delay: 1s;
        animation-fill-mode: backwards;
    }

    /* ____________________________________________________________________________________ */

    .equis {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 35px;
        right: 35px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        align-content: center;
        cursor: pointer;
    }
    .equis div {
        width: 100%;
        height: 5px;
        background: #000;
        border-radius: 15px;
    }
    .equis-1 {
        transform: rotate(45deg);
        position: absolute;
    }
    .equis-2 {
        position: absolute;
        transform: rotate(-45deg);
    }
    .change {
        display: flex;
    }
    .submenu {
        display: flex;
        width: 40px;
        height: 40px;
        flex-direction: column;
        justify-content: space-around;
    }
    .submenu div {
        width: 100%;
        height: 5px;
        background: #4f4f4f;
    } 
    .menu-terra {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    .contenido-lugares {
        width: auto;
        height: auto;
        display: flex;
        padding: 2vh;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cont-secciones {
        height: auto;
        width: 100%;
    }
    .images-lugar {
        width: auto;
        height: 100%;
        padding: 2vh;
}
    .contenido-2 {
        height: auto;
        background: #fff;
    }
    .galery-1 {
        width: 100vh;
        padding: 2vh;
    }
    .caja-textos {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding: 5vh 0;
        width: 100%;
    }
    .titulo-e {
        line-height: none;
        font-size: 30px;
    }
    .texto-card {
        position: absolute;
        top: 2vh;
        left: 2vh;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 2vh;
        line-height: 21px;
        text-align: start;
        z-index: 99;
}
    .fila-1 {
        width: 100%;
}
    .cuadro-galeria {
        width: 100%;
        height: 350px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2vh 0;
        background: #fff;
}
    .cuadro-galeria img {
        width: auto;
        height: 100%;
        object-fit: fill;
        flex-shrink: 0;
}
    .fila-1f {
        flex-wrap: wrap;
    }
    .caja-contenedora1 button {
        width: 80%;
    }
    .caja-contenedora1 {
        width: 80%;
        padding: 2vh;
}
    .caja-contenedora1 h2 {
        text-align: center;
}
    .folder-contacto {
        height: 100vh;
}
    .back-bio {
        background: url(../img/COLLAGE-MUSEO-DEL-HOMBRE.jpg);
        width: 100%;
        height: 50vh;
        /* background-attachment: fixed; */
        background-size: cover;
}

}
























.slider-up {
    grid-area: slider-up;
    height: 750px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/parque.png);
      background-repeat: no-repeat;
      background-size: auto;
    display: flex;
    background-size: 100% auto;
}
.slide {
    width: 100% auto;
    bottom: 0;
    position: absolute;
    animation: slide1;
    animation-duration: 26s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    opacity: 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.slide img {
    height: 100%;
}
#slide1 {
    animation-delay: 3s;
}
#slide2 {
    animation-delay: 6s;
}
#slide3 {
    animation-delay: 9s;
}
#slide4 {
    animation-delay: 12s;
}
#slide5 {
    animation-delay: 15s;
}
#slide6 {
    animation-delay: 18s;
}
#slide7 {
    animation-delay: 21s;
}
@keyframes slide1 {
0% {
    opacity: 0;
}
10% {
    opacity: 1;
}
25% {
    opacity: 1;
}
35% {
    opacity: 1;
}
55% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
.cont-home {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.menu-circulos {
    grid-area: menu-circulos;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vh 0;
}
.centrado-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.todos-c {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}
.circles {
    width: 20vh;
    height: 20vh;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.all-c {
    width: 100%;
    height: 100%;
    position: relative;
}
.circle-center img {
    height: 100%;
    width: auto;
}
#cir1, #cir2, #cir3, #cir4, #cir5, #cir6, #cir7, #cir8{
    position: absolute;
    margin: auto;
}
#cir1 img, #cir2 img, #cir3 img, #cir4 img, #cir5 img, #cir6 img, #cir7 img, #cir8 img{
    height: 115%;
}
/* ---------------------------------------------- */
.circle-center {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    outline: 15px solid #0090F5;
    background: url(../img/TajYbuqueWEB.jpg);
    background-size: cover;
}
.video {
    grid-area: video;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    grid-area: footer;
    height: 500px;
    background: rgb(245, 245, 245);
}
.circs1 {
    display: flex;
    flex-direction: column;
    transition: 300ms ease-in;
    position: absolute;
    margin: auto;
    height: fit-content;
    padding: 2vh;
}
.circs1 p {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 700;
    color: rgb(71, 71, 71);
}
#circo1 {
    top: 0;
    left: 0;
    right: 40%;
    bottom: 65%;
    width: 18vh;
}
#circo2 {
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    width: 270px;
}
#circo3 {
    top: 65%;
    left: 0;
    right: 40%;
    bottom: 0;
    width: 18vh;
}
#circo4 {
    top: 85%;
    left: 0;
    right: 15%;
    bottom: 0;
    width: 150px;
}
#circo5 {
    top: 85%;
    left: 15%;
    right: 0;
    bottom: 0;
    width: 150px;
}
#circo6 {
    top: 65%;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 18vh;
}
#circo7 {
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 270px;
}
#circo8 {
    top: 0;
    left: 40%;
    right: 0;
    bottom: 65%;
    width: 18vh;
}
.circa{
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 12px;
}
#colorcir {
    outline: 8px solid #FFD500;
}
#colorcir1 {
    outline: 8px solid #FFD500;
}
#colorcir2 {
    outline: 8px solid #FFD500;
}
#colorcir3 {
    outline: 8px solid #FFD500;
}
#colorcir4 {
    outline: 8px solid #DB3E38;
}
#colorcir5 {
    outline: 8px solid #DB3E38;
}
#colorcir6 {
    outline: 8px solid #DB3E38;
}
#colorcir7 {
    outline: 8px solid #DB3E38;
}
#colorcir8 {
    outline: 8px solid #DB3E38;
}
.all-c div a img{
    width: 100%;
    transform: scale(1);
    transition: 300ms;
}
.all-c div a img:hover{
    transform: scale(1.2);
}
.cont-footer {
    width: 100%;
    height: 100%;
}
.sec-footer {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin: 10px;
}
.sec-footer h1 {
    margin: 0 0 3vh 0;
    font-size: 17px;
    color: rgb(94, 94, 94);
    font-weight: 900;
}
.sec-footer a {
    text-decoration: none;
    color: rgb(97, 97, 97);
    font-size: 14px;
    padding: 7px 0;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}
.orden-footer {
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 150px 100px;
    flex-wrap: wrap;
    background: rgb(245, 245, 245);
}
.derechos {
    background: #0090F5;
    padding: 25px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.orden-pl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    background: rgb(245, 245, 245);
}
@media screen and (max-width: 1920px) {
    .circles {
        width: 18vh;
        height: 18vh;
    }
    .circle-center {
        width: 450px;
        height: 450px;
    }
    #cir5 {
        width: 240px;
        height: 240px;
        left: 65%;
    }
    #cir7 {
        width: 140px;
        height: 140px;
    }
    #cir6 {
        width: 240px;
        height: 240px;  
        right: 65%;
    }
    #cir8 {
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width: 1280px) {
    .circles {
        width: 15vh;
        height: 15vh;
    }
    .circle-center {
        width: 400px;
        height: 400px;
    }
    #cir5 {
        width: 200px;
        height: 200px;
        left: 65%;
    }
    #cir7 {
        width: 100px;
        height: 100px;
    }
    #cir6 {
        width: 200px;
        height: 200px;  
        right: 65%;
    }
    #cir8 {
        width: 100px;
        height: 100px;
    }
    .menu a {
        padding: 1em;
        font-size: 10px;
  }
    
}
@media screen and (max-width: 560px) {
    .orden-footer {
        justify-content: space-around;
    }
    .sec-footer {
        text-align: center;
    }
  .menu {
        display: none;
  }
}
@media screen and (max-width: 560px) {

    .orden-pl {
        flex-direction: column;
    padding: 5%;
}
.orden-pl p{
text-align: center;
}
}
.planes{
        width: 100%;
    justify-content: center;
}
.descripcion-plan{
        display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.descripcion-plan p{
        text-align: center;
    width: 100%;
}
.descripcion-plan img{
        width: 40%;
    align-self: center;
}
.descripcion-plan div{
        width: 50%;
    justify-content: space-around;
    flex-direction: column;
    display:flex;
}
.descripcion-plan div:first-child{
        box-shadow: 2px 0px 0px 0px #00A09A;
}
.plan-g{
        width: 100%;
    border: none;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon {
    position: absolute;
    width: 70%;
    margin: auto;
    top: -13%;
    left: 0;
    right: 0;
    z-index: 9999;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.281));
}
.cards-pe {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.card-one {
    position: relative;
    width: 400px;
    height: 600px;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    margin: 40px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.cont-img-card {
    border-radius: 25px 25px 0 0;
    width: 100%;
    /* height: 50%; */
    overflow: hidden;
    /* position: absolute; */
    top: 0;
}
.card-img {
    height: 400px;
}
.txt-card1 {
    margin: 20px 30px;
}
.txt-card1 p {
    font-weight: 100;
    font-size: 16px;
    color: rgb(121, 121, 121);
}
.txt-card1 h1 {
    font-size: 25px;
}
.cont-cardTwo {
    width: 100%;
    /* position: absolute; */
    bottom: 5%;
}
.cont-cardTwo h1 {
    margin: 10px 0;
    font-weight: 700;
    color: rgb(49, 49, 49);
}
.btnCard {
    width: auto;
    padding: 12px;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-1 {
    cursor: pointer;
    background: linear-gradient(140deg, rgba(95,139,255,1) 0%, rgba(51,182,255,1) 99%); 
    margin: 30px;
}
.btn-2 {
    cursor: pointer;
    background: linear-gradient(140deg, #FFD500 0%, #FFEB33 99%); 
    margin: 30px;
}
.btn-3 {
    cursor: pointer;
    background: linear-gradient(140deg, #DB3E38 0%, #F04943 99%); 
    margin: 30px;
}
.btn-info1 {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: 360ms ease-in;
}
.btn-info1:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) inset;
}
.cont-cardTwo button p {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
}
.cont-cardTwo button img {
    width: 25px;
    padding: 2px;
}

.calendar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

@keyframes fadey { 
    0% { opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { opacity: 0; }
    }

    figure#slideshow { 
      width: 100%; 
      margin: 0 auto; 
      position: relative; 
    }
    figure#slideshow img { 
      position: absolute; 
      left: 0; 
      top: 0; 
      width: 100%; 
      height: auto; 
      opacity: 0; 
    }
    figure#slideshow img:first-child { position: relative; }
    
    #container:fullscreen { 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      background: #fff; 
    }
    #container:-moz-full-screen figure, #container:-ms-full-screen figure, #container:-webkit-fullscreen figure, #container:fullscreen figure { 
      width: 100%;
      margin: 0 auto;
      background: #fff; 
    }
    :-webkit-full-screen { 
      width: 100%; height: 100%; 
    }
    *:-moz-full-screen { 
      background: #fff; 
    }
    *:-webkit-full-screen { 
      background: #fff; 
    }


    .contenedor-circulos {
        width: 100%;
        height: auto;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circulos-i {

    }
    .circulos-i p {
        font-weight: 600;
        color: black;
        text-align: center;
        margin: 1vh;
        font-size: 30px;
    }
    .circulo-1a {
        width: 300px;
        height: 300px;
        overflow: hidden;
        background: #000;
        display: flex;
        border-radius: 100%;
        overflow: hidden;
        cursor: pointer;
    }
    .circulo-1a img {
        transform: scale(1);
        transition: 300ms;
    }
    .circulo-1a img:hover {
        transform: scale(1.2);
    }
    .centro p {
        color: black;
        text-align: center;
        font-weight: 600;
        margin: 1vh;
    }
    .c-3 {
        width: 500px;
        height: 500px;
        border: 15px solid rgb(53, 134, 255);
        border-radius: 100%;
        overflow: hidden;
    }
    .c-3 img {
        height: 100%;
    }
    .izquierda {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 5vh;
    }
    .derecha {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 5vh;
    }
    .c-i1 {
        width: 200px;
        height: 200px;
        border: 10px solid #FFD500;
    }
    .c-i2 {
        border: 10px solid #FFD500;
    }
    .c-i3 {
        width: 200px;
        height: 200px;
        border: 10px solid #FFD500;
    }
    .circulo-central {
        background: red;
        width: 500px;
        height: 500px;
        border-radius: 100%;
    }
    .circulos-d {
        background: red;
        width: 300px;
        height: 300px;
        border-radius: 100%;
    }
    .c-d1 {
        width: 200px;
        height: 200px;
        border: 10px solid #DB3E38;
    }
    .c-d2 {
        border: 10px solid #DB3E38;
    }
    .c-d3 {
        width: 200px;
        height: 200px;
        border: 10px solid #DB3E38;
    }
    .circulos-peques {
        display: flex;
        justify-content: space-around;
    }
.cir-p1 img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform: scale(1);
    transition: 300ms;
}
.cir-p1 img:hover {
    transform: scale(1.2);
}
.txt-center {
        font-size: 30px;
}
.circulo-c1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: url(../img/TajYbuqueWEB.jpg);
    background-size: cover;
}
.cir-peque {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 10px solid #FFD500;
}
.cir-peque img {
    height: 100%;
}
.peques-txt {
        font-size: 30px;
}
.logo-ups {
    position: absolute;
    width: 400px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.logo-ups2 {
    position: absolute;
    width: 700px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 2vh;
    top: 0;
    left: 0;
    right: 0;
}
.cont-img-plan {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.cont-img-plan img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.planes {
    display: flex;
    margin: 2vh;
}
.plan-g {

    border-right: 1px solid rgb(187, 72, 72);
}
.plan-g h1 {
    text-align: center;
}

.plan-r h1 {
    text-align: center;
}
.titulo-plan {
    font-weight: 700;
    font-size: 28px;
    color: rgb(39, 39, 39);
}
.subtitulo-plan {
    color: rgb(138, 138, 138);
    font-size: 25px;
}
.descripcion-plan {
    padding: 5vh 10vh;
}
.negrita-1 {
    color: rgb(39, 39, 39);
    font-weight: 900;
}
.lista-planes {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    margin: 3vh 0;
    font-weight: 300;
    color: rgb(90, 90, 90);
    letter-spacing: 1px;
}
.center-tu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    margin-top: 3vh;
}
.caja-centra-tu {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    margin-top: 5vh;
    margin-bottom: 5vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3vh;
}
.txt-tu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 65%;
    margin: 3vh;
}
.caja-centra-tu h1 {
    font-size: 35px;
    display: block;
}
.caja-centra-tu p {
    font-size: 22px;
    letter-spacing: 1px;
    width: auto;
    line-height: 40px;
    text-align: start;
}
.tit-des-tu {
    text-align: start;
    font-weight: 800;
    margin: 2vh;
    font-size: 35px;
}
.txt-des-tu {
    color: rgb(65, 65, 65);
    font-weight: 200;
}
@media screen and (max-width: 1280px) {
    .contenedor-circulos {
        scale: 0.8;
    }
}
@media screen and (max-width: 980px) {
    .contenedor-circulos {
        scale: 0.6;
    }
    .calendar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
}

.linea-de-tiempo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.linea-de-tiempo img {
    width: 70%;
}
.portada-jaime {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
