/* MEDIA QUERY */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .display-5, .display-4, .display-3, .display-2, .display-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

p, li, blockquote, label {
  line-height: 24px;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  color: #222222;
}

.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}


.overlay:after {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-lighter:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overlay:after {
  content: 'CONFERENCE';
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 215px;
  width: 100%;
  height: 300px;
  background-position: center center;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: .05;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overlay-primary:before {
  content: '';
  background: rgba(248, 114, 59, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark:before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.overlay-white-slant:before {
  content: '';
  width: 100%;
  margin-left: -45%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

span.alternate {
  color: #FF7043;
  font-weight: 600;
}

span.alternate2 {
    color: #4DB7AD;
    font-weight: 700;
}

a {
  transition: 0.2s ease;
}

a:focus, a:hover {
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #FF7043;
}

.bg-banner-one {
  background: url('https://cdn1.infocasas.com.uy/web/5c910550c12b7_infocdn__landing-head-6-min.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-banner-two {
  background: url(../images/background/banner-bg-two.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

.bg-about {
  background: url(../images/background/pattern-background.jpg) no-repeat;
  background-size: cover;
}

.bg-speaker {
 /* background: url(https://cdn1.infocasas.com.uy/web/5b62108f579ec_infocdn__speaker-background-01-min.jpg) fixed no-repeat;*/
 background: url(../images/fondo-congreso.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-timer {
  background: url(../images/background/timer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-schedule {
  background: url(../images/background/schedule-bg.png) no-repeat;
  background-size: cover;
}

.bg-service {
  background: url('https://cdn1.infocasas.com.uy/web/5b900d97c2d58_infocdn__5b5f6fb731266_infocdn__foto-registro_1-min.jpg') no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
}

.bg-registration {
  background: url('https://cdn1.infocasas.com.uy/web/5b900dc3dde04_infocdn__5b5f6ff59ca9a_infocdn__foto-registro_2-min.jpg') no-repeat;
  background-size: cover;
}

.bg-registration-two {
  background: url(../images/background/bg-registration-two.jpg) no-repeat;
  background-size: cover;
}

.bg-ticket {
  background: url('https://cdn1.infocasas.com.uy/web/5b8ff9edac39d_infocdn__cta-ticket-bg.jpg') fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

 .bg-sponsors {
  background: url(https://cdn1.infocasas.com.uy/web/5b6210d92e339_infocdn__sponsors-background-02-min.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-sponsors{
  background: white;
}

.bg-subscribe {
  background: url('https://cdn1.infocasas.com.uy/web/5b8ffa14eda27_infocdn__newsletter-bg.jpg') fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-title {
  background: url(../images/background/page-title-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.section {
  padding: 60px 0;
}

.border-less {
  border-bottom: 0px solid #e5e5e5;
}

.section-title {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}

.section-title h3 {
  margin-bottom: 30px;
}

.section-title.white h3, .section-title.white p {
  color: #fff;
}

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

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

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

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  background: #FF7043;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #b3b3b3;
}

.form-control.main:focus {
  border: 1px solid #FF7043;
}

.form-control.white {
  background: #fff;
  color: #222222;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

a.espe.btn.btn-orange-md {
    padding: 5px 20px;
}

span.textJunt {
    line-height: 37px;
}

.agenda .ocultoHorario{
  position: absolute;
  display: none;
  font-weight: 700;
  right: 5px;
  bottom:7px;
  line-height: 25px;
  color: #191919;
  background-color: whitesmoke;
  cursor: pointer;
  padding:3px 7px;
}

.agenda .ocultoHorario:hover{
  transform: scale(1.05);
  background-color: rgba(250, 250, 250,0.9);
  transition: all 0.5ms;
}

.agenda{
  color: white;
  margin: 0 auto;
  text-align: center;
}
.agenda .dia {
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  overflow:auto;
  max-height: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
}

.agenda .dia div{
  background-repeat:no-repeat;
  padding-bottom: 10px;
}

.agenda .dia .cierre{
  display: none;
  border-radius:25px;
  background-color: white;
  color: black;
  width: 25px;
 height: 25PX;
 cursor: pointer;
 font-weight: bold;
 position: absolute;
 right: 5px;
 bottom: 5px;
 text-align: center;

}
.agenda .dia .cierre:hover{
  transform: scale(1.05);
  background-color: rgba(250, 250, 250,0.9);
  transition: all 0.5ms;
}


.agenda .dia .back{
  position: relative;
  width: 100%;
background-size: cover;
}

.agenda .dia .titulo-fecha{
  padding:15px;
  color:white;
  position: relative;
}
.agenda .dia .titulo-fecha h4{
  color: white;
  text-align: left;
}
.agenda .dia .titulo-fecha p{
  font-weight: 500;
  color: white;
  text-align: left;
  font-style: italic;
}
.agenda .dia img{
  max-width: 100%;
  display: block;
  max-height: 100%;

}


@media (max-width: 1199px){

  .agenda .dia.uno .content{
    padding-bottom: 12%;

  }

  .agenda .dia.dos .content{
    padding-bottom: 25%;
  }

}
@media (max-width: 1199px){

}

@media (max-width: 950px){

  .agenda .dia.uno .content{
    padding-bottom: 12%;
  }
  .agenda .dia.dos .content{
    padding-bottom: 25%;
  }

}
@media (max-width:991px){

  .agenda{
    position: relative;
  }

  .agenda .dia {
    margin-bottom:7px;
    display: block;
    }
  .agenda .dia img{
    display: none;
    padding-bottom: 25px;
  }

  .agenda .ocultoHorario{
    display: block;
  }

  .activado .ocultoHorario, .activadoSpeak .ocultoHorario{
    display: none;
  }
  .agenda .activado img, .agenda .activadoSpeak img{
    display: inline-block;
  }
  .agenda .activado .cierre, .agenda .activadoSpeak .cierre{
    display: block;
  }
  .agenda .dia.uno .content, .agenda .dia.dos .content{
    padding-bottom:5px;
  }


}

@media (max-width: 850px){


}

@media (max-width: 767px) {


}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {

  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .right img {
    margin-left: 0;
  }

}

.hide-overflow {
  overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all .3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #FF7043;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 15px 40px;
  border-radius: 0;
  background: #FF7043;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.btn-main-md:hover {
  color: #fff;
  background: #e65c00;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-transparent-md {
  padding: 15px 40px;
  background: transparent;
  outline: none;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #FF7043;
  border-color: #FF7043;
  color: #fff;
  font-weight: bold;

}

.btn-transparent-md:hover {
  background: transparent;
  color: #222222;
  border: 1px solid #e5e5e5;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #FF7043;
  color: #fff;
  outline: none;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #222222;
  padding: 15px 40px;
  border-radius: 0;
}

.btn-white-md:hover {
  background: #FF7043;
  color: #fff;
}

.btn-orange-md {
  background: #FF7043;
  color: #fff;
  padding: 15px 35px;
  border-radius: 0;
}

.btn-orange-md:hover {
  background: #ca5733;
  color: #fff;
}

.inAction .btn-orange-md span {
    padding-left: 25px;
    font-weight: 500;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: rgba(0,0,0,0.75);
  min-height: 75px;
}

.main-nav .navbar-brand {
  padding:0;
  border-right: 0px solid #e5e5e5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
}

.smallAgenda{
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}

.schedule .schedule-contents.smallAgenda {
  margin-bottom: 0;
}

.boxTopLogo {
    flex-basis: 32%;
}

img.powerBy {
    float: right;
    max-width: 100px;
}

.slogan {
    color: #fff;
    display: block;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: 600;
}

@media (max-width: 1024px) {
  .main-nav .navbar-brand {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .main-nav .navbar-brand {
    border-right: none;
    width: 70%;
  }
  img.logoTop {
    max-width: 70px;
  }

  nav.navbar.main-nav.border-less.fixed-top.navbar-expand-lg.p-0{
    position: absolute;
  }

}

@media (max-width: 460px) {
  .slogan{
    display: none;
  }
}

.navbar-nav{
  align-items: center;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Roboto", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;

  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1024px) {

}

.main-nav .navbar-nav .nav-item .nav-link span {
    color: #f86f4370;
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
}
@media (max-width: 991px){
  .main-nav .navbar-nav .nav-item .nav-link span{
    display: none;
  }
}

@media (max-width: 1024px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 10px;
  }
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #FF7043;
}

.main-nav .dropdown-slide {
  position: static;
}

.main-nav .dropdown-slide .open > a, .main-nav .dropdown-slide .open > a:focus, .main-nav .dropdown-slide .open > a:hover {
  background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
  border-top: 3px solid #FF7043;
  display: none;
  opacity: 1;
  display: block;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

ul.apoyan {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

ul.apoyan li{
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

ul.apoyan li img {
    width: 100%;
    max-width: 130px;
}


  #subspnsosrs .row {
    position: relative;
    z-index: 1;
  }
@media (max-width: 480px) {
  #subspnsosrs h3 {
    text-align: left;
    max-width: 312px !important;
  }
}
@media (max-width: 767px) {

  #subspnsosrs h3 {
    text-align: left;
    max-width: 471px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px 20px 0;
  }
  #subspnsosrs .row {
    display: block !important;
    text-align: center;
  }
  #subspnsosrs .row .c  {
    width: auto !important;
    display: block !important;
  }
  #subspnsosrs .row .c .content-block{
    padding-bottom: 0;
  }
  #subspnsosrs .row .content-block{
    padding-top: 10px;
  }
  #subspnsosrs .row .d  {
    max-width: none !important;
  }


  .main-nav .dropdown-slide:hover .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }

  ul.apoyan{
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center;
  }
  ul.apoyan li {
    margin-bottom: 10px;
  }
}

.main-nav .dropdown-slide .dropdown-menu {
  min-width: 220px;
  margin-top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
  padding: 10px 0;
  transition: .3s ease;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #FF7043;
}

/* Action button */

.actionButton {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 840px;
}

.espe{
  position: relative;
  cursor: pointer;
}

.container.inSpeaker {
    position: relative;
}

.espe span {
    text-align: right;
    padding-left: 16px;
}

.verMas, .masAgenda{
    margin: 0 auto;
    text-align: center;
    width: 285px;
    text-align: center;
    display: block;
    margin-top: 35px;
    border-radius: 6px;
}

.btn.btn-orange-md.espe.verMas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.inAction i.fa.fa-angle-down, .espe i.fa.fa-angle-down, .schedule-tab .fa-angle-down {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 22px;
    height: 21px;
    background-color: #fff;
    border-radius: 100%;
    color: #f7733b;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 10px 1px #222222b3;
    box-shadow: 1px 1px 10px 1px #222222b3;
}


.espe i.fa.fa-angle-down{
  width: 18px;
  height: 18px;
}

.inAction {
    position: relative;
}

.fa img {
    width: 100%;
    max-height: 36px;
    width: auto;
}

.inAction span {

    font-weight: 600;
}

@media screen and (max-width: 450px) {
 .btn-orange-md{
  padding: 15px 10px;
  width: auto;
 }
 .inAction .btn-orange-md span{
  padding-left: 10px;
 }
}

/* explicacion about */

.contenedorText {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoInf {
    flex-basis: 20%;
    margin: 30px auto;
}

.logoInf img{
    width: 100%;
    max-width: 220px;
}

.textCon {
    flex-basis: 75%;
}

.textCon a.entradas.btn.btn-orange-md {
    padding: 5px 15px;

}

.textCon .fa img{
  max-height: 24px;
}


/* ad */

.ad {
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
    display: block;
}

/* salon inmobiliario */
section#salonInmobiliario {
    width: 100%;
    box-sizing: border-box;
    padding: 320px 0px 65px;
    background: linear-gradient(to bottom, #4840F9, #75cfc4);
    text-align: left;
    z-index: 0;
}

.checks img {
    filter: invert(1);
    width: 35px;
    height: 65px;
    /* padding-right: 25px; */
    padding-bottom: 28px;
}
.gritchecks{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
.listing {
    display: flex;
    flex-direction: row;
    padding-top: 60px;
}
.listing h3 {
    padding-left: 30px;
}
.spansalon{
  text-align: center;
  padding-top: 50px;
}

/* salonInmobiliario */

section.salonInmobiliario {
  position: relative;
  background-color: #f7733b;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
}

.salonInmobiliario .salon {
  width: 100%;
  max-width: 450px;
  display: block;
  position: absolute;
  left: 0;
  padding-top: 80px;
}

/* congreso*/
section.congresoproptech {
    position: relative;
    padding: 50px 0px 80px 0;
}
/*.congresoproptech .congresoleft{
  padding-top: 90px;
}*/
.congresoproptech .congresot{
  padding-top: 50px;
}
.congresoproptech .congresom {
    padding-top: 70px;
}
.giftable{
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 155px 1fr;
}
.table1 {
  align-items: center;
  background-color: #5C74E8;
  border: 1px solid #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.giftable .table1 p{
  color: white;
  padding: 10px;
  font-weight: 700;
}
.giftable .table2 p{
  background-color:#F4F4F4;
  border: 1px solid #fff;
  padding: 10px 10px 10px 40px;
  font-weight: 700;
}
.congresoproptech .congreso {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 480px;
    display: block;
}
.congresoright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    margin-right: auto;
}
h3.salonp {
    line-height: 1.2;
}
.spancongreso{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.spancongreso .btn.btn-transparent-md.buy{
  margin-left: 50px;
}
h3.Aforo{
  margin-top: 50px;
  text-align: center;
}
.apdf a{
  font-weight: bold;
  text-decoration: none;
  color: rgba(237, 162, 0, 1);
  border: 2px solid rgba(237, 162, 0, 1);
  padding: 20px 40px;
  border-radius: 6px;
  box-sizing: border-box;
  line-height: 1.5;
}
a.btn2:hover {
  background: rgba(252, 115, 21, 1);
  border-color: rgba(252, 115, 21, 1);
  color: white;
  transition: 0.3s linear;
}


/* Jornada Solidaria*/
section#jornadasolidaria {
    padding-top: 120px;
    padding-bottom: 70px;
    position: relative;
}


.jornadasolidaria .jornada{
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 450px;
  display: block;
}
.jornadacenter .list .ijornada{
    width: 60%;
    margin-bottom: 20px;
}

.jornadacenter{
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  padding-top: 40px;
}
.jornadaright h4, h3, h1 {
    margin-top: 10px;
    margin-bottom: 30px;
}
.jornadaright h4.mb-5 {
    margin-top: 40px;
}
section#sponsors {
  padding: 10px 0;
  text-align: center;
}
img.isponsor {
    max-width: 1000px;
    width: 100%
}
/* siTeApasiona */


/*section.siTeApasiona {
    background-color: #ededed;
    padding: 75px 0px;
}
.options {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap;

}
.imageOption {
    background-color: rgba(80, 83, 240, 1);
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.option {
    width: 215px;
    text-align: center;
    margin-bottom: 30px;
}
.imageOption img {
    width: 80%;
    max-width: 60px;
}
span.titleApasiona {
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-weight: 600;
    color: #3c3c3b;
}
.siTeApasiona h2 {
    text-align: center;
}*/


@media screen and (max-width: 980px) {
  .ad{
    flex-wrap: wrap;
  }
  .ad .leftAd{
    flex-basis: 100%;
    padding: 25px 0;
  }
  .ad .rightAd{
    flex-basis: 100%;
    padding: 25px 0;
  }
  .actionButton{
    flex-wrap: wrap;
    justify-content: center;
  }
  .inAction {
    position: relative;
    margin-bottom: 30px;
    flex-basis: 50%;
  }
  .contenedorText{
    flex-wrap: wrap;
  }
  .logoInf {
    flex-basis: 100%;
  }
  .textCon {
    flex-basis: 100%;
  }
  .options{
    justify-content: center;
    margin-top: 35px;
  }
  span.big1{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  span.big2{
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .ad .rightAd{
    flex-wrap: wrap;
  }
  .contentImg {
    position: relative;
    width: 100%;
  }
  .ad .rightAd img {
    width: 100%;
    max-width: 150px;
    top: -6px;
  }
  .rightAd span{
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .imageOption img{
    width: 80%;
    max-width: 60px;
  }
  .imageOption{
    width: 100px;
    height: 100px;
  }
  .option{
    width: 145px;
    margin-bottom: 35px;
  }
}

.sectionFloat {
    position: absolute;
    right: 0;
    top: -80px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textInterno {
    text-align: right;
    padding-left: 35px;
    line-height: 22px;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.socialFooter {
    display: block;
    width: 100%;
    /* max-width: 270px; */
    text-align: right;
}

.socialFooter ul {
    padding-left: 0;
}

.socialFooter li {
    color: #fff;
    list-style: none;
    margin-bottom: 25px;
}

a.fb-xfbml-parse-ignore, a.shareWhatapps {
    padding: 9px 16px;
    color: #fff;
    background-color: #ff7043;
    display: -webkit-inline-box;
    margin-left: 8px;
    margin-bottom: 8px;
}

@media (max-width: 480px) {
  .main-nav .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
            transform: none;
  }
}

.main-nav .ticket {
  background: #FF7043;
  display: block;
  padding: 17px 25px;
}

@media (max-width: 1024px) {
  .main-nav .ticket {
    padding: 23px 14px;
  }
}

.main-nav .ticket img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media (max-width: 1024px) {
  .main-nav .ticket img {
    display: none;
  }
}

.main-nav .ticket span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: inline-block
}

@media (max-width: 1024px) {
  .main-nav .ticket span {
    padding-left: 0;
    border-left: none;
  }
}

.navbar-toggler{
  color: #fff;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

.page-title {
  position: relative;
  padding: 165px 0 65px;
}

.page-title h3, .page-title li, .page-title a {
  color: #fff;
}

.page-title .title h3 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  background: transparent;
}

.page-title .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.footer-main {
  background: #272735;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0;
  }
}


.footer-main .block ul.social-links-footer {
  margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

.footer-main .block ul.social-links-footer li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
}

.footer-main .block ul.social-links-footer li a i {
  line-height: 50px;
}

.footer-main .block ul.social-links-footer li a:hover {
  background: #FF7043;
}

.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}

.subfooter {
  background: #2a2a37;
  padding: 18px 0;
}

.subfooter .copyright-text p {
  font-family: "Montserrat", sans-serif;
}

.subfooter .copyright-text p a {
  color: #FF7043;
}

@media (max-width: 480px) {
  .subfooter .copyright-text {
    text-align: center;
  }
}

.subfooter .to-top {
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #FF7043;
  float: right;
}

.subfooter .to-top i {
  color: #fff;
  line-height: 45px;
}

@media (max-width: 480px) {
  .subfooter .to-top {
    float: none;
    margin: auto;
    margin-top: 30px;
  }
}

.cta-ticket {
  position: relative;
}

.cta-ticket .content-block {
  padding: 100px 0;
}

.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}

.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}

.cta-ticket .col-md-3{
    align-self: center;
}
.cta-ticket span.alternate {
    color: #4DB7AD;
}

@media (max-width: 767px) {
  .cta-ticket .image-block {
    display: none;
  }
  .cta-ticket .content-block{
    padding: 40px 0;
  }
}
.cta-subscribe {
  position: relative;
}

.cta-subscribe .content {
  padding: 70px 0;
  text-align: center;
  width: 100%;
}

.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #4DB7AD;

  line-height: 43px;
}

.cta-subscribe .content h3 {
  font-weight: 500;
}


.cta-subscribe .subscribe-button button {
  cursor: pointer;
}

span.btn.btn-transparent-md.buy{
  cursor: pointer;
}
span.btn.btn-transparent-md.buy{
  background: rgba(252, 115, 21, 1);
  border-color: white;
  border-width: 2px;
/*  margin-top: 15px;*/
  max-width: 90%;
  text-align: center;
  box-sizing: border-box;
  color: white;
  border-radius: 6px;
}
.salonInmobiliario span.btn.btn-transparent-md.buy{
  padding: 20px 52px;
}

.botones-congreso{
  display: flex;
  align-items: center;
  justify-content: center;
}
#congreso span.btn.btn-transparent-md.buy{
  padding: 20px 40px;
}

span.btn.btn-transparent-md.buy:hover{
    background: none;
    color: rgba(237, 162, 0, 1);
    border-color: rgba(237, 162, 0, 1);
}


#agenda h2{
  color: #5926f8;
}

#agenda .mail-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px
}

#agenda .mail-container p{
margin-bottom: 20px;
color: black;
font-weight: normal;
text-align: center;
}




.banner {
  padding: 150px 0 140px;
  min-height: 100%;
  z-index:2 !important;
}

.banner .container{
  max-width: 100%;
  padding: 0 6%;
}

.banner .socialFooter{
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 2;
  width: auto;
}
.banner .socialFooter .onlyMobile{
  display: none;
}
@media (max-width: 560px) {
  .banner .socialFooter {
    position: absolute;
    margin: 0 auto;
    right: 5%;
    z-index: 2;
  }
  .banner .socialFooter a.fb-xfbml-parse-ignore, .banner .socialFooter a.shareWhatapps{
    padding: 6px 12px;
    color: #fff;
    background-color: #ff7043;
    display: -webkit-inline-box;
    margin-left: 3px;
    margin-bottom: 8px;
  }
   .salonInmobiliarioright {
    text-align: center;
  }


}
@media (max-width: 767px) {
  section#jornadasolidaria {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .banner {
    padding: 150px 0 0px;
  }
}

.banner .block {
  position: relative;
  z-index: 10;
}
.banner .block ul{
    padding-left: 0px;
    margin-top: 20px;
}
.banner .block ul li {
    color: white;
    display: block;
    margin-top: 10px;
    line-height: 20px;
}
.banner .block ul li i {
    margin-right: 15px;
}
.timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 350px) {
  #subspnsosrs h3 {
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .timer .syotimer-cell {
    margin-right: 5px;
    margin-bottom: 20px;
  }
}

.timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  line-height: 77px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid #7c7491;
  margin-bottom: 8px;
  border-radius: 100%;
  box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .timer .syotimer-cell .syotimer-cell__value {
    min-width: 77px;
    line-height: 73px
  }
}

.timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.banner .block h3 {
  line-height: 1.1;
  padding-top: 10px;
  font-weight: 400 !important;
  color: #dbdbdb;;
  font-weight: 600;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .banner .block ul li{
    line-height: 17px;
  }
    .banner .block ul li i{
      margin-right: 8px
    }

}

.banner .block h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

.banner .block h6 {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
    text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}
.banner .block h6 b{
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}


.banner-two {
  padding: 250px 0 150px;
  position: relative;
  overflow: hidden;
}

.banner-two .block h1 {
  color: #FF7043;

}

.banner-two .block h2 {
  font-weight: 400;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.banner-two .block h6 {
  margin-top: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}

.about .image-block {
  padding: 30px;
}

.about .image-block img {
  border-radius: 100%;
  box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);
}
div#perezScremini {
    position: absolute;
    top: 150px;
    right: 0px;
    background: #000000c4;
    padding: 20px 80px 20px 25px;
}
div#perezScremini p {
    color: white;
}
div#perezScremini img {
    max-width: 190px;
    margin: 10px 12px 0px;
}
.comprarEntradaGratis {
    position: absolute;
    bottom: 155px;
    right: 80px;
    z-index: 10;
    background: #ff7043;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    color: white;
    padding: 20px 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.comprarEntradaGratis:hover {
    background: #f17f5c;
}
@media (max-width: 1024px){
  div#perezScremini {
    position: static;
    padding: 20px 10px;
  }
  div#perezScremini p{
    text-align: center;
  }
  div#perezScremini img{
    margin: 10px auto 0;
    display: block;
  }
  .comprarEntradaGratis {
    position: relative;
    top: 0px;
    right: 0px;
    text-align: center;
    margin-top: 36px;
    border-radius: 0px;
    padding: 15px 10px;
  }
}
@media (max-width: 980px){
  .banner .block h6{
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .about .image-block {
    margin-bottom: 30px;
    text-align: center;
  }
  .banner .block h6 b{
    margin-bottom: 5px;
  }
  .banner .block h6{
    line-height: 43px;
    margin-bottom: 20px
  }

}

.about .image-block.two {
  padding: 0;
  margin-top: 30px;
}

.about .image-block.two img {
  border-radius: 0;
  -webkit-transform: translate(30px, -30px);
          transform: translate(30px, -30px);
}

.about .content-block {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .about .content-block {
    text-align: center;
  }
}

.about .content-block h2 {
  margin-bottom: 35px;
}



@media (max-width: 767px) {
  .about .content-block h2:after {
    margin: auto;
  }
}

.about .content-block .description-one {
  margin-bottom: 20px;
}

.about .content-block .description-one p {
  color: #222222;
}

.about .content-block .description-two {
  margin-bottom: 30px;
}

.about .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .desktop {
    display: none;
  }
  .main-nav .ticket{
    display: none;
  }
  .gritchecks{
  display: grid;
  grid-template-columns: 1fr 1fr;
  }
  .spancongreso {
    padding-top: 20px;
  }
  .spancongreso .btn.btn-transparent-md.buy {
    margin-left: 0;
    margin-top: 20px;
  }
  .spancongreso h3{
    margin-bottom: 20px;
  }
    .jornadaright h4, h3, h1 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .jornadaright h4.mb-5 {
      margin-top: 10px;
  }
  .jornadasolidaria .jornada {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 300px;
    display: block;
  }
}

