@font-face {
    font-family: 'nexa_boldregular';
    src: url('./fonts/nexa_bold-webfont.eot');
    src: url('./fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/nexa_bold-webfont.woff') format('woff'),
         url('./fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('./fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('./fonts/nexa_light-webfont.eot');
    src: url('./fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/nexa_light-webfont.woff') format('woff'),
         url('./fonts/nexa_light-webfont.ttf') format('truetype'),
         url('./fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('./fonts/proximanova-reg-webfont.eot');
    src: url('./fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/proximanova-reg-webfont.woff') format('woff'),
         url('./fonts/proximanova-reg-webfont.ttf') format('truetype'),
         url('./fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('./fonts/proximanova-sbold-webfont.eot');
    src: url('./fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/proximanova-sbold-webfont.woff') format('woff'),
         url('./fonts/proximanova-sbold-webfont.ttf') format('truetype'),
         url('./fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'space_ageregular';
    src: url('./fonts/space_age-webfont.eot');
    src: url('./fonts/space_age-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/space_age-webfont.woff2') format('woff2'),
         url('./fonts/space_age-webfont.woff') format('woff'),
         url('./fonts/space_age-webfont.ttf') format('truetype'),
         url('./fonts/space_age-webfont.svg#space_ageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('./fonts/nexa_bold-webfont.eot');
    src: url('./fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/nexa_bold-webfont.woff') format('woff'),
         url('./fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('./fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('./fonts/nexa_light-webfont.eot');
    src: url('./fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/nexa_light-webfont.woff') format('woff'),
         url('./fonts/nexa_light-webfont.ttf') format('truetype'),
         url('./fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
    font-family: 'nexa_lightregular';
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}


a:active, a:focus {
 outline: none;
 ie-dummy: expression(this.hideFocus=true);
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}




input[type='button']{
  border: 1px solid #444444;
  outline: none;
  background-color: #ffffff;
  font-family: Arial;
  padding: 2px 15px 2px 15px;
  cursor: pointer;
}

textarea{ resize:none;  outline: none;  }

input{
  outline: none;
}

img{
  border: 0px;
}

a{
  text-decoration: none;
}

.table { display: table; width: 100% }
.tr  { display: table-row; }
.td { display: table-cell; text-align: left;}





.nav-brand{

  padding: 0px;
  position: absolute;
}

.navbar-default{
  background-color: transparent  !important;
}



.navbar{
  margin-bottom: 0px !important;
  z-index: 1000;
}

body, html{
  background-color: #ffffff !important;
  line-height: 1.42857 !important;
}

.carousel-controlDest {
  padding-top:9%;
  width:5% !important;
}




.txtContacto{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #4d4d4d !important;
    text-transform: none !important;
    line-height: 23px;
    padding-right: 15px;
    padding-left: 15px;
}

.rowColor:nth-child(odd){
  padding: 30px 0px;
  background-color: white !important;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}


.rowContacto input, select, textarea{
  padding: 10px;
  border: 1px solid #FFE11F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;

}

.rowContacto select{
  color: #919191
}

.rowContacto textarea{
  color: #919191;
  min-height: 314px;
}


.panel {
 display: inline-block;
 margin:  .5em;
 padding:  0;
 width:98%;
 overflow: hidden;
 cursor: pointer;
}

.panel img{
 max-width: 100%;
}


/* Isotope Transitions
------------------------------- */

.cl{
  overflow: hidden;
}

.isotope,
.isotope .cl {
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .cl {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}




.titMenuPlato{
    font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  color: #FF4020
}

#homeDiv1{
  display: block;
  position:  relative;
  width: 100%;
  padding: 0px;
  background: url('../images/splash-cover.jpg') no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 56.25%;
}

#homeDiv2{
  position:  relative;
  min-height: 200px;
  width: 100%;
  padding: 0px;
  background: url('../images/splash-speaker-david-allen.jpg') no-repeat center ;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 28.125%;
}

#homeDiv3{
  position:  relative;
  min-height: 200px;
  width: 100%;
  padding: 0px;
  background: url('../images/splash-amsterdam.jpg') no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 28.125%;
}

.efectoHome{
  transform: scale(1.05, 1.05);
  transition: all 1s ease 0s;
}

.efectoHome:hover {

    transform: scale(1.00, 1.00);
    transition: all 1s ease 0s;
}

h1{
    font-family: 'proxima_nova_rgregular';
    font-size: 53px;
    color: #ffffff !important;
    padding-top: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: normal !important;
}

h2{
    font-family: 'proxima_nova_rgregular';
    font-size: 24px;
    color: WHITE !important;
    font-weight: normal !important;
}

h3{
    font-family: 'nexa_lightregular';
    font-size: 53px;
    color: #ff4020 !important;

    font-weight: bold !important;
}

h3.modal-title{
    font-family: 'nexa_lightregular';
    font-size: 20px;
    color: white !important;
    font-weight: bold !important;
    line-height: 25px;
}

h4{

    font-size: 15px;
    color: white;
    font-weight: normal !important;
    line-height: 18px;
}

h5{
    font-family: 'proxima_nova_rgregular';
    font-size: 53px;
    color: #ff4020 !important;
    padding-top: 0px;
    font-weight: normal !important;
}

h6{

}

hr{
    background: url("../images/hr.svg") no-repeat scroll center center / contain transparent;
    border: medium none;
    height: 12px;
    margin: 1.5em 0 0;
    width: 100%;
}

hr.hr2{
    background: url("../images/hr-tint.svg") no-repeat scroll center center / contain transparent;
    border: medium none;
    height: 12px;
    margin: 1.5em 0 0;
    width: 100%;
}

.txtInfo{
  padding-top: 20px;
  width: 50%;
  text-align: left;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

.txtInfoGT{
  padding-top: 20px;
  width: 50%;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}
.franjaHome{
  position: relative;
  background:   url("../images/bg-quote.jpg") repeat fixed 0 0 / cover  #444;
  min-height: 200px;
  margin: 0px 0px 0px 0px;
}


.franjaHome .imgPela{
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 10%;
  min-width: 200px;

}

.franjaHome h4{
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 20px;
  font-size: 20px;
}

.containerSpeakers h3{
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 0.15em;
    font-size: 14px;
    margin: 50px 0px 20px 0px;
}

.containerSpeakers a{
    display: block;
    margin: 20px 0px;
    color: #999;
    font-size: 0.9em;
}

.containerSpeakers{
  width: 60%;
}




.button{
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid white;
  cursor: pointer;
  margin: 0 auto;
}

#divSocialLarge{
    background-color: #0090D5;
    min-height: 80px;
    height: auto;
    max-height: 160px;
    text-align: center;
    font-family: 'bebas_neue_regularregular';
    color: WHITE;
    font-size: 40px !important;
    letter-spacing: 0.06em !important;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
}

#divSocialLarge a{
    font-family: 'bebas_neue_regularregular';
    color: #111;
    letter-spacing: 0.06em;
    text-decoration: none
}

#divSocialLarge2{
    background-color: #999999;
    min-height: 75px;
    height: auto;
    max-height: 160px;
    text-align: center;
    font-family: 'bebas_neue_regularregular';
    color: #FFFFFE;
    font-size: 40px !important;
    letter-spacing: 0.06em;
    overflow: hidden;
    text-align: center;
}

#divSocialLarge2 a{
    font-family: 'bebas_neue_regularregular';
    color: #FFFFFE;
    letter-spacing: 0.06em;
    text-decoration: none
}

.marquee {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'proxima_nova_ltsemibold';
  line-height: 80px;
  width: 100%;
  overflow: hidden;
  background: url('../images/dot.png') repeat-x;
}


#sendNews{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 0px !important;
}

.btnVerMasHome2{
    font-family: 'nexa_lightregular';
  margin: 0px !important;
  margin-left: 0px !important;
  background-color: #FF0000 !important;
  border: 1px solid #FF0000 !important;
  font-weight: bold;

}

.btnVerMasHome2:hover, .btnVerMasHome:active{
  background-color: #B20000 !important;
}

.btnVerMasHome{
    font-family: 'nexa_lightregular';
  margin: 0px !important;
  margin-left: 0px !important;
  background-color: #0379BB !important;
  border: 1px solid #0379BB !important;
  font-weight: bold;

}

.btnVerMasHome:hover, .btnVerMasHome:active{
  background-color: #025A8D !important;
}

#div1{
  position: relative;
  background: url('../images/bg1.jpg') repeat;
  min-height: 100vh !important;
  background-size:  auto 100%;
  background-position: center center;
}

