<style>
@font-face {
  font-family: 'NexaLight';
  src: url('../fonts/NexaLight.woff2') format('woff2'),
    url('../fonts/NexaLight.woff') format('woff'),
    url('../fonts/NexaLight.ttf') format('ttf');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/NexaBold.woff2') format('woff2'),
    url('../fonts/NexaBold.woff') format('woff'),
    url('../fonts/NexaBold.tff') format('tff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Heavy.eot');
    src: url('../fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mont-Heavy.woff2') format('woff2'),
         url('../fonts/Mont-Heavy.woff') format('woff'),
         url('../fonts/Mont-Heavy.ttf')  format('truetype');
}
    
    *{
        padding:0;
        margin:0;
    }
    body, html{
        font-family:'Open Sans';
        font-weight: 400;
        font-size:14px;
        height:100%;
        box-sizing: content-box;
        color:#000000;
        scroll-behavior: smooth;
        --navTime:1s;
        --linkTime:2s;
        --carouselTime:3s;
    }
    a{
        text-decoration:none;
        color:#000000    }
    a:hover{
        text-decoration:none;    
        color:#000000    }
    h1, h2, h3, h4, h4, h6{
        font-family: "Montserrat";
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        margin: 1rem;
        color:#000000    }
    label{
        font-size:.8rem;    
        color:#000000;
        margin-top: 1rem;
    }
    header{
        height: auto;
        min-height:75px;
        background: ;
        /*background:#ffffff;*/
        display: block;
        border-bottom: grey solid thin;
        position: fixed;
        z-index: 2000;
        width: 100%;}
    nav, .cajacomun{
        animation: var(--navTime) ease-out navLoad;
    }
    details{
        color:white
    }/*
    summary  {
        
        font-size:20px;
        padding:10px 0;
    }*/
    textarea {
        resize: none;
    }
    summary{
        list-style: none;
        display: block;
        text-decoration: none;
        padding: 20px;
        color: #c7c7c7;
        border-left: 5px solid transparent;
        transition: all 400ms ease;
    }
    .cont-menu nav a:hover{
        border-left: 5px solid #c7c7c7;
        background: #1f1f1f;
    }
    summary::-webkit-details-marker {
        display: none;
    }
    #carousel-desk{
        display:block;
    }
    #carousel-mobil{
        display:none;
    }    
    #headerarticulos, #headerarticulosSm{
        display:flex;
        align-items:center;
        justify-content:center;
        animation: var(--navTime) ease-out navLoad;
    }
    #logoheader{
        height:50px;
        width:150px;
        top:15px;
        z-index: 0;
    }
    #logoheader img{
        height: 25px;
    }
    #menumedio{
        background: white;
        animation-name:seccionesLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform:scale(0);
    }
    #menumedio .cajamenumedio{
        border-right:#d4d4d4 solid thin;
        padding:65px 0;
        border-top:white solid 5px;
        background:#ffffff;
    }
    #menumedio .cajamenumedio:hover{
        border-top:#000000 solid 5px;
        background:#fafafa;
    }
    #menumedio .cajamenumedio:last-child{
        border-right:none;
    }
    #menumedio .cajamenumedio .titulo{
        font-size:2rem;
        font-family: "Poppins", serif;
        font-weight:600;
        text-transform: uppercase;
    }
    #menumedio .cajamenumedio .resumen{
        font-size:1.2rem;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 0 20px;
        font-weight:600;
    }
    #menuprincipal{
        height:auto;
        position: relative;
        display:block;
        color:red;
        z-index: 1500;
        margin-top: 50px;
    }
    #redes{
        display: block;
        position: fixed;
        top: 0;
        background: #000000;
        height: auto;
        min-height: 50px;
        color: #ffffff;
        font-size:20px;   
        text-align: left;
        padding:10px 0;
        
    }
    #redes a{
        color: #ffffff;
        text-decoration: none;
        padding:0 10px
    }
    #validar{
        height: 20px;
        color:red;
        font-weight: bold;
        margin:15px 0 0 0;
        font-size: 1.2rem;
    }
    div.g-recaptcha {
        margin: 0 auto;
        width: 304px;
    }
    .ip {
        margin: 0 auto;
        width: 304px;
    }
    .boton{
        background:#000000;
        color:#ffffff;
        padding:.5rem 1rem;
        border-radius: 2px;
        margin-top: 1rem;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border:#ffffff solid thin;
        transition: all .5s ease-in-out;
    }
    .boton:hover{
        background:#ffffff;
        color:#000000;
        border:#000000 solid thin;
    }
    .botonlike{
        color: red;
    }    
    .boton-no-like{
        color: grey;
    }
    .botonsin{
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .cajacomun{
        top:100px;
        position:relative;
    }
    .cajamodal{
        width:100%;
        height:100%;
        position:absolute;
        z-index:5000;
        background:#323332;
    }
    .cajamodal .intmodal{
        width:100%;
        height:100%;
        background:blue;
    }
    .cajasindex{
        height:100vh;
    }
    .caja_articulo, .cajagalerias{
        animation-name:articlesLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform: translateY(100%);
        opacity:0;
    }
    .disposicion{
        font-size:1.5em;
        display:block;
    }
    .ordenar{
        /* Reset Select */
          appearance: none;
          outline: 10px red;
          border: 0;
          box-shadow: none;
          /* Personalize 
          flex: 1;*/
          padding: 0 1em;
          color: #000;
          background-color: transparent;
          background-image: none;
          cursor: pointer;
          font-size:.8em;
          border:red solid thin;
    }
    select::-ms-expand {
      display: none;
    }
    /* Custom Select wrapper */
    .ordenar {
      position: relative;
      display: flex;
      width: 20em;
      height: 3em;
      border-radius: .25em;
      overflow: hidden;
    }
    /* Arrow */
    .ordenar::after {
      content: url('https://magazinetopmen.com/imgs/chevron-right.png');
      position: absolute;
      top: 0;
      right: 0;
      padding: 1em;
      background-color: #34495e;
      transition: .25s all ease;
      pointer-events: none;
    }
    /* Transition */
    .ordenar:hover::after {
      color: #f39c12;
    }

    .imgGal{
        animation-name:imgGal;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform: scale(0);
        opacity:0;
    }
    .cajaOtros{
        animation-name:articleLoadInv;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform: translateY(100%);
        opacity:0;
    }
    
    .cajaImagenPublicacion{
        width:100%;
        height:200px;        
    }
    .cajaContenidoPublicacion{
        width:100%;
        height:auto;
        min-height: 200px;
        padding:25px 0;   
    }
    .carousel{
        animation-name:carouselLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        opacity:0;
    }
    .carousel-inner img {
        width: 100%;
        height: 50%;
    }
    .carousel-text{
        color:white;
        font-size:5rem;
        font-family:"NexaBold";
        text-shadow:#000 1px 1px 1px;
    }
    .ext{
        width:100%;
        height: calc(100% - 77px);
        /*position: relative;*/
        display: table;
        vertical-align: middle;
    }
    .fecha_publicacion{
        font-size:14px;
        text-align: left;
        margin-bottom: 2px;
    }
    .int{
        display: table-cell;
        vertical-align: middle;

    }
    .minititulo{
        font-size:14px;
        margin-top:10px;
        font-family:"Montserrat";
        font-weight:400;
    }
    .nav-ppal{
        display: flex;
        justify-content: end;
        width: 100%;
        margin-top: 10px;
    }
    .nav-ppal ul{
        list-style: none;
        justify-content: end;   
        margin-top:10px;
    }
    .nav-ppal ul li{
        list-style: none;
        display: inline;
        padding: 0 15px;        
        font-size: 1.2rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        color:white
    }
    .nav-ppal ul li a{
        color:white;
        text-decoration: none;
    }
    nav .nav-categoria li{
        animation-name:linkLoad;
        animation-duration:var(--linkTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform: scale(0);
    }
    #newsletter{
        animation-name:seccionesLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        transform:scale(0);
        padding:150px 0;
    }
    .resumen{
        font-size:18px;
        font-weight: 200;
        text-align: justify;        
        letter-spacing: -0.2px;
    }
    .titulo_abril{
        font-family: "Poppins", serif;
        font-weight:700;
        font-size:3rem;
        font-style: normal;
        color:#000000;
        text-align:center;
        -webkit-text-stroke-width: 0.1px;
        -webkit-text-stroke-color: white;
    }
    .titulo_articulo{
        width:100%;
        height:auto;
        min-height:60px;
        font-family: "Poppins", serif;
        font-weight:700;
        color:#000000;
        display:block;
        margin-bottom: 3px;
        letter-spacing: -0.2px;
        font-size: 2rem;
        line-height: 23px;
    }

    .titulo_articulo_int{
        font-family: "MontSerrat", serif;
        text-transform: none;
        letter-spacing: -1px;
        font-size: 55px;
        line-height: 60px;
        font-weight: 800;
        color:#444545;
        animation-name:carouselLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        opacity:0;
    }
    .conteos{
        border: #B6B9B7 solid 1px;
        border-radius: 20px;
        text-align: center;
        color: #B6B9B7;
        font-size: 1rem;
        width:auto;
        min-width: 100px;
        padding: 5px 15px;
        background: white;
        margin-top: 25px;
    }
    .conteos:hover{
        border: black solid 1px;
        color:black;
    }
  
    /*-----------------------------------------------------------------Menù lateral*/
    #menulateral{
        border:none;
    }
    #menulateral nav{
        margin-top:50px
    }
    #btn-menu{
        display: none;
    }
    #btn-menu label{
        color:red
    }
    #btn-menu:checked ~ .container-menu{
        opacity: 1;
        visibility: visible;
    }
    #btn-menu:checked ~ .container-menu .cont-menu{
        transform: translateX(0%);
    }
    .container-menu{
        position: absolute;
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: auto;
        min-height: 100vh;
        top: 0;left: 0;
        transition: all 500ms ease;
        opacity: 0;
        visibility: hidden;
    }
    .cont-menu{
        width: 100%;
        max-width: 400px;
        background: #1c1c1c;
        min-height: 100vh;
        position: relative;
        transition: all 500ms ease;
        transform: translateX(100%);
        float: right;
    }
    .cont-menu nav{
        transform: translateY(15%);
    }
    .cont-menu nav a{
        display: block;
        text-decoration: none;
        padding: 20px;
        color: #c7c7c7;
        border-left: 5px solid transparent;
        transition: all 400ms ease;
    }
    .cont-menu nav a:hover{
        border-left: 5px solid #c7c7c7;
        background: #1f1f1f;
    }
    .cont-menu label{
        position: absolute;
        right: 5px;
        top: 10px;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
    }
    .content-articulo{
        animation-name:articleLoad;
        animation-duration:var(--navTime);
        animation-timing-function:ease-in;
        animation-delay:var(--navTime);
        animation-fill-mode: forwards;
        opacity:0;
        transform: translateY(100%);
    }
        #headerarticulosSm{
            display:none;
        }
    @media screen and (max-width:600px) {    
        header{
            min-height:90px;
        }
        #menumedio{
            height:calc(100vh - 90px);
            justify-content:center;
            align-items:center;
            display:block;
        }
        
        #menumedio .cajamenumedio{
            border-bottom:#d4d4d4 solid thin;
            border-right:none;
            height:33%;
            position:relative;
            display:flex;
            align-items:center;
        }
        #menumedio .cajamenumedio:last-child{
            border-bottom:none;
            border-right:none;
        }
        #carousel-desk{
            display:none;
        }
        #carousel-mobil{
            display:block;
            height:100vh;
        }
        #logoheader{
            height:50px;
            width:150px;
            position:absolute;
            z-index:5000;
            top:5px;
            left:15px;
            vertical-align:middle;
        }    
        #logoheader img{
            width:100%;
            max-width:150px;
        }
        #redes{
            text-align: center;
        }
        #redes a{
            padding:0 15px
        }    
        .carousel-text{
            font-size:2.5rem;
            width:80%;
        }
        .disposicion{
            display:none;
        }
        .nav-ppal{
            display: none;
        }
        #headerarticulos{
            display:none;
        }
        #headerarticulosSm{
            display:flex;
        }
        #newsletter{
            height:calc(100vh - 90px);
            align-items:center;
            justify-content:center;
            display:flex;
            flex-wrap:wrap;
            width:100%;
        }
        .cajanews{
            width:100%;
        }
        
    }
    /*
    
    #botonlateral{
        display:none
    }
    
    
    #menulateral{
        display:none;
        position: relative;
        color:red;
        z-index: 500;
        height:0;
    }
    
    
    #menuprincipal .logo{
        position: absolute;
        height:auto;
        left:2rem;
        top:2.2rem
    }
    #redes{
        font-size:20px;
    }
    
    
    .cajagaleria{
        width:100%;
        height: 300px;
    }
    
    .cajaintro{
        width:50%;
        max-width:300px;
        padding:0 15px 80px 15px;
        border-radius:30px;
        background: white;
        border:#034c57 solid medium;
        margin:auto;
    }
    .cajaintro .cajalogo{
        width:auto;
        margin:auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .cajalogo img{
        width:80%;
        margin:auto;
    }
    
    .colors
    {
        background: #034c57;
        color:white;
        font-weight: bold;
    }
    .ext{
        width:100%;
        height: calc(100% - 77px);
        position: relative;
        display: table;
        vertical-align: middle;
    }
    
    .int{
        display: table-cell;
        vertical-align: middle;

    }
    
    .titulo_articulo_int{
        width:100%;
        height:auto;
        min-height:60px;
        font-family: "Playfair Display", serif;
        font-size:50px;
        line-height:1;
        color:#000000;
        display:block;
    }

/*---------------------------------------------------------ACORDEON
    .acordeon{
        width: 90%;
        padding: 2rem;
        border-radius: 1rem;
        color: white;
        top:0;
        margin-top:0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        height:auto;
        min-height:100vh;
    }
    .acordeon .bloque {
        margin: 0 0 1rem;
        padding: 1rem;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 1rem;
        color: white;
        top:0;
        margin-top:0;
    }
    .acordeon .h2 {
        margin: 0 0 1rem;
        padding: 0 1rem;
        font-size:14px;
        color: white;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 1rem;
        cursor: pointer;
        }
    .acordeon .h2:hover {
        color: grey;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 1rem;
    }
    .acordeon .contenido {
        height: 0;
        padding: 0rem;
        overflow: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .acordeon .bloque.activo .contenido {
      height: auto;
      top:0;
      margin-top:0;
    }
    
@media screen and (max-width:600px) {
    #botonlateral {
        display:block;
        height:50px;
        background: red;
        right: 0;
        top: 0;
        padding-top: 10px;
        position: absolute;
        z-index: 100;
        width:50px;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }
    #botonlateral:hover{
        width: 75%;
        height: 100%;
        background: rgba(0,0,0,.8);
    }
    #botonlateral #caja1{
        width:30px;
        display: inline-block;
    }
    #botonlateral #caja2{
        display: block;
    }
    
    #logoheader{
        height:50px;
        width:150px;
        position:absolute;
        z-index:5000;
        top:40px;
        left:15px;
        vertical-align:middle;
    }
    #menulateral{
        display:block;        
        color:white;
        z-index: 500;
    }
    
    #menuprincipal{
        display:none;
    }
    
    .text-carousel{
        font-size:3rem;
    }
    
    
}*/
@keyframes navLoad {
      0% {
        opacity:0;
        transform: translateY(-100%);
      }
      100% {
        opacity:1;
        transform: translateY(0);
      }
    }