#speakers h5.subtitulo {
    color: #fff;
    font-style: italic;
    line-height: 24px;
    max-width: 700px;
    margin: 10px auto;
    font-weight: 400;
}

.speakers {
  position: relative;
}

section#speakers {
    padding: 60px 0 0px 0;
}

section#agenda {
    padding: 60px 0;
}

section#galeria {
    padding: 60px 0;
}

section#entradas {
    padding: 60px 0;
}

section#aboutSect{
  padding: 60px 0 50px 0;
}

section.section.participaGratis{
  padding: 60px 0 0px 0;
}

.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}


.speakers .speaker-item {
  position: relative;
/*  height: 343px;*/
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}

.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.speakers .speaker-item .image .img-fluid{
  width: 100%;
}



.smallList div:nth-child(-n+8){
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.smallList div:nth-child(-n+4){
  -webkit-filter: none;
  filter: none;
}

.row.smallList {
    height: 550px;
    overflow: hidden;
    position: relative;
}

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

.container.inSpeaker .smallList div:nth-child(-n+6){
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.container.inSpeaker .smallList div:nth-child(-n+3){
  -webkit-filter: none;
  filter: none;
}

}

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


  .smallList div:nth-child(-n+8){
    -webkit-filter: blur(4px);
    filter: blur(4px)!important;
  }

  .smallList div:nth-child(-n+4){
    -webkit-filter: none;
    filter: none!important;
  }
  .row.smallList{
    height: 740px;
  }
}