#div2{
  position: relative;
  background: url('../images/bg2.jpg') repeat;
  min-height: 90vh !important;
  background-size: cover;
}

#div3{
  position: relative;
  background: url('../images/bg3.jpg') repeat;
  min-height: 100vh !important;
  background-size: cover;
}

#div4{
  position: relative;
  background: url('../images/bg4.jpg') repeat;
  min-height: 100vh !important;
  background-size: cover;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.burbuja{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}

.blur{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: url('../images/bgMenuM.png') repeat;
}

.burbujaReal{
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -400px;
  width: 80%;
  max-width: 800px;
  z-index: 9990;
  background-color: #111111;
  border: 1px solid white;
  min-height: 200px;
}

.closeBubble{
  position: absolute;
  top: -21px;
  right: -21px;
  z-index: 9995;
  cursor: pointer;
}

.videoReel{
    width: 100%;
    max-width: 700px;
    height: 354px;
}

.errorShow{
  display: none;
  position: relative;
  background-color: #FF4020;
  color: white;
  text-align: center;
  margin: 10px;
  padding: 10px;
  height: auto;
}

#btnIngresar{
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999;
  cursor: pointer
}

.mainEvent{
  width: 250px;
  position: absolute;
  top: -70px;
  right: 0px;
  z-index: 998;
}

