*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0%;
    background: #0c1618;
    transition: 0.5s;
    place-items: center;
    cursor: none;
}

body.active
{
    background: #e0e2db;
    transition: 0.5s;
}

.contenedor_loader {
    background-color: #0c1618;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader::after {
    content: "";
    color: #03DFB5;
    width: 100px;
    height: 100px;
    border: 12px solid currentColor;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
}

.loader:nth-child(2)::after {
    content: "";
    color: #03DFB5;
    width: 80px;
    height: 80px;
    border: 12px solid currentColor;
    box-sizing: border-box;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    animation: rotate 1.7s infinite linear;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



[class^="cursor"]{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    position: fixed;
}

.cursor-inner{
    width: 35px;
    height: 35px;
    background: rgb(255, 255, 255);
    /*mix-blend-mode: difference;*/
}
.todo:hover ~ .cursor-outer{
    width: 35px;
    height: 35px;
    
    transition: 0.13s;
    border: solid;
    border-color: #ffffff;
}
.cabeza:hover ~ .cursor-inner{
    opacity: 0;
    background: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
}

a:hover ~ .cursor-inner{
    background: rgb(255, 255, 255);
    transition: 0.15s;
}

a:hover {
    opacity: 60%;
    transition: 0.8s;
}


#toggle
{
    position: absolute;
    margin: 0;
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background-color: #e0e2db;
    transition: 0.5s;
    margin-top: 20px;
    z-index: 99;
    /* transform: rotate(90deg); */ 
}

#toggle.active
{
    background: #0c1618;
}

#toggle .indicator
{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #0b1517;
    border-radius: 50%;
    transform: scale(0.8);
    transition: 0.5s;
}

#toggle.active .indicator
{
    left: 20px;
    background: #e0e2db;
}

h1.active
{
    color: #0c1618;
    transition: 0.5s;
}

h2.active
{
    -webkit-text-stroke: 1px #0c1618;
    transition: 0.5s;
}

h3.active
{
    color: #0c1618;
    transition: 0.5s;
}

h4.active
{
    color: #0c1618;
    transition: 0.5s;
}
h5.active
{
    color: #0c1618;
    transition: 0.5s;
}
h6.active
{
    color: #0c1618;
    transition: 0.5s;
}
p.active
{
    color: #0c1618;
    transition: 0.5s;
}

.ultimaLinea.active {
    background-color: #0c1618;
    transition: 0.5s;
}

.linea-link-proyecto.active {
    background-color: #0c1618;
    transition: 0.5s;
}




html {
    scroll-behavior: smooth;
}

.contacto > .todo > .footer {
    margin-top: -200px;
}

.contacto > .todo > .contenedor > .textoPrincipal > .texto1 > h1 {
    font-size: 76px;
    line-height: 59px;
    letter-spacing: -2px;
}

.todo {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cabeza {
    display: flex;
    width: 100%;
    height: 45px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 0.5s;
}

.logo1 {
    justify-content: flex-start;
    margin-left: 25px;
    transition: 0.5s;
}

.logo1.active {
    background-image: url('images/General/Logo_negro.svg');
}

.logo1 > a > img {
    width: 160px;
    margin: 0px;
    margin-left: 38px;
    margin-top: 20px;
    vertical-align: middle;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.356));
}

.burger {
    margin-top: 8px;
    margin-right: 20px;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.356));
}

body.open-menu .menuDesplegable{
    display: block;
  }

.linea {
    margin-top: 10px;
    width: 46px;
    height: 2px;
    /* background-color: rgb(255, 255, 255); */
    vertical-align: middle;
}

.menuDesplegable  {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color:#0c1618; 
    z-index: 9; 
}

.menuDesplegable a {
    font-family: degular-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 58px;
    margin-left: 35px;
    color: rgb(255, 255, 255);
    /* justify-content: flex-start;*/
    text-align: right;
    text-decoration:none;
    align-items: baseline;
}


.flecha > a > img {
    width: 80%;
    margin-bottom: 50px;
}