@media (max-width: 480px) {

  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7043;
  opacity: .85;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 25%;
  display: block;
}

@media (max-width: 1024px) {
  .speakers .speaker-item .image .socials ul {
    width: 61%;
  }
}

@media (max-width: 480px) {
  .speakers .speaker-item .image .socials ul {
    width: 31%;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.clear{
  clear: both;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.socials p {
    color: #fff;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.speakers .speaker-item .content h5 a {
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #FF7043;
}

.speakers .speaker-item .content p {
  margin-bottom: 5px;
  line-height: 13px;
}

.schedule .schedule-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
  position: relative;
  min-width: 226px;
}

.onlyMobile{
  display: none;
}

@media (max-width: 767px) {

  .onlyMobile{
    display: block;
  }

  .footer-logo{
    flex-wrap: wrap;
  }
  .socialFooter, .imageFooter{
    flex-basis: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .socialFooter{
    max-width: 100%;
  }
  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .socialFooter ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0px;
  }
  .socials p {
     display: none;
   }
  .gritchecks{
  display: grid;
  grid-template-columns: 100%;
  }
  /*.gritchecks .item1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  }
  .gritchecks .item2{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .gritchecks .item3{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .gritchecks .item4{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .gritchecks .item5{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
  }
  .gritchecks .item6{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }*/
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #FF7043;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #848484;
  font-weight: 400;
}


.schedule .schedule-tab ul li.nav-item a.active {
  background: #FF7043;
  color: #fff;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: none;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #FF7043 transparent transparent;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

/*.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 40%;
}*/

@media (min-width: 991px) {

  .mobile {
    display: none !important;
  }
}
.subject.sub {
  width: 100% !important;
  padding: 22px ;
  color: #333;
}
.subject.sub .title {
  display: block;
      color: #FF7043;
}
@media (max-width: 991px) {
  .pricing-footer.text-center .btn {
    padding: 10px;
  }
  .speakers .speaker-item {
    height: auto;
  }
  .pricing .pre .pricing-item .pricing-heading .price h2 {
    width: auto !important;
  }
  .pricing .pre .pricing-item .pricing-heading .price h2 + img {
    display: none;
  }
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 75%;
  }
  .schedule .container {
    max-width: none;
  }
  .bg-schedule {
    /*background-image: none;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }

}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #4DB7AD;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  position: relative;
  padding: 10px 40px;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block .subject {
  padding-left: 35px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  display: block;
  transition: .2s ease-in;
  font-weight: bold;
}

@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #FF7043;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}

.schedule.two .schedule-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule.two .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #222222;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #848484;
  font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #FF7043;
  color: #fff;
  position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FF7043;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule.two .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 480px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

/*.schedule.two .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}*/

@media (max-width: 991px) {
 /* .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }*/
}

@media (max-width: 767px) {
/*  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }*/
}

@media (max-width: 480px) {
/*  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }*/
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 18.6%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #FF7043;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
  text-align: center;
  padding: 0;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
  color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 0px;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 0px;
  transition: .2s ease-in;
}

@media (max-width: 480px) {
  .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #FF7043;
}

.ticket-feature {
  overflow: hidden;
}

.ticket-feature .block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
}

.ticket-feature .block .section-title, .ticket-feature .block a {
  position: relative;
}

.ticket-feature .block .section-title h3 {
  font-weight: 500;
}

.ticket-feature .block .timer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 35px;
}

.ticket-feature .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 480px) {
  .ticket-feature .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 8px;
  border-radius: 100%;
}

@media (max-width: 480px) {

}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.ticket-feature .block-2 {
  position: relative;
  padding: 150px 10%;
  height: 100%;
  background: #FF7043;
}

.ticket-feature .block-2 [class*=col-]:first-child {
  border-right: 1px solid #fc9552;
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(3) {
  border-right: 1px solid #fc9552;
}

.ticket-feature .block-2 .service-item {
  padding: 30px;
  text-align: center;
}

.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {
  color: #fff;
}

.ticket-feature .block-2 .service-item i {
  margin-bottom: 20px;
}

.ticket-feature .block-2 .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.ticket-feature .block-2:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 300px;
  border-color: transparent transparent #FF7043 transparent;
}


.diasDetails {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contDetails {
    flex-basis: 32%;
}

span.titleDetails {
    color: #fff;
}

span.titleDetails b {
    font-weight: bold;
    position: relative;
}

.titleDetails b div {
    display: inline-block;
    font-weight: 100;
    position: relative;
    top: -7px;
}

ul.miniAgenda {
    padding-top: 20px;
}
ul.miniAgenda li {
    color: #fff;
    list-style: none;
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 10px;
}

ul.miniAgenda li::before{
    content: "• ";
    color: #4DB7AD;
    font-weight: bold;
}

@media (max-width: 767px) {
  .ticket-feature .block-2:after {
    content: none;
  }
  .diasDetails {
    flex-wrap: wrap;
  }
  .contDetails{
    flex-basis: 90%;
  }


}

.registration {
  overflow: hidden;
}

.registration .service-block {
  position: relative;
  padding: 90px 10%;
}

.registration .service-block [class*=col-]:first-child {
  border-right: 1px solid #f69351;
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(3) {
  border-right: 1px solid #f69351;
}

.registration .service-block .service-item {
  padding: 30px;
  text-align: center;
}

.registration .service-block .service-item i, .registration .service-block .service-item h5 {
  color: #fff;
}

.registration .service-block .service-item i {
  margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

.registration .registration-block {
  position: relative;
  height: 100%;
  padding: 80px 10% 50px 10%;
}

.registration .registration-block .block {
  position: relative;
  z-index: 9;
}

a:not([href]):not([tabindex]){
  cursor: auto;
}

.registration .registration-block .block .title {
  margin-bottom: 35px;
}

.registration .registration-block .block .title h3 {
  color: #4DB7AD;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}

.registration .registration-block .block .title p {
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
}

.pricing .pricing-item {
  border: 1px solid #e5e5e5;
}
.pricing-item {
    position: relative;
}
.pricing .pre .pricing-item {
  border:  none;
}
.pricing .timer {
  color: #000;
}

.pricing .urgencia {
      color: #e40707;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

span.titlePrice {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
}

.checkbox {
    text-align: left;
    display: inline-block;
}

.blockForm {
    display: flex;
    justify-content: space-between;
}

h2.numP {
    padding-top: 5px;
    text-align: left;
    margin-bottom: -5px;
    line-height: 17px;
}

p.tipoDeEntrada {
    line-height: 17px;
    margin-top: 8px;
    color: #ea2a4a;
}

.textCon h3 {
    text-align: left;
}


.pricing .pricing-item img.promocion {
    max-width: 140px;
    position: relative;
    display: inline-block;
    right: -30px;
    position: absolute;
    top: 0px;
}


.participaGratis p {
    text-align: center;
    color: #3c3c3d;
    font-weight: 100;
    margin-top: 35px;
}


@media (max-width: 991px) {

  h2{
    line-height: 1.5rem;
  }

  .pricing .pricing-item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .registration .service-block{
    padding: 70px 10%;
  }
  .schedule .schedule-contents .schedule-item li.schedule-details .block.more.less:after {
     transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .schedule .schedule-contents .schedule-item li.schedule-details .block.more:after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    border-color:  #FF7043;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 11px;
  }
  .schedule .schedule-contents .schedule-item li.schedule-details .block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .schedule .schedule-contents .schedule-item li.schedule-details .time {
    width: 100px;
  }
/*  .schedule .schedule-contents .schedule-item li.schedule-details .speaker {
    width: 60%;
  }*/

  .schedule .schedule-contents .schedule-item li.headings {
    padding-left: 13px !important;
  }
  .schedule .schedule-contents .schedule-item li.headings .time {
    width: 100px;
  }

}

.pricing .pricing-item .pricing-heading.salonInmo {
  background-color: #4DB7AD;
}

.pricing .pricing-item .pricing-heading {
  padding: 10px;
  background: #F1234B;
  border-bottom: 1px solid #e5e5e5;
}
.pricing .pricing-item .pricing-heading .title {
    display: flex;
    align-items: baseline;
}
.pricing .pricing-item .pricing-heading .title img {
    height: 25px;
    margin-right: 10px;
}
.pricing .pricing-item .pricing-heading .title h6 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    line-height: normal;
}
#entradas .row.creverse {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
#entradas .row:last-of-type {
  justify-content: center;
}
#entradas span.btn.btn-transparent-md {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 6px;
}
#entradas span.btn.btn-transparent-md:hover{
    background: #ca5733;
    color: white;
}
.price small{
  font-weight: 400;
}
.pricing .pre .pricing-item .pricing-heading .price h2 {
  width: calc(100% - 142px);
}
.pricing .pre .pricing-item .pricing-heading .price {
  margin-top: 0;
}
.pricing .pre .pricing-item .pricing-heading .price h2 + img {
    width: 171px;
    position: absolute;
        top: -15px;
        right: -6px;
}
.pricing .pricing-item .pricing-heading .price h2 {
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: initial;
    color: #fff;
    text-align: left;
}


.pricing .pricing-item .pricing-body {
  padding: 25px 10px;
  position: relative;
}
.pricing .pricing-item .pricing-body img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

img.iconOrange {
    position: absolute;
    right: -15px;
    top: 112px;
}



.promo {
    text-align: center;
}

span.tachado {
    text-align: left;
    color: #717171;
    position: relative;
}

span.tachado:after {
    content: '';
    width: 49px;
    height: 23px;
    position: absolute;
    left: 7px;
    top: -1px;
    right: 0;
    margin-left: 3px;
    background-image: url(https://cdn1.infocasas.com.uy/web/5b719ab3a9ccb_infocdn__tachado-03-min.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pricing .notas {
  margin-top: 16px;
}
.pricing .pricing-item .pricing-body ul.feature-list li {
  list-style: none;
  text-align: center;
}


.feature-list img {
    padding-bottom: 0px;
    height: 200px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span {
  margin-right: 15px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #FF7043;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing .pricing-item .pricing-footer {
  padding-bottom: 0px;
  position: relative;
}

.footerNote {
    background-image: url(https://cdn1.infocasas.com.uy/web/5b6854fce0b38_infocdn__iconos-compra-28-min.png);
    background-size: cover;
    padding: 20px 10px 5px 10px;
    color: #fff;
    width: 193px;
    height: 72px;
    line-height: 14px;
    text-align: left;
    position: absolute;
    bottom: -45px;
    left: 55px;
}

.pricing .pricing-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.pricing .pricing-item.featured .pricing-heading {
  background: #969696;
  border-bottom: 1px solid #e5e5e5;
}


.form-group{
  margin-bottom: 0.3rem
}

ul.feature-list{
  display: block;
  margin: 0 auto !important;
}

.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #FFF;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item.featured .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 {
  color: #FFF;
  margin-bottom: 0px;
}

.pricing .pricing-item.featured .pricing-heading .price p {
  color: #fff;
}

.pricing.two .pricing-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}


@media (max-width: 991px) {

  .pricing.two .pricing-item {
    margin-bottom: 30px;
  }
  section.actividades .col-lg-3.col-md-6.col-sm-6 {
    width: 50%;
    margin-bottom: 30px;
  }
  section.actividades .col-lg-3.col-md-6.col-sm-6 .service-item .fa img {
    max-height: 49px;
  }
}


.pricing.two .pricing-item .pricing-heading {
  position: relative;
  margin-bottom: 10px;
}

.pricing.two .pricing-item .pricing-heading .title h6 {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading .price {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading:before {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
}

.pricing.two .pricing-item .pricing-body {
  padding: 70px 40px 45px;
}

.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #FF7043;
}

.pricing.two .pricing-item.featured .pricing-heading:before {
  border-color: #FF7043 transparent transparent transparent;
}

.sponsors {
  position: relative;
  padding: 60px 0;
}
#sponsors h4 {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}

.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #FF7043;
}

.sponsors .block .list-inline-item {
  width: 244px;
  height: 158px;
  margin: 8px;
}

.sponsors .block .image-block {
  background: #fff;
  width: 244px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
  height: 100%;
}

.sponsors .block .image-block .img-fluid{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}


.sponsors .block .image-block:hover {
  border: 1px solid #FF7043;
}

.sponsors .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map #map {
  height: 450px;
  color: white;
}

.map .address-block {
  position: absolute;
  padding: 45px 50px 50px 50px;
  top: 80px;
  left: 10%;
  background: #FF7043;
}

.address-list a {
    color: #fff;
}

@media (max-width: 800px) {
  .sponsors ul {
    justify-content: center;
  }
  .sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .pricing .pricing-item img.promocion{
    right: -10px;
    max-width: 120px;
  }

}
@media (max-width: 580px) {
  .map .address-block {
    left: 6px;
    padding: 9px;
    top: 10px;
  }
  img.iconOrange{
    right: 0px;
    top: 202px;
  }

  .content.text-center {
      min-height: 60px;
  }

/*  #speakers .col-sm-6 {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }*/


}

.map .address-block h4, .map .address-block li {
  color: #fff;
  margin-bottom: 20px;
}

.map .address-block h4 {
  font-weight: 400;
}

.map .address-block ul.address-list li {
  list-style: none;
  margin-bottom: 10px;
}

.map .address-block ul.address-list li span {
  margin-left: 15px;
}

.map .address-block a {
  margin-top: 35px;
}

.map.new {
  overflow: hidden;
}

.map.new #map {
  height: 640px;
}

.map.new .address-block {
  left: 60%;
}

.map.new .register {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .map.new .register {
    width: 100%;
    position: relative;
  }
}

.map.new .register .block {
  padding: 130px 10%;
}

.map.new .register .block .title {
  position: relative;
  margin-bottom: 65px;
}

.map.new .register .block .title h3 {
  color: #fff;
  font-weight: 400;
}

.map.new .register .block .title p {
  color: #fff;
}

.map.new .register .block .form-control, .map.new .register .block button {
  margin-bottom: 40px;
}

.feature .feature-content h2, .feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .feature .feature-content h2, .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 767px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #FF7043;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .testimonial .testimonial-slider .item .block .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #FF7043;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #FF7043;
}