.kooza{
  width: 150px;
  position: absolute;
  bottom: 10px;
  left: 240px;
  z-index: 998;
}

.containerVideoReel iframe{
  width: 700px;
  height: 400px !important;

}

.revolution{
  font-size: 18px;
  font-family: 'proxima_nova_ltsemibold';
}

.bannerL1{
  background-color: black;
  margin-top: 110px;
  margin-bottom: 20px;
  height: 100px;
  width: 100%;
}

.bannerL2{
  background-color: black;
  margin-top: 00px;
  margin-bottom: 14px;
  height: 95px;
  width: 100%;
}

.bannerL3{
  background-color: black;
  margin-top: 00px;
  margin-bottom: 14px;
  height: 150px;
  width: 100%;
}
.bannerL4{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 150px;
  width: 100%;
  background: url('../images/adds/96952794132330970-Grande.png') no-repeat center center;
}


#divBuscar{
  position: relative;
  margin-top: -90px;
  z-index: 999;
}

#buscador{
  position: relative;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  background-color: #262626;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
}

.buscadorTop{
  position: relative;
  width: auto;
  padding: 10px 20px;
  margin-bottom: 0px;
  background-color: #262626;
  display: table;
  color: #fff;
  font-family: 'nexa_boldregular';
  font-size: 15px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

}

.dropM{
  background-color: white;
  position: absolute;
  z-index: 9999999;
  top: 60px;
  width: 100%;
  display: none;
}

#buscador .form-control:first-child{
  font-family: 'nexa_lightregular';
  font-weight: bold;
  color: #111;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #111;
  border-bottom: 0px solid #111;
  box-shadow: none;
}

#buscador .form-control{
  font-family: 'nexa_lightregular';
  font-weight: bold;
  color: #111;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #111;
  box-shadow: none;
}

.form-controlSelDiv{
    position:  relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 60px;
    border: 0px solid #eeeeee;
    overflow: hidden;
    background: url('../images/selEstile.png')  no-repeat 98% center;
    vertical-align: top;
    background-color: white;
    padding: 2px 7px 7px 15px;
    color: #a1a1a1;
    cursor: pointer;
    line-height: 25px;
    border-right: 1px solid #000;
}
.form-controlSelDiv select{
    font-family: 'nexa_lightregular';
    font-weight: bold;
    color: #111;

    width: 150% !important;
    border: 0 !important;
    height: 60px;
    background: transparent;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    position: absolute;
    top: 0px;
    left: 15px;
}



.form-controlSelDv{
    font-family: 'nexa_lightregular';
    font-weight: bold;
    color: #111;
    width: 150% !important;
    border: 0 !important;
    height: 60px;
    background: transparent;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    position: absolute;
    top: 0px;
    left: 15px;
    line-height: 60px;
    cursor: pointer;
    padding-left: 15px;
}

.form-controlSel:focus{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-color: #ccc !important
}


.ribbon {
	position: relative;

	margin-right: 10px;
	margin-left: 10px;
	padding: .75em 1.25em .75em .75em;
	border-radius: .5em;
	background-color: #0090D5;

	color: #fff;
    font-size: 18px;
    font-family: 'proxima_nova_ltsemibold';
	width: auto;
}