@keyframes linkLoad {
      0% {
        transform: scale(0);
      }
      90% {
        transform: scale(1.1);
      }
      100% {
        transform: scale(1);
      }
    }
@keyframes carouselLoad {
      0% {
        opacity:0;
        transform: translateX(-100%);
      }
      100% {
        opacity:1;
        transform: translateX(0);
      }
    }
@keyframes seccionesLoad {
      0% {
        opacity:0;
        transform: scale(0);
      }
      90% {
        opacity:1;
        transform: scale(1.1);
      }
      100% {
        opacity:1;
        transform: scale(1);
      }
    }
@keyframes articlesLoad {
      0% {
        opacity:0;
        transform: translateY(100%);
      }
      100% {
        opacity:1;
        transform: translateY(0);
      }
    }
@keyframes articleLoad {
      0% {
        opacity:0;
        transform: translateY(100%);
      }
      100% {
        opacity:1;
        transform: translateY(0);
      }
    }
@keyframes articleLoadInv {
      0% {
        opacity:0;
        transform: translateX(100%);
      }
      100% {
        opacity:1;
        transform: translateX(0);
      }
    }
@keyframes imgGal {
      0% {
        opacity:0;
        transform: scale(0);
      }
      100% {
        opacity:1;
        transform: scale(100%);
      }
    }

</style>