.single-speaker .block {
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}

.single-speaker .block .image-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px;
}

.imageFooter img.img-fluid {
    height: 100px;
    max-width: 300px;
}

.boxTopLogo img {
    max-width: 170px;
}

@media (max-width: 767px) {
  .single-speaker .block .image-block {
    margin-bottom: 30px;
  }
  .boxTopLogo img{
    max-width: 130px
  }
}

.single-speaker .block .content-block .name h3 {
  font-weight: 400;
}

.single-speaker .block .content-block .profession {
  margin-bottom: 20px;
}

.single-speaker .block .content-block .profession p {
  color: #FF7043;
}

.single-speaker .block .content-block .details {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .details p:not(:last-child) {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .social-profiles h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a i {
  line-height: 40px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {
  background: #FF7043;
  border: 1px solid #FF7043;
  color: #fff;
}

.single-speaker .block-2 {
  padding-top: 70px;
  padding-bottom: 10px;
}

.single-speaker .block-2 .personal-info h5, .single-speaker .block-2 .skills h5 {
  font-weight: 400;
  margin-bottom: 15px;
}

.single-speaker .block-2 .personal-info p, .single-speaker .block-2 .skills p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-speaker .block-2 .personal-info {
    margin-bottom: 30px;
  }

  .sponsors .block .list-inline-item{
    width: 130px;
    height: auto;
  }
  .sponsors .block .image-block{
    width: 100%;
  }
}

.single-speaker .block-2 .personal-info ul li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

.single-speaker .block-2 .personal-info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-speaker .block-2 .personal-info ul li:before {
  position: absolute;
  left: -25px;
  content: "\f10c";
  font-family: FontAwesome;
  color: #FF7043;
}

.single-speaker .block-2 .skills .skill-bar {
  margin-bottom: 20px;
}

.single-speaker .block-2 .skills .skill-bar p {
  margin-bottom: 5px;
}

.single-speaker .block-2 .skills .skill-bar .progress {
  border-radius: 0;
  overflow: visible;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {
  background-color: #FF7043;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {
  font-family: "Montserrat", sans-serif;
  float: right;
  margin-top: -20px;
  color: #222222;
}

.speakers-full-width {
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
  width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7043;
  opacity: .85;
  transition: .3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image .primary-overlay i {
  color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
  padding-top: 25%;
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay ul, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  transition: .7s ease;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
  top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}



.speakers-full-width .speaker-slider .slick-prev {
  left: 60px;
}

.speakers-full-width .speaker-slider .slick-prev:before {
  content: '\f104';
}

.speakers-full-width .speaker-slider .slick-next {
  right: 60px;
}

.speakers-full-width .speaker-slider .slick-next:before {
  content: '\f105';
}

.speakers-full-width .speaker-slider .slick-prev, .speakers-full-width .speaker-slider .slick-next {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 100;
}

.speakers-full-width .speaker-slider .slick-prev:hover:before, .speakers-full-width .speaker-slider .slick-next:hover:before {
  color: #FF7043;
}

.speakers-full-width .speaker-slider .slick-prev:before, .speakers-full-width .speaker-slider .slick-next:before {
  color: #FF7043;
  font-family: FontAwesome;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}

.controls .control {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
}

.controls .control:focus {
  outline: 0;
}

.controls .control:hover {
  color: #FF7043;
}

.mixitup-control-active {
  color: #FF7043;
}

/* Container
---------------------------------------------------------------------- */

.gallery-wrapper .gallery-item {
  padding: 15px;
}

.gallery-wrapper .gallery-item .image-block {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.gallery-wrapper .gallery-item .image-block .image {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-item .image-block .image img {
  width: 100%;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7043;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
}

.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-wrapper .mix,
.gallery-wrapper .gap {
  display: inline-block;
  vertical-align: top;
}

.gallery-wrapper .mix {
  background: #fff;
  position: relative;
}

.gallery-wrapper .mix {
  width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

@media screen and (min-width: 541px) {
  .gallery-wrapper .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
  }
}

.gallery-wrapper.less-gutter .gallery-item {
  padding: 5px;
}

.gallery-wrapper.less-gutter .gallery-item .image-block {
  padding: 0;
  border: none;
}

@media screen and (min-width: 961px) {
  .gallery-wrapper.less-gutter .mix,
  .gallery-wrapper.less-gutter .gap {
    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
  }
}

.gallery-full {
  overflow: hidden;
}

.gallery-full .image {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

.gallery-full .image img {
  width: 100%;
}

.gallery-full .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF7043;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: .3s ease;
}

.gallery-full .image .primary-overlay a {
  display: block;
  height: 90%;
  width: 90%;
  display: flex;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
}
.gallery-full .image .primary-overlay a p{
  color: white;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.gallery-full .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
}

.gallery-full .image:hover .primary-overlay {
  opacity: .85;
  -webkit-transform: scale(1);
          transform: scale(1);
}


/*Publicos*/

img.imagePublico {
    text-align: center;
    display: block;
    margin: 0 auto;
}

p.tituloPublico {
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 105px;
    line-height: 21px;
}

ul.detailsPublico{
  list-style-image: url('https://cdn1.infocasas.com.uy/web/5b61cf977b4a4_infocdn__icono_check-09-min.png');
  padding-left: 20px;
}

ul.detailsPublico li {
    margin-bottom: 10px;
    line-height: 15px;
}


.news .blog-post {
  transition: .2s ease;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news .blog-post .post-thumb img {
    width: 100%;
  }

  p.tituloPublico{
    min-height: auto;
  }
  img.imagePublico{
    padding-top: 15px;
  }
}

.news .blog-post .post-content {
  position: relative;
  padding: 30px 30px 25px 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}

.news .blog-post .post-content .date {
  position: absolute;
  top: -32px;
  left: 30px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #FF7043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .blog-post .post-content .date h4 {
  color: #fff;
}

.news .blog-post .post-content .date h4 span {
  display: block;
  font-weight: 400;
}

.news .blog-post .post-content .post-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.news .blog-post .post-content .post-title h2 {
  margin-top: 10px;
}

.news .blog-post .post-content .post-title h2 a {
  font-weight: 400;
  color: #222222;
}

.news .blog-post .post-content .post-title h2 a:hover {
  color: #FF7043;
}

.news .blog-post .post-content .post-meta ul {
  margin-bottom: 0;
}

.news .blog-post .post-content .post-meta ul li i {
  margin-right: 7px;
}

.news .blog-post .post-content .post-meta ul li a {
  display: inline-block;
  padding-right: 25px;
}

.news .blog-post:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.news .blog-post.single {
  margin-bottom: 100px;
}

.news .blog-post.single .post-title {
  padding-top: 35px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 10px;
}

.news .blog-post.single .post-title h3 {
  font-weight: 400;
}

.news .blog-post.single .post-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.news .blog-post.single .post-details p {
  padding: 13px 0;
}

.news .blog-post.single .post-details .quotes {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid #FF7043;
  margin: 15px 0;
}

.news .blog-post.single .post-details .quotes blockquote {
  font-style: italic;
}

.news .blog-post.single .post-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news .blog-post.single .post-details .share-block p {
  padding: 0;
}

.news .blog-post.single .post-details .share-block .tag {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  .row.creverse {
    flex-direction: column-reverse
  }
  .news .blog-post.single .post-details .share-block .tag {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .tag p {
  color: #222222;
}

.news .blog-post.single .post-details .share-block .tag ul li a {
  color: #848484;
}

.news .blog-post.single .post-details .share-block .tag ul li a:hover {
  color: #FF7043;
}

.news .blog-post.single .post-details .share-block .share {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .share {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  section#entradas{
    padding: 60px 0 30px;
  }
}

.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .share p {
  margin-right: 18px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share {
  margin-bottom: 0;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
  margin-right: 7px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
  line-height: 38px;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
  background: #FF7043;
  border-color: #FF7043;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
  color: #fff;
}

.news .blog-post.single:hover {
  box-shadow: none;
}

.news .comments {
  padding-bottom: 80px;
}

.news .comments h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment {
  padding-top: 14px;
}

.news .comments .comment img {
  margin-right: 30px;
}

.news .comments .comment .media-body h6 {
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment .media-body p {
  margin-bottom: 14px;
}

.news .comments .comment .media-body ul {
  margin-bottom: 10px;
}

.news .comments .comment .media-body ul li span {
  margin-right: 7px;
}

.news .comments .comment .media-body ul li a {
  color: #FF7043;
}

.news .comment-form h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.news .comment-form .form-control, .news .comment-form button {
  margin-bottom: 30px;
}

ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  color: #848484;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: #FF7043 !important;
  color: #fff !important;
  border-color: #FF7043 !important;
}

ul.pagination .active a {
  background-color: #FF7043 !important;
  color: #fff !important;
  border-color: #FF7043 !important;
}

.sidebar {
  padding: 0 20px;
}

.widget {
  margin-bottom: 45px;
}

.widget .widget-header {
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .widget.search {
    margin-top: 30px;
  }
}

.widget.search .input-group .form-control {
  border-right: none;
}

.widget.search .input-group .input-group-addon {
  background: #FF7043;
  color: #fff;
  border: none;
  border-radius: 0;
}

.widget.search .input-group .input-group-addon i {
  padding-right: 5px;
  padding-left: 5px;
}

.widget.category ul.category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.widget.category ul.category-list li a {
  letter-spacing: 0;
  display: block;
}

.widget.category ul.category-list li a:hover {
  color: #FF7043;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.tags ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.widget.tags ul li a:hover {
  background: #FF7043;
  color: #fff;
  border-color: #FF7043;
}

.widget.latest-post .media {
  padding: 15px 0;
}

.widget.latest-post .media:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.widget.latest-post .media img {
  margin-right: 15px;
}

.widget.latest-post .media .media-body h6 a {
  color: #222222;
  line-height: 1;
  font-weight: 400;
}

.widget.latest-post .media .media-body h6 a:hover {
  color: #FF7043;
}

.widget.latest-post .media .media-body p span {
  margin-right: 10px;
}

.news-hr .news-post-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-hr .news-post-hr .post-thumb {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.news-hr .news-post-hr .post-thumb img {
  width: 100%;
}

.news-hr .news-post-hr .post-contents {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px;
  position: relative;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
}

.news-hr .news-post-hr .post-contents .post-title h6 {
  margin-bottom: 36px;
  margin-top: 5px;
}

.news-hr .news-post-hr .post-contents .post-title h6 a {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #222222;
}

.news-hr .news-post-hr .post-contents .post-title h6 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 37px;
  content: "";
  background: #FF7043;
  width: 30px;
  height: 2px;
}

.news-hr .news-post-hr .post-contents .date {
  margin-top: 17px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #FF7043;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-hr .news-post-hr .post-contents .date h4 {
  color: #fff;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .date h4 span {
  display: block;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .more {
  text-align: right;
  margin-top: -25px;
}

.news-hr .news-post-hr .post-contents .more a {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  text-transform: uppercase;
}

.news-hr .news-post-hr .post-contents:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
  div#iconBottom {
    display: none;
  }
@media (max-width: 767px) {
  .news-hr .news-post-hr .post-contents:after {
    content: none;
  }
  div#iconBottom {
    display: block;
    background-color: #f8723b;
    color: #fff;
    text-align: center;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 22;
  }
  #iconBottom a.ticket {
    color: #fff;
  }
  section#galeria {
    padding: 20px 0;
  }

}


@media screen and (max-width: 1000px) {
  .registration .service-block [class*=col-]:first-child, .registration .service-block [class*=col-]:nth-child(3), .registration .service-block [class*=col-]:nth-child(2){
    border-right: 0px;
    border-bottom: 0px;
  }
}
.about {
  padding: 120px 0;
}

.testimonial .testimonial-item {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .comment {
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 27px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 27px 0;
  border-color: transparent #fff transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:hover {
  background: #FF7043;
  border: 1px solid #FF7043;
}

.testimonial .testimonial-item .comment:hover p {
  color: #fff;
}

.testimonial .testimonial-item .comment:hover:before {
  border-color: transparent #FF7043 transparent transparent;
}

.testimonial .testimonial-item .comment:hover:after {
  border-color: transparent #FF7043 transparent transparent;
}

.testimonial .testimonial-item .media {
  margin-left: 50px;
}

.testimonial .testimonial-item .media img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
}

.testimonial .testimonial-item .media .media-body {
  margin-left: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.testimonial .testimonial-item .media .media-body .name p {
  font-family: "Montserrat", sans-serif;
  color: #222222;
}

.testimonial .testimonial-item .media .media-body .profession p {
  color: #FF7043;
}

.error .block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.error .block img {
  margin-bottom: 45px;
}

.error .block h3 {
  font-weight: 400;
  color: #FF7043;
  margin-bottom: 40px;
}

.error .block h3 span {
  font-style: italic;
  color: #222222;
}

.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card {
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header {
  background: #fff;
  padding: 0;
}

.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a {
  font-weight: 400;
  color: #222222;
}

.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body {
  color: #848484;
  padding: 15px 20px;
}

.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a {
  color: #FF7043;
}

.contact-form .form-control {
  margin-bottom: 30px;
}

.contact-form button {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=maps/style.css.map */


.quantity {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.quantity p.tooltipQuantity {
    margin-left: 10px;
    display: block;
    line-height: 16px;
    color: #3e7bff;
    display: none;
}
.inCheck span {
    width: 100%;
    display: block;
    text-align: right;
}
.checkbox .inCheck:nth-child(3){
  display: none;
  line-height: 19px;
}
@media (min-width: 575px) {
  .quantity:hover p.tooltipQuantity{
    display: block !important;
  }
}
@media(max-width: 450px){
  .quantity p.tooltipQuantity {
    margin-left: 0px;
    margin-top: -10px;
    margin-bottom: 5px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity label {
  margin-right: 10px;
}
.quantity input {
  width: 65px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.2;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}


/* CongresoBox */

/*.congresoBox {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
}

.headerCongresoBox {
    background-color: #4DB7AD;
    padding: 15px;
    color: #fff;
    position: relative;
}
img.topDesc {
    position: absolute;
    right: -30px;
    width: 100%;
    max-width: 130px;
    top: 0px;
}

.formarParte h3 {
    text-align: center;
    margin-bottom: 65px;
}

p.titleBoxCongreso {
    color: #fff;
    font-weight: bold;
}

p.subtitleBoxCongreso {
    color: #fff;
    font-weight: 600;
}

hr.lineCongreso {
    color: #fff;
    background-color: #fff;
    margin-top: 8px;
    margin-bottom: 6px;
}

.bodyCongresoBox {
    padding: 30px;
    text-align: center;
}

.bodyCongresoBox img {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
}

p.titleBodyCongreso {
    color: #F1234B;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 0px;
}

.comprarEntradaCongreso {
    text-align: center;
    padding-top: 35px;
}

*/

/* PARTICIPAN*/

/*section#participan {
  padding: 70px 0;
  text-align: center;
}

.service-item .fa img{
    max-height: 75px;
}

.service-item h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
}
section#workshop, section#agenda {
    background: white;
}
section#video-jornada{
  background: #F5F5F5;
  padding-top: 70px;
}
.workshops {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.inWorkshop {
    position: relative;
    text-align: center;
    width: 195px;
}

span.titleWork {
    display: block;
    text-align: center;
    position: absolute;
    top: 41%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 900;
    color: #FF7043;
}

.inWorkshop img {
    width: auto;
    height: 100%;
    max-height: 110px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
p.notaTemario {
    background: white;
    padding: 20px;
    color: black;
}*/

@media (max-width: 576px) {
  .congresoproptech .congresoleft {
     padding-top: 420px;
     text-align: center;
  }
  .col-sm-6.col-md-7.col-12.salonInmobiliarioright {
    padding-top: 370px;
  }
    section.salonInmobiliario h1
    /*, section#congreso h1*/{
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  h3.mt-4.salonp {
    text-align: center;
  }
  .jornadaright {
    text-align: center;
    padding-top: 450px;
  }
  .jornadasolidaria .jornada {
    width: 100%;
    max-width: 300px;
    display: block;
  }
  .jornadacenter {
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .list:not(:last-child) {
    padding-bottom: 50px;
  }
  .spansalon {
    text-align: center;
    padding-top: 30px;
  }

}

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

  .workshops{
    flex-wrap: wrap;
    justify-content: left;
  }
  .inWorkshop{
    margin-bottom: 25px;
    width: 50%;
  }
  .bg-service{
    padding-top: 130px;
  }
  .actividades .service-block.bg-service.overlay-primary.text-center {
    padding-top: 80px;
  }
  section.participaGratis {
    padding-bottom: 0;
  }

  .congresoproptech .congreso {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    max-width: 400px;
    display: block;
  }
  section#salonInmobiliario {
    padding: 420px 0px 65px;
  }
  .salonInmobiliario .salon {
    width: 100%;
    max-width: 320px;
  }
  .salonInmobiliario .salon {
    padding-top: 25px;
  }


}


@media screen and (max-width: 767px) {
  .bg-service{
    padding-top: 160px;
  }
  img.topDesc{
    display: none;
  }

  .quantity-button{
    width: 25px;
  }
  .congresoproptech .congreso {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    max-width: 350px;
    /* margin: 0 auto; */
    display: block;
  }

}

.modal-title{
  text-align: center;
  width: 100%;
  padding: 25px 0px;
  line-height: 1.3em;
}

.modal-header{
  padding: 8px 15px;
}


.modal-body{
  padding: 8px 15px;
}

.form-control{
  line-height: 1.15rem;
}

.smallAgenda .blur, .smallList .blur {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+67 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 67%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 67%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 67%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: 9;
}

/* comoEs - seccion naranja*/
#howSect{
  background-color: #f7733b;
  background-image: url(https://cdn1.infocasas.com.uy/web/5c082454bbe31_infocdn__ciudad.png);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size: 100%;
}
#howSect h3 {
    text-align: center;
    margin-bottom: 20px;
}
#howSect h3 span.alternate2 {
    color: #fff;
    text-align: center;
    font-style: normal;
}
#howSect p {
    color: white;
    margin-bottom: 4px;
    text-align: center;
}
#howSect .partesEvento {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 50%;
  float: left;
  padding: 10px 30px 0px;
}
#howSect .partesEvento img{
    height: 45px;
    display: block;
    margin:5px auto 10px;
}
#howSect .partesEvento p{
    color: white;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}
/* partes del evento */

/*.headerCongresoBox{
  background-color: #dc294a;
  display: flex;
  align-items: flex-start;
}
.headerSalonBox{
  background-color: #4DB7AD;
}
.headerCongresoBox img{
  width: 30px;
  height: 100%;
  margin-right: 15px;
}
.headerCongresoBox div{
  width: 100%;
}
.contenedorDeBoxes{
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}*/
section.salonInmobiliario
/*, section#congreso*/{
    background-color:transparent;
}

.sectionSalonInmobiliario.solidario section.salonInmobiliario{
    background-image: url(https://cdn1.infocasas.com.uy/web/5e501375089d4_infocdn__recurso-5@2x.png);
}

.salonInmobiliarioright{
    color:white;
    margin: 140px auto 50px auto;
    display: block;
    max-width: 90%;
    font-weight: bold;
}
.salonInmobiliarioright .checks{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

section.salonInmobiliario p
/*, section#congreso p*/{
    font-weight: 500;
    color:white;
    margin-bottom: 10px;
    line-height: 1.2;
}


section.salonInmobiliario h1, section.salonInmobiliario p{
  color: rgba(255, 255, 255, 1);
}

.siTeApasiona{
  background: url('https://cdn1.infocasas.com.uy/web/5e4ff0a1c9106_infocdn__fondo-salon-03.jpg') no-repeat;
  background-position: 50%;
  background-size: cover;
}

.solidario .siTeApasiona{
  background: url('https://cdn1.infocasas.com.uy/web/5e5564bf2b1c6_infocdn__jubilar-02.jpg');
}
/*.siTeApasiona h2{
  color: rgba(161, 191, 220, 1);
  font-weight: bold;
  line-height: 50px;
  background-color: rgba(0,0,0,0.2);
  width: auto;
  margin: auto;
  display: table;
  padding: 0px 15px;
}
.siTeApasiona span.titleApasiona{
  color: white;
}

.oculto{
  display: none !important;
}
.aConfirmar{
    width: 100%;
    text-align: center;
    color: #222222;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#agenda .aConfirmar {
    margin-bottom: 10px;
}
.modal-content .aConfirmar{
    margin: 60px auto;
}*/
section#congreso.congreso{
    background-color:transparent;
    background-image: url('https://cdn1.infocasas.com.uy/web/5e54192989349_infocdn__recurso-6@2x.png');
}
.siTeApasiona.congreso{
  background: url('https://cdn1.infocasas.com.uy/web/5e5420e343c5c_infocdn__fondo-congreso-02.jpg') no-repeat;
  background-size: cover;
}
#speakers h4{
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: white;
  margin: 0 auto 20px;
}
#speakers .aConfirmar{
  color: white;
  font-weight: 200;
  margin-bottom: 40px;
}

.sponsors .aConfirmar{
  margin-bottom: 60px;
  line-height: 75px;
}
.imageOption.nuevas img{
  width: 97%;
  max-width: 500px;
}
ul.navbar-nav.mx-auto {
    margin-right: 0px !important;
}
@media (max-width: 1400px) {
  section.salonInmobiliario
  /*, section#congreso*/ {
    background-position: 0% 100%;
    background-size: 200px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  section.salonInmobiliario
 /* , section#congreso*/ {
    background-position: 10% 100%;
    background-size: 100px;
    padding-bottom: 30px
  }
    .boxTopLogo img{
    max-width: 130px
  }
}


#sectionCongreso{
  background-image: linear-gradient(to bottom,rgb(89, 38, 248),rgb(94, 203, 193));
  padding-bottom: 100px;
}
.brochure{
  margin-left: 20px;
  text-transform: uppercase;
  padding: 15px 40px;
  position: relative;
  top: 1px;
}
a#comprarSponsor {
    width: 100%;
    border: 30px solid #f1723b;
    margin: 15px auto;
    display: block;
    padding-bottom: 20px;
}
a#comprarSponsor img{
  max-width: 100%;
}
a#comprarSponsor div {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background: #4DB7AD;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
a#comprarSponsor:hover{
    box-shadow: 0px 0px 20px 2px rgba(77,183,173,0.8);
}
a#comprarSponsor:hover div{
    background: #4a948d;
}
.sponsors .block .image-block:hover{
    box-shadow: none;
    border-color: white;
}
.price .tachado{
  display: none;
}
.price.es_inmo .tachado{
  display: block;
}



@media screen and (max-width: 750px){
  .sectionSalonInmobiliario, #sectionCongreso{
    padding: 10px 15px 15px;
  }
  .btn-main-md {
    display: block;
  }
  .brochure{
    margin-left: 0px;
    margin-top: 10px
  }
  a#comprarSponsor {
      border: 10px solid #f1723b;
  }
  a#comprarSponsor div {
      padding: 10px;
      margin-top: 20px;
      color: white;
  }
}