.titH1{
	color: #0379BB;
    font-size: 25px;
    font-family: 'proxima_nova_ltsemibold';
	width: auto;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;

}


.titH1.titSSS{
	color: #fff !important;
    font-size: 23px;
    background-color: #0580b9;
    font-family: 'Arial';
	width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px  !important

}


.txtSSS img{
    width:  auto;
    max-width: 100%;
    text-align: center;
    padding: 0px 30px 30px 30px;

}
 .txtSSS{
         font-family: 'Arial' !important ;
 }

.txtSSS strong b {
  color:  #0580B9 !important;
}

.txtSSS ol li {counter-increment: li}

.txtSSS ol{
    margin-top: 20px;
    list-style: none
}
.txtSSS ol li::before {
    content: counter(li) ;
    color: #0580B9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-family: Arial;
  font-size: 18px;


  }


.txtSSS ol li {
  font-size: 18px;
}

.txtSSS ul{
    margin-top: 20px;
    list-style: none;
}
.txtSSS ul li {
  font-size: 18px;
}

.txtSSS ul li:before { /* the custom styled bullets */
  background-color: #0580B9;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}


.btn-danger{
  background-color: #025A8D;
}

.btn-danger:hover{
  background-color: #025A8D;
}
.btn-danger:active{
  background-color: #025A8D;
}
.btn-danger:focus{
  background-color: #025A8D;
}




.moduloAuto{
  position: relative;
  width: 100%;
  min-height: 123px;
  cursor: pointer;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  margin-bottom: 20px;
  border: 1px solid #E2E2E2
}


.moduloAutoTxt1{
  font-family: 'nexa_boldregular';
  font-size: 15px;
  color: #4D4D4D;
  text-transform: uppercase;
  word-wrap: break-word
}

.moduloAutoTxt2{
    font-family: 'nexa_lightregular';
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
  line-height: 10px;
  text-transform: uppercase;
}


.moduloAutoTxt3{
    font-family: 'nexa_lightregular';
  font-weight: normal;
  font-size: 13px;
  color: #4D4D4D;
}


.moduloAutoTxt4{
    font-family: 'nexa_lightregular';
  font-weight: normal;
  font-size: 13px;
  color: #4D4D4D;
}


.moduloAutoTxt5{
  font-family: 'nexa_boldregular';
  font-size: 15px;
  color: #0379bb;
}


.btn-danger{
  background-color: #0095da;
  border: 0px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 5px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

.btnConsultar{
  font-family: 'nexa_boldregular';
  width: 100%;
  background-color: #0095da;
  border: 0px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.btn-danger:hover{
  background-color: #0379BB;
}

.franjaAll{
  position: absolute;
  top: 10px;
  left: -4px;
  z-index: 999;
}

.navFoot{
  font-size: 13px !important;

}

.navFoot li a{
  font-size: 15px !important;
  padding: 0px 15px 30px 0px !important;
}

.titHorario{
  background-color: #ff0000;
  text-align: center;
  color: white;
  font-family: 'nexa_boldregular';
  padding: 3px 6px;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}


.mobFix{
  display: none;
}


#imageSh{
    position:relative;

}


.fotoChange{
  cursor: pointer;
}

#financiacion{
  width: 329px;
  height: 78px;
  background: url('../images/cuotas.png') no-repeat;
  background-size: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
#financiacion{
  width: 100%;
  height: auto;
  min-height: 78px;
  max-height: 150px;
  background: none;
  background-size: 100%;
  position: relative;
  margin-top: 0px;
  background-color: #0090D5;
  padding: 10px 3px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: -1px 0 8px 2px #808080;
}

#financiacionTxt1{

  font-family: 'nexa_boldregular';
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}

#financiacionTxt2{

  font-family: 'nexa_boldregular';
  color: #ffffff;
  font-size: 17px;
  text-align: center;

}

#financiacionTxt3{
  width: 100%;

  position: relative;
  font-family: 'nexa_boldregular';
  color: #fff;
  font-size: 8px;
  text-align: center;
}

#financiacionTxt4{
  font-family: 'nexa_boldregular';
  color: #636363;
  font-size: 9px;
  text-align: left;
}

.titH1FI{
  font-size: 22px !important;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 22px;
}

