html {
  scroll-behavior: smooth;
}

/* header list*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,300&display=swap');

select, 
button,
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.content-header-list header {
  height: 600px;
  background-image: url(https://8349691.fs1.hubspotusercontent-na1.net/hubfs/8349691/Pagina%20Eventos/hedaer-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 

.content-header-list header h1.title-list {
  color: #fff;
  font-size: 58px;
}
/* end header List*/

/* Header Details ITems*/

.content-header-details header{
  background-color: #FFF6F1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

.content-header-details header .title-details h1{
  font-family: 'Zilla Slab',serif;
  font-size: 42px;
  color: #000000;
  line-height: 52px;
  margin-top: 40px;
  position: relative;
}

.content-header-details header .title-details h1:before {
  border: 1px solid #F75910;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 100px;
  margin-left: -50px;
}

.content-header-details header .category-type {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  color: #F75910;
  margin-top: 23px;
}

/*End Header Details List*/

/* Filter */
.filter {
  margin-top: 86px;
  margin-bottom: 60px;
}


.filter div[class*="span"]{
  border: 1px solid #CBCBCB;
  border-radius: 0;
  position: relative;
  
}

.filter div[class*="span"] select{
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  z-index: 5;
  position: relative;
  background-color: transparent;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}

.filter div[class*="span"] label{
  position: absolute;  
  right: 10px;
   top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  
}

/*End Filter*/

/* title section List */
.title-section-items {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 18px;
}
 
/* List Items*/

.container-items {
  margin-bottom: 60px;
}

.not-result {
  color: #000;
  font-family: 'Zilla Slab',serif;
  margin-bottom: 60px;
  margin-top: 40px;
}

article.item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CBCBCB;
  margin-top: 50px;
  margin-bottom: 50px;
}