.section.schedule  .row{
  justify-content: space-evenly;
}

.section.schedule .unidad-tips{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.section.schedule .unidad-tips .header-unidad{
  width: 100%;
  position: relative;
}
.section.schedule .unidad-tips .header-unidad img{
  max-width: 100%;
  height: auto;
}
.section.schedule .unidad-tips .footer-unidad h2{
  color: rgba(88, 88, 88, 1);
  padding: 10px;
  line-height: 1.3em;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  margin-left: 2%;
}

.sectionSalonInmobiliario.solidario{
  background-color:rgb(145, 208, 210);
}

#form_datos_subscribe{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 25px;
}

#form_datos_subscribe .form-group{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.alert-denny{
  background-color: rgb(224, 121, 121);
  color: rgb(128, 2, 2);
  text-align: center;
}

.loading-ajax{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255,255,255,0.7);
  color: black;
}


.flotante{
  background-color: white;
  z-index: 9999;
  padding: 50px 15px;
  margin-bottom: -427px;
  margin-top: 25px;
}

.flotante h3{
  line-height: 30px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
}

.flotante .listado{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding: 10px;
}

.flotante .listado .unidad-listado{
  flex-basis: 33%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flotante .listado .unidad-listado img{
  width: 55%;
  margin-bottom: 4%;
}
.flotante .listado .unidad-listado h3{

  line-height: 35px;
  color: #485fd3;
  font-weight: bold;
}
.flotante .listado .unidad-listado h5{
  text-align: center;
  margin: 2% auto 5px;
  color: #4d4d4d;
}
.flotante .listado .unidad-listado:last-child h5{
  margin: 2% auto 30px;
  color: #4d4d4d;
}
/*.video-mobile{
  display: none;
}*/
#video-jornada h1{
  font-weight:bold;
  margin-bottom: 25px;
}
section#video-jornada .align-self-center{
  margin-bottom: 35px;
  width: 100%;
  max-width: 680px;
  text-align: center;
}
iframe.video-desktop {
    width: 100%;
    max-width: 680px;
}
section.salonInmobiliario h2/*, section#congreso h2*/{
  color: white;
  font-weight: bold;
}
section#agenda{
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .sponsors .aConfirmar {
    margin-bottom: 40px;
    line-height: 40px;
  }
  section.salonInmobiliario/*, section#congreso*/{
    background-size: 50px;
  }

  section.salonInmobiliario p/*, section#congreso p*/{
    line-height: 15px;
    margin-top: 15px;
    text-align: center;
  }

  .salonInmobiliarioright {
    margin: 40px auto 0px auto;
  }


  .spanbtn {
    padding-top: 30px;
  }

  #howSect .partesEvento {
    display: block;
  }
  #howSect .partesEvento img{
      margin:  0 auto;
      display: block;
      margin-bottom: 20px;
  }
  #howSect .partesEvento p{
      text-align: center;
  }
  /*.siTeApasiona{
    background-size: cover;
  }
  .siTeApasiona.congreso{
    background-size: cover
  }
  .siTeApasiona.congreso .option{
    margin-bottom: 35px;
  }
  .siTeApasiona h2 {
    line-height: 23px;
    padding: 8px 0px;
  }*/



  .aConfirmar{
    margin-top: 0px;
  }
  #howSect .partesEvento {
    max-width: 100%;
    float: none;
    padding: 0px;
    margin-top: 20px;
  }
}

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

  #salonInmobiliario{
    padding-top: 100px;
  }