.modal-header{
  background-color: #0379BB;
  border-bottom: 0px;
}

.modal-body {
    padding: 0px;
    position: relative;
}

.modal-header .close {
    color: white !important;
    font-size: 40px;
    line-height: 30px;
    opacity: 1 !important;
}

#addLong1{
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: 25px
}

.modal{
  overflow-y:visible !important;
}
.colAuto{
  padding: 5px;
}

.modal-open{
 overflow: visible !important;

}

.img-responsiveShow{
  height: auto !important;
  max-height: 100vh !important;
  margin: 0 auto !important;
}


.splashOut{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 99999988;
}

.overlay{
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 99999989;
  background-color: #111;
  opacity: 0.3;
}

.splashIn{
  position: relative;
  text-align: center;
  z-index: 99999991;
  margin-top: 7vh;
}

.tiempo{
  position: absolute;
  text-align: right;
  z-index: 99999992;
  font-size: 40px;
  color: white;
  text-shadow:1px 1px 3px #808080;
width: 100vw;
height: 100vh;
padding-right: 30px;
}

.listaBuscadosBtns{
  padding: 150px 30px;
  text-align: center;
  background: url('../images/auto1.jpg');
  background-size: cover;
  background-position:  center center;
  opacity: 1;
  position: relative;
}

.listaBuscadosBtnsOver{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-color: #000;
  opacity: 0.8;
  z-index: 10
}

.listaBuscadosBtnsContent{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  z-index: 15
}

.listaBuscadosBtnsContent a{
 margin-bottom: 30px !important;
 display: inline-block;
}

.bg-btnVerMasHome{
position: absolute;
bottom: 15%;
left: 38vw;
 border: 1px solid #0082d2 !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
font-size: 20px;
 color: #0082d2 !important;
 text-transform: uppercase !important;
 padding: 10px 100px !important;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;

}

.bg-btnVerMasHome:hover{

 border: 1px solid #0082d2 !important;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

 color: #000 !important;
 text-transform: uppercase !important;
 padding: 10px 100px !important;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;


}

.divPublicarAhora{
background: url('https://autobiliaria.com/images/banvende.png');
height: 500px;
background-size: cover;
background-position: center center;
text-align: center;
position: relative !important;

}

.bg-btnVerMasHome22{
 padding: 10px 35px !important;
 border: 1px solid #ffffff !important;
 background-color: transparent !important;
 color: #ffffff !important;
 text-transform: uppercase !important;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.bg-btnVerMasHome22:hover{

 background-color: #0082d2 !important;
 color: #ffffff !important;
 text-transform: uppercase !important;
}

.wpBTN{
    display: none;
}


.select2-container--open .select2-dropdown {
    left: 0;
    margin-top: 30px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #adadad;
    border: 1px solid #aaa;
    border-radius: 4px;
    border: 0px !important;
    height: 80px;
    line-height: 80px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px !important;
    border: 0px !important;
    background: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}


.selectIn .form-controlSelDiv .select2-container {

    padding: 20px !important;
    font-weight: bold !important;
}

.divPublicarAhoraBTN{
    position: relative;
    margin-top: 400px;
}


.didSectionsHomeLinks{
    background: url('../images/BG-mosaico.jpg') no-repeat top center;
    padding: 30px;
    background-size: cover 
}

.didSectionsHomeLinksDVS {

    text-align: center;
    height: 270px;
    line-height: 270px;
    cursor: pointer;
    margin-top: 20px;
}

.didSectionsHomeLinksDVS:hover > img{
    transform: scale(1);
  transition: all 200ms ease 0ms;
}

.didSectionsHomeLinksDVS img{
    width: auto;
    transform: scale(0.9);
    max-width: 90% !important;
    margin: 0 auto;
}


.dvSeguro{
    background: url('../images/ima-seguro.jpg') no-repeat center center;
}

.dvFinanciacion{
    background: url('../images/ima-finan.jpg') no-repeat center center;
}

.dvAgenda{
    background: url('../images/ima-agenda.jpg') no-repeat center center;
}

.dvConsignacion{
    background: url('../images/ima-consignacion.jpg') no-repeat center center;
}


/*SCREEN*/
@media (min-width: 768px){


.navbar .navbar-nav {
  font-family: 'nexa_boldregular';
  display: inline-block;
  float: right;
  vertical-align: top;
  padding-top: 10px;
  font-size: 15px;
  color: white !important;
  text-transform: uppercase;
}


.moduloAutoImg{
  position: relative;
  width: 100%;
  height:  auto !important;
}

.moduloAutoSldImg{
  cursor: pointer;
  width: 100%;
  height: 150px;
}

.revolution h1{
  font-size: 30px;
}

#div1 h1{
  margin-top: 105px;
}


#registrerNow{
  position: relative;
  background:   url("../images/visual-speakers.jpg") no-repeat fixed 0 0 / cover  #444;
  min-height: 200px;
  margin: 0px 0px 0px 0px;
  line-height: 200px;
}

