/* -------------------------------------------------------------------
Theme Name: Selecciones 1.2.16
Theme URI: https://selecciones.com.mx/
Author: Rombhus
Author URI: http://www.rombhus.com
Version: 1.0
*/

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%) !important;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0px;
}

btn:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}



#text{
display:none;
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width:1320px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 300px) {
  .ads-lateral-left {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
    transition: .5s;
    background-image: url("");
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1590px) {
  .ads-lateral-left {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .ads-lateral-right {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
    transition: .5s;
    background-image: url("");
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1590px) {
  .ads-lateral-right {
    width: 160px;
    height: 600px;
    background-color: transparent;
    z-index: 1;
  }
}

.closed-ads-lateral {
  padding: 7px;
  font-size: 18px;
  cursor: pointer;
  color: blue;
}

.ADs-slides-half-one {
  width: 300px;
  height: 600px;
  transition: .3s;
}

.ADs-halfpage-one {
  background: transparent;
}

.ADs-halfpage-two {
  background: transparent;
}

.test-conten {
  width: 100%;
  height: 1000px;
  background-color: #f9f9f9;
  padding: 30px;
}

@media (min-width: 300px) {
  .area-lateral-ADs-left {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    transition: .5s;
    display: none;
    padding-left: 0px;
    left: -300px;
    z-index: 9999;
  }
}

@media (min-width: 1590px) {
  .area-lateral-ADs-left {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: none;
    transition: .5s;
    padding-left: 0px;
    left: -300px;
  }
}

@media (min-width: 1820px) {
  .area-lateral-ADs-left {
    width: 300px;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: initial;
    transition: .5s;
    padding-left: 150px;
    left: -300px;
  }
}

@media (min-width: 300px) {
  .area-lateral-ADs-right {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    transition: .5s;
    display: none;
    padding-left: 150px;
    right: -300px;
    z-index: 9999;
  }
}

@media (min-width: 1590px) {
  .area-lateral-ADs-right {
    width: auto;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: none;
    transition: .5s;
    padding-left: 150px;
    right: -300px;
  }
}

@media (min-width: 1820px) {
  .area-lateral-ADs-right {
    width: 300px;
    height: 100vh;
    background: transparent;
    position: fixed;
    display: initial;
    transition: .5s;
    padding-left: 0px;
    right: -300px;
  }
}

#footer-ads-area {
  position: fixed;
  bottom: -110px;
  width: 100%;
  height: auto;
  z-index: 9999;
}

.btn-collapse-footer {
  width: 20px;
  height: 20px;
  background-color: blue;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
}

.footer-ads {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 10px;
  z-index: 999999;
}

.super-banner {
  background: transparent;
  width: 970px;
  height: auto;
}

.top-ADs {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
}

@media (min-width: 300px) {
  .post-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-gallery img {
    width: 485px;
    height: 305px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 768px) {
  .post-gallery img {
    width: 670px;
    height: 420px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 992px) {
  .post-gallery img {
    width: 585px;
    height: 365px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1200px) {
  .post-gallery img {
    width: 804px;
    height: 504px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1320px) {
  .post-gallery img {
    width: 938px;
    height: 587px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 300px) {
  .home-post-tertiary img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .home-post-tertiary img {
    width: 510px;
    height: 320px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 768px) {
  .home-post-tertiary img {
    width: 690px;
    height: 430px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 992px) {
  .home-post-tertiary img {
    width: 290px;
    height: 182px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1200px) {
  .home-post-tertiary img {
    width: 350px;
    height: 220px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1320px) {
  .home-post-tertiary img {
    width: 410px;
    height: 255px;
    object-fit: cover;
    border-radius: 10PX;
  }
}



@media (min-width: 300px) {
  .home-secondary-post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .home-secondary-post img {
    width: 512px;
    height: 320px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 768px) {
  .home-secondary-post img {
    width: 331px;
    height: 206px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 992px) {
  .home-secondary-post img {
    width: 292px;
    height: 182px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1200px) {
  .home-secondary-post img {
    width: 285px;
    height: 180px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1320px) {
  .home-secondary-post img {
    width: 335px;
    height: 210px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 300px) {
  .home-primary-post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .home-primary-post img {
    width: 512px;
    height: 320px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 768px) {
  .home-primary-post img {
    width: 690px;
    height: 434px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 992px) {
  .home-primary-post img {
    width: 610px;
    height: 382px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1200px) {
  .home-primary-post img {
    width: 512px;
    height: 320px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1320px) {
  .home-primary-post img {
    width: 596px;
    height: 373px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 300px) {
  .single-post img {
    width: 90% !important;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .single-post img {
    width: 460px!important;
    height: 290px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .single-post img {
    width: 622px !important;
    height: 390px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .single-post img {
    width: 840px !important;
    height: 525px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .single-post img {
    width: 1000px !important;
    height: 625px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .single-post img {
    width: 1162px !important;
    height: 728px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .single-post-special img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .single-post-special img {
    width: 510px;
    height: 320px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .single-post-special img {
    width: 690px;
    height: 432px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .single-post-special img {
    width: 930px;
    height: 585px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .single-post-special img {
    width: 1110px;
    height: 695px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .single-post-special img {
    width: 1290px;
    height: 700px;
    object-fit: cover;
    border-radius: 10PX;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-tertiary img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-tertiary img {
    width: 438px;
    height: 274px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-tertiary img {
    width: 604px;
    height: 378px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-tertiary img {
    width: 250px;
    height: 155px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-tertiary img {
    width: 308px;
    height: 195px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-tertiary img {
    width: 360px;
    height: 225px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-tertiary a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-tertiary a {
    width: 438px;
    height: 274px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-tertiary a {
    width: 604px;
    height: 378px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-tertiary a {
    width: 250px;
    height: 155px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-tertiary a {
    width: 308px;
    height: 195px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-tertiary a {
    width: 360px;
    height: 225px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-primary-collaborator img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-primary-collaborator img {
    width: 437px;
    height: 322px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-primary-collaborator img {
    width: 602px;
    height: 432px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-primary-collaborator img {
    width: 388px;
    height: 227px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-primary-collaborator img {
    width: 388px;
    height: 227px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-primary-collaborator img {
    width: 412px;
    height: 256px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}


@media (min-width: 300px) {
  .post-primary-collaborator a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-primary-collaborator a {
  width: 437px;
    height: 322px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-primary-collaborator a {
    width: 602px;
    height: 432px;

    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-primary-collaborator a {
    width: 388px;
    height: 227px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-primary-collaborator a {
    width: 350px;
    height: 222px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-primary-collaborator a {
    width: 412px;
    height: 256px;
    z-index: 2;
  }
}


@media (min-width: 300px) {
.post-single-lateral img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
    }
}
@media (min-width: 576px) {
.post-single-lateral img {
  width: 460px;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
    }
}
@media (min-width: 768px) {
.post-single-lateral img {
  width:300px;
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
    }
}

@media (min-width: 992px) {
.post-single-lateral img {
  width: 263px;
  height: 153px;
  object-fit: cover;
  border-radius: 10px;
    }
}

@media (min-width: 1200px) {
.post-single-lateral img {
  width: 272px;
  height: 158px;
  object-fit: cover;
  border-radius: 10px;
    }
}

@media (min-width: 1320px) {
.post-single-lateral img {
  width: 272px;
  height: 158px;
  object-fit: cover;
  border-radius: 10px;
    }
}



@media (min-width: 300px) {
.post-single-lateral a{
  width: 90%;
  height: auto;
  z-index: 2;
}
}
@media (min-width: 576px) {
.post-single-lateral a {
  width: 460px;
  height: 270px;

    }
}
@media (min-width: 768px) {
.post-single-lateral a {
  width:300px;
  height: 175px;
    }
}

@media (min-width: 992px) {
.post-single-lateral a {
  width: 263px;
  height: 153px;
    }
}

@media (min-width: 1200px) {
.post-single-lateral a {
  width: 272px;
  height: 158px;
    }
}

@media (min-width: 1320px) {
.post-single-lateral a {
  width: 272px;
  height: 158px;
    }
}









@media (min-width: 300px) {
  .basic-secondary-post-related img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post-related img {
    width: 438px;
    height: 274px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post-related img {
    width: 288px;
    height: 182px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post-related img {
    width: 250px;
    height: 155px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post-related img {
    width: 348px;
    height: 218px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post-related img {
    width: 410px;
    height: 255px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .basic-secondary-post-related a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post-related a {
    width: 438px;
    height: 274px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post-related a {
    width: 288px;
    height: 182px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post-related a {
    width: 250px;
    height: 155px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post-related a {
    width: 348px;
    height: 218px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post-related a {
    width: 410px;
    height: 255px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-category-related img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-category-related img {
    width: 460px;
    height: 292px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-category-related img {
    width: 300px;
    height: 186px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-category-related img {
    width: 262px;
    height: 164px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-category-related img {
    width: 358px;
    height: 225px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-category-related img {
    width: 420px;
    height: 263px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-category-related a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-category-related a {
    width: 460px;
    height: 292px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-category-related a {
    width: 300px;
    height: 186px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-category-related a {
    width: 262px;
    height: 164px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-category-related a {
    width: 358px;
    height: 225px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-category-related a {
    width: 420px;
    height: 263px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-search img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-search img {
    width: 460px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-search img {
    width: 300px;
    height: 186px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-search img {
    width: 262px;
    height: 162px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-search img {
    width: 230px;
    height: 142px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-search img {
    width: 270px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .post-search a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .post-search a {
    width: 460px;
    height: 280px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .post-search a {
    width: 300px;
    height: 186px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .post-search a {
    width: 262px;
    height: 162px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .post-search a{
    width: 230px;
    height: 142px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .post-search a {
    width: 270px;
    height: 170px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .historie-post img {
    width: 220px;
    height: 391px;
    object-fit: cover;
    border-radius: 10PX;
    position: absolute;
  }
}

@media (min-width: 576px) {
  .historie-post img {
    width: 340px;
    height: 604px;
    object-fit: cover;
    border-radius: 10PX;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .historie-post img {
    width: 244px;
    height: 433px;
    object-fit: cover;
    border-radius: 10PX;
    position: absolute;
  }
}

@media (min-width: 1320px) {
  .historie-post img {
    width: 289px;
    height: 513px;
    object-fit: cover;
    border-radius: 10PX;
    position: absolute;
  }
}

@media (min-width: 300px) {
  .square-post img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 10PX;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .square-post img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 768px) {
  .square-post img {
    width: 340px;
    height: 340px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 992px) {
  .square-post img {
    width: 244px;
    height: 244px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1200px) {
  .square-post img {
    width: 244px;
    height: 244px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

@media (min-width: 1320px) {
  .square-post img {
    width: 289px;
    height: 289px;
    object-fit: cover;
    border-radius: 10PX;
  }
}

:root {
  --primary: #043269;
  --secondary: #dae8f7;
}

body {
  font-family: 'Playfair Display', serif;
}

.data {
  font-family: 'Roboto';
  font-size: 12px;
  color: var(--primary);
}

.historie-data {
  font-family: 'Roboto';
  font-size: 11px;
  color: white;
}

#basic-post h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
}

.home-post-tertiary h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
}

.home-secondary-post h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
}

#post-tertiary h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

#post-primary-collaborator h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

.post-single-lateral h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

.basic-secondary-post-related h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

.post-category-related h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

#post-search h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: white;
  margin: 10px 0px;
}

#historie-post h3 {
  font-size: 16px;
  font-weight: initial;
  line-height: 22px;
  color: white;
  font-family: 'Roboto';
}

#square-post h3 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
}

#square-post h4 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  margin: 10px 0px;
}

@media (min-width: 300px) {
  #basic-post h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 32px;
  }
}

@media (min-width: 300px) {
  .post-gallery h2 {
    font-size: 24px;
    font-weight: initial;
    line-height: 32px;
  }
}

@media (min-width: 300px) {
  #home-primary-post h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 300px) {
  .content-head-single h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 32px;
  }
}

@media (min-width: 300px) {
  .content-head-single-basic h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  #basic-post h1 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .post-gallery h2 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  #home-primary-post h1 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .content-head-single h1 {
    font-size: 32px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .content-head-single-basic h1 {
    font-size: 32px;
    font-weight: initial;
    line-height: 40px;
  }
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--primary);
  text-decoration: none;
}

.category {
  color: white;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.historie-category {
  color: white;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 10px 0px;
}

.basic-title a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#043269,#043269);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.edition-title a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#043269,#043269);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.title-related a {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(#043269,#043269);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.secondary-post-title a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(#043269,#043269);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.historie-title a {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(#fff,#fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}

.basic-title a:hover {
  background-size: 100% 2px;
  color: var(--primary);
}

.edition-title a:hover {
  background-size: 100% 2px;
  color: var(--primary);
}

.title-related a:hover {
  background-size: 0% 2px;
  color: #000;
}

.secondary-post-title a:hover {
  background-size: 100% 2px;
  color: var(--primary);
}

.historie-title a:hover {
  background-size: 100% 2px;
  color: white;
}

.category a {
  background-color: transparent;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(#043269,#043269);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: background-size .3s;
  padding-bottom: 3px;
  font-family: 'Roboto';
}

.historie-category a {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(#fff,#fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: background-size .3s;
  padding-bottom: 3px;
  font-family: 'Roboto';
}

.category a:hover {
  background-size: 0% 2px;
  color: var(--primary);
}

.historie-category a:hover {
  background-size: 0% 2px;
  color: white;
}

.data a:hover {
  color: #000;
}

.historie-data a:hover {
  color: #ccc;
}

.data a {
  color: var(--primary);
  transition: .3s;
}

.historie-data a {
  color: white;
  transition: .3s;
}

.basic-post {
  margin-bottom: 30px;
}

.home-post-tertiary {
  margin-bottom: 30px;
}

.home-secondary-post {
  margin-bottom: 30px;
}

home-primary-post {
  margin-bottom: 30px;
}

.post-tertiary {
  margin-bottom: 30px;
}

.post-primary-collaborator {
  margin-bottom: 30px;
    width: 100%;
}

.post-single-lateral {
  margin-bottom: 30px;
}

.basic-secondary-post-related {
  margin-bottom: 30px;
}

.post-category-related {
  margin-bottom: 30px;
}

.post-category-related {
  margin-bottom: 30px;
}

.post-search {
  margin-bottom: 30px;
}

.historie-post {
  margin-bottom: 30px;
  background-color: var(--primary);
  border-radius: 10px;
  position: relative;
}

.square-post {
  margin-bottom: 30px;
}

.background-attachment {
  width: 100%;
  height: 180px;
  background-color: #f1f1f1;
  position: absolute;
  padding: 15px 0px;
}

.background-attachment-magazine {
  width: 100%;
  height: 250px;
  background-color: #f1f1f1;
  position: absolute;
  padding: 15px 0px;
}

.background-attachment-single {
  width: 100%;
  height: 110px;
  background-color: #f1f1f1;
  position: absolute;
  padding: 15px 0px;
}

.background-attachment-single-basic {
  width: 100%;
  height: 140px;
  background-color: #f1f1f1;
  position: absolute;
  padding: 15px 0px;
}

@media (min-width: 300px) {
  .background-attachment-single-special {
    width: 100%;
    height: 55px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
  }
}

@media (min-width: 768px) {
  .background-attachment-single-special {
    width: 100%;
    height: 0pc;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
  }
}

@media (min-width: 300px) {
  .background-attachment-single-multimedia {
    width: 100%;
    height: 55px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
  }
}

@media (min-width: 768px) {
  .background-attachment-single-multimedia {
    width: 100%;
    height: 53px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
  }
}

@media (min-width: 992px) {
  .background-attachment-single-multimedia {
    width: 100%;
    height: 0px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
  }
}

@media (min-width: 300px) {
  .background-attachment-404 {
    width: 100%;
    height: 260px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
    border-top: solid 1px #fff;
  }
}

@media (min-width: 992px) {
  .background-attachment-404 {
    width: 100%;
    height: 350px;
    background-color: #f1f1f1;
    position: absolute;
    padding: 15px 0px;
    border-top: solid 1px #fff;
  }
}

.button-primary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  color: var(--primary);
  transition: .5s;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto';
}

.button-menu {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  color: var(--primary);
  transition: .5s;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto';
  width: 100%;
  margin: 5px 0px;
}

.button-secondary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  color: red;
  transition: .5s;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto';
}

.button-tertiary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  color: gray;
  transition: .5s;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto';
}

.button-primary:hover:before, .button-primary:focus:before, .button-primary:active:before {
  left: 0;
  right: 0;
}

.button-menu:hover:before, .button-menu:focus:before, .button-menu:active:before {
  left: 0;
  right: 0;
}

.button-secondary:hover:before, .button-secondary:focus:before, .button-secondary:active:before {
  left: 0;
  right: 0;
}

.button-tertiary:hover:before, .button-tertiary:focus:before, .button-tertiary:active:before {
  left: 0;
  right: 0;
}

.button-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--primary);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--primary);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: red;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-secondary a{
  color: red;
}
.button-secondary a:hover{
  color: red;
  text-decoration: none;
}

.button-tertiary:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: gray;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-menu {
  background-color: #f1f1f1;
  height: 60px;
}

.container-attachment {
  padding-top: 30px;
}

.container-logo img {
  width: 160px;
  height: auto;
}

@media (min-width: 300px) {
  .container-logo {
    display: initial;
  }
}

@media (min-width: 992px) {
  .container-logo {
    display: none;
  }
}

@media (min-width: 300px) {
  .container-menu {
    display: none;
  }
}

@media (min-width: 992px) {
  .container-menu {
    display: initial;
  }
}

.logotipo img {
  width: 400px;
}

@media (min-width: 300px) {
  .header-primary {
    display: none;
    font-family: 'Roboto';
  }
}

@media (min-width: 992px) {
  .header-primary {
    display: flex;
    background-color: #f1f1f1;
    border-bottom: solid 1px #fff;
    padding-top: 15px;
  }
}

.magazine img {
  width: 82px;
  height: 112px;
  object-fit: cover;
}

.content-magazine {
  padding: 0px 15px;
  color: var(--primary);
  font-size: 14px; 
}

.divider {
  border-bottom: solid 1px var(--primary);
  margin: 10px 0px;
}

@media (min-width: 300px) {
  .icon-social {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 5px;
  }
}

@media (min-width: 300px) {
  .icon-social-share {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 5px;
  }
}

@media (min-width: 1200px) {
  .icon-social {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 5px;
  }
}

@media (min-width: 992px) {
  .icon-social-share {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 10px;
  }
}

.magazines {
  width: 100%;
  height: auto;
  /*height: 0px;*/
  background-color: #fff;
  overflow: hidden;
  display: inherit;
}

.content-magazines img {
  width: 120px;
  height: auto;
}

.edition {
  font-size: 24px;
}

.text-minimum {
  font-size: 14px;
  font-family: 'Roboto';
}

.space-primary {
  width: 100%;
  height: 15px;
}

.content-magazines {
  padding: 15px 0px;
}

.btn-suscription {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-selecciones {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.button-quinary input {
    background: transparent !important;
    border: 0px !important;
    width: 100% !important;
}

.button-quinary  input[type=submit] {
   color: var(--primary) !important; 
}

.button-quinary input[type=submit]:hover{
  color: white !important; 
}

.button-quinary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 16px;
}

.btn-selecciones:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-suscription:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-quinary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-selecciones:hover:before, .btn-selecciones:focus:before, .btn-selecciones:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-suscription:hover:before, .btn-suscription:focus:before, .btn-suscription:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.button-quinary:hover:before, .button-quinary:focus:before, .button-quinary:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-suscription:hover, .btn-suscription:focus, .btn-suscription:active {
  color: white;
}

.btn-selecciones:hover, .btn-selecciones:focus, .btn-selecciones:active {
  color: white;
}

.button-quinary:hover, .button-quinary:focus, .button-quinary:active {
  color: white;
}

.btn-suscription {
  padding: 5px 10px;
  cursor: pointer;
  background: #f9f9f9;
  text-decoration: none;
  color: var(--primary);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: solid 1px var(--primary);
}

.btn-selecciones {
  padding: 5px 10px;
  cursor: pointer;
  background: #f9f9f9;
  text-decoration: none;
  color: var(--primary);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: solid 1px var(--primary);
  width: 300px;
  margin: 10px 0px;
}

.button-quinary {
  padding: 5px 10px;
  cursor: pointer;
  background: #f9f9f9;
  text-decoration: none;
  color: var(--primary);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: solid 1px var(--primary);
}

#search-area {
  width: 0%;
  height: 60px;
  transition: opactity 3s ease-in;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: absolute;
  border-bottom: solid 1px #f1f1f1;
}

@media (min-width: 300px) {
  .area-input-search {
    border-bottom: solid 1px var(--primary);
    width: 70%;
    transition: .5s;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .area-input-search {
    border-bottom: solid 1px var(--primary);
    width: 60%;
    transition: .5s;
  }
}

.area-input-search input {
  width: 100%;
  border: 0px;
  color: var(--primary);
  letter-spacing: 1px;
  background: transparent;
  font-size: 16px;
}

.area-input-search input:focus {
  outline: -webkit-focus-ring-color auto 0px;
}



.area-input-search ::placeholder {
  color: var(--primary);
}

#nav {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: auto;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.btn-nav {
  cursor: pointer;
}

.active .secondary-menu #efect {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.efect-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0rem rgba(38,143,255,0);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38,143,255,0);
}

.btn-primary:hover {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-primary {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.btn {
  display: inline-block;
  font-weight: bold;
  color: var(--primary);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: 'Roboto';
}

@media (min-width: 992px) {
  .area-input-menu {
    width: 80%;
    margin: 30px 0px;
  }
}

@media (min-width: 300px) {
  .area-input-menu {
    width: 90%;
    margin: 20px 0px;
  }
}

.area-input {
  width: 80%;
  border-bottom: solid 1px var(--primary);
}

.area-input input {
  width: 100%;
  border: 0px;
  color: var(--primary);
  background: transparent;
  font-size: 16px;
}

.area-input ::placeholder {
  color: var(--primary);
}

@media (min-width: 300px) {
  .logotipo-menu img {
    width: 250px;
    margin: 20px 0px;
  }
}

@media (min-width: 768px) {
  .logotipo-menu img {
    width: 300px;
    margin: 20px 0px;
  }
}

#btn-closed {
  margin: 20px;
}

.social-media {
  margin: 10px 0px;
}

.social-media-footer {
  margin: 30px 0px;
}

#btn-closed img {
  width: 25px;
  height: 25px;
}

.follow {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px;
}

.divider-menu {
  width: 20%;
  height: 1px;
  background-color: #ccc;
  margin: 15px 0px;
}

@media (min-width: 300px) {
  .area-bar-menu {
    position: absolute;
    width: 100%;
    top: 10px;
  }
}

@media (min-width: 992px) {
  .area-bar-menu {
    position: absolute;
    width: 100%;
    top: 15px;
  }
}

#btn-search {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

::selection {
  color: rgb(7, 7, 7);
  background: #B1D1F8;
}

::-webkit-scrollbar {
  width: 10px;
  height: 2px !important;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}


:focus {
  outline: -webkit-focus-ring-color auto 0px;
}


.footer-end {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #f9f9f9;
  font-size: 10px;
  font-family: 'Roboto';
  font-weight: initial;
  color: #666;
}

.footer-end .rombhus {
  width: 80px;
  height: auto;
  margin: 10px;
}

footer {
  background-color: #f1f1f1;
}

.footer-star {
  padding: 30px;
}

.logotipo-footer img {
  width: 200px;
  height: 63px !important;
  height: fit-content ;
  margin: 30px 0px;
}

.button-cuaternary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px     rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-family: 'Roboto';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--primary);
  margin: 5px;
  padding: 3px 0px;
  cursor: pointer;
}

.button-cuaternary::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--primary);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-cuaternary:hover::before, .button-cuaternary:focus::before, .button-cuaternary:active::before {
  right: 0;
}

@media (min-width: 300px) {
  .area-disable {
    width: 100%;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .area-disable {
    width: 100%;
    height: 100px;
  }
}

.container-footer {
  padding: 15px 0px;
}

.whatsapp {
  color: #1ebea5;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  font-size: 22px;
}

.content-post-related {
  width: 70%;
  padding-right: 15px;
}

.content-post-secondary-collaborator {
  width: 70%;
  padding-right: 15px;
}

.image-posr-related {
  width: 30%;
}

.image-post-secondary-collaborator {
  width: 30%;
}

@media (min-width: 300px) {
  .image-posr-related img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 576px) {
  .image-posr-related img {
    width: 144px;
    height: 91px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .image-posr-related img {
    width: 198px;
    height: 124px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .image-posr-related img {
    width: 174px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .image-posr-related img {
    width: 145px;
    height: 145px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 1320px) {
  .image-posr-related img {
    width: 172px;
    height: 108px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 300px) {
  .image-post-secondary-collaborator img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 576px) {
  .image-post-secondary-collaborator img {
    width: 135px;
    height: 85px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .image-post-secondary-collaborator img {
    width: 194px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .image-post-secondary-collaborator img {
    width: 120px;
    height: 105px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .image-post-secondary-collaborator img {
    width: 108px;
    height: 108px;
    border-radius: 10px;
    object-fit: cover;
  }
}

@media (min-width: 1320px) {
  .image-post-secondary-collaborator img {
    width: 128px;
    height: 104px;
    border-radius: 10px;
    object-fit: cover;
  }
}

.related-subtitle {
  font-family: 'Roboto';
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 12px;
}

@media (min-width: 300px) {
  .content-post-related h3 {
    font-size: 16px;
    font-weight: initial;
    line-height: 20px;
    font-weight: initial;
  }
}

@media (min-width: 300px) {
  .content-post-secondary-collaborator h3 {
    font-size: 16px;
    font-weight: initial;
    line-height: 20px;
    font-weight: initial;
  }
}

@media (min-width: 300px) {
  .content-post-secondary-collaborator h3 {
    font-size: 16px;
    font-weight: initial;
    line-height: 20px;
    font-weight: initial;
  }
}

@media (min-width: 768px) {
  .content-post-secondary-collaborator h3 {
    font-size: 18px;
    font-weight: initial;
    line-height: 24px;
    font-weight: initial;
  }
}

@media (min-width: 768px) {
  .content-post-related h3 {
    font-size: 18px;
    font-weight: initial;
    line-height: 24px;
    font-weight: initial;
  }
}

@media (min-width: 768px) {
  .content-post-secondary-collaborator h3 {
    font-size: 18px;
    font-weight: initial;
    line-height: 24px;
    font-weight: initial;
  }
}

.area-post-related {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.area-post-secondary-collaborator {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.slideshow {
  z-index: 1;
  top: 65px;
  margin-bottom: 30px;
}

@media (min-width: 300px) {
  .post-primary {
    width: 100%;
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .post-primary {
    width: 70%;
    padding-left: 15px;
  }
}

@media (min-width: 300px) {
  .post-secondary {
    width: 100%;
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {
  .post-secondary {
    width: 40%;
    padding-right: 15px;
  }
}

@media (min-width: 300px) {
  .platform-secondary-post-one {
    width: 100%;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .platform-secondary-post-one {
    width: 50%;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .platform-secondary-post-one {
    width: 100%;
    padding-right: 0px;
  }
}

@media (min-width: 300px) {
  .platform-secondary-post-two {
    width: 100%;
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .platform-secondary-post-two {
    width: 50%;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .platform-secondary-post-two {
    width: 100%;
    padding-left: 0px;
  }
}

@media (min-width: 300px) {
  .title-category-home {
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    padding: 3px;
    z-index: 999;
    margin-left: -15px;
    font-weight: 800;
  }
}

@media (min-width: 768px) {
  .title-category-home {
    font-family: 'Roboto';
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    padding: 5px;
    z-index: 999;
  }
}

.title-category-home {
  writing-mode: vertical-rl;
  transform: rotate(200grad);
}

@media (min-width: 300px) {
  .area-category-home {
    width: 95%;
  }
}

@media (min-width: 576px) {
  .area-category-home {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .area-category-home {
    width: 97%;
  }
}

@media (min-width: 992px) {
  .area-category-home {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .area-category-home {
    width: 1080px;
  }
}

@media (min-width: 1320px) {
  .area-category-home {
    width: 1260px;
  }
}

@media (min-width: 300px) {
  .area-title-category-home {
    width: 5%;
  }
}

@media (min-width: 576px) {
  .area-title-category-home {
    width: 5%;
  }
}

@media (min-width: 768px) {
  .area-title-category-home {
    width: 3%;
  }
}

@media (min-width: 992px) {
  .area-title-category-home {
    width: 40px;
  }
}

@media (min-width: 1200px) {
  .area-title-category-home {
    width: 30px;
  }
}

@media (min-width: 1320px) {
  .area-title-category-home {
    width: 30px;
  }
}

.scrolling-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.area-card {
  display: inline-block;
  width: auto !important;
  left: 0px;
}

@media (min-width: 300px) {
  .card-related-post {
    width: 220px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 300px) {
  .historie-related-post {
    width: 220px;
    height: 391px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 576px) {
  .card-related-post {
    width: 340px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 576px) {
  .historie-related-post {
    width: 340px;
    height: 604px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 992px) {
  .card-related-post {
    width: 244px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 992px) {
  .historie-related-post {
    width: 244px;
    height: 433px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 1200px) {
  .card-related-post {
    width: 244px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 1200px) {
  .historie-related-post {
    width: 244px;
    height: 433px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 1320px) {
  .card-related-post {
    width: 289px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

@media (min-width: 1320px) {
  .historie-related-post {
    width: 289px;
    height: 513px;
    background: transparent;
    border: 0;
    margin: 0px 13px;
  }
}

.section-scrolligwraper {
  width: 100%;
  position: relative;
}

@media (min-width: 300px) {
  .section-scrollingwrapper .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .section-scrollingwrapper .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .section-scrollingwrapper .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .section-scrollingwrapper .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .section-scrollingwrapper .container {
    max-width: 1320px;
  }
}

.sticky-title-home {
  z-index: 1;
  top: 60px;
}

#histories {
  margin: 50px 0px;
}

#scrollingwrapper {
  margin: 50px 0px;
}

.area-square-section {
  background-color: #f1f1f1;
  padding: 50px 0px 30px 0px;
}

.area-related-single {
  background-color: #f9f9f9;
  padding: 50px 0px 30px 0px;
}

.histories {
  background-color: #f1f1f1;
  padding: 50px 0px 30px 0px;
}

.content-post-historie {
  padding: 15px;
  position: absolute;
  height: 450px;
}

@media (min-width: 300px) {
  .content-post-historie {
    padding: 15px;
    position: absolute;
    height: 391px;
  }
}

@media (min-width: 576px) {
  .content-post-historie {
    padding: 15px;
    position: absolute;
    height: 604px;
  }
}

@media (min-width: 992px) {
  .content-post-historie {
    padding: 15px;
    position: absolute;
    height: 433px;
  }
}

@media (min-width: 1320px) {
  .content-post-historie {
    padding: 15px;
    position: absolute;
    height: 513px;
  }
}

@media (min-width: 300px) {
  .historie-gradient {
    position: absolute;
    width: 220px;
    height: 391px;
    border-radius: 10px;
    /*background: rgb(4,50,105);
    background: linear-gradient(0deg, rgba(4,50,105,1) 0%, rgba(4,50,105,0) 100%);*/
  }
}

@media (min-width: 576px) {
  .historie-gradient {
    position: absolute;
    width: 340px;
    height: 604px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .historie-gradient {
    position: absolute;
    width: 244px;
    height: 433px;
    border-radius: 10px;
  }
}

@media (min-width: 1320px) {
  .historie-gradient {
    position: absolute;
    width: 289px;
    height: 513px;
    border-radius: 10px;
  }
}

.zoom-efect {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  transform: scale(0.95);
}

.zoom-efect:hover, .zoom-efect:focus, .zoom-efect:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
  transform: scale(.99);
}

@media (min-width: 300px) {
  .area-section-magazine img {
    width: 204px;
    height: 280px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .area-section-magazine img {
    width: 160px;
    height: 222px;
    object-fit: cover;
  }
}

.section-magazines {
  background-color: #f9f9f9;
  padding: 50px 0px 30px 0px;
}

.carousel-indicators {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 14px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--primary);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 100%;
}

.carousel-control-next-icon {
  background-image: url('../../assets/img/next-arrow.svg?h=ed97e8c40d45f2981076fac9b80a5f94') !important;
}

.carousel-control-prev-icon {
  background-image: url('../../assets/img/back-arrow.svg?h=0cbe57986e41fc98a98afae2b164d5c6') !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50%/100% 100%;
}

@media (min-width: 300px) {
  #carousel-mobile {
    display: initial;
  }
}

@media (min-width: 576px) {
  #carousel-mobile {
    display: none;
  }
}

@media (min-width: 300px) {
  #carousel-tablet {
    display: none;
  }
}

@media (min-width: 576px) {
  #carousel-tablet {
    display: initial;
  }
}

@media (min-width: 992px) {
  #carousel-tablet {
    display: none;
  }
}

@media (min-width: 300px) {
  #carousel-ordenador {
    display: none;
  }
}

@media (min-width: 992px) {
  #carousel-ordenador {
    display: initial;
  }
}

@media (min-width: 1200px) {
  #carousel-ordenador {
    display: none;
  }
}

.area-magazines {
  width: 100%;
}

.post-magazine {
  width: 16.6%;
}

@media (min-width: 300px) {
  #magazine-list {
    display: none;
  }
}

@media (min-width: 1200px) {
  #magazine-list {
    display: initial;
  }
}

@media (min-width: 300px) {
  #magazine-carousel {
    display: initial;
  }
}

@media (min-width: 1200px) {
  #magazine-carousel {
    display: none;
  }
}

.area-section-magazine img {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.area-section-magazine img:hover, .area-section-magazine img:focus, .area-section-magazine img:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.area-section-magazine {
  padding: 15px;
}

.ADs-halfpage {
  width: 300px;
  height: auto;
  background: transparent;
  border: 0px;
}

.ADs-box {
  width: 300px;
  height: auto;
  background: transparent;
}

.ADs-box {
  width: 300px;
  height: auto;
  background: transparent;
  margin-bottom: 30px;
  top: 65px;
  z-index: 1;
}

.margin-section {
  margin: 50px 0px;
}

@media (min-width: 300px) {
  .area-content-post-secondary {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
    z-index: 2;
    margin-right: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .area-content-post-secondary-more {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
    z-index: 2;
    margin-left: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .category-secondary-more {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 20px 20px 20px;
    border-radius: 10px;
    z-index: 2;
    margin-left: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .area-content-post-secondary {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    z-index: 2;
    margin-right: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .area-content-post-secondary {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    z-index: 2;
    margin-right: 0px;
    margin-top: -50px;
    z-index: 2;
  }
}

@media (min-width: 576px) {
  .area-content-post-secondary-more {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    z-index: 2;
    margin-left: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 576px) {
  .category-secondary-more {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    z-index: 2;
    margin-left: 0px;
    margin-top: -50px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .area-content-post-secondary {
    width: 35%;
    height: auto;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    z-index: 2;
    margin-right: -50px;
    margin-top: initial;
    z-index: 2;
    position: static;
  }
}

@media (min-width: 1200px) {
  .area-content-post-secondary-more {
    width: 35%;
    height: auto;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    z-index: 2;
    margin-left: -50px;
    margin-top: initial;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .category-secondary-more {
    width: 35%;
    height: auto;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    z-index: 2;
    margin-left: -50px;
    margin-top: initial;
    z-index: 2;
  }
}

.basic-secondary-post .data a{
    margin: 0px !important;
}

.basic-secondary-post .data a:hover{
    margin: 0px !important;
}

@media (min-width: 300px) {
  .basic-secondary-post a {
    width: 90%;
    height: auto;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .basic-secondary-post img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post a {
    width: 437px;
    height: 273px;
    z-index: 2;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post img {
    width: 437px;
    height: 273px;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post a {
    width: 600px;
    height: 380px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post img {
    width: 600px;
    height: 380px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post a {
    width: 525px;
    height: 330px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post img {
    width: 525px;
    height: 330px;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post a {
    width: 563px;
    height: 353px;
    z-index: 1;
    /*margin-right: -50px;*/
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post img {
    width: 563px;
    height: 353px;
    border-radius: 10px;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post a {
    width: 658px;
    height: 412px;
    z-index: 1;
    margin-right: -50px;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post img {
    width: 658px;
    height: 412px;
    border-radius: 10px;
  }
}

@media (min-width: 300px) {
  .category-post-more img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 576px) {
  .category-post-more img {
    width: 460px;
    height: 290px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .category-post-more img {
    width: 622px;
    height: 390px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .category-post-more img {
    width: 550px;
    height: 343px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .category-post-more img {
    width: 596px;
    height: 350px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .category-post-more img {
    width: 688px;
    height: 402px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .category-post-more a {
    width: 90%;
    height: auto;
    z-index: 2;
  }
}

@media (min-width: 576px) {
  .category-post-more a {
    width: 460px;
    height: 290px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .category-post-more a {
    width: 622px;
    height: 390px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .category-post-more a {
    width: 550px;
    height: 343px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .category-post-more a {
    width: 596px;
    height: 350px;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .category-post-more a {
    width: 688px;
    height: 402px;
    z-index: 2;
  }
}

@media (min-width: 300px) {
  .basic-secondary-post-more img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post-more img {
    width: 437px;
    height: 273px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post-more img {
    width: 600px;
    height: 380px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post-more img {
    width: 525px;
    height: 330px;
    border-radius: 10px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post-more img {
    width: 563px;
    height: 353px;
    border-radius: 10px;
    z-index: 1;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post-more img {
    width: 658px;
    height: 412px;
    border-radius: 10px;
    z-index: 1;
  }
}


@media (min-width: 300px) {
  .basic-secondary-post-more a {
    width: 90%;
    height: auto;
    z-index: 2;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .basic-secondary-post-more a {
    width: 437px;
    height: 273px;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .basic-secondary-post-more a {
    width: 600px;
    height: 380px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .basic-secondary-post-more a {
    width: 525px;
    height: 330px;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .basic-secondary-post-more a {
    width: 563px;
    height: 353px;
    z-index: 1;
  }
}

@media (min-width: 1320px) {
  .basic-secondary-post-more a {
    width: 658px;
    height: 412px;
    z-index: 1;
  }
}


@media (min-width: 300px) {
  .secondary-post-title {
    font-size: 18px;
    margin: 10px 0px;
  }
}

@media (min-width: 300px) {
  .secondary-post-title {
    font-size: 18px;
    margin: 10px 0px;
  }
}

@media (min-width: 300px) {
  .category-post-title {
    font-size: 18px;
    margin: 10px 0px;
  }
}

@media (min-width: 1200px) {
  .secondary-post-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .category-post-title {
    font-size: 20px;
  }
}

@media (min-width: 1320px) {
  .secondary-post-title {
    font-size: 25px;
  }
}

@media (min-width: 1320px) {
  .category-post-title {
    font-size: 25px;
  }
}

.basic-secondary-post {
  margin-bottom: 30px;
  position: relative;
}

.basic-secondary-post-more {
  margin-bottom: 30px;
}

.category-post-more {
  margin-bottom: 30px;
}

.content-post-tertiary {
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 55px 20px 20px 20px;
  margin-top: -50px;
  z-index: 1;
  width: 100%;
}

.content-post-primary-collaborator {
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 55px 20px 20px 20px;
  margin-top: -50px;
  z-index: 1;
  width: 100%;
}

.content-post-single-lateral {
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 55px 20px 20px 20px;
  margin-top: -50px;
  z-index: 1;
  width: 100%;
}

.content-basic-secondary-post-related {
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 55px 20px 20px 20px;
  margin-top: -50px;
  z-index: 1;
  width: 100%;
}

.content-post-category-related {
  border-radius: 10px;
  background-color: #f1f1f1;
  padding: 55px 20px 20px 20px;
  margin-top: -50px;
  z-index: 1;
  width: 100%;
}

@media (min-width: 300px) {
  .content-post-magazine {
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 40px 10px 10px 10px;
    margin-top: -30px;
    z-index: 1;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .content-post-magazine {
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 55px 20px 20px 20px;
    margin-top: -30px;
    z-index: 1;
    width: 100%;
  }
}

@media (min-width: 300px) {
  .area-post-collaborator {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .area-post-collaborator {
    width: 50%;
  }
}

@media (min-width: 300px) {
  .primary-post-collaborator {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .primary-post-collaborator {
    padding-right: 15px;
  }
}

@media (min-width: 300px) {
  .secondary-post-collaborator {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .secondary-post-collaborator {
    padding-left: 15px;
  }
}

.newsletter {
  padding: 50px 0px;
  background-color: #f1f1f1;
}

#newsletter h4{
font-size:25px;
}

.area-input-newsletter {
  border-bottom: solid 1px var(--primary);
  margin: 15px;
}

.area-input-newsletter input {
  background-color: transparent;
  border: 0px;
  width: 280px;
  color: var(--primary);
  font-size: 16px;
}

.area-input-newsletter ::placeholder {
  color: rgba(4,50,105,.5);
}

.newsletter-form {
  margin: 30px 30px 15px 30px;
}

.btn-send-news {
  width: 280px;
}

.newsletter-description {
  font-size: 11px;
  font-family: 'Roboto';
  color: #999;
  font-weight: 100;
}

.area-button-newsletter {
  margin: 30px;
}

@media (min-width: 300px) {
  #parallax {
    width: 100%;
    height: 600px;
    background-image: url('../../assets/img/img.png?h=d7a8bc13fa101898c19d2f9f56ce735e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
  }
}

@media (min-width: 1200px) {
  #parallax {
    width: 100%;
    height: 600px;
    background-image: url('../../assets/img/img.png?h=d7a8bc13fa101898c19d2f9f56ce735e');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (min-width: 300px) {
  .content-post-parallax {
    background-color: #f1f1f1;
    padding: 15px;
    margin: 20px;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .content-post-parallax {
    background-color: #f1f1f1;
    padding: 30px;
    margin: 20px;
    border-radius: 10px;
  }
}

@media (min-width: 300px) {
  .content-post-parallax h3 {
    font-size: 18px;
    margin: 10px 0px;
  }
}

@media (min-width: 576px) {
  .content-post-parallax h3 {
    font-size: 20px;
    margin: 10px 0px;
  }
}

@media (min-width: 992px) {
  .content-post-parallax h3 {
    font-size: 25px;
  }
}

.halfpage-area {
  margin-bottom: 30px;
  top: 65px;
  z-index: 1;
}

.box-area {
  margin-bottom: 30px;
  top: 65px;
  z-index: 1;
}

.post-gallery {
  margin-bottom: 30px;
  top: 65px;
  z-index: 1;
}

.rombhus {
  width: 100%;
  height: 100vh;
}

.description-rombhus {
  padding: 50px;
  border-radius: 20PX;
  background-color: #F1f1f1;
  margin: 10px 0px;
}

.site-client {
  padding: 50px;
  border-radius: 20PX;
  background-color: #ffffff;
  margin: 10px 0px;
}

.description-site {
  margin: 75px 50px;
}

.rb-color {
  color: var(--primary);
  font-weight: bold;
  font-family: 'Roboto';
}

.rombhus-divider {
  border-bottom: dotted 1px #000;
  margin: 20px 0px;
}

.rb-strong {
  font-weight: bold;
  font-family: 'Roboto';
}

.rb-light {
  font-weight: lighter;
  font-family: 'Roboto';
}

.btn-rombhus:hover:before, .btn-rombhus:focus:before, .btn-rombhus:active:before {
  right: 0;
}

.btn-rombhus:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--primary);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-rombhus {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #000;
  margin: 5px 0px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Roboto';
}

@media (min-width: 300px) {
  .logo-client img {
    width: 100%;
    height: auto;
    margin: 30px 0px;
  }
}

@media (min-width: 768px) {
  .logo-client img {
    width: 80%;
    height: auto;
  }
}

@media (min-width: 300px) {
  .logo-rombhus img {
    width: 100%;
    margin: 20px 0px;
  }
}

@media (min-width: 768px) {
  .logo-rombhus img {
    width: 80%;
    margin: 20px 0px;
  }
}

@media (min-width: 300px) {
  .graphic-404 img {
    width: 80%;
    margin: 50px 0px;
  }
}

@media (min-width: 768px) {
  .graphic-404 img {
    width: 60%;
    margin: 50px 0px;
  }
}

.first-text-404 {
  font-size: 60px;
  font-weight: 800;
  color: var(--primary);
}

.third-text-404 {
  font-size: 25px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 15px;
}

.second-text-404 {
  font-size: 25px;
  font-weight: 800;
  color: var(--primary);
  font-family: 'Roboto';
}

.container-attachment h2 {
  position: relative;
}

@media (min-width: 300px) {
.title-category h2 {
  font-size: 30px;
  color: var(--primary);
  margin: 0px 0px 30px 0px;
  letter-spacing: 1px;
}  
}

@media (min-width: 768px) {
.title-category h2 {
  font-size: 50px;
  color: var(--primary);
  margin: 0px 0px 30px 0px;
  letter-spacing: 1px;
}  
}


.area-pagination {
  padding: 50px 0px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto';
  color: var(--primary);
  margin: 0px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 50px;
}

.page-link:hover {
  z-index: 2;
  color: white;
  text-decoration: none;
  background-color: var(--primary);
  border-color: transparent;
}

.page-link {
  position: relative;
  display: block;
  padding: 8px 15px;
  margin: 2px;
  line-height: 1.25;
  color: var(--primary);
  background-color: #f1f1f1;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  transition: .2s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}



.page-item:last-child .page-link {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0);
}

@media (min-width: 300px) {
  .paragraph {
    font-size: 16px;
    font-weight: initial;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
  }
}

@media (min-width: 300px) {
  .paragraph-basic {
    font-size: 16px;
    font-weight: initial;
    margin: 10px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .paragraph {
    font-size: 18px;
    font-weight: initial;
    margin: 10px 50px 20px 50px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .paragraph-basic {
    font-size: 18px;
    font-weight: initial;
    margin: 20px;
    font-weight: bold;
    padding: 0px !important;
  }
}

@media (min-width: 300px) {
  .content-head-single {
    background-color: #f1f1f1;
    padding: 80px 15px 20px 15px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .content-head-single-basic {
    background-color: #f1f1f1;
    padding: 80px 10px 20px 10px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .content-head-single-special {
    padding: 80px 10px 20px 10px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .content-head-single-infographic {
    padding: 80px 10px 0px 10px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .content-head-single-multimedia {
    padding: 80px 10px 0px 10px;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .content-head-single {
    background-color: #f1f1f1;
    padding: 80px 50px 20px 50px;
    border-radius: 20px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .content-head-single-basic {
    background-color: #f1f1f1;
    padding: 80px 20px 20px 20px;
    border-radius: 20px;
    margin-top: -75px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .content-head-single-special {
    padding: 30px 100px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .content-head-single-infographic {
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .content-head-single-multimedia {
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 300px) {
  .content-single p {
    padding: 0px 20px;
  }
}

@media (min-width: 300px) {
  .content-single-basic p {
    padding: 0px 20px;
  }
}

@media (min-width: 992px) {
  .content-single p {
    padding: 0px 50px;
  }
}

@media (min-width: 992px) {
  .content-single-basic p {
    padding: 0px 50px;
  }
}

.content-single p {
  font-size: 16px;
  line-height: 32px;
}

.space {
  width: 100%;
  height: 50px;
}

.space-secondary {
  width: 100%;
  height: 30px;
}

.single-share {
  z-index: 999;
  top: 65px;
  margin-bottom: 30px;
}

.social-media-author {
  z-index: 999;
  top: 65px;
  margin-bottom: 30px;
}

.content-single img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}

.figure-caption {
  font-size: 12px;
  color: #6c757d;
  font-family: 'Roboto';
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (min-width: 300px) {
  #single-share-mobile {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: initial;
  }
}

@media (min-width: 992px) {
  #single-share-mobile {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: none !important;
  }
}

@media (min-width: 300px) {
  .head-single-mobile {
    top: 60px;
    z-index: 999;
    height: 50px;
    overflow: hidden;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .head-single-mobile {
    top: 60px;
    z-index: 999;
    height: 50px;
    overflow: hidden;
    opacity: 0;
  }
}

@media (min-width: 300px) {
  .col-share {
    display: none;
  }
}

@media (min-width: 992px) {
  .col-share {
    display: initial;
  }
}

@media (min-width: 300px) {
  .single-share-mobile {
    display: initial;
  }
}

@media (min-width: 992px) {
  .single-share-mobile {
    display: none;
  }
}

@media (min-width: 300px) {
  .content-head-single-special h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 30px;
    margin: 15px;
  }
}

@media (min-width: 300px) {
  .content-head-single-infographic h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 30px;
    margin: 15px;
  }
}

@media (min-width: 300px) {
  .content-head-single-multimedia h1 {
    font-size: 24px;
    font-weight: initial;
    line-height: 30px;
    margin: 15px;
  }
}

@media (min-width: 768px) {
  .content-head-single-special h1 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .content-head-single-infographic h1 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .content-head-single-multimedia h1 {
    font-size: 34px;
    font-weight: initial;
    line-height: 40px;
  }
}

@media (min-width: 300px) {
  .single-post-special {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .single-post-special {
    width: 100%;
  }
}

.content-head-single p {
  line-height: 24px;
}

@media (min-width: 300px) {
  .content-single-basic img {
    width: 90%;
    height: auto;
    border-radius: 10PX;
    z-index: 2;
    object-fit: cover;
    transition: .3s;
  }
}

@media (min-width: 576px) {
  .content-single-basic img {
    width: 460px;
    height: 288px;
    border-radius: 10PX;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .content-single-basic img {
    width: 625px;
    height: 390px;
    border-radius: 10PX;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .content-single-basic img {
    width: 480px;
    height: 300px;
    border-radius: 10PX;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .content-single-basic img {
    width: 657px;
    height: 411px;
    border-radius: 10PX;
    z-index: 2;
  }
}

@media (min-width: 1320px) {
  .content-single-basic img {
    width: 768px;
    height: 478px;
    border-radius: 10PX;
    z-index: 2;
  }
}

#share-single-mobile {
  z-index: 999;
  top: 60px;
  margin: 15px 0px;
}

.content-single video {
  width: 100%;
  background-color: var(--secondary);
}

@media (min-width: 300px) {
  .edition-magazine img {
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
    transition: .3s;
    z-index: 2;
    border-radius: 5px;
  }
}

@media (min-width: 576px) {
  .edition-magazine img {
    width: 208px;
    height: 259px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .edition-magazine img {
    width: 174px;
    height: 215px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .edition-magazine img {
    width: 235px;
    height: 294px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .edition-magazine img {
    width: 204px;
    height: 255px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

@media (min-width: 1320px) {
  .edition-magazine img {
    width: 244px;
    height: 304px;
    object-fit: cover;
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .edition-magazine a {
    width: 90%;
    height: auto;
    transition: .3s;
    z-index: 2;
  }
}

@media (min-width: 576px) {
  .edition-magazine a {
    width: 208px;
    height: 259px;
  }
}

@media (min-width: 768px) {
  .edition-magazine a {
    width: 174px;
    height: 215px;
  }
}

@media (min-width: 992px) {
  .edition-magazine a {
    width: 235px;
    height: 294px;
  }
}

@media (min-width: 1200px) {
  .edition-magazine a {
    width: 204px;
    height: 255px;
  }
}

@media (min-width: 1320px) {
  .edition-magazine a {
    width: 244px;
    height: 304px;
  }
}

@media (min-width: 300px) {
  .edition-magazine {
    padding: 5px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .edition-magazine {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .edition-magazine {
    padding: 15px;
  }
}

@media (min-width: 300px) {
  .area-image-author img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
  }
}

@media (min-width: 576px) {
  .area-image-author img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
  }
}

.name-column {
  font-family: 'Roboto';
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: solid 3px var(--primary);
}

.description-author h1 {
  font-size: 35px;
  margin: 10px 0px;
}

.description-author p {
  font-size: 18px;
  margin-bottom: 10px;
}

.description-author {
  margin: 30px 0px;
  width: 100%;
}

.content-single a {
  background: linear-gradient( to bottom, #dae8f7 0%, #dae8f7 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 49px;
  color: #000;
  text-decoration: none;
  transition: background-size .5s;
  padding: 3px 0px;
}

.content-single a:hover {
  background-size: 4px 3px;
  color: #000;
}

.content-single ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

@media (min-width: 300px) {
  .content-single ul {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  .content-single ul {
    margin: 60px;
  }
}

.content-single ul li {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  margin: .2em 0 .2em 2.5em;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all .3s ease-out;
}

.content-single ul li:hover {
  background: var(--secondary);
  color: #444;
}

.content-single ul li:before {
  content: "•";
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: var(--primary);
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.content-single ul li:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}

.content-single ul li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.content-single ol {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.content-single ol:first-of-type {
  counter-reset: my-awesome-counter;
}

@media (min-width: 300px) {
  .content-single ol {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  .content-single ol {
    margin: 60px;
  }
}

.content-single ol li {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  margin: .2em 0 .2em 2.5em;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all .3s ease-out;
  counter-increment: my-awesome-counter;
}

.content-single ol li:hover {
  background: var(--secondary);
  color: #444;
}

.content-single ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: var(--primary);
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.content-single ol li:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}

.content-single ol li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

@media (min-width: 300px) {
  .edition-magazine h3 {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .edition-magazine h3 {
    font-size: 16px;
  }
}

.home-primary-post {
  margin-bottom: 30px;
}

@media (min-width: 300px) {
  .basic-post img {
    width: 222px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 576px) {
  .basic-post img {
    width: 342px;
    height: 112px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .basic-post img {
    width: 344px;
    height: 214px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .basic-post img {
    width: 248px;
    height: 152px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .basic-post img {
    width: 245px;
    height: 155px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 1320px) {
  .basic-post img {
    width: 290px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
  }
}

@media (min-width: 300px) {
  .parallax-primary {
    width: 100%;
    height: 130px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/top-mobile.png?h=f93f78450109ed40c00970c67c99e910");
  }
}

@media (min-width: 576px) {
  .parallax-primary {
    width: 100%;
    height: 200px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/top-mobile.png?h=f93f78450109ed40c00970c67c99e910");
    background-attachment: initial;
  }
}

@media (min-width: 768px) {
  .parallax-primary {
    width: 100%;
    height: 240px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/top-mobile.png?h=f93f78450109ed40c00970c67c99e910");
    background-attachment: initial;
  }
}

@media (min-width: 992px) {
  .parallax-primary {
    width: 100%;
    height: 400px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/top_trip_lg.jpg?h=51dd8c6dc948f25cc2fd523374861c07");
    background-attachment: fixed;
  }
}

@media (min-width: 1200px) {
  .parallax-primary {
    width: 100%;
    height: 33vh;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/top_trip_lg.jpg?h=51dd8c6dc948f25cc2fd523374861c07");
    background-attachment: fixed;
  }
}

@media (min-width: 300px) {
  .parallax-secondary {
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/mid-mobile.png?h=2767507cbeb547e1f8d612a4da381af0");
  }
}

@media (min-width: 576px) {
  .parallax-secondary {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/mid-mobile.png?h=2767507cbeb547e1f8d612a4da381af0");
  }
}

@media (min-width: 768px) {
  .parallax-secondary {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/mid-mobile.png?h=2767507cbeb547e1f8d612a4da381af0");
  }
}

@media (min-width: 992px) {
  .parallax-secondary {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../../assets/img/mid_trip_lg.jpg?h=2eb697c1c7776b3df3a12405967a1acd");
  }
}

@media (min-width: 1200px) {
  .parallax-secondary {
    width: 100%;
    height: 33vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../../assets/img/mid_trip_lg.jpg?h=2eb697c1c7776b3df3a12405967a1acd");
  }
}

@media (min-width: 300px) {
  .parallax-tertiary {
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/botton-mobile.png?h=28db6fd85e7e619033be7d36d7357148");
  }
}

@media (min-width: 576px) {
  .parallax-tertiary {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/bot_trip_lg.jpg?h=64cc96a28fbc75abeb38c0ccf33b6429");
  }
}

@media (min-width: 768px) {
  .parallax-tertiary {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-image: url("../../assets/img/botton-mobile.png?h=28db6fd85e7e619033be7d36d7357148");
  }
}

@media (min-width: 992px) {
  .parallax-tertiary {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../../assets/img/bot_trip_lg.jpg?h=64cc96a28fbc75abeb38c0ccf33b6429");
  }
}

@media (min-width: 1200px) {
  .parallax-tertiary {
    width: 100%;
    height: 33vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../../assets/img/bot_trip_lg.jpg?h=64cc96a28fbc75abeb38c0ccf33b6429");
  }
}

#btn-search-closed {
  margin-bottom: 10px;
  margin-left: 15px;
  cursor: pointer;
}

.input-calendar {
  width: 300px;
  margin: 10px 0px;
}

#nav.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  background: rgba(255,255,255,.5);
}

#nav {
  left: 0;
  right: auto;
  z-index: 9999999;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background: rgba(255,255,255,.5);
}

#nav {
 /* overflow: scroll;*/
}

@media (min-width: 300px) {
  .secondary-menu {
    width: 100%;
    height: 100%;
    background: white;
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .secondary-menu {
    width: 50%;
    height: 100%;
    background: white;
  }
}

@media (min-width: 300px) {
  #logotype-scroll {
    display: none;
  }
}

@media (min-width: 992px) {
  #logotype-scroll {
    display: inherit;
    overflow: hidden;
  }
}

.logotipo-navbar {
  width: 90px;
}


@media (min-width: 300px) {
  .area-close-menu {
    width: 0%;
    background: transparent;
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .area-close-menu {
    width: 50%;
    background: transparent;
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .area-close-menu {
    width: 50%;
    background: transparent;
    height: 100vh;
  }
}

#nav-disable {
  cursor: cell;
}

.call-center {
  width: 100%;
  height: 35px;
  position: relative;
  background: orange;
}

@media (min-width: 300px) {
  .butons-call {
    width: 100%;
    height: 40px;
    background: orange;
    color: white;
    font-size: 22px;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .butons-call {
    width: 300px;
    height: 35px;
    background: orange;
    color: white;
    font-size: 17px;
  }
}

.call-text {
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
}


.butons-call a {
  color: white;
}

.butons-call a:hover {
  color: white;
  text-decoration: none;
}

.btn-call {
  cursor: pointer;
}

.form-call-center input {
  margin: 10px 0px;
  border: solid 1px var(--primary);
  height: 35px;
  border-radius: 5px;
  padding: 10px;
  color: var(--primary);
}

.form-call-center ::placeholder {
  color: #6581A3;
}

.modal-title {
  color: var(--primary);
  font-size: 25px;
  
}

.modal-body{
font-size: 15px;
}

.close {
  font-size: 35px;
  font-weight: bold;
  color: var(--primary);
}

.module-form {
  margin: 10px;
  font-family: arial;
}

.call-conditions {
  font-family: arial;
  font-size: 12px;
}

.call-title-form {
  font-size: 16px;
  color: var(--primary);
}

.check-form-select input[type="radio"] {
  display: none;
}

.check-form-select input[type="radio"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../../assets/img/radio-uncheck.png?h=ea1376041c616feca8ac6711de51d143);
  background-size: cover;
  cursor: pointer;
}

.check-form-select input[type="radio"]:checked + label span {
  background: url(../../assets/img/radio-check.png?h=f6d68a98419806bfb6be4d109adcbc19);
  background-size: cover;
}

#design-check {
  margin: 10px 0px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 10px;
}

.checkbox-call input[type="checkbox"] {
  display: none;
}

.checkbox-call input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(../../assets/img/checkbox-uncheck.png?h=b0f4818249f39a2c014e32314bbdc2eb);
  background-size: cover;
  cursor: pointer;
}

.checkbox-call input[type="checkbox"]:checked + label span {
  background: url(../../assets/img/checkbox-check.png?h=b8ce74a43ec2c0501de1295da7055079);
  background-size: cover;
}

.primary-buttom-call {
  border-right: solid 1px white;
}

.secondary-button-call {
  border-left: solid 1px white;
}

.modal-backdrop {
  background: rgba(255, 255, 255, 1);
}

.sector-parallax {
  width: 100%;
  height: 600px;
  background: var(--primary);
  position: relative;
}

.content-parallax-image {
  width: 100%;
  position: initial !important;
}

@media (min-width: 300px) {
  .content-parallax-text {
    width: 100%;
    position: absolute;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .content-parallax-text {
    width: 100%;
    position: absolute;
    margin-bottom: inherit;
  }
}

#parallax .image {
  width: 100% !important;
  height: 100vh !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.area-select-newsletter select {
  width: 180px;
  color: var(--primary);
  border: 0px;
  font-size: 16px;
  border-radius: 0px !important;
  background: transparent;
  -webkit-appearance: none;
}

.area-select-newsletter {
  margin: 15px;
  width: 280px;
  color: var(--primary);
  border-bottom: solid 1px var(--primary);
  position: relative;
  font-size: 16px;
}

.arrow-select {
  position: absolute;
  right: 0pc;
}

.placeholder-select {
  color: rgba(4,50,105,.5);
}


@media (min-width: 300px) {
  .area-click {
    width: 300px;
    height: 250px;
  }
}

@media (min-width: 576px) {
  .area-click {
    width: 468px;
    height: 250px;
  }
}

@media (min-width: 768px) {
  .area-click {
    width: 728px;
    height: 250px;
  }
}

@media (min-width: 992px) {
  .area-click {
    width: 970px;
    height: 250px;
  }
}

main.jarallax::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.jarallax {
  background-attachment: fixed;
  height: 300px !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 0;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.parallax-wrap {
  width: 100%;
  height: 100%;
  display: block;
}

#jarallax-container {
  clip: rect(0 100vw 300px 0);
  clip: rect(0, 100vw, 300px, 0);
}

#jarallax-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -100;
}

.jarallax-img {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

@media(min-width: 300px) {
  .jarallax-img {
      background-size:cover;
      background-position: center;
      background-color: var(--primary);
      animation: rotateBackground 20s steps(1) infinite
  }

  @keyframes rotateBackground {
      0% {
          background-image: url(https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/top_parallax_sm.jpg)
      }

      50% {
          background-image: url(https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/mid_parallax_sm.jpg)
      }
  }
}

@media(min-width: 992px) {
  .jarallax-img {
      background-size:cover;
      background-position: center;
      background-color: var(--primary);
      animation: rotateBackground 20s steps(1) infinite;
      cursor: pointer
  }

  @keyframes rotateBackground {
      0% {
          background-image: url(https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/top_parallax_lg.jpg)
      }

      50% {
          background-image: url(https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/mid_parallax_lg.jpg)
      }
  }
}

.creativity-container {
  max-width: 970px;
  height: 250px;
  margin: 20px
}


@media (min-width: 300px) {
  #Ads-parallax-two .image {
    background-image: url("https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/mid_parallax_sm.jpg");
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary);
  }
}

@media (min-width: 992px) {
  #Ads-parallax-two .image {
    background-image: url("https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/mid_parallax_lg.jpg");
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary);
  }
}

@media (min-width: 300px) {
  #Ads-parallax-three .image {
    background-image: url("https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/bot_parallax_sm.jpg");
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary);
  }
}

@media (min-width: 992px) {
  #Ads-parallax-three .image {
    background-image: url("https://selecciones.com.mx/wp-content/themes/selecciones-html5blank-stable/paralax/bot_parallax_lg.jpg");
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--primary);
  }
}

.content-parallax-ads {
  width: 100%;
  position: absolute;
  margin-bottom: inherit;
}



.lkwt a:hover {
  background-size: 100% 2px;
  color: white;
}

.lkwt a {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(#fff,#fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
}




/* --- basic style --- */

@media (min-width: 300px) {
.content-single h1{
    padding: 0 20px;
}   
}

@media (min-width: 768px) {
.content-single h1{
    padding: 0 50px;
}   
}



@media (min-width: 300px) {
.content-single h2{
    padding: 0 20px;
}   
}

@media (min-width: 768px) {
 .content-single h2{
    padding: 0 50px;
}   
}


@media (min-width: 300px) {
.content-single h3{
    padding: 0 20px;
}    
}

@media (min-width: 768px) {
 .content-single h3{
    padding: 0 50px;
}   
}


@media (min-width: 300px) {
 .content-single h4{
    padding: 0 20px;
}   
}

@media (min-width: 768px) {
 .content-single h4{
    padding: 0 50px;
}  
}

@media (min-width: 300px) {
 .content-single h5{
    padding: 0 20px;
}   
}

@media (min-width: 768px) {
 .content-single h5{
    padding: 0 50px;
}   
}

@media (min-width: 300px) {
 .content-single h6{
    padding: 0 20px;
}   
}

@media (min-width: 768px) {
 .content-single h6{
    padding: 0 50px;
}   
}




.input-calendar {
  width: 300px;
  margin: 10px 0px;
}


#btn-search-closed {
  margin-bottom: 10px;
  margin-left: 15px;
  cursor: pointer;
}


.btn-selecciones {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-selecciones {
  padding: 5px 10px;
  cursor: pointer;
  background: #f9f9f9;
  text-decoration: none;
  color: var(--primary);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border: solid 1px var(--primary);
  width: 300px;
  margin: 10px 0px;
    font-size: 14px
}

.btn-selecciones:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.btn-selecciones:hover:before, .btn-selecciones:focus:before, .btn-selecciones:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-selecciones:hover, .btn-selecciones:focus, .btn-selecciones:active {
  color: white;
}

a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}



/*list decimal */

.content-single ol{
list-style: none;
padding: 0;
margin-bottom: 4em;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.content-single ol:first-of-type {
counter-reset: my-awesome-counter;
}

.content-single ol {
margin: 0 0 2em 2em;
}

@media (min-width: 300px) {
.content-single ol {
margin: 0px 30px;
}
}

@media (min-width: 768px) {
.content-single ol {
margin: 60px;
}
}

.content-single ol li{
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .2em 0 .2em 2.5em;
background: #fff;
color: #333;
text-decoration: none;
transition: all .3s ease-out;
counter-increment: my-awesome-counter;
font-family: 'Playfair Display', serif;
font-size: 18px;
}

.content-single ol li:hover{
background: #dae8f7;
color:#444
}


.content-single ol li:before{
content: counter(my-awesome-counter);
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #043269;
color:#fff;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}

.content-single ol li:after{
position: absolute;
content: '';
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}

.content-single ol li:hover:after{
left: -.5em;
border-left-color: #043269;
}

/*ol list */
/* list ul */

.content-single ul{
list-style: none;
padding: 0;
margin-bottom: 4em;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}



@media (min-width: 300px) {
.content-single ul {
margin: 0px 30px;
}
}

@media (min-width: 768px) {
.content-single ul {
margin: 60px;
}
}


.content-single ul li{
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .2em 0 .2em 2.5em;
background: #fff;
color: #333;
text-decoration: none;
transition: all .3s ease-out;
font-family: 'Playfair Display', serif;
font-size: 18px;
}

.content-single ul li:hover{
background: #dae8f7;
color:#444
}

.content-single ul li:before{
content: "•";
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #043269;
color:#fff;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}

.content-single ul li:after{
position: absolute;
content: '';
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}

.content-single ul li:hover:after{
left: -.5em;
border-left-color: #043269;
}

/*list ul */
/*list blockquote */

blockquote p{
font-size: 25px !important;
margin: 0px 50px 0px 0px;
}

@media (min-width: 300px) {
blockquote{
font-size: 30px !important;
display:block;
background: #fff;
font-size: 25px;
padding: 115px 0px 20px 0px;
margin: 0 0 20px !important;
position: relative;
line-height: 1.2;
color: #000;
}
}
@media (min-width: 992px) {
blockquote{
font-size: 30px !important;
display:block;
background: #fff;
padding: 35px 30px 15px 115px;
margin: 0 0 20px !important;
position: relative;
font-size: 30px;
line-height: 1.2;
color: #000;
}
}
blockquote::before{
content: "\201C"; /*Unicode for Left Double Quote*/

/*Font*/
font-family: 'initial';
font-size: 200px;
color: #043269;

/*Positioning*/
position: absolute;
left:50px;
top:-20px;
}

blockquote::after{
/*Reset to make sure*/
content: "";
}

.content-single blockquote p{
line-height: 30px;
}

/* termina list blockquote */
/* em */
em{
color: var(--primary);
font-size: 18px;

}
/* termina em */
/* del */
del{
color: #043269;
font-size: 22px;
text-decoration: underline;
}
/* termina del */
/* iframe */
.content-single iframe{
width: 100%;
margin-bottom: 20px;
}
/* termina iframe */


/*embed*/
.wp-block-embed{
margin-bottom: 20px !important;
}
/*embed*/
/* links */
.single-abstract a{
background:
linear-gradient(
to bottom, #043269 0%,
#043269 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 4px 4px;
color: #000;
text-decoration: none;
transition: background-size .5s;
padding:3px;
}
.single-abstract a:visited{
}
.single-abstract a:hover{
background-size: 4px 50px;
color: var(--primary);
border-bottom: solid 2px var(--primary);
}

.single-content a{
background:
linear-gradient(
to bottom, #043269 0%,
#043269 100%);
background-position: 0 100%;
background-repeat: repeat-x;
background-size: 4px 4px;
color: #000;
text-decoration: none;
transition: background-size .5s;
padding:3px;
}
.content-single a:visited{
}
.content-single a:hover{
background-size: 4px 50px;
color: var(--primary);
border-bottom: solid 2px var(--primary);
}
/* links */
/* em */
.content-single em{
  color: var(--primary);
}
/* em */
/* s */
.content-single s{
   color: var(--primary);
}
/* s */
/* figure */
figure {
width: 100% !important;
margin: 0px 0px 30px 0px;
}
/* figure */
/* imagenes */
.wp-block-image{
width: 100%;
height:auto;
}
.content-single .img-cover img{
width: 100% !important;
height: auto;
}
/* imagenes */
/*cites*/
.content-single cite{
font-size: 16px;
line-height:30px;
color: var(--primary);
text-align: end;
margin: 30px 0px 20px 50px;
width: 100%;
}
/*cites*/
/* video */
.wp-video{
width: 100% !important;
margin-bottom: 30px;
}

@media (min-width: 300px) {
.mejs-container, .mejs-controls{
background: #C6EFD8 !important;
width: 100% !important;
margin: auto;
}
}

@media (min-width: 768px) {
.mejs-container, .mejs-controls{
background: #C6EFD8 !important;
width: 100% !important;
margin: auto;
}
}
/* video */

/* caption*/
.wp-caption-text {
color: #888;
font-size: 12px;
margin: 5px 5px 30px 5px;
text-align: center;
}

.wp-caption {
width: 100% !important;
}


figcaption {
color: #888;
font-size: 12px;
margin: 5px 5px 30px 5px;
text-align: left;
}

figcaption {
width: 100% !important;
}
/* caption*/


/* galleri */


/* galleri */

.wp-block-gallery a{

background: inherit;
background-position: inherit;
background-repeat: inherit;
background-size: inherit;
color: inherit;
text-decoration: inherit;
transition: inherit;
padding: inherit; 
transition: .3s;
}

.wp-block-gallery figure {
    margin: 0px;
}

.wp-block-gallery  figcaption{
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 10px !important;
color:#fff;
text-align: center;
font-size: 13px;
/*background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);*/
background: transparent !important;
 text-shadow: 1px 1px #000 !important;
margin:0 !important;
}


.wp-block-gallery a:hover{
-webkit-filter: brightness(0.9);
border-bottom: solid 0px var(--primary);

}

.wp-block-gallery img{
 border-radius: 10px;
 border: solid 1px #dae8f7;
transition: .3s;
}

.wp-block-gallery ul{
margin: 0em;
list-style: none;
padding: 0;
margin-bottom: 4em;
text-shadow: 0px;
}

.wp-block-gallery ul li{
position: inherit;
display: inherit;
background: inherit;
color: inherit;
text-decoration: inherit;
transition: inherit;
border-radius: 10px;
background: white;
margin: 5px;
padding:5px; 

}

.wp-block-gallery ul li:hover {
    background: #dae8f7;
    color: inherit;
    border-radius: 10px;
}

.wp-block-gallery ul li:before {
    content: "";
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: inherit;
    background: inherit;
    color: inherit;
    height: inherit;
    width: inherit;
    line-height: inherit;
    text-align: inherit;
    font-weight: inherit;
}

.wp-block-gallery ul li:after {
    position: inherit;
    content: inherit;
    border: inherit;
    left: inherit;
    top: inherit;
    margin-top: inherit;
    transition: inherit;
}

@media (min-width: 300px) {
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/1);
  margin-right: 0px;
}
}

@media (min-width: 768px) {
 .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/2);
  margin-right: 0px;
}   
}

@media (min-width: 992px) {
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
  margin-right: 0px;
    }
}

/* galleri */


    
/* galleri */

.wp-block-embed__wrapper{
    display: flex;
    justify-content: center;
}


input:focus {
  outline-offset: 0px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

    
/* youtube */
/* 
.wp-block-embed-youtube iframe{
width: 100% !important;
}    

.wp-block-embed-facebook iframe{
width: 100% !important;
}
*/
/* youtube */

/* twitter */
/*
.EmbeddedTweet{
width: 100% !important;
max-width: 100% !important;
}

.EmbeddedTweet .EmbeddedTweet--cta{
width: 100% !important;
max-width: 100% !important;

}
*/
/*

@media (min-width: 300px) {
twitter-widget{
margin: auto !important;
width: 300px !important;
}
}
@media (min-width: 768px) {
twitter-widget{
margin: auto !important;
width: 500px !important;
}
}
@media (min-width: 992px) {
twitter-widget{
margin: auto !important;
width: 500px !important;
}
}
*/
/* twitter */

/* instagram */

/*
@media (min-width: 300px) {
.instagram-media{
margin: auto !important;
width: 300px !important;
}
}
@media (min-width: 768px) {
.instagram-media{
margin: auto !important;
width: 500px !important;
}
}
@media (min-width: 992px) {
.instagram-media{
margin: auto !important;
width: 500px !important;
}
}
*/
/* instagram */

/* facebook */
/*
._5pcb ._5tmf ._50f3 {
width:100% !important;
}
*/
/* facebook */


/* --- basic style [contents]--- */

.off-one {
  display: none !important;
  /*display: contents !important;*/
}


.off-two{ 
    display: none !important;
  /*display: contents !important;*/
}

.off-three{
    display: none !important;
    /*display: contents !important;*/
}



.teads-inread{
  z-index: 9999 !important;
  
}

.teads-player{
  padding-bottom: 105px;  
}


.giveaway_bg_blur{
  display: none !important;
}

.giveaway_popup{
  display: none !important;
}

.giveaway_bg{
  display: none !important;
}

.giveaway_bg{
display: none !important;
}


/* Player */

.player-videos {
  position: relative;
  height: 100%;
}

.player-video {
  position: relative;
  width: 100%;
}

.buton-video-one {
  width: 100%;
}

.buton-video-two {
  width: 100%;
}

.buton-video-three {
  width: 100%;
}

.buton-video-four {
  width: 100%;
}


  .player-video video, .player-video iframe {
    width: 100% !important;
    height: 231px;
    background: var(--primary);
  }

@media (min-width: 576px) {
  .player-video video, .player-video iframe {
    width: 100%;
    height: 280px;
  }
}

@media (min-width: 768px) {
  .player-video video, .player-video iframe {
    width: 100%;
    height: 379px;
  }
}

@media (min-width: 992px) {
  .player-video video, .player-video iframe {
    width: 100%;
    height: 302px;
  }
}

@media (min-width: 1200px) {
  .player-video video, .player-video iframe {
    width: 100%;
    height: 365px;
  }
}

@media (min-width: 1380px) {
  .player-video video, .player-video iframe {
    width: 100%;
    height: 363px;
  }
}

  .player-video h2 {
    font-size: 20px;
    color: black !important;
    margin: 0;
    font-family: 'Roboto';
  }

@media (min-width: 768px) {
  .player-video h2 {
    font-size: 25px;
    margin: 0;
  }
}

@media (min-width: 300px) {
  .player-video p {
    font-size: 14px;
    margin: 0px;
  }
}

@media (min-width: 768px) {
  .player-video p {
    font-size: 16px;
    margin: 0px;
  }
}

.video-buton, .video-buton img {
  width: 100%;
  height: 150px;
  position: absolute;
  object-fit: cover;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .video-buton, .video-buton img {
    width: 100%;
    height: 120px;
  }
}

@media (min-width: 768px) {
  .video-buton, .video-buton img {
    width: 100%;
    height: 220px;
  }
}

@media (min-width: 992px) {
  .video-buton, .video-buton img {
    width: 100%;
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .video-buton, .video-buton img {
    width: 100%;
    height: 80px;
  }
}

.video-buton {
  position: relative;
  width: 100%;
}

.video-buton-icon {
  position: absolute;
  color: white;
  z-index: 2;
  font-size: 35px;
  transition: .2s;
  text-shadow: 3px 3px 9px rgba(0,0,0,.3);
}

@media (min-width: 300px) {
  .buton-video h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .buton-video h3 {
    font-size: 18px;
  }
}

.buton-video {
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 992px) {
  .buton-video {
    display: flex;
  }
}

.pleca-gree {
  width: 50px;
  height: 4px;
  background: var(--secondary);
  margin: 10px;
}

#player-four, #player-three, #player-two {
  display: none;
}

.video-buton:hover > .video-buton-icon {
  font-size: 50px;
}

.scrolling-wrapper-video {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  .scrolling-wrapper-video {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: wrap;
    scrollbar-color: light;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
}

.video-content H3 {
  color: black;
  font-size: 1.8em;
  font-family: 'Roboto';
}

.bg-bluedarck{
  background-color: var(--primary);
}

/* flickity */

.area_magazine{
  width: 95% !important;

}


.magazine_cover {
	width: 70%;
  }

  
  @media (min-width: 300px) {
  .magazine_cover {
    width: 60%;
    }
  }
  
  @media (min-width: 576px) {
	.magazine_cover {
	  width: 33%;
	}
  }
  
  @media (min-width: 768px) {
	.magazine_cover {
	  width: 20%;
	}
  }
  
  @media (min-width: 992px) {
	.magazine_cover {
	  width: 16.5%;
	}
  }
  
  @media (min-width: 1200px) {
	.magazine_cover {
	  width: 14.2%;
	}
  }
  
  @media (min-width: 1400px) {
	.magazine_cover {
	  width: 12.7%;
	}
  }
  
  .magazine_cover {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .magazine_cover img {
	width: 160px;
	height: 219px;
	border: solid 1px lightgray;
  }
  
  .flickity-page-dots {
	display: block;
  }
  
  @media (min-width: 1400px) {
	.flickity-page-dots {
	  display: none;
	}
  }
  
  .flickity-prev-next-button {
	display: block;
  }
  
  @media (min-width: 1400px) {
	.flickity-prev-next-button {
	  display: none;
	}
  }

.row-flickity {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem)
}

.row-flickity > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
  margin-top: 0
}
  
  /* flickity */

.author-post a{
background: none;
}

.author-post a:hover{
  background: none;
  border: none;
}

.author-post .content-author h4{
padding: 0 ;
}

.buton-video h4{
  font-size: 18px !important;
}

.author-post {
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba( 0 0 0 / 10%);
}


.saswp-form-tbl{
  background: #f6f6f6;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 3px 12px rgba( 0 0 0 / 10%);
  margin-bottom: 30px;
}

.saswp-form-tbl input, .saswp-form-tbl textarea{
  width: 100%;
  background: white;
  border: solid 1px lightgray;
  border-radius: 5px;
}

.saswp-form-tbl input, .saswp-form-tbl .submit{
  height: 45px;
}

.saswp-form-tbl .submit{
  background: var(--primary);
  color: white;
  border:solid 2px var(--primary);
  border-radius: 5px;
  transition: .3s ease;
}

.saswp-form-tbl .submi:hover{
  border:solid 2px var(--primary);
  background: transparent;
  color: var(--primary);
  border-radius: 5px;
  
}

.saswp-rating-container{
  display: flex;
  justify-content: center;
}

.saswp-rateyo-counter{
  display: none !important;
}


.saswp-form-tbl .g-recaptcha{
  display: flex;
  justify-content: center;
  transform: inherit !important;
  -webkit-transform: inherit !important;
  transform-origin: inherit !important;
  -webkit-transform-origin: inherit !important;
}

.saswp-form-tbl .cp-g-recaptcha-response{
  margin-left: 80px;
}

.page-item:hover{
  position: relative;
  display: block;
  padding: 8px 12px;
  margin: 2px;
  line-height: 1.25;
  color: white;
  background-color: var(--primary);
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  transition: .2s;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.page-item{
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 12px;
}



  .title-category h1 {
    font-size: 30px;
    color: var(--primary);
    margin: 0px 0px 30px 0px;
    letter-spacing: 1px;
    position: relative;
  }  

  
  @media (min-width: 768px) {
  .title-category h1 {
    font-size: 50px;
    color: var(--primary);
    margin: 0px 0px 30px 0px;
    letter-spacing: 1px;
  }  
  }

.post-single-lateral h2 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: #fff;
  margin: 10px 0;
}

#post-search h2 {
  font-size: 18px;
  font-weight: initial;
  line-height: 24px;
  color: #fff;
  margin: 10px 0;
}