/*  .salonInmobiliario .salon {
    padding-top: 130px;
  }*/
  /*.solidario .siTeApasiona {
    background-repeat: no-repeat;
    background-size: cover;
  }*/

  .flotante .listado{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .flotante .listado .unidad-listado{
    margin-bottom: 80px;
  }
  .flotante .listado .unidad-listado:last-child{
    margin-bottom: 0px;
  }

  .flotante .listado .unidad-listado p{
    margin-bottom: 0px!important;
  }

  .listing {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
  }
  .col-12.checks {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /*.botones-congreso{
    flex-direction: column;
    margin-bottom: 25px;
  }
  .botones-congreso span.btn.btn-transparent-md.buy{
    width: 75%;
    margin-right: 0px!important;
  }*/

  span.btn.btn-transparent-md.buy.info{
   padding: 12px;
   width: 100%;
   max-width: 100%;
 }
 .giftable{
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
  .giftable .table1 p {
    text-align: center;
  }
  .giftable .table2 p {
    padding: 10px 20px;
    border: none;
  }

  .table2 p{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
    .salonInmobiliarioright {
    margin: 40px auto 50px auto;
  }

}

@media screen and (max-width: 650px){
/*  .video-desktop{
    display: none;
  }*/
  .video-mobile{
    display: block;
  }
}
@media screen and (max-width: 768px){
  .flotante h2 {
    line-height: 23px;
  }
  .flotante .listado .unidad-listado img{
    max-width: 200px;
  }
  .section.schedule .unidad-tips{
    padding: 15px 0px;
  }
/*  section.siTeApasiona{
    padding: 40px 0px 20px;
  }*/
  #video-jornada h1{
    text-align: center;
  }
  section#video-jornada{
    padding: 40px 0px;
  }
  section#video-jornada .align-self-center{
    margin-bottom: 30px;
  }
  section.salonInmobiliario
  /*, section#congreso*/{
    padding-top: 0px;
  }
  section.salonInmobiliario h2
  /*, section#congreso h2*/{
    color: white;
    font-weight: bold;
    text-align: center;
  }
}

.btn{
  white-space: unset!important;
}

.fixed-top{
  z-index: 3!important;
}
@media (min-width: 1220px){
  .salte br {
    display: none;
  }
}
@media (min-width: 1105px){
  br.hour {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1105px){
  .flotante .listado .unidad-listado:last-child h5 {
    margin: 2% auto 55px;
  }
}