.slider {
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slide-track {
    display: flex;
    animation: scroll 10s linear infinite;
    -webkit-animation: scroll 10s linear infinite;
    width: calc(2150px * 2);
}

.slider .slide {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    white-space: nowrap;
    margin: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-2158px));
        transform: translateX(calc(-2158px));
    }
}

.slider2 {
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider2 .slide-track2 {
    display: flex;
    animation: scroll 15s linear infinite;
    -webkit-animation: scroll 15s linear infinite;
    width: calc(2500px * 2);
}

.slider2 .slide2 {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    white-space: nowrap;
    margin-right: 10px;
    margin-top: -70px;
}

/*
@keyframes scroll {
    0% {
        transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-2508px));
        transform: translateX(calc(-2508px));
    }
}
*/

.lineaDeSeparacion {
    width: 0px;
    height: 20px;
}

.lineaDeSeparacion2 {
    width: 0px;
    height: 8px;
    opacity: 0%;
}

.contenedor {
    justify-content: center;
    align-items: center;
    display: block;
    width: 100%;
}

.ubicacionWeb {
    margin-left: 35px;
    margin-top: 7rem;
}

.textoPrincipal {
    text-align: left;
    margin-top: 150px;
    justify-content: left;
    align-items: flex-start;
    height: 100vh

}

.textoPrincipal a {
    width: 80px;
    align-items: baseline;
    margin-bottom: 5%;
    margin-right: 20px;    
}
.texto1 {
    text-align: left;
    width: 100%;
    margin-bottom: 6%;
    align-items: baseline;
    display: grid;
}

/* Boton subir*/
.go-top-container {
    position: fixed;
    bottom: 0px;
    right: -15px;
    width: 70px;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
}

.go-top-container img {
    transform: rotate(180deg);
}

.show {
    z-index: 8;
}

.show.go-top-container{
    transform: translate(-50%, -50%) scale(1);
}

.flechaDeCorreo {
    float: left;
    vertical-align: middle;
    justify-content: flex-start;
    display: flex;
}

.texto1 > .flechaDeCorreo > img {
    width: 65px;
    height: 63px;
    transform: rotate(270deg);
    margin-left: 35px;
    display: flex;
    vertical-align: middle;
    align-items: flex-start;
    align-items: baseline;
    margin-bottom: 12%;
    margin-right: 20px; 
}

.correoConFlecha > h4 {
    display: inline-flex;
    vertical-align: middle;
    align-items: flex-start;
    margin: 0px;
}

.correoConFlecha {
    display: flex;
}

p {
    font-family: degular-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: start;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.5s;
}

a, p {
    text-decoration: none;
}

h1 {
    font-family: degular-text, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 92px;
    line-height: 70px;
    margin: auto;
    text-align: left;
    margin: 35px;
    margin-bottom: 0px;
    color: white;
    transition: 0.5s;
    
    }

h2 {
    font-family: degular-text, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 200px;
    margin: auto;
    text-align: left;
    margin: 0px;
    -webkit-text-stroke: 1px white;
    color: transparent; 
    transition: 0.5s;

}

h3 {
    font-family: degular-text, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 54px;
    line-height: 40px;
    margin: 0px;
    text-align: left;
    margin-left: 35px;
    color: white;
    transition: 0.5s;
    
    }

h4 {
    font-family: degular-text, sans-serif;
    font-weight: 500;
    font-style: normal;        
    font-size: 120px;
    line-height: 40px;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

 h5 {
    font-family: degular-text, sans-serif;
    font-weight: 700;
    font-style: normal;        
    font-size: 26px;
    line-height: 40px;
    margin: auto;
    text-align: left;
    color: white;
    transition: 0.5s;
    }

h6 {
    font-family: degular-text, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin: auto;
    text-align: left;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    }

.container-destacados {
    object-fit: cover;
    object-position: center center;
    display: grid;
}

.box-img1 {
    margin: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.container-destacados .box-img1 img {
    width: 50vw;
    justify-content: center;

}

.box-img2 {
    width: 50vw;
    margin: 35px;
}
.container-destacados .box-img2 img {
    width: 50vw;

}

.box-img3 {
    margin: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.container-destacados .box-img3 img {
    width: 50vw;

}

.box-img4 {
    width: 50vw;
    margin: 35px;
}
.container-destacados .box-img4 img {
    width: 50vw;

}

.box-img5 {
    margin: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.container-destacados .box-img5 img {
    width: 50vw;

}

.box-img6 {
    width: 50vw;
    margin: 35px;
}
.container-destacados .box-img6 img {
    width: 50vw;

}

.linea-link-proyecto {
    width: auto;
    height: 1px;
    background-color: #e0e2db;
    margin: 0px;
    margin-top: 5px;
}


.ultimaLinea {
    width: auto;
    height: 1px;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    margin-top: 45px;
    margin-bottom: 30px;
    display: flex;
}

.footer {
    height: 200px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.textosFooter {
    display: flex;
    width: 95%;
    justify-content: space-between;
    top: 0;
    z-index: 99;       
}

.enlacesRRSS > a {
    text-decoration: none;
}

.enlacesRRSS > a > h6 {
    margin-top: 7px;
}

.datosEmpresa > h5 {
    margin-top: 10px;
}

.CajaTodosLosProyectos {
    width: 500px;
    height: 300px;
    background-color: aqua;
}

.imagenABOUT {
    width: 99vw;
    justify-content: center;
    margin-top: 4rem;
}

.textocolumnas {
    width: 47vw;
    margin-top: 1rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    margin-left: 0px;
}

.textocolumnasLADOderecho {
    width: 48vw;
    margin-top: 1rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    margin-left: 0px;
    float: right
}

.textocolumnasBASE {
    width: 46vw;
    margin-top: 1rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    margin-left: 0px;
    justify-content: flex-end;
    flex-direction: column;
}

.columnasVACIAS {
    width: 50vw;
}
.textoABOUT2{
    display: inline-flex;
}

.columnasVACIAS1 {
    width: 50vw;
    background-color: blue;
    visibility:hidden;
}

.texto2finalABOUT{
    width: 50vw;
    margin-top: 2rem;
}

.todo > .contenedor > .textoABOUT2 > .texto2finalABOUT > h2{
    font-size: 90px;
    line-height: 90px;
}

.portadaProyecto {
    margin-top: 0px;

}
.portadaProyecto{
    display: flex;
    margin-top: 0px;
    z-index: -99;
}

.ladoIZQportada{
    width: 55vw;
    height: 100vh;
    display: flex;
    padding-right: 6rem;
    
    margin-left: 35px;
    justify-content: flex-end;
    flex-direction: column;
}

.TextosPortadaProyecto {
    margin-bottom: 5rem;
}

.llevarabaseportadaizquierda{
   margin-top: 8rem;
 
}

.tablaDEdatos {
    display: flex;
    display: grid;
    grid-gap: 1rem 2rem;
    grid-template-columns: auto 1fr;
}


.ladoDERportada{
    width: 35vw;
    margin-top: 1rem;
}

.ladoDERportada > img {
    display: flex;
    flex-direction: column;
}

.portadaHorizontal {
    display: none;
}

.imagenMitadYmitad {
    width: 99vw;
    height: auto;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
}

.solofotoMitadDerecha {
    width: 49vw;
    margin-top: 3rem;
    float: right;
    margin-bottom: 3rem;

}

.fotoYtextocolumnas {
    width: 99vw;
    height: auto;
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: auto 1fr;
    margin-top: 3rem;

}

.mitadYmitad_img1 {
    width: 49vw;

}
.mitadYmitad_img2 {
    width: 49vw;
}

.mitadYmitad_img3 {
    margin-top: 3rem;
    width: 35vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.mitadYmitad_img4 > img {
    width: 35vw;

}
.mitadYmitad_img4 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.mitadYmitad_img5 > img {
    width: 48vw;
}

.mitadYmitad_img5 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.textocolumnasBASE > p {
    margin-bottom: 0px;
}

.textoCorridoMitadPantalla > p {
    margin-bottom: 0px;
    margin-top: 1rem;
    width: 46vw;
    margin-left: 0px;
}

.img75Centrada {
    width: 80vw;
    margin-top: 3rem;
    justify-items: center;
    display: inline-flex;
}
.img60Centrada {
    width: 60vw;
    margin-top: 3rem;
    justify-items: center;
    display: inline-flex;
}

.vacio {
    opacity: 0%;
}

.imgCOMPLETA {
    width: 99vw;
    margin-top: 3rem;
}

.img75derecha {
    width: 70vw;
    margin-top: 3rem;
    margin-right: 2rem;
    float: right;
    margin-bottom: 3rem;
    
}

.vertical75depantalla {
    width: 75vw;
    margin-top: 3rem;
}

.ConoceMas > .solofotoMitadDerecha > h3{
    margin-left: 0px;
}

.ConoceMas > .solofotoMitadDerecha > .ultimaLinea {
    margin-top: 25px;
    margin-bottom: 25px;
}

.solofotoMitadDerecha > .textoCorridoMitadPantalla > p {
    margin-bottom: 2rem;
}

.imgFONDOder {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    justify-content: right;
}

.ladoDERportada {
    opacity: 0%;
}

.titulo_texto > h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 60px;
    line-height: 50px;
    font-weight: 300;
}

.titulo_texto > h5 {
    margin-top: 2rem;
}

.pieDEfoto > p {
    font-size: 14px;
    color: #757575;
}
.pieDEfoto {
    height: 20px;
    margin: 0;
}













/* PRUEBA SEGUNDO CARRUSEL*/


.containerCAR{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: fit-content;
    width: 98vw;
}
#slider{
    aspect-ratio: 16 / 8;
    height: fit-content;
    width: 98vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.slideC{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: red;
    width: 100%;
    height: auto;
    transition: transform 1s;
}
#s1{background-color: rgb(128, 128, 128);}
#s2{background-color: rgb(102, 102, 102);}
#s3{background-color: rgb(88, 88, 88);}
#s4{background-color: rgb(65, 65, 65);}


#buttons{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -100;
}
.sDot{
    width: 10px;
    height: 10px;
    margin: 12px;
    outline: #ffffff solid 5px;
    filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.459));
    outline-offset: 2px;
    border-radius: 50%;
    z-index: 100;
    
}
.sDot:hover{
    background-color: rgb(255, 255, 255) !important;
    cursor: pointer;
}

.activeButton{
    background-color: rgb(235, 235, 235);
}
.sButton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 50px;
    width: 50px;
    height: 100%;
    color: #ffffff;
    filter:drop-shadow(2px 2px 2px rgb(174, 174, 174));
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
    .sButton:hover{
        color: rgb(184, 184, 184);
    }
    .sButton:first-child{
        left: 0;
    }
    .sButton:last-child{
        right: 0;
    }

.slideC {
    opacity: 1;
    visibility: hidden;
    display: none;
    /* uncommenting .slideLeft (activated in html) screws up the slider, 
       despite being exact same thing as in that class */
    transition: all 0.7s cubic-bezier(0.92, 0.05, 0.74, 0.76);
    /*transform: translateX(-100%); /* translating only 50% just to show the error, destinated value is -100% */
}
    
     .slideLeft{
        transition: all 0.7s cubic-bezier(0.92, 0.05, 0.74, 0.76);
        transform: translateX(-100%);
    }
    .slideRight{
        transition: all 0.7s cubic-bezier(0.92, 0.05, 0.74, 0.76);
        transform: translateX(100%);
    } 
    .activeC{
        opacity: 1;
        z-index: -10;
        visibility: visible;
        transform: translateX(0);
    }






































/* TAGS _ PRUEBAS*/

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --black: #0B1517;
    --white: #e0e2db;
    --green: #0b15176b;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  ol {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  body {
    color: var(--black);
  }
  
  .author-archive {
    padding: 1.5rem;
  }
  
  .container {
    margin: 0 auto;
  }
  
  
  input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  
  
  /* FILTERS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .filters {
    text-align: left;
    margin-bottom: 1rem;
    transition: all 0.5s;
  }
  
  .filters * {
    display: inline-block;
    transition: all 0.5s;
  }
  
  .filters label {
    padding: 0.5rem 1rem;
    margin-bottom: 0.25rem;
    border-radius: 2rem;
    min-width: 50px;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s;
  }
  
  .filters label:hover {
    border: solid;
    border-color: #a8a8a8;
    color: var(--black);
    transition: all 0.5s;
  }
  
  
  /* FILTERED ELEMENTS (POSTS)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .posts {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .posts .post-title {
    font-size: 1.3rem;
    -webkit-text-stroke: 0px;
  }

  .post-title > p {
    margin-bottom: 1.5rem;
  }
  


  .posts .post-title:hover {
    text-decoration: underline;
  }
  
  
  .posts .post-categories {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
  }
  
  .posts .post-categories * {
    display: inline-block;
  }
  
  .posts .post-categories li {
    margin-bottom: 0.2rem;
    margin-bottom: 0%;
  }

  
  .posts .post-categories a {
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    background-color: var(--green);
    line-height: normal;
    transition: all 0.5s;
  }
  
  .posts .post-categories a:hover {
    border: solid;
    border-color: #a8a8a8;
    color: var(--black);
    transition: all 0.5s;
  }

  .post-categories {
    display: none;
  }
  
  
  /* FILTERING RULES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  [value="Todos"]:checked ~ .filters [for="Todos"],
  [value="IDENTIDADDEMARCA"]:checked ~ .filters [for="IDENTIDADDEMARCA"],
  [value="MOTIONGRAPHIC"]:checked ~ .filters [for="MOTIONGRAPHIC"],
  [value="ILUSTRACION"]:checked ~ .filters [for="ILUSTRACION"],
  [value="LETTERING"]:checked ~ .filters [for="LETTERING"],
  [value="PACKAGING"]:checked ~ .filters [for="PACKAGING"],
  [value="DIGITAL"]:checked ~ .filters [for="DIGITAL"] {
    background: var(--green);
    color: var(--white);
  }
  
  [value="Todos"]:checked ~ .posts [data-category] {
    display: block;
  }
  
  [value="IDENTIDADDEMARCA"]:checked ~ .posts .post:not([data-category~="IDENTIDADDEMARCA"]),
  [value="MOTIONGRAPHIC"]:checked ~ .posts .post:not([data-category~="MOTIONGRAPHIC"]),
  [value="ILUSTRACION"]:checked ~ .posts .post:not([data-category~="ILUSTRACION"]),
  [value="LETTERING"]:checked ~ .posts .post:not([data-category~="LETTERING"]),
  [value="PACKAGING"]:checked ~ .posts .post:not([data-category~="PACKAGING"]),
  [value="DIGITAL"]:checked ~ .posts .post:not([data-category~="DIGITAL"]) {
    display: none;
  }
  


  




















    /* FORMATO PC*/
    @media (min-width: 1024px) {

        .todo {
            width: 100%;
            margin-left: 10px;
        }
    
        .cabeza {
           width: 100%;
        }

        .logo1 > a > img {
            margin-left: 20px;
        }
    
        .contenedor {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            justify-content: center;
        }
    
        .textoPrincipal {
            display: flex;
            margin-top: 15px;
            align-items: flex-end;
            justify-content: center;
        }

        .flecha {
            width: 20%;
        }

        
        .textoPrincipal > img:hover {
            width: 540px;
            transition: 1s;
        }
        
        h1 {
            font-size: 92px;
            line-height: 76px;
        }

        h3 {
            margin-bottom: 15px;
        }

        .TextosPortadaProyecto > h4 {
            font-size: 100px;
            margin-bottom: 1rem;
            line-height: 75px;
        }

        .TextosPortadaProyecto > h3 {
            font-size: 25px;
            margin-bottom: 2rem;
            margin-left: 0px;
        }

        .descripción1 > p {
            margin-bottom: 0px;
        }

        .descripción2 > p {
            margin-bottom: 0px;
        }

        .descripción3 > p {
            margin-bottom: 0px;
        }

        



        
    }


     /* FORMATO IPAD*/
     @media (max-width: 1024px) {

        .contenedor_loader {
            width: 105vw;
            height: 105vh;
        }

        .todo {
            width: 100%;
            margin-left: 10px;
        }
    
        .cabeza {
           width: 100%;
        }

        .logo1 > a > img {
            margin-left: 0px;
        }
    
        .contenedor {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            justify-content: center;
        }
    
        .textoPrincipal {
            display: flex;
            margin-top: 0px;
            align-items: flex-end;
            justify-content: center;
        }

        .menuDesplegable a {
            margin-top: 700px;
            font-size: 70px;
            line-height: 20px;
            margin-left: 55px;
            justify-content: flex-start;
            align-items: baseline;
        }

        .flecha {
            width: 20%;
        }

        #toggle {
            margin-left: 23%;
        }

        .textoPrincipal > img:hover {
            width: 540px;
            transition: 1s;
        }

        .posts {
            display: grid;
            grid-gap: 1rem;
            grid-template-columns: repeat(2, 1fr);
          }

        p {
            font-size: 15px;
        }
        
        h1 {
            font-size: 68px;
            line-height: 58px;
        }

        h3 {
            margin-bottom: 25px;
        }

        .ultimaLinea {
            margin-top: 15px;
        }

        h4 {
            font-size: 70px;
        }

        .textocolumnas {
            
            margin-top: 2rem;
            -webkit-column-count: 2;
            -webkit-column-gap: 20px;
        }
        .todo > .contenedor > .textoABOUT2 > .texto2finalABOUT > h2{
            font-size: 60px;
            line-height: 60px;
        }

        .filters > li > p {
            font-size: 14px;
            margin-bottom: 0px;
            margin: 0px;
            padding: 0px;
          }

        .ubicacionWeb {
            margin-top: 80px;
        }

        .filters label {
            padding: 0.4rem 0.8rem;
            border-radius: 1rem;
            height: 2rem;
            min-width: 45px;
          }

        .imagenABOUT {
            margin-top: 2rem;
        }

        .TextosPortadaProyecto > h4 {
            font-size: 60px;
            line-height: 50px;
            margin-bottom: 0rem;
        }

        .TextosPortadaProyecto > h3 {
            font-size: 20px;
            margin-bottom: 2rem;
            margin-left: 0px;
        }

        .portadaProyecto {
            display: block;
        }

        .portadaHorizontal {
            display: block;
            width: 99vw;
            height: 40vw;
            margin-top: 4.5rem;
        }

        .ladoDERportada {
            display: none;
        }

        .ladoIZQportada {
            width: 99vw;
            height: auto;
            display: inline;
        }

        .descripción1 > p {
            margin-bottom: 0px;
        }

        .descripción2 > p {
            margin-bottom: 0px;
        }

        .descripción3 > p {
            margin-bottom: 0px;
        }

        .tablaDEdatos {
            grid-template-columns: auto 1fr;
        }

        .descripción1{ 
            width: 70%;
        }

        .descripción2{ 
            width: 70%;
        }

        .descripción3{ 
            width: 70%;
        }

        .llevarabaseportadaizquierda{
            margin-top: 1rem;
          
         }
         
         .portadaHorizontal {
            height: auto;
         }
         .TextosPortadaProyecto {
            margin-bottom: 2rem;
         }

         .ladoIZQportada {
            height: auto;
         }

         .mitadYmitad_img6 {
            width: 42vw;
         }

         .mitadYmitad_img6 > .columnadoble >.textocolumnas > p {
            width: 46vw;
            margin: 0px;
         }

         .mitadYmitad_img6 > .columnadoble >.textocolumnas {
            -webkit-column-count: 1;
            width: 46vw;
         }

         .imagenMitadYmitad > .mitadYmitad_img5 > .columnadoble > .textocolumnasBASE {
            -webkit-column-count: 1;
            width: 46vw;
         }

         .fotoYtextocolumnas > .mitadYmitad_img4 > .textocolumnasBASE {
            -webkit-column-count: 1;
            width: 46vw;

         }

         .imgFONDOder {
            display: none;
        }


         

    }



    /* FORMATO movil*/
    @media (max-width: 450px) {

        .contenedor_loader {
            width: 120vw;
            height: 120vh;
        }

        .todo {
            width: 100vw;
            margin-left: 5%;
        }
    
        .cabeza {
           width: 95%;
           margin-left: 0%;
        }

        .logo1 > a > img {
            margin-left: 0px;
        }
    
        .contenedor {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            justify-content: center;
        }
    
        .textoPrincipal {
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        #flecha {
            display: none;
        }

        h1 {
            font-size: 56px;
            line-height: 46px;
        }

        .texto1 h1 {
            width: 95%;
            margin: 0px;
        }

        .container-destacados {
            justify-items: center;
            width: 100%;
        }


        .container-destacados .box-img1 img {
            width: 100vw;
            justify-content: center;
        }

        .menuDesplegable a {
            margin-top: 700px;
            font-size: 45px;
            line-height: 20px;
            margin-left: 35px;
            justify-content: flex-start;
            align-items: baseline;
        }

        .textosFooter {
            display: block;
        }

        .ultimaLinea {
            margin-top: 5px;
        }

        h3 {
            margin-left: 0px;
            margin-bottom: 15px;
        }

        .footer {
            width: auto;
            height: 300px;
        }

        .enlacesRRSS {
            margin-top: 30px;
        }

        .box-img2 {
            margin: 35px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            align-content: center;
            margin-right: 20px;
        }
        .container-destacados .box-img1 img {
            width: 100vw;
            justify-content: center;
        }

        .container-destacados .box-img2 img {
            width: 100vw;
            justify-content: center;
        }

        .container-destacados .box-img3 img {
            width: 100vw;
            justify-content: center;
        }

        .container-destacados .box-img4 img {
            width: 100vw;
            justify-content: center;
        }

        .container-destacados .box-img5 img {
            width: 100vw;
            justify-content: center;
        }

        .container-destacados .box-img6 img {
            width: 100vw;
            justify-content: center;
        }
       

        .slider .slide-track {
            display: flex;
            animation: scroll 10s linear infinite;
            -webkit-animation: scroll 10s linear infinite;
            width: calc(1000px * 2);
        }
        
        .slider .slide {
            width: 100%;
            -webkit-text-size-adjust: 100%;
            white-space: nowrap;
            margin: 10px;
        }
        
        @keyframes scroll {
            0% {
                transform: translateX(0);
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-1458px));
                transform: translateX(calc(-1458px));
            }
        }
        
        .slider2 {
            width: 100vw;
            height: auto;
            margin: auto;
            overflow: hidden;
        }
        
        .slider2 .slide-track2 {
            display: flex;
            animation: scroll 12s linear infinite;
            -webkit-animation: scroll 12s linear infinite;
            width: calc(1000px * 2);
        }
        
        .slider2 .slide2 {
            width: 100%;
            -webkit-text-size-adjust: 100%;
            white-space: nowrap;
            margin-right: 10px;
            margin-top: 0px;
        }

        h2 {
            font-size: 100px;
        }

        h4 {
            font-size: 62px;
            line-height: 50px;
            margin-left: -30px;
        }

        .correoConFlecha > h4 {
            font-size: 24px;
        }

        .container-destacados {
            justify-items: center;
            
        }

        .todo:hover ~ .cursor-outer{
            border: none;
            border-color: none;
        }
        .cabeza:hover ~ .cursor-inner{
            background: none;
        }
        
        a:hover ~ .cursor-inner{
            background: none;
            transition: 0.15s;
        }

        .textocolumnas {
            width: 100vw;
            margin-top: 2rem;
            -webkit-column-count: 1;
            -webkit-column-gap: 20px;
            margin-left: 5px;
            
        }
        .todo > .contenedor > .textoABOUT2 > .texto2finalABOUT > h2{
            font-size: 50px;
            line-height: 50px;
            -webkit-text-stroke: 0.5px white
        }

        .columnasVACIAS1 {
            display: none;
        }

        .texto2finalABOUT {
            width: 100vw;
        }

        .posts {
            display: grid;
            grid-gap: 1rem;
            grid-template-columns: repeat(1, 1fr);
        }

        .filters > li > p {
            margin-bottom: 0px;
            margin: 0px;
        }

        .filters label {
            padding: 0.4rem 0.9rem;
            border-radius: 1rem;
            height: 2rem;
            min-width: 45px;
        }

        .container {
            width: 95vw;
        }
        .imagenABOUT {
            margin-top: 1rem;
        }

        
        .box-img1 {
            margin: 0px;
            margin-top: 3rem;
        }

        .box-img2 {
            width: 100vw;
            margin: 5px;
        }

        .box-img3 {
            margin: 0px;
            margin-top: 3rem;
        }

        .box-img4 {
            width: 100vw;
            margin: 5px;
        }

        .box-img5 {
            margin: 0px;
            margin-top: 3rem;
        }

        .box-img6 {
            width: 100vw;
            margin: 5px;
        }

        .portadaHorizontal {
            display: none;
        }

        .ladoDERportada {
            display: block;
            width: 100vw;
        }

        .TextosPortadaProyecto > h4 {
            margin-left: 0px;
        }

        .tablaDEdatos{
            display: block;
        }

        .descriptivo1 > p {
            margin-bottom: 5px;
        }
        .descriptivo2 > p {
            margin-bottom: 5px;
        }
        .descriptivo3 > p {
            margin-bottom: 5px;
        }
        .ladoDERportada {
            height: auto;
            margin-top: 5rem;
        }

        .ladoIZQportada {
            margin-left: 0px;
        }

        .TextosPortadaProyecto {
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .portadaProyecto{
            flex-direction: column-reverse;
            display: flex;
        }

        .descripción1{ 
            width: auto;
            margin-bottom: 1rem;
        }

        .descripción2{ 
            width: auto;
            margin-bottom: 1rem;
        }

        .descripción3{ 
            width: auto;
        }

        .llevarabaseportadaizquierda{
            margin-top: 1rem;
          
         }

         .imagenMitadYmitad {
            display: block;
         }
         .mitadYmitad_img1 {
            width: 100vw;
            margin-top: 1rem;
         }
         .mitadYmitad_img2 {
            width: 100vw;
            margin-top: 1rem;
         }
         .mitadYmitad_img3 {
            width: 100vw;
            margin-top: 1rem;
         }
         .mitadYmitad_img4 {
            width: 100vw;
            margin-top: 1rem;
         }
         .mitadYmitad_img4 > img {
            width: 100vw;
         }

         .mitadYmitad_img5 {
            width: 100vw;
            margin-top: 1rem;
         }
         .mitadYmitad_img5 > img {
            width: 100vw;
         }

         .vertical75depantalla {
            width: 100vw;
         }

         .fotoYtextocolumnas {
            display: block;
         }
         .textocolumnasBASE {
            width: 100vw;
            margin-top: 2rem;
            -webkit-column-count: 1;
            -webkit-column-gap: 20px;
            margin-left: 5px;
         }

         .mitadYmitad_img6 {
            width: 100vw;
            margin-top: 1rem;
         }

         .mitadYmitad_img6 > .columnadoble > .textocolumnas > p {
            width: 100vw;
            margin-top: 1rem;
            margin-left: 0px;
         }

         .mitadYmitad_img6 > .columnadoble > {
            width: 100vw;
            -webkit-column-count: 1;
         }
        
         .solofotoMitadDerecha {
            width: 100vw;
         }

         .textoCorridoMitadPantalla > p {
            width: 100vw;
         }

         .textocolumnasBASE > p {
            width: 100vw;
         }

         .imagenMitadYmitad {
            margin-top: 0rem;
         }

         .imgFONDOder {
            display: none
        }
        
        .ladoDERportada {
            opacity: 100%;
        }

        .slider .slider_content h5 {
           display: none;
        }

        .containerCarrusel .controls {
            gap: 90vw;
            padding: 0;
        }
        .control > img {
            width: 10vw;
            padding: 0;
            margin: 0;
        }

        .titulo_texto > h4 {
            font-size: 40px;
            line-height: 36px;
            margin-top: 0.8rem;
            margin-bottom: 0rem;
            margin-left: 5px;
        }

        .textocolumnas {
            margin-top: 10px;
        }


       


    }