.widthAncho{
  width: 60%;
}

#logoOk{

  margin-top: 5px;
}

.navbar .navbar-collapse {
  text-align: left;
  padding-left: 0px !important;
}

.panel-default{
  width: 345px !important;
}


.navbar-defaultBG{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0095da+0,0673a4+44,0c526e+100 */
background: #0095da; /* Old browsers */
background: -moz-linear-gradient(left,  #0095da 0%, #0673a4 44%, #0c526e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0095da 0%,#0673a4 44%,#0c526e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0095da 0%,#0673a4 44%,#0c526e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0c526e',GradientType=1 ); /* IE6-9 */

  padding: 5px;
  height: 40px;
}

.navbar-nav{

}

.navbar-default{

}

.navbar-fixed-top{

}

.carousel-inner > .item > img {
   margin: 0 auto;

}

.carousel-inner img{
  margin: 0 auto;

}

.navbar-header {

}

.stMenu a{
   padding-right: 0px;
   margin-right: 0px;
   color: #ffffff !important;
   text-shadow: none !important;
}

.stMenu a:hover{
   text-decoration: none !important;
}

.nav > a:hover,
.nav > a:focus {
  background-color: inherit !important;
}

.barraNav{
  position: absolute;
  top: 10px;
  right: -3px;
  font-size: 20px;
  color: white;
}


.navFooter li a{
    font-family: 'proxima_nova_rgregular'  !important;
    font-size: 16px;
    color: white !important;
    padding-right: 0px
}



#contactoEnviar{
  text-align: right;
}


#mapaSucHome{
  width: 100%;
  height: 500px;
  border-top: 1px solid #a90e08;
  border-bottom: 1px solid #a90e08;
}

#btnContactoEnviar{
  position:  absolute;
  top: -54px;
  right: 15px;
}

}

@media (max-width: 1199px){
.divPublicarAhora{
background: url('https://autobiliaria.com/images/banvende.png');
height: 400px;
background-size: cover;
background-position: center center;
text-align: center;
position: relative !important;

}

.divPublicarAhoraBTN{
    position: relative;
    margin-top: 320px;
}

.bg-btnVerMasHome{
position: absolute;
bottom: 14%;
left: 35vw;
}

.bannerL4{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 100px;
  width: 100%;
  background: url('../images/adds/96952794132330970-Grande.png') no-repeat center center;
  background-size: auto 100%;
}

.mainEvent{
  width: 230px;
  position: absolute;
  top: -70px;
  right: 0px;
  z-index: 998;
}


.colAuto{
  padding: 5px;
}

}

@media (max-width: 992px){
.divPublicarAhora{
background: url('https://autobiliaria.com/images/banvende.png');
height: 300px;
background-size: cover;
background-position: center center;
text-align: center;
position: relative !important;

}
.divPublicarAhoraBTN{
    position: relative;
    margin-top: 220px;
}

.bg-btnVerMasHome{
position: absolute;
bottom: 9%;
left: 35vw;
}
.mainEvent{
  width: 120px;
  position: relative;
  top: 0px;
  right: 0px;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 30px;
  z-index: 998;
}

.revolution h1{
  font-size: 30px !important;
}

.stMenu a{
  padding-right: 5px;
    font-size: 12px;
    color: #ffffff !important;
    text-shadow: none !important;
}

 h1{
    font-size: 50px !important;
 }


.burbujaReal{
  position: absolute;
  top: 150px;
  left: 0px !important;
  margin-left: 5%;
  width: 90%;
  max-width: 800px;
  z-index: 9990;
  background-color: #111111;
  border: 1px solid white;
  min-height: 200px;
}

#logoOk{
  max-width: 200px;
  height: auto;
  margin-top: 7px;
}

.colAuto{
  padding: 5px;

}


}

