@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');


.foto__perfil {
  position: relative;
  height: 150px;
}

.foto__perfil img{
  height: 191px;
  width: 191px;
  object-fit: cover;
  position: relative;
  display:block;
  margin:auto;
  border: 9px solid var(--color-letras-contenido);
  border-radius: 50%;
  top: -121px;
  cursor: pointer;
  transition: ease-in .2s;
}

.foto__perfil img:hover{
transition: ease-in .2s;
  border: 7px solid var(--color-principal);
  border-radius: 50%;
  top: -121px;
  cursor: pointer;
  transform: scale(1.1);
  text-decoration: none;
}

.foto__perfil h1{
  display:block;
  margin:auto;
  color: var(--color-principal);
  text-align: center;
  margin: 1rem;
  top: -121px;
  position: relative;
}



/*-----PARALLAX----*/

.parallax-one {
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(https://images.unsplash.com/photo-1741807117240-0aee0cd41d25?q=80&w=1744&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
/*
  border-radius: 10px 10px 10px 90px;
-webkit-border-radius: 10px 10px 10px 90px;
-moz-border-radius: 10px 10px 10px 90px;
*/
}

@media (max-width:1000px) {
  .parallax-one {
    height: 500px;
  }
}

.parallax-two {
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(https://images.unsplash.com/photo-1636955669242-11b90050e9ac?q=80&w=2340&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .parallax-one {
    height: 500px;
  }
  .parallax-two {
    height: 200px;
  }
}

@media screen and (min-width: 359px) and (max-width: 959px) {
  .parallax-one {
    height: 300px;
    max-height: 650px;
  }
  .parallax-two {
    height: 350px;
  }
}

@media screen and (max-width: 325px) {
  .parallax-one {
    height: 200px;
  }
  .parallax-two {
    height: 200px;
  }
}


/*--------------PARALLAX------------------*/


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


/*--BLOG-ARTICLE.HTML CSS --*/

.blog-container {
  width: 95%;
  margin: 0 auto;
}

.blog-container p {
   color: var(--color-letras-contenido);
   font-size: 1.2rem;
   justify-content: center;
  }

.blog-banner {
  width: 100%;
  min-height: 400px;
  height: 90vh;
  background-attachment: fixed;
  background-position: center;
  z-index: 9;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-image: url(../img/gigi.jpg);
}

.blog-banner img {
  min-height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.parallax-container.banner-parallax {
  max-height: 750px;
}

.blog-post h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: 2px;
  color: var(--color-letras-contenido);
  font-size: 2rem;
  margin-bottom: 2rem;
}

.blog-quote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: var(--color-letras-contenido);
}

.blog-quotation {
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
}

.blog-post {
  padding: 15px 20px;
  text-align: justify;
  margin-bottom:20px;
}

.blog-container > div.blog-post:first-child p:first-letter {
  color: var(--color-principal);
  float: left;
  font-size: 80px;
  line-height: 60px;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 3px;
  padding-bottom: 4px;
}

.letter-cap {
  color: var(--color-letras-contenido);
  float: left;
  font-size: 80px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  padding-bottom: 4px;
}

.recent-post {
  width: 90%;
  padding: 2% 0%;
  display: block;
  float: right;
}

.post-date {
  color: black;
  font-size: 60px;
  display: block;
  position: absolute;
  right: 220px;
}

.blog-recent-img {
  width: 80%;
  height: 500px;
}


/*------------------ARTICLE SECTION-----------------------*/

.article {
  position: relative;
  background-color: #333333;
  min-height: 650px;
  overflow: hidden;
  padding-left: 10%;
}

.article h2 {
  padding: 3% 0;
  font-size: 24px;
  color: #fff;
}

