/*
  This css file is for individual users to restyle items, overwrite css
*/

.img-posts-inst{
  width: 100%;
  max-width: 350px;
  height: auto;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

/*Home banner*/
.banner-ebook{
  max-width: 260px;
}
.banner-home{
  background: rgb(253,239,230);
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("/images/fondo-maderas-blanco.jpg");
}
.banner-home .banner-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-home button{
  background: none!important;
  border: none;
  padding: 0!important;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  float: right;
}
.banner-home button:hover{
  color: #f1646a !important;
}

/*Page Videos*/
.banner-videos{
  padding: 80px 0;
}
.banner-videos .banner-wrap {
  justify-content: center;
}
.banner-videos a.btn-visit {
  background: none !important;
  border: none;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  float: right;
}
/*Start Video Player*/
.video-section {
  position: relative;
  padding-top: 75px;
}
.video-section .row{
  margin-bottom: 50px;
}
.video-section .video-count-one > .video-player {
  margin: auto;
}
.video-player {
  max-width: 728px;
  height: 410px;
  position: relative;
}
.video-player__md{
  height: 304px;
}
.video-player__video {
  position: absolute;
}
.video-player__video iframe {
  border: none;
}
.video-player__img, .video-player__mask, .video-player__video {
  width: 100%;
  height: 100%;
}
.video-player__img {
  display: block;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
}
.video-player__mask {
  position: absolute;
  background-color: rgba(0, 0, 0, .35);
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.video-player__mask:hover {
  background-color: rgba(0, 0, 0, .15);
  transition: background-color 0.3s linear;
}
.video-player__playing .video-player__img {
  display: none;
}
.video-player__transitioning .video-player__img {
  opacity: 0;
  visibility: hidden;
}
.video-player__title {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.video-player__title > img{
  width: 75px;
}
.video-player__text{
  font-size: 22px;
  padding-top: 10px;
}
.btn-youtube-link{
  text-transform: inherit;
  margin-bottom: 50px;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .video-player__md {
    height: 255px;
  }
}
@media (max-width: 991px) {
  .video-player__md {
    height: 190px;
  }
  .video-section .row {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px){
  .video-player, .video-player__md {
    height: 290px;
  }
  .video-section .row {
    margin-bottom: 0;
  }
  .video-player__text{
    margin-bottom: 45px;
  }
}
@media (max-width: 470px){
  .video-player, .video-player__md {
    height: 250px;
  }
  .video-player__text {
    font-size: 18px;
  }
  .banner-videos{
    padding: 65px 0;
  }
}
@media (max-width: 380px){
  .video-player, .video-player__md {
    height: 210px;
  }
}
@media (max-width: 330px){
  .video-player, .video-player__md {
    height: 170px;
  }
}
/*End Video Player*/

/*Pagination*/
.pagination .page-item.active .page-link{
  font-size: 26px;
}

.pagination .page-item .page-link{
  font-size: 20px;
}

/*Footer*/
footer .list-inline-item i{
  font-size: 21px;
}

footer .img-dev-by{
  vertical-align:text-bottom;
  padding-bottom:2px;
}

footer .logo-footer-dev{
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #403f3f;
}

footer .logo-footer-dev > span {
  font-size: 18px;
  font-weight: bold;
  background: rgb(117,120,206);
  background: linear-gradient(90deg, rgba(219,76,173,1) 0%, rgba(117,120,206,1) 50%, rgba(24,160,237,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .wrapper-info-footer{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*Media Query*/

@media (min-width: 992px) {
  .banner-home h4{
    max-width: 515px;
  }
}

@media (max-width: 991px) {
  .banner-home h3{
    font-size: 30px;
    padding-left: 20px;
  }
  .banner-home h4{
    font-size: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  footer .wrapper-info-footer{
    flex-direction: column-reverse;
  }
  .banner-home .banner-wrap{
    flex-direction: column;
    text-align: center;
  }
  .banner-ebook{
    max-width: 230px;
  }

  .recipes-home article h4{
    font-size: 26px;
  }
  .recipes-home article p{
    font-size: 14px;
  }
  .title-border {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  footer .section{
    padding-bottom: 25px;
  }
}