/*MOBILE*/
@media (max-width: 768px){
.divPublicarAhoraM{
background: url('https://autobiliaria.com/images/banvendem.png');
background-size: 100% auto;
background-position: center center;
text-align: center;
position: relative !important;
background-repeat: no-repeat;
margin-top: 30px;

}


.divPublicarAhoraMBTN{
    position: relative;
    margin-top: 250px;
    max-width: 90%;
    margin-bottom: 30px;


}
.wpBTN{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 9999999 !important;
}
.wpBTN img{
    width: 50px;
    height: 50px;

}

.splashIn{
  margin-top: 0px;
}
#addLong1{
  position: relative;
  width: 100%;
  height: auto;

}

.addChico{
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.moduloAutoSldImg{
  cursor: pointer;
  width: 100%;
  height: auto;
}
.bannerL4{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 70px;
  width: 100%;
  background: url('../images/adds/96952794132330970-Grande.png') no-repeat center center;
  background-size:  100% auto;
}
#btnModalConModal{
  width: 100% !important;
}

h3.modal-title{
    font-family: 'nexa_boldregular';
    font-size: 15px !important;
    color: white !important;
    font-weight: normal !important;
    line-height: 25px;
}

.modal-content {
    margin-top: 80px;

}
  .navbar .navbar-nav{
    color: #025A8D !important;
  }

.titH1FI{
  font-size: 16px !important;
  margin-top: 15px;
}

#financiacion{
  width: 100%;
  height: auto;
  min-height: 78px;
  max-height: 150px;
  background: none;
  background-size: 100%;
  position: relative;
  margin-top: 0px;
  background-color: #0090D5;
  padding: 10px 3px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

#financiacionTxt1{

  font-family: 'nexa_boldregular';
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}

#financiacionTxt2{

  font-family: 'nexa_boldregular';
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

#financiacionTxt3{
  width: 100%;

  position: relative;
  font-family: 'nexa_boldregular';
  color: #fff;
  font-size: 8px;
  text-align: center;
}

#financiacionTxt4{
  font-family: 'nexa_boldregular';
  color: #636363;
  font-size: 9px;
  text-align: left;
}
.fotoChange{
  width: 32%;
  display: inline-block;
  margin-top: 10px !important;
}

.titH1{
	color: #0379BB;
    font-size: 20px;
    font-family: 'proxima_nova_ltsemibold';
	width: auto;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;

}
.navHorDv{
  text-align: center !important;
}

.navFootDv{
  display: none !important;
}

#divBuscar{
  margin-top: 20px;
  padding: 5px;

}

.mobFix{
  margin-top: 30px;
  display: block;
}

#btnMenuMovil{
  color: white !important;
}

#logoOk{
  max-width: 180px;
  height: auto;
  margin-top: 10px;
}

.btn-danger{
  background-color: #0095da;
  border: 0px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;

-moz-border-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;

border-radius: 5px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;

}

