*, html, body {
    margin:0;
    padding: 0;
    box-sizing:border-box;
  }
*:before,
*:after {
  box-sizing: border-box;
}
html{
    height: 100%;
  }
body{
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
  }
  a, a:link, a:visited, a:focus, a:hover, a:active {
    text-decoration:none;
    outline: 0;
    user-select:none;
  }
  img {
    max-width: 100%;
    user-select:none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
  * {
    -webkit-tap-highlight-color:transparent;
  }
  textarea, select, input, button {
    outline: none;
  }
  :focus {
    outline-color: transparent;
    outline-style: none;
  }
  table {
    border-collapse: collapse;
  }
  th, td {
    padding: 0;
  }
a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  outline: 0;
  color:#000000;
  user-select:none;
}
#video{ padding:20px;}

#video-container{
	width:100%;
	display:inline-block;
	text-align:center;
	/*margin: 0 auto 20px;	*/
	}

.video-responsive {
    position: relative;
   /* margin-bottom: 20px;*/
    padding-top: 56.25%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    table {
    border-collapse: collapse;
}

/*my style*/
@font-face {
    font-family: 'Cabin';
    src: url('fonts/Cabin-Medium.eot');
    src: url('fonts/Cabin-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cabin-Medium.woff2') format('woff2'),
        url('fonts/Cabin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Sans Serif SSi';
    src: url('fonts/LibreSansSerifSSi.eot');
    src: url('fonts/LibreSansSerifSSi.eot?#iefix') format('embedded-opentype'),
        url('fonts/LibreSansSerifSSi.woff2') format('woff2'),
        url('fonts/LibreSansSerifSSi.woff') format('woff'),
        url('fonts/LibreSansSerifSSi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nordica';
    src: url('fonts/NordicaHairline.eot');
    src: url('fonts/NordicaHairline.eot?#iefix') format('embedded-opentype'),
        url('fonts/NordicaHairline.woff2') format('woff2'),
        url('fonts/NordicaHairline.woff') format('woff'),
        url('fonts/NordicaHairline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body {
  background-color:##1a1a1aff;
}

body {
    grid-template-rows: auto 1fr auto;
    background-color:#1a1a1aff;
}
.top{
  margin:0 auto;
  padding:60px 20px;
}
.headerimg{
  padding:40px 20px;
}
.logo1080 {
  max-width:350px;
}
.subtitulo1080 {
  max-width:200px;
}

 .art2{
    padding: 20px 0px;
    border-radius: 20px;
    height:400px;
    position: relative;
}

.titulossi2{
  font-family: 'Libre Sans Serif SSi';
  font-size:34px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin:0 10px;
  color: #FFFFFF;
  text-shadow: 3px 3px 0px #000000;
}

.titulossi2 a:link{
  color:rgb(255, 255, 255);
  text-shadow: 3px 3px 0px #000000;
}

.contentart2{
  padding: 30px 20px;
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(700px, 1fr));
  column-gap: 20px;
  row-gap: 25px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
 }


.contentart{
  padding: 30px 20px;
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
  row-gap: 25px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
 }
.art{
    padding: 20px 0px;
    border-radius: 20px;
    height:400px;
    position: relative;
}

.tituloss{
  font-family: 'Cabin';
  font-size:24px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin:0 10px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #0f0f0f;
}
.tituloss a:link{
  color:rgb(255, 255, 255);
  text-shadow: 2px 2px 0 #0f0f0f;
}
.tituloss a:visited{color:rgb(65, 50, 11);}
.tituloss a:active{color:rgb(36, 26, 8);}
.tituloss a:hover{color:#c29e00;}

.titulossi{
  font-family: 'Libre Sans Serif SSi';
  font-size:24px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin:0 10px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #0f0f0f;
}
.titulossi a:link{
  color:rgb(255, 255, 255);
  text-shadow: 2px 2px 0 #0f0f0f;
}
.titulossi a:visited{color:rgb(255, 255, 255);}
.titulossi a:active{color:rgb(36, 26, 8);}
.titulossi a:hover{color:#c29e00;}

.textosind {
  position: absolute;
  bottom: 0px;
  font-family: 'Libre Sans Serif SSi';
  font-size:16px;
  font-weight:300;
  color:#ecececff;
  padding: 10px 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius:20px;
}
.readall{
  width:160px;
  height:60px;
  margin: 40px auto 30px;
  text-align:center;
}
.readall a{
  color:white;
  font-family: 'Libre Sans Serif SSi';
  font-size:20px;
  font-weight:bold;
  padding:20px;
}
.read-btn {
  background-color: transparent;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border: 2px solid  #FFFFFF;
   border-radius:16px;
}

.read-btn:hover {
  background-color: #313131;
  border: 2px solid  #FFFFFF;
}



/*POST STYLE*/
.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  width:50%;
  margin: 0 auto;
}


.contentc {
  background-color:#1a1a1aff;
}
.contentart1 {
 width:100%;
 }
.art1{
background-color:#1a1a1aff;
color:#000;
width:70%;
margin: 0 auto;
text-align:center;
}
.fecha{font-family: 'Nordica';
  font-size:22px;
  font-weight:300;
  color:#ecececff;
}
.titulosst {
  font-family: 'Libre Sans Serif SSi';
  font-size:40px;
  font-weight:600;
  text-align: center;
  color: #ecececff;
  padding:60px 0px 30px;
}
.titulosst a:link{color:#ecececff;}
.titulosst a:visited{color:rgb(65, 50, 11);}
.titulosst a:active{color:rgb(36, 26, 8);}
.titulosst a:hover{color:#c29e00;}
.copete {
  font-family: 'Libre Sans Serif SSi';
  font-size:28px;
  font-weight: lighter;
  text-align: center;
   font-variant: small-caps;
  color:#ecececff;
  margin-bottom:50px;
}
.textoss{
  font-family: 'Libre Sans Serif SSi';
  font-size:20px;
  font-weight:350;
  color:#ecececff;
  text-align:left;
}

/*footer and footer mobile*/
.footer-section {
    background: #0d0d0d;
  }
  .footer-section .container{
    max-width: 1600px;
    margin: 0px auto;
    padding-top: 20px;
  }
  .footer-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-content .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
      max-width: 160px;
  }
  .footer-menu-right{
    justify-self:right;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
  }
    .copyright-area{
    background: #0d0d0d;
    padding: 20px 0;
    margin: 0 auto;
    padding-left: 20px;
    max-width: 1600px;
    border-top: thin solid #313131;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .footer-menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 16px;
  }
  .footer-menu li {
    display: inline-block;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  @media screen and (max-width: 700px) {
    .footer-content .row {
      display: grid;
      grid-template-columns: 1fr ;
    }
    .footer-menu-right{
      justify-self:left;
    }
     .art2{
    padding: 20px 0px;
    border-radius: 20px;
    height:400px;
    position: relative;
}

.titulossi2{
  font-family: 'Libre Sans Serif SSi';
  font-size:34px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin:0 10px;
  color: #FFFFFF;
  text-shadow: 3px 3px 0px #000000;
}

.titulossi2 a:link{
  color:rgb(255, 255, 255);
  text-shadow: 3px 3px 0px #000000;
}

.contentart2{
  padding: 30px 20px;
  display: grid;
  grid-template-columns:  repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
  row-gap: 25px;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
 }

  }




.tituwraper {
  width:100%;
  background-color: linear-gradient(180deg, rgba(0,0,0,1) 28%, rgba(21,0,38,1) 51%, rgba(73,0,102,1) 81%, rgba(177,0,255,1) 100%);
  color:#FFFFFF;
  text-align: center;
  height:auto;
}





@media screen and (max-width: 1024px) {
.art1 {
background-color:#1a1a1aff;
color:#ecececff;
width:90%;
}

}
@media screen and (max-width: 430px) {
.art1{
background-color:#1a1a1aff;
color:#ecececff;
width:90%;
}
.logo1080 {max-width:250px;}

.subtitulo1080 {max-width:150px;}
.titulosst {
   font-family: 'Libre Sans Serif SSi';
  font-size:32px;
  text-align: center;
  color: #ecececff;
}
.copete {
  font-family: 'Libre Sans Serif SSi';
  font-size:24px;
  font-weight: lighter;
  text-align: center;
   font-variant: small-caps;
  color:#ecececff;

.fecha{font-family: 'Nordica';;
  font-size:16px;
  font-weight:300;
  color:#ecececff;}
}


}







 /*all post page*/
  .contentallp {
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:  auto;
    column-gap: 20px;
    row-gap: 25px;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    background-color:#1A1A1A;
   }

  .blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    min-height: 270px;
    border-radius:20px;
  }
  .blog-card a {
    color: inherit;
  }
  .blog-card a:hover {
    color: #d613cc;
  }
  .blog-card:hover .photo {
    transform: scale(1.2) rotate(2deg);
  }
  .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
  }
  .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
  }
  .blog-card .details,
  .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
  }
  .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
    text-align: initial;
  }
  .blog-card .details ul li {
    display: inline-block;

  }
  .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .blog-card .description h1,
  .blog-card .description h2 {
    font-family: Cabin, sans-serif;
  }
  .blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
  }
  .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
  }
  .blog-card .description .read-more {
    text-align: right;
  }
  .blog-card .description .read-more a {
    /*color: #c72596;*/
    display: inline-block;
    position: relative;
  }

  .blog-card p {
    position: relative;
    margin: 1rem 0 0;
  }
  .blog-card p:first-of-type {
    margin-top: 1.25rem;
  }
  .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #c72596;
    width: 25%;
    top: -0.75rem;
    border-radius: 3px;
  }
  .blog-card:hover .details {
    left: 0%;
  }
  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row;
      max-width: 1000px;
    }
    .blog-card .meta {
      flex-basis: 40%;
      height: auto;
    }
    .blog-card .description {
      flex-basis: 60%;
    }

  }

