html {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

body {
  /* background-image:url('./assets/img/parallax_bg.png'); */
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.z-index-999{
  z-index: 999;
}

.max-w-100{
  max-width: 100% !important;
}

.redbg{
  background-color: #E64327;
}

.titlespecial{
  font-size: 28px;
}

.margin-top-mobile-110 {
  margin-top: 110px;
}

.horizon{
  margin: 5em 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
}

.padd-120 {
  padding-left: 120px;
}

.btn-ciudad {
  background-color: #E64327;
  color: #fff;
  border-radius: 100px;
  padding: 16px 49px;
  font-size: 24px;
  text-transform: uppercase;
  box-shadow: 3px 8px 16px 0 rgba(230,67,39,.45);
  appeareance: none;
  -webkit-appearance: none !important;
}

.btn-ciudad-secondary{
  background-color: #009EE2;
  box-shadow: 3px 8px 16px 0 rgba(230,67,39,.45);
  width: 100%;
  padding: 10px !important;
  color: #fff !important;
}

.btn-ciudad-secondary:hover {
  background-color: #283582;
}

.btn-ciudad:hover{
  background-color: #283582;
  color: #fff;
  box-shadow: 3px 8px 16px 0 rgba(40,53,130,.45);
}

.skyblue{
  color: #009EE2;
}

.overflow-hidden{
  overflow: hidden;
}

@media screen and ( max-width: 480px){
  .title-special{
    text-align: left !important;
    font-size: 22px !important;
  }
}


/* NAV BAR*/
.navbar-brand{
  margin-bottom: 10px;
  margin-right: 70px;
}
.navbar-expand-lg .navbar-nav a{
  padding-right: 0;
  position: relative;
  margin-left: 30px;
  color: #7B7B6F;
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
  font-weight: 700;
}
.navbar-expand-lg .navbar-nav ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.navbar-expand-lg ul li{
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-expand-lg .navbar-nav a:hover{
  color: #000 !important;
}
.navbar-expand-lg .navbar-nav a::before{
  content: "";
  border-radius: 180px;
  background-color: #009EE2;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 40px;
  right: 22px;
  transition: all .3s ease-in-out;
  max-width: 0px;
  transition-delay: 0s;
}

.navbar-expand-lg .navbar-nav a::after{
  content: "";
  border-radius: 180px;
  background-color: #E64327;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 15px;
  right: 0;
  transition: all .3s ease-in-out;
  max-width: 0px;
  transition-delay: .3s;
}
.navbar-expand-lg .navbar-nav a:hover:before,
.navbar-expand-lg .navbar-nav a:hover:after{
  transition-delay: 0s;
}
.navbar-expand-lg .navbar-nav a:hover:before{
  max-width: 40px;
  transition-delay: .3s;
}
.navbar-expand-lg .navbar-nav a:hover:after{
  max-width: 15px;
}

.navbar-nav .current_page_item a{
  position: relative;
  color: #7B7B6F;
  color: #000;
}

.navbar-nav .current_page_item a:after{
  content: "";
  border-radius: 180px;
  background-color: #E64327;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 15px;
  max-width: 15px;
  right: 0;
}

.navbar-nav .current_page_item a:before{
  content: "";
  border-radius: 180px;
  background-color: #009EE2;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 40px;
  max-width: 40px;
  right: 22px;
}

.navbar-expand-lg .navbar-nav a:hover{
  color: #7B7B6F;
}

.introduction .epigraph{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and ( max-width:480px){
  .introduction .epigraph {
    margin: 0;
  }
}

.introduction .title{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.introduction .paragraph{
  font-size: 18px;
}

.introduction .special-h3{
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and ( max-width: 760px) {
  .call-to-action .box-shadow {
    box-shadow: 3px 8px 16px 0 rgba(40,53,130,.45);
    padding: 16px 10px;
  }
}

.call-to-action .title{
   font-size: 36px;
   color: #E64327;
   text-transform: uppercase;
   font-weight: 700;
   text-align: center;
}
.call-to-action h3{
   font-weight: 700;
}

.call-to-action p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.other-forms-to-practicipe h2{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
}

@media screen and (max-width: 480px) {
  .other-forms-to-practicipe h2 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 480px) {
  .other-forms-container .card:first-child {
    margin-top: 16px;
  }
}

.other-forms-to-practicipe .card {
  width: 424px;
  box-shadow: 3px 8px 16px 0 rgba(0,0,0,.45);
  flex-direction: row;
  margin-bottom: 20px;
}
.other-forms-to-practicipe .card h3{
  font-size: 24px;
  font-weight: 700;
}
.other-forms-to-practicipe .card p{
  font-size: 18px;
}
.other-forms-to-practicipe .card p strong{
  font-weight: 700;
}

.other-forms-to-practicipe .card .img-container{
  width: 75px;
  margin-left: -20px;
  margin-top: 20px;
}

.other-forms-to-practicipe .card .img-container img{
  width: 53px;
  height: 53px;
}
.other-cities a{
  text-decoration: none !important;
  color: #212529;
}
.other-cities h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.other-cities .card {
  width: 200px;
  height: 280px;
  border: none;
  box-shadow: 3px 8px 16px 0 rgba(0,0,0,.45);
}

.other-cities .card:hover .card-header{
  background-color: rgba(246,164,17,.6);
}

.other-cities .card-special:hover .card-header {
  background-color: rgba(0,163,153,.6);
}

.other-cities .card:nth-child(odd) {
  margin-top: 100px;
}

@media screen and ( max-width: 480px ) {
  .other-cities .cards {
  margin-top: 100px;
  }
}

.other-cities .cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and ( max-width: 800px ) {
  .other-cities .cards {
  flex-wrap: wrap;
  }
}

@media screen and ( max-width: 480px ) {
  .other-cities .cards .card {
    margin-top: 100px;
  }
}

.other-cities .card .img-container{
  width: 84px;
  top: -20%;
  left: 30%;
  position: absolute;
}

.other-cities .card .card-header{
  background-color: #F6A411;
  text-align: center;
  padding-top: 45px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  height: 168px;
}

.other-cities .card .card-header h5{
  font-size: 48px;
  font-weight: 700;
}

.other-cities .card .card-header p{
  font-size: 24px;
  font-weight: 700;
}

.other-cities .card .card-header:first-child {
  border-radius: 0;
}

.other-cities .card .card-body{
  height: 95px
}

.other-cities .card .card-body h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.other-cities .card-special div.card-header {
  background-color: #00A699;
}

.notices{
  margin-top: 100px;
}
.notices a{
  color: #212529;
}
.notices a img{
  transition: all .3s ease-in-out;
}
.notices a:hover img{
  transform: scale(1.3);
}
.notices .over-image{
  width: 311px;
  height: 168px;
  overflow: hidden;
}
.notices h2{
  font-weight: 700;
  text-transform: uppercase;
}
.notices .notices-container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -38px;
}

.notices .notices-container a{
  overflow: visible !important;
}

.notices .notices-container .card{
  float: left;
  border:none;
  box-shadow: 3px 8px 16px 0 rgba(0,0,0,.45);
  max-width: 310px;
}

.notices .notices-container .card:nth-child(2){
  margin: 0 36px;
}

.notices .notices-container a:nth-child(1){
  margin-top: 100px;
}

.notices .notices-container a:nth-child(2){
  margin-top: 60px;
}

.notices .notices-container .card .card-body .card-title{
  font-size: 24px;
  font-weight: 700;
}

.notices .call-to-action {
  margin-left: 16px;
}

.vision h2{
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.vision h2 span{
  color: #E64327;
}
.vision h3 span{
  font-weight: 700;
}
.vision h2 span:last-child{
  color: #009EE2;
}
.vision p{
  font-size: 18px;
}
.vision p span,
.vision p strong,
.vision p b{
  font-weight: 700;
}

.banner {
  overflow: hidden;
}
.banner img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.sponsors h2{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.footer{
  background-color: #1970C1;
  text-align: center;
  padding: 130px 0 94px 0;
}

.footer-especial{
  background-color: #ffffff;
  height: 100px;
}

.footer .brand{
  margin-bottom: 32px;
}
footer ul{
  padding: 0;
  margin: 0 auto;
  display: table;
  list-style: none;
}
footer ul li{
  margin: 0 5px;
  display: inline-block;
}
footer ul li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4A90E2;
  color: #fff;
  position: relative;
  text-decoration: none !important;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
footer ul li a i{
  z-index: 2;
}
footer ul li a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 0;
  transition: all .3s ease-in-out;
  background: #185EB0;
}
footer ul li .fa::before{
  font-size: 20px;
}
footer ul li a:hover{
  color: #fff;
}
footer ul li a:hover:before,
footer ul li.active a::before{
  max-width: 100%;
}

.part{
  position: absolute;
  z-index: -1;
}

.wpcf7 form{
  display: table;
}
.wpcf7 .form-error{
  display: flex;
  align-items: center;
  height: 60px;
  max-height: 0px;
  overflow: hidden;
  color: red;
  font-style: normal;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-response-output{
  display: none !important;
}
.wpcf7 .form-error.present{
  max-height: 200px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea{
  border: 2px solid #EBEBEB;
    border-radius: 100px;
    padding: 16px 20px 6px 20px;
    font-size: 24px;
    text-transform: uppercase;
    outline: none;
}
.wpcf7 textarea{
  height: 200px;
  border-radius: 40px;
  padding-top: 20px;
}
.wpcf7 p{
  position: relative;
}
.wpcf7 input[type=submit]{
    background-color: #E64327;
    color: #fff;
    border-radius: 100px;
    padding: 16px 0;
    width: 250px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: 3px 8px 16px 0 rgba(230,67,39,.45);
    border: none;
    float: right;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.wpcf7 input[type=submit]:hover{
    background-color: #009EE2;
}

.wpcf7 p label{
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #939393;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-style: normal;
}
.wpcf7 p textarea + label{
  top: 2.5em;
}
.wpcf7 p.error input,
.wpcf7 p.error textarea{
  border-color: red;
}

.wpcf7 p.no-empty label,
.wpcf7 p input:focus + label,
.wpcf7 p textarea:focus + label
{
  transform: translateY(-2em);
  font-size: 10px;
  left: 2.5em;
}
.wpcf7 p.no-empty textarea + label,
.wpcf7 p textarea:focus + label
{
  transform: translateY(-1em);
}
.form-group,
.success-group{
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.success-group{
  height: auto;
  max-height: 0px;
}
.success-group a{
  background: #009EE2;
  color: #fff !important;
  box-shadow: 3px 8px 16px 0 rgba(0, 158, 226, .45);
}
.success-group p{
  color: #00A699;
}
.form-group.send{
  max-height: 0;
}
.success-group.present{
  max-height: 200px;
}
.div-submit-group{
  position: relative;
  display: table;
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-submit-group::before{
  content: "\f110";
  font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  position: absolute;
  font-size: 32px;
  color: #009EE2;
  transform: rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  animation: rotate 1s linear infinite;
}
.div-submit-group.loading input{
  background: #fff !important;
  box-shadow: none;
  pointer-events: none;
}
.div-submit-group.loading::before{
  opacity: 1;
  visibility: visible;
}

.div-submit-group {
  height: 106px;
}

.div-submit-group > input[type=submit]{
  height: 60px;
  padding: 0
}

.ajax-loader{
  display: none !important;
}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px){
  .sponsors img{
        max-width: 110px;
  }
}
@media screen and (max-width: 1023px){
  .part{
    display: none;
  }
}

@media screen and (max-width: 768px){

  .navbar-expand-lg ul li{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav a:before,
  .navbar-nav a:after{
    bottom: calc(59% - 1.5px) !important;
  }
  .introduction .title{
    text-align: center;
    margin-bottom: 20px;
  }
  .introduction .paragraph{
    text-align: center;
    margin-bottom: 20px;
  }
  .introduction .epigraph{
    text-align: center;
  }
  .introduction .special-h3{
    margin-bottom: 30px;
    text-align: center;
  }

  @media screen and (max-width: 480px){
    .introduction .special-h3{
      font-weight: 400;
      margin: 8px 0;
    }
  }

  .introduction img{
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
  .call-to-action .title{
    text-align: center;
  }
  .call-to-action p{
    text-align: center;
  }
  .call-to-action button{
    margin: 0 auto;
    display: block;
  }
  .notices .notices-container{
    display: block;
    overflow: hidden;
    margin-top: 10px;
  }
  .notices h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .notices .notices-container a{
    overflow: hidden;
    display: inline-block;
    width: 45%;
    float: left;
    margin-top: 0 !important;
    margin-bottom: 60px;
  }
  .notices .notices-container a:nth-child(1){
    margin-right: 5%;
  }
  .notices .notices-container a:nth-child(2){
    margin-left: 5%;
  }
  .notices .notices-container a:nth-child(3){
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
  }
  .notices .padd-120{
    padding: 15px;
  }
  .call-to-action h3{
    text-align: center;
  }
  .other-forms-to-practicipe h2{
    text-align: center;
  }
  .other-forms-to-practicipe .card{
    margin: 40px auto;
  }
  .other-cities h2{
    text-align: center;
  }
  .other-cities .cards{
    display: table;
    margin: 0 auto;
  }
  .other-cities .cards .card,
  .other-cities .cards a{
    display: inline-block;
    float: left;
    /* margin: 0; */
    width: 45%;
  }
  .other-cities .cards .card:nth-child(1){
    margin-right: 5%;
    margin-top: 100px;
  }
  .other-cities .cards .card:nth-child(2){
    margin-left: 5%;
    margin-top: 100px;
  }
  .other-cities .cards .card:nth-child(3){
    margin-right: 5%;
    margin-top: 100px;
  }
  .other-cities .cards a{
    margin-left: 5%;
    margin-top: 100px;
  }
  .other-cities .cards a .card{
    width: 100%;
    margin: 0 !important;
  }
  .other-cities .card .img-container{
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .vision .card-img-top{
    margin-bottom: 40px;
  }
  .sponsors h2{
    text-align: center;
    margin-bottom: 30px;
  }
  .sponsors img{
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .sponsors .col-lg-8{
    margin-bottom: 40px;
  }
  .wpcf7 form{
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px){
  .btn-ciudad{
    padding: 10px 37px;
    font-size: 19px;
    margin: 0 auto;
    display: block;
  }
  .introduction .epigraph{
    font-size: 18px;
  }
  .introduction .title{
    font-size: 30px;
  }
  .introduction .paragraph{
  }
  .introduction .special-h3{
  }
  .call-to-action .title{
    font-size: 30px;
  }
  .notices .call-to-action{
    margin-left: 0;
  }
  .call-to-action p{
    font-size: 16px;
  }
  .call-to-action p:last-child{
    margin-bottom: 30px;
  }
  .horizon.other-cities{
    margin-top: 0;
  }
  .horizon{
    margin: 2em 0;
  }
  .other-cities .cards{
    display: block;
  }

  .other-forms-to-practicipe .card{
    margin: 40px auto;
    width: 95%;
  }
  .other-cities .cards .card,
  .other-cities .cards a{
    margin-left: auto !important;
    margin-right: auto !important;
    width: 95%;
    margin-bottom: 30px;
    float: none;
    display: block;
  }
  .notices .notices-container a{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left;
    margin-bottom: 40px;
    display: block;
  }
  .notices .notices-container .card{
    display: table;
    margin: 0 auto;
    float: none;
    width: 95%;
  }
  .notices .over-image{
    width: 100%;
  }
  .call-to-action button{
    margin-bottom: 2em;
  }
  .sponsors .d-flex{
    flex-direction: column;
  }
  .sponsors .d-flex img{
    margin-bottom: 20px;
  }
  .footer .brand img{
    max-width: 100%;
  }
  .vision h2{
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
  }
  .vision h2 br{
    display: none;
  }
  .vision h3{
    text-align: center;
  }
  .vision p{
    text-align: justify;
  }
  .wpcf7 form input,
  .wpcf7 form textarea{
    width: 100%;
  }
  .form-group{
    margin-bottom: 3em;
  }
  .div-submit-group{
    float: none;
  }
}

footer ul li.item-special a {
  background-color: #DF3B2F;
}

footer ul li.item-special a:before{
  background-color: #B72A20;
}

/* Nuevas paginas */

.cities .city {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-bottom: 100px;
    box-shadow: 3px 8px 16px 0 rgba(0,0,0,.45);
    position: relative;
    min-height: 100px;
    border-radius: 10px;
}

@media screen and (max-width: 480px){
  .cities .city {
    min-height: 135px;
  }
}

.cities .city .city-icon{
  padding: 10px;
  width: 62px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -30px;
}

@media screen and (max-width: 480px){
  .cities .city .city-icon{
    left: 0;
  }
}

.cities .city .city-details {
  background-color: #E64327;
  color: #fff;
  border-radius: 100px;
  padding: 16px 42px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 3px 8px 16px 0 rgba(230,67,39,.45);
  border: none;
  float: right;
  outline: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 30px;
  bottom: -32px;
}

@media screen and (max-width: 480px){
  .cities .city .city-details {
    right: 0;
  }
}

.cities .city .city-details.city-details--disabled {
  background-color: #7B7B6F;
  box-shadow: 3px 8px 16px 0 rgba(0,0,0,.45);
}

.cities .city .city-title {
  font-size: 24px;
  margin-left: 15%;
  text-transform: uppercase;
  padding-top: 20px;
}

@media screen and (max-width: 480px){
  .cities .city .city-title {
    margin-left: 0;
    text-align: center;
    padding-top: 45px;
    
  }
}

.cities .city .city-results {
  background-color: #E64327;
  color: #fff;
  border-radius: 100px;
  padding: 16px 42px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: 3px 8px 16px 0 rgba(230,67,39,.45);
  border: none;
  float: right;
  outline: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.cities .city .city-details:hover {
  text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
   background: transparent;
   color: #000;
   border-bottom: 3px solid #00A699ed;
}

.nav-pills .nav-link {
  text-transform: uppercase;
  font-weight: 900;
  color: #9B9B9B;
  border-radius: 0;
  position: relative;
  padding: 0;
}

.nav-pills .nav-link:first-child{
  margin-left: 32px;
}

.nav-pills .nav-link:hover {
  border-bottom: 3px solid #00A699;
}

.nav-pills .nav-link:hover:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid #00A699;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  position: absolute;
  transform: rotate(90deg);
  bottom: -18px;
  bottom: -18px;
  right: 5px;
}

.nav-pills .nav-link.active:after{
  content: '';
  width: 0; 
  height: 0; 
  border-left: 10px solid #00A699;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  position: absolute;
  transform: rotate(90deg);
  bottom: -18px;
  bottom: -18px;
  right: 5px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* Noticias */

.align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  max-width: 48rem;
  width: 90%;
}

/* layout/base.css */


/* modules/figure.css */

figure {
  margin: 0;
}

/* modules/image.css */

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* vendor/masonry.css */

.masonry {
  margin: -3%;
}

.masonry__item {
  margin: 1.5%;
  width: 47%;
}

@media (min-width: 30em) {

  .masonry__item {
    width: 30.33333%;
  }

}

@media (min-width: 48em) {

  .masonry__item {
    width: 30.33333%;
  }

}

.noticias a {
  color: #000;
  text-align: center;
  font-size: 24px;
}

.over-image{
  position: relative;
}

.city-tag {
  position: absolute;
  font-size: 12px;
  border-radius: 30px;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #00A699;
  right: 10px;
  top: 10px;
  
}

.pr-72 {
  padding-right: 20px
}

.post-content p, .post-content img {
  margin: 16px 0;
}

.redes-sociales p {
  color: #7B7B6F;
  font-size: 14px;
}

.redes-sociales .sociales-icons a:nth-child(2){
    margin-right: 60px
}

.redes-sociales .sociales-icons a:nth-child(3){
  margin-right: 120px
}

.title-next{
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  text-align: right;
}

.next-posts .card{
  margin-left: 50px;
}

.card a {
  color: #000;
}
.card-title {
  color: #000;
}

.meta-data {
    margin-bottom: 60px;
}

.meta-data .meta-date{
  color: #7B7B6F;
  font-size: 18px;
  margin: 0;
}

.meta-data .city-tag {
  font-size: 12px;
  border-radius: 30px;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #00A699;
  position: initial;
  margin-right: 8px;
}

.masonry-especial {
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.masonry-especial img{
  width: initial;
  max-width: initial;
}

.notices a:hover img{
 transform: initial!important;
}

.notices a:hover h3{
  text-decoration: underline;
 }

 .logos img{
    margin: 0 10px 45px 20px;
 }

 @media screen and (max-width: 480px){
  .masonry__item {
    position: initial !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
 }

/*Paginas webinars*/

.webinars-introduccion {
  margin-top:  130px;
}
.webinars-introduccion h1{
  font-size: 47px;
  font-weight: 400;
  color: #1A171C;
  text-transform: uppercase;
}

.webinars-introduccion h2{
  font-size: 47px;
  font-weight: 700;
  color: #1A171C;
  text-transform: uppercase;
}

.webinars-introduccion p {
  font-size: 18px;
  margin-top: 16px;
}

.webinars-transmisiones {
  margin-top: 32px;
}

.webinars-transmisiones h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.webinars-transmisiones h2 span {
  font-weight: 700;
}

.transmisiones {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}


@media screen and (max-width:768px) {
  .transmisiones{
    flex-direction: column;
  }
}

.transmisiones__item {
  display: flex;
  background-color: #eaeaea;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 16px 32px;
  flex: 1;
  max-width: 195px;
  transition-duration: 0.5s;
}

@media screen and (max-width:991.98px) {
  .transmisiones__item{
    max-width: 180px;
  }
}

@media screen and (max-width:768px) {
  .transmisiones__item{
    max-width: 100%;
    margin-bottom: 16px;
  }
  .transmisiones__item:last-child{
    margin-bottom: 0;
  }
}

.transmisiones__item:hover {
  background-color: #d2cece;
  color: #fff;
  text-decoration: none;
}

.transmisiones__item svg {
  max-height: 28px;
  margin-right: 16px;
}

.transmisiones__item span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width:991.98px) {
  .transmisiones__item span{
    font-size: 12px;
  }
}

.transmisiones__item.transmisiones__item--facebook {
  background-color: #185BC1;
}

.transmisiones__item.transmisiones__item--facebook:hover {
  background-color: #144B9E;
}

.webinars {
  margin-top: 65px;
}

.webinar {
  margin-bottom: 90px;
}

.webinar:last-child {
  margin-bottom: 0;
}

.webinar__cabecera {
  width: 60%;
  color: #fff;
}

@media screen and (max-width: 580px){
  .webinar__cabecera {
    width: 100%;
  }
}

.webinar__fecha {
  background-color: #1D1D1B;
  padding: 8px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webinar__fecha h3 {
  font-size: 24px;
  font-weight: black;
  margin: 0;
}

.webinar__fecha span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.webinar__titulo {
  background-color: #009EE2;
  
  padding: 8px 22px;
  display: flex;
  align-items: center;
}

.webinar__titulo h3 {
  font-size: 24px;
  font-weight: 900;
}

.webinar__participantes {
  display: flex;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 8px;
  margin-left: 39px;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .webinar__participantes {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 580px) {
  .webinar__participantes {
    margin-left: 0;
  }
}


.webinar__participante {
  position: relative;
  max-width: 211px;
}

.webinar__participante:hover {
  cursor: pointer;
}

.webinar__participante:hover .webinar__foto::before {
  transform: rotate(-45deg);
}

.webinar__informacion {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 32px;
  padding-right: 32px;
  position: relative;
  padding-left: 30px;
}

.webinar__informacion h3{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.webinar__informacion h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.webinar__foto {
  position: relative;
  padding-left: 30px;
}

.webinar__foto:before {
  content: url('/wp-content/themes/visionciudad/assets/img/icon-plus.svg');
  width: 22px;
  height: 22px;
  background-color: #283583;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 116px;
  top: 40px;
  z-index: 2;
  transition-duration: 0.5s;
}

.webinar__foto__velo {
  position: absolute;
  width: 95px;
  height: 100%;
  left: 30px;
  top: 0;
  background-color: #eee;
  opacity: 0.3;
}

.webinar__pie {
  background-color: transparent;
  display: flex;
  margin-top: -110px;
}

@media screen and (max-width: 580px) {
  .webinar__pie {
    flex-direction: column;
  }
}

.webinar__video {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 580px) {
  .webinar__video {
    width: 100%;
  }
}

.webinar__video:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 27, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
}

.webinar__video a {
  display: block;
  position: relative;

}
.webinar__video__svg {
  position: absolute;
  z-index: 2;
  top: 36%;
  left: 50%;
  transform: translate(-50%);
}

.webinar__video a img {
  width: 100%;
}

.webinar__programa {
  width: 35%;
  display: flex;
  text-align: right;
  padding-top: 24px;
  padding-right: 24px;
  height: 123px;
  margin-top: 29px;
  position: relative;
  justify-content: flex-end;
}

.webinar__programa svg {
  margin-top: 4px;
  margin-right: 10px;
}

@media screen and (max-width: 580px) {
  .webinar__programa {
    width: 100%;
    margin-top: 0;
  }
}


.webinar__programa h3{
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.webinar__programa:after {
  background-color: rgba(0,0,0,0.1);
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.5s;
}

.webinar__programa:hover {
  text-decoration: none;
}

.webinar__programa:hover:after {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
  }
}

@media screen and (min-width: 1281px) {
  .modal-dialog {
    max-width: 800px;
  }
}

/*Modal participantes*/
.modal-open .modal {
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-body {
  display: flex;
  padding: 30px 60px;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .modal-body {
    flex-direction: column;
  }
}

.modal-content {
  border: 0;
}

.modal-header {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 33%;
  left: -25px;
  background-color: #283583;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 9;
}

@media screen and (max-width: 580px) {
  .modal-header {
    top: 0;
    left: 0;
  }
}

.modal-header button.close {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header button.close svg {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}

.modal-info {
  flex: 2;
  text-align: right;
  color : #000;
  padding-right: 22px;
}

.modal-info h3 {
  font-size: 24px;
  font-weight: 900;
}

.modal-info h4 {
  font-size: 16px;
  font-weight: 400;
}

.modal-info p {
  font-size: 16px;
  line-height: 23px;
  margin-top: 40px;
  margin-bottom: 0;
}

.modal.show .modal-dialog {
  transform: translate(0,50px);
}

@media screen and (max-width: 992px) {
  .modal-foto {
    text-align: right;
    margin-top: 32px;
  }
}

.proximamente-titulo {
  font-size: 28px;
  color: #E64327;
  margin-bottom: 90px;
  text-transform: uppercase;
  font-weight: 900;
}

.archivos-title {
  font-size: 35px;
  color: #1D1D1B;
  font-weight: 900;
  text-transform: uppercase;
}

.archivo {
  position: relative;
  padding-left: 70px;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 32px;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
  max-width: 400px;
}

.archivo:before {
  content: url('/wp-content/themes/visionciudad/assets/img/icon-document.svg');
  position: absolute;
  top: 20px;
  left: -25px;
}

.archivo h3 {
  font-size: 24px;
  font-weight: 900;
}

.archivo p { 
  font-size: 16px;
  margin-left: 10px;
  margin-top: 30px;
}

.archivo a {
  display: flex;
  background-color: #E64327;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 16px 32px;
  max-width: 230px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.mt-130 {
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  .mt-130 {
    margin-top: 65px;
  }
}

.webinars-r article:last-child {
  margin-right: 0;
}

.webinars-relacionados {
 margin-top: 45px;
}

.webinars-relacionados h3 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
} 

.webinars-relacionados p {
  font-size: 16px;
}

.webinars-r {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.webinars-r article a{
  position: relative;
  display: block;
}

.webinars-r article a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(40, 53, 131, 0.6);
  position: absolute;
  left: 0;
  right: 0;
}

.webinars-r article a:after {
  content: url('/wp-content/themes/visionciudad/assets/img/icon-play-skyblue-mini.svg');
  position: absolute;
  bottom: 12px;
  right: 16px;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .webinars-r {
    flex-direction: column;
  }
}


.webinars-r article {
  margin-right: 8px;
}

@media screen and (max-width: 768px) { 
  .webinars-r article {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.webinar-info {
  position: absolute;
  top: 22px;
  left: 27px;
}

.webinar-info h3 {
  color: #fff;
  text-transform: initial;
  font-size: 16px;
  font-weight: 700;
}

.column-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;;
}

@media screen and (max-width:992px) {
  .column-logo {
    flex-wrap: wrap;
  }
}

.column-logo:last-child {
  margin-bottom: 0;
}

.column-logo h3 {
  font-size: 23px;
  color: #1D1D1B;
  margin-right: 32px;
  text-transform: uppercase;
}

.column-logo:nth-child(2) h3{
  opacity: 0.7;
  font-size: 21px;
}

.column-logo:nth-child(3) h3{
  opacity: 0.5;
  font-size: 19px;
}

.column-logo img {
  margin-left: 16px;
  margin-right: 16px;
}

@media screen and (max-width:992px) {
  .column-logo img{
    margin-bottom: 32px;
  }
}

.title--osorno .skyblue {
  color: #72CFD9;
}

.title--osorno .osorno{
  font-weight: 400;
}

.mb-90 {
  margin-bottom: 90px;
}

/* Osorno */
.btn-ciudad-secondary {
  background-color: #78C9D5;
}
.notices .notices {
  margin: 0;
}
.notices a{
  margin-top: 0!important;
}
.noticias a .card-title,
.notices a .card-title {
  opacity: 1;
  transition-duration: 0.5s;
}
.noticias a:hover {
  text-decoration: none;
}
.noticias a:hover .card-title,
.notices a:hover .card-title {
  text-decoration: none;
  opacity: 0.5;
  transition-duration: 1s;
}

@media screen and (min-width: 992px) {
  .sociales-icons a:first-child{
    display: none;
  }
}

@media screen and (max-width:768px) {
  .horizon {
    margin: 3rem 0;
  }
  .title-special br{
    display: none;
  }
  .other-forms-to-practicipe .title-special {
    text-align: left;
  }

  .vision .offset-lg-2.col-lg-6.mt-4 {
    padding-bottom: 0!important;
  }
  .webinars-introduccion,
  .webinars-transmisiones {
    margin-top: 3rem;
  }
  .webinars-introduccion h1,
  .webinars-introduccion h2 {
    font-size: 35px;
  }
}

.notices .card {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.notices .over-image {
  width: auto;
  height: auto;
  overflow: visible;
}

.notices .card .card-body .card-title {
  margin-bottom: 0;
}

.notices .card a {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  height: 100%;
}

.notices .card a:hover {
  text-decoration: none;
}

.text-underline {
  position: relative;
}

.text-underline:after {
  width: 10px;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
  content: '';
  position: absolute;
  transition-duration: 0.5s;
}

.text-underline:hover {
  text-decoration: none;
}

.text-underline:hover:after {
  width: 100%;
}