.navbar-defaultBG{
  z-index: 9999999 !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0095da+0,0673a4+44,0c526e+100 */
background: #0095da; /* Old browsers */
background: -moz-linear-gradient(left,  #0095da 0%, #0673a4 44%, #0c526e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0095da 0%,#0673a4 44%,#0c526e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0095da 0%,#0673a4 44%,#0c526e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0c526e',GradientType=1 ); /* IE6-9 */

  padding: 5px;
  height: 40px;
}

.dropM{
  background-color: white;
  position: relative;
  z-index: 9999999;
  top: 0px;
  width: 100%;
  display: none;
}


.moduloAutoTxt1{
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.moduloAutoTxt2{
  line-height: 13px;
  margin-bottom: 3px;
}

.moduloAutoTxt4{
  line-height: 15px;
}

.moduloAutoTxt5{
  font-size: 13px;
  margin-top: 3px;
}

.colAuto{
  padding: 5px;
}

#caruselDiv1{
  padding: 0px !important;
  margin-top: 10px !important;
  width: 100% !important
}

.containerVideoReel iframe{
  width: 700px;
  height: auto !important;

}
.mainEvent{
  width: 120px;
  position: relative;
  top: 0px;
  right: 0px;
  left: 50%;
  margin-left: -60px;
  margin-bottom: 30px;
  z-index: 998;
}

.frmTrabaja{
  width: 200px !important;
}

h1{
    font-family: 'space_ageregular';
    font-size: 35px !important;
    color: #ffffff !important;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: normal !important;
}

h2{
    font-family: 'nexa_boldregular';
    font-size: 14px;
    color: white !important;
    font-weight: normal !important;
}

h3{
    font-family: 'space_ageregular';
    font-size: 35px;
    color: #ff4020 !important;
    padding-top: 0px !important;
    font-weight: normal !important;
    word-wrap: break-word;
}

h4{
    font-size: 14px;
    color: white;
    font-weight: normal !important;
    line-height: 18px;
}

h5{
    font-family: 'space_ageregular';
    font-size: 25px;
    color: #ff4020 !important;
    padding-top: 20px;
    font-weight: normal !important;
    word-wrap: break-word;
}

.videoReel{
    width: 100%;
    max-width: 800px;
    height: auto;
}

.txtInfoGT{
  padding-top: 20px;
  width: 95%;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}

.txtInfoGT ul{
  margin-left: 0px;
  padding-left: 0px;
}

.franjaHome h4{
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.txtInfo{
  padding-top: 20px;
  width: 98%;
  text-align: center;
  font-size: 16px;
}

.franjaHome .imgPela{
 display: none;

}


.navbar .navbar-collapse {
  position: relative;
  text-align: center;
  padding-left: 0px !important;
  z-index: 9999999999;
}

.navbar-fixed-top{
  display: block !important;
}



.nav-brand img{
  height: 40px;
  margin: 5px 5px 5px 10px;
}




.imgSocial img{
  width: 50px;
}

.carousel-innerM img{
  margin: 0 auto;

}


.carousel-controlDestM {
  padding-top: 30%;
  height: 100%;
  width:5%;
}

.navbar-toggle .icon-bar {
   border: 1px solid  #FFFFFF !important;
   color: #FFFFFF !important;
}
.navbar-toggle{
   border-color: white !important;
   margin-top: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
   background-color: inherit !important;
   border-color: #fff !important;
}


.stMenu  a{
  font-family: 'nexa_boldregular';
    font-size: 16px;
    color: #0379BB !important;
    text-shadow: none !important;
    display: block !important;
    border-bottom: 1px solid #919191;
    line-height: 35px;
}

.stMenu  a:hover{
  font-family: 'nexa_boldregular';
    font-size: 16px;
    background-color: #0379BB !important;
    color: #fff !important;
    text-shadow: none !important;
    display: block !important;
    text-decoration: none !important
}


.stMenu{
  background-color: #fff;
  background-image: none;
  color: #0379BB !important;
  font-family: 'nexa_boldregular';
  margin: 0;

}


.navbar-ex1-collapse{
  background-color: white;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit !important;
}


.rowContacto{
  text-align: center !important;
}

#contactoEnviar{
  text-align: center;
}


.panel {
 display: inline-block;
 margin: .5em 0px;
 padding:  0;
 width:98%;
 overflow: hidden;
}

.panel-default{
  width: 100% !important;
}

.containerSpeakers{
  width: 90%;
}

.widthAncho{
  width: 100% !important;
}

ol{
   padding-left: 15px;
   margin-left: 0px;
}

ol li{
   padding-left: 0px;
   margin-left: 0px;
}

.tituloContacto{
  font-size: 20px;
}

#owl-example img{
  height: 200px;
}

#registrerNow{
  position: relative;
  background:   url("../images/visual-speakers.jpg") no-repeat fixed 0 0 / cover  #444;
  min-height: 100px;
  margin: 0px 0px 0px 0px;
  line-height: 200px;
}

.revolution h1{
  font-size: 20px !important;
}


.burbujaReal{
  position: absolute;
  top: 80px;
  left: 0px !important;
  margin-left: 5%;
  width: 90%;
  max-width: 800px;
  z-index: 9990;
  background-color: #111111;
  border: 1px solid white;
  min-height: 200px;
}

#btnIngresar{
  position: absolute;
  top: 15px;
  right: 50%;
  z-index: 999;
  margin-right: -60px;
  cursor: pointer
}
.moduloAutoImg{
  position: relative;
  width: 100%;
  max-width: 200px;
}
.listaBuscadosBtns{
  padding: 60px 20px;
  text-align: center;
  background: url('../images/auto1.jpg');
  background-size: cover;
  background-position:  center center;
  opacity: 1;
  position: relative;
}

}