.article-tag {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.article-title {
  font-size: 28px;
  padding: 0 2px;
  color: #fff;
  text-align: center;
}

.article-description {
  padding: 10px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.readBtn {
  background-color: #99cc99;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 24px;
  text-align: center;
}

.article-overlay {
  z-index: 999;
  max-width: 30px;
  right: 20px;
  position: absolute;
  height: inherit;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor:pointer;
}

.article-overlay img {
  width: 100%;
}



.link-btn-1 {
	padding: 8px 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	max-width: 250px;
	font-size: 13px;
	text-transform: uppercase;
	border: 2px solid currentColor;
	color: #302e2f;
	font-weight: 600;
	transition: 1s;
	-webkit-transition:ease-out 1s;
	background:none;
	font-family: roboto condensed;
}
.link-btn-1:before, .link-btn-1:after,
.link-btn-1 span:before,
.link-btn-1 span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-transition: 0.6s;
	transition: 0.6s;
	z-index: -1;
}
.link-btn-1:after,
.link-btn-1 span:before {
	left: auto;
	right: 0;
}
.link-btn-1 span:before,
.link-btn-1 span:after {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.link-btn-1:hover {
	color: #fff;
	border: 2px solid #4c4c4c;
}
.link-btn-1:hover:before, .link-btn-1:hover:after,
.link-btn-1:hover span:before,
.link-btn-1:hover span:after {
	width: 250px;
}
.link-btn-1:active {
	background-color: rgba(0, 0, 0, 0.75);
}

.link-btn-2 {
	padding: 8px 20px;
	position: relative;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	max-width: 250px;
	font-size: 13px;
	text-transform: uppercase;
	border: 2px solid currentColor;
	color: #fff;
	font-weight: 600;
	transition: 1s;
	-webkit-transition:ease-out 1s;
	background:none;
	font-family: roboto condensed;
}
.link-btn-2:before, .link-btn-2:after,
.link-btn-2 span:before,
.link-btn-2 span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-transition: 0.6s;
	transition: 0.6s;
	z-index: -1;
}
.link-btn-2:after,
.link-btn-2 span:before {
	left: auto;
	right: 0;
}
.link-btn-2 span:before,
.link-btn-2 span:after {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.link-btn-2:hover {
	color: #302e2f;
	border: 2px solid #ffffff;
}
.link-btn-2:hover:before, .link-btn-2:hover:after,
.link-btn-2:hover span:before,
.link-btn-2:hover span:after {
	width: 250px;
}
.link-btn-2:active {
	background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1001px) {
  .article {
    min-height: 350px;
  }
  .blog-banner {
    height: 50vh;
  }
  .blog-container {
    margin-left: 8%;
    margin-right: 8%;
  }
  .blog-post h4 {
    padding: 0 15px;
  }

}

@media screen and (max-width: 924px) {
  .article {
    min-height: 350px;
  }
  .blog-banner {
    height: 50vh;
  }
  .blog-container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .blog-post h4 {
    padding: 0 15px;
    font-size: 15px;
  }
  .blog-quotation {
    text-align: justify;
    margin: 0px 0px;
    padding: 0 3px;
    font-size: 24px;
  }

  .article h5 {
    font-size: 20px;
  }

}

@media only screen and (max-width: 321px) {
  .article {
    min-height: 300px;
  }
  .blog-banner {
    height: 30vh;
  }
  .blog-container {
    margin-left: 2%;
    margin-right: 2%;
  }
  .blog-post {
    width: 100%;
  }
  .article h5 {
    padding: 5% 0;
    font-size: 12px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .blog-post h2 {
    font-size: 3em;
    margin-top: 0;
    padding: 0;
  }
  .article {
    min-height: 300px;
  }
  .blog-banner {
    height: 20vh;
  }
  .article-overlay {
    display: none;
  }
  .blog-container {
    margin-left: 3%;
    margin-right: 3%;
  }
  .blog-post {
    width: 100%;
    padding: 10px 10px;
  }
  .blog-post h4 {
    font-size: 18px;
  }
  .post-date {
    font-size: 24px;
    position: absolute;
    right: 15px;
  }
  .blog-recent-img {
    width: 90%;
    height: 215px;
  }
  .article h5 {
    padding: 5% 0;
    font-size: 18px;
  }

  .article-tag {
    padding: 0 10px;
    font-size: 20px;
  }
  .article-title {
    font-size: 28px;
  }
  .article-read {
    padding-top: 10px;
    padding-bottom: 5%;
    font-size: 14px;
  }
}

@media screen and (min-width:600px) and (max-width:800px) {
  .article {
    min-height: 350px;
  }
  .blog-banner {
    height: 80vh;
  }
  .blog-container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .blog-post {
    padding: 0px;
  }
  .blog-post h4 {
    padding: 0 15px;
    font-size: 16px;
  }
  .recent-post {
    width: 100%;
    padding: 2% 0% 2% 5%;
    display: block;
  }
  .blog-quotation {
    font-style: italic;
    font-weight: 300;
    font-size: 22px;
  }

}

@media screen and (min-width: 900px) and (max-width: 1025px) {
  .article {
    min-height: 350px;
  }
  .blog-banner {
    height: 75vh;
  }
  .blog-container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .blog-post h4 {
    padding: 0 25px;
    font-size: 20px;
  }
  .recent-post {
    width: 100%;
    padding: 2% 0% 2% 8%;
    display: block;
  }
}