article.item .item-img {
  width: 330px;
  max-width: 350px;
  position: relative;
  width: 33%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

article.item .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

article.item .item-img .date {
  position: absolute !important;
  right: 0;
  bottom: 0;
  background-color: #FF5900;
  color: #fff;
  text-align: center;
  padding: 9px 15px;
  font-family: 'Zilla Slab',serif;
  font-weight: bold;

}

article.item .item-img .date .day{
  font-size: 36px;
  line-height: 46px;
}

article.item .item-img .date .month {
  font-size: 18px;
  text-transform: uppercase;
}

article.item .item-information {
  width: 67%;
  padding: 30px 20px 100px;
  position: relative;
}


article.item .item-information .category{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

article.item .item-information .description {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

article.item .item-information .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CBCBCB;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: -30px;
  bottom: 0px;
}

article.item .item-information .attributes span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / 3);
          flex: 1 0 calc(100% / 3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article.item .item-information .attributes span i{
  margin-right: 5px;
}

article.item .item-information .attributes span.hour,
article.item .item-information .attributes span.type {
  border-right: 1px solid #CBCBCB;
}

article.item .item-information .attributes span.btn-cta .btn-primary {
  width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
/*end list item*/

/* details Items*/

.content-information {
  padding-top: 90px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center; 
          align-items: center;
}

.content-information iframe {
  width: 1920px;
  max-width: 100%;
  height: 350px;
  border: 0;
}

.content-information .title-section {
  font-family: 'Zilla Slab',serif;
  font-size: 28px;
  color: #000000;
  text-align: left;
}

.content-information .description {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  color: #231F20;
  margin-bottom: 22px;
}

.content-attributes {
  margin-bottom: 100px;
}

.content-date-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F1F3;
  padding: 30px 46px;
  border-radius: 6px;
}

.content-date-icon  .cnt-icon {
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  color: #FF5900;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  line-height: 75px;
}

.content-attributes .span4:nth-child(3) .content-date-icon .cnt-icon {
  line-height: 84px;
}

.content-date-icon .cnt-icon i {
  font-size: 40px;
}

.content-date-icon .cnt-info .title-attribute {
  font-family: 'Roboto',sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #231F20;
}

.content-date-icon .cnt-info .attribute {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  color: #231F20;
}

.content-other-information {
  margin-top: 45px;
  margin-bottom: 20px;
}

.content-other-information img.img-full {
  width: 100%;
  margin-bottom: 25px;
}

.content-other-information .title{
  font-family: 'Zilla Slab',serif;
  font-size: 28px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.content-other-information .other-information {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  color: #231F20;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
 
.content-tap .accordeon {
  background: #F1F1F3;
  border-radius: 10px;
}

.content-tap .span6  .accordeon{
 margin-top: 20px;
 margin-bottom: 20px;
}

.content-other-information .accordeon .title-tap .title {
  font-family: 'Zilla Slab',serif;
  font-size: 18px;
  color: #231F20;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 0;
}

.content-other-information .accordeon .title-tap .title i{
  float: right;
  line-height: 35px;
}

.content-tap .accordeon label {
  cursor: pointer;
}

.content-tap .accordeon input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.content-tap .accordeon .accordion-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}

.content-tap .accordeon .accordion-content .text-info {
  padding: 20px;
}

.accordeon [value="otherInfo"]:checked  + .title-tap + .accordion-content,
.accordeon [value="aditionalInfo"]:checked + .title-tap + .accordion-content {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  overflow-y: auto;
}

.accordeon [value="otherInfo"]:checked  + .title-tap .title,
.accordeon [value="aditionalInfo"]:checked + .title-tap .title {
  border-bottom: 2px solid #FF5900;
  color: #FF5900;
} 



.accordeon [value="otherInfo"]:checked  + .title-tap .title i:before,
.accordeon [value="aditionalInfo"]:checked + .title-tap .title i:before{
  content:"\f077";
}

.accordeon .accordion-content ul li,
body .content-form form ul li {
  background-image: url('https://8349691.fs1.hubspotusercontent-na1.net/hubfs/8349691/Pagina%20Eventos/bullet-svg.svg');
}
.content-form {
  background-color: #F1F1F3;
  padding-bottom: 40px;
  padding-top: 0px;
  margin-top: 60px;
}
.content-form .content-isotipo{
  text-align: center;
  margin-bottom: 30px;
}

.content-form .content-isotipo img{
  margin-top: -30px;
}
body .content-form .title-form {
  font-family: 'Zilla Slab',serif;
  font-size: 28px;
  color: #F75910;
  text-align: center;
  margin-bottom: 50px;
}

body .content-form form .field {
  margin-bottom: 20px !important;
}

body .content-form form .field::after{
  content: '';
  clear: both;
  display: block;
}

body .content-form form label{
  font-family: 'Zilla Slab',serif;
  font-size: 18px;
  color: #231F20;
  font-weight: bold;
  margin-bottom: 13px;
  display: inline-block;
}

body .content-form form input {
  font-family: 'Zilla Slab',serif;
  font-size: 18px;
  color: #231F20;
  border-radius: 0;
}

body .content-form form input[type="submit"] {
  font-family: 'Zilla Slab',serif !important;
  font-size: 18px !important;
  background: #FF5900;
  border-radius: 5px; 
}

body .content-form form ul{
  margin-bottom: 20px;
}

.content-paginador {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-paginador nav a,
.content-paginador nav span {
  border-radius: 5px;
  display: inline-block;
  background-color: #FF5900;
  color: #fff;
  min-width: 30px;
  text-decoration: none;
}

.content-paginador nav a:hover,
.content-paginador nav a:focus {
  text-decoration: none;
}

.content-paginador nav .active_page {
  color: #FF5900;
  background-color: #fff;
  border: 1px solid #FF5900;
}
/* end details items*/

@media screen and (max-width:780px){
  .item-img{
    width: 100% !important;
    height: 366px !important;
    margin: auto ;
  }
}

@media only screen and (min-width: 600px) and (max-width: 780px) {
  .content-header-details header {
    padding-top: 90px;
  }
  
  .content-date-icon {
    padding: 15px 20px;
  }

  .content-date-icon .cnt-icon i {
    font-size: 20px;
  }

  .content-date-icon .cnt-icon {
    line-height: 43px;
    width: 40px;
    height: 40px;
  }

  .content-attributes .span4:nth-child(3) .content-date-icon .cnt-icon {
    line-height: 45px;
  }

  .content-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .content-information .title-section {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .content-header-details header {
    padding-top: 90px;
  }
  body .row-fluid [class*="span"] {
    margin-left: 0 ;
    margin-bottom: 0;
    float: none;
  }

  .body-container-wrapper .container .span6 {
    margin-bottom: initial;
  }
  .content-header-list header { 
    -webkit-box-align: start; 
        -ms-flex-align: start; 
            align-items: flex-start;
            background-color: #FF5900;
    height: 800px;
    background-position: bottom right;
    background-size: 200% auto ;
  }

  .content-header-list header h1.title-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
      margin-top: 80px;
      text-align: center;
  }

  .filter div[class*="span"]{
    margin-bottom: 15px;
  }

  article.item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  article.item .item-information .attributes {
    max-width: 100%;
  }

  .content-date-icon {
    margin-bottom: 20px;
  }

  .content-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .content-information img{
    width: 100%;
  }

  .hidden-mobile  {
    display: none !important;
  }

}
@media only screen and (max-width: 460px) {
  .content-header-list header { 
    height: 500px;
  }

  article.item .item-img,
  article.item .item-information {
    width: 100%;
  }

  article.item .item-information {
    padding-bottom: 200px;
  }

  article.item .item-img {
    text-align: right;
  }

  article.item .item-img .date {
    position: relative;
    display: inline-block;
  }

  article.item .item-information .attributes {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-right: 0;
        border-left: 0;
  }

  article.item .item-information .attributes span{
    width: 100%;
  }

  article.item .item-information .attributes span.btn-cta .btn-primary {
    padding-top: 20px; 
    padding-bottom: 20px; 
  }

  article.item .item-information .attributes span.hour,
  article.item .item-information .attributes span.type {
    border-bottom: 1px solid #CBCBCB;
    border-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  article.item .item-information .attributes span.hour, article.item .item-information .attributes span.type{
    max-width: 100%;
  }
}}

@media screen and (max-width:780px){
  .item-img{
    width: 100% !important;
    height: 366px;
    margin: auto;
    border:1px red solid;
  }
}