
@font-face {
    font-family: 'Silent Reaction';
    src: url('../fonts/Silent_Reaction.eot?#iefix') format('embedded-opentype'), url('../fonts/Silent Reaction.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}


body > div.bootbox.modal.fade.show > div > div > div.modal-header > button{
  order: 1;
}
@media(min-width: 720px){
    .Gean{
      max-width: 900px;
  }
}
.header-event-title {
    font-family: "Silent Reaction";
    font-size: 50px;
  }
.h1-title-inverse{
  color: #4f4f4f !important;
  }
  .header-Fondo{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*padding: 0 0 200px 0;*/
  }
  h1 {
      font: 30px/1.0em "Poppins", Helvetica, Arial, sans-serif;
      color: white !important;
    }

.divTextBlowButtons{
  margin: auto;
}

.border{
  border: 2px solid red !important;
}
.pointer:hover{

  text-decoration:  underline !important;
  cursor: pointer;
  color: #0056b3 !important;
}
.btn-gestion{
  color: white;
  font-weight: 600;
  text-decoration: underline;
}
.header-bg-image, .hidden-lg, .hidden-md, .hidden-sm{
  background-color: rgba(0, 0, 0, 0);
  background-position: 0% 0%, center center;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll; 
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1)), url(); 
  background-size: cover; 
  background-origin: padding-box, padding-box; 
  background-clip: border-box, border-box;
}

/*mapa inicio*/

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  max-height: auto;
}

.btn-call-header{
  padding-top: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  /*top: 50%;*/
  width: auto;
  padding: 16px;
  
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.3);
  color: white !important;
  margin-top: -50px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #808e95;
  font-size: 2em;
  font-weight: 600;
  font-style: underline;
  width: 100%;
  text-align: center;
}
.text-title{
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    color: grey;
    font-weight: 600;
    margin: auto;
}

.line-text-title{
  width: 200px !important;
}

.demo{
	box-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
    margin: 5px;
    width: 120px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*mapa fin*/

.tree-legend {
    position: absolute;
    left: 20px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #fff;
    font-family: Arial !important;
    top: 100px;
    width: 280px;
}

.img-logo-marca {
    max-height: 150px;
    width: auto !important;
}

#main-browser{
  background-color: #FFFFFF;
}

#nav-web-main-alt{
  background-color: black;
}

#nav-web-main-alt > div{
  margin: auto;
  padding-top: 20px;
}
@media(min-width: 720px){
  #nav-web-main-alt > div{
    margin: auto;
    padding-top: 50px;
  }
}

#nav-web-main-alt > div > img{
  width: 280px;
}
@media(min-width: 720px){
  #nav-web-main-alt > div > img{
  width: auto;
}
}

#nav-web-main-alt > div > h2{
  color: white;
  font-size: 1.5rem;
}

#btn-call{
  max-width: 250px;
  width: 100%;
  margin-top: .7em;
  margin-bottom: .7em;
}


#contact-info{
  margin: 3em auto;
}

#direction-map{
  margin: 3em auto;
}

#slider-img{
    margin: 3em auto;
}

#call-me{
      height: 10em;
}
#event-info {
  margin-top: 80px;
}
#event-info > div{
  margin: auto;
}

#event-info > div > p > span{
  font-weight: bold;
}

#contact-info > div{
  margin: auto;
}

/*hr{
  border: 2px solid #2ecc71;
  width: 150px;
}*/

footer{
   background-color: #efefef;
   text-align: center;
   bottom: 0;
   padding: 15px;
   margin-top: 1em;
}
footer > div{
  margin: auto;
}
footer > div > p{
  margin-bottom: 0px;
  font-size: .8em;

}
footer > div > p > a{
  color: grey;
  font-weight: 400;
}
footer > div > #drop_out a{
  color: grey;
  font-weight: 400;
}

/* Estilos de botones */

.container-btn{
  display: flex;
  flex-wrap: nowrap;
}

#container-btn-float{
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 0px;
    width: 300px;
    height: 62px;
    z-index: 5;
  margin-right: 0;

}


.btn-whatsapp{
  margin-left: 5em;
  width: 3em;
}


.btn-phone{
  width: 3em;
  margin-left: 5px;
}

.btn-whatsapp:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.5s
  }

  .btn-phone:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.5s
  }

 .btn-baja{background: rgba(0,0,0,0) !important; color: gray !important}


  .text-phone{
    display: none;
  }

  .text-whatsapp{
    display: none;
  }
#btn-up{
  position: fixed;
  bottom: 20px;
  top: auto;
  left: : 15px;
  margin-left: 15px;
  z-index: 99999;
  display: none;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; 

}

  @media (min-width:710px){
    #container-btn-float{
            margin-right:4em;
        width: 250px;
        height:80px;

    }
    .text-phone{
      display: inline-block;
      font-size: 1em;
      /*padding: 5px;*/
      text-align: center;
      /*margin-left: 5px;*/
    }

    .text-whatsapp{
      display: inline-block;
      font-size: 1em;
      /*padding: 5px;*/
      text-align: center;
      margin-left: 5em;
    }
   /* .contenedor-telefono{
      margin-left: 164px;
    }*/

/*       .btn-whatsapp{
          display: none;
       }


       .btn-phone{
          display: none;
       }*/

  }
  .containar-language{
    margin: 0 0 0 auto;
  }

  .imgLanguage{
    width: 24px;
  }
.separator{
    border: 2px solid #2ecc71;
    width: 115px;
    margin-top: 8px;
  }
@media (min-width: 720px){
  .row{
    margin-left: -15px !important;
  }
}
.span-text-whatsapp{
    background: #28a840;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
.span-text-telefono{
    background: #6640a0;
    color: white;
    padding: 5px;
    border-radius: 4px;
}
.header-event-dealer{
  font-family: sans-serif;
  color: white;
  font-style: italic;
  text-transform: none;
  font-size: 20px;
  margin-top: 10px !important;
}
.footer-logo{
  margin-bottom: 50px;
}
@media(min-width: 720px){
  .footer-logo{
    margin-bottom: auto;
  }
}
.ws-title{
  position: relative;
  background: none;
  color:black;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  bottom: 50px;
  top: auto;
  opacity: 1;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}
@media (min-width: 720px){
  .ws-title{
    position: absolute;
    background: none;
    color:black;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    bottom: 50px;
    top: auto;
    opacity: 1;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
  }
}
#form-group, #te-llamamos{
/*  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;*/
  max-width: 250px;
  margin: auto;
}
/*formulario*/
@media (min-width: 720px){
  .modal-dialog {
    max-width: 650px;
  }
}
#mainF{ 
  width:100%; 
  margin: 0px auto; 
  border:solid 1px #b2b3b5; 
  -moz-border-radius:10px; 
  padding:20px; 
  background-color:#f6f6f6;
}
#headerF{ 
  border-bottom:solid 1px #b2b3b5; 
  margin: 0 0 20px 0; 
}
fieldset { 
  border:none;
}
@media(min-width: 720px){
  fieldset{
    max-width: 100% !important;
  }
}
legend { 
  font-size:18px; 
  margin:0px; 
  padding:10px 0px; 
  color:#b0232a; 
  font-weight:bold;
}
label { 
  display:block; 
  margin:15px 0 5px;
}
.Datos, .DatosCoche{ 
  width:300px; 
  padding:5px; 
  border:solid 1px #000;
}
.prevF, .nextF { 
  background-color:#b0232a; 
  padding:5px 10px; 
  color:#fff; 
  text-decoration:none;
}
.prevF:hover, .nextF:hover { 
  background-color:#000; 
  text-decoration:none;
}
.prevF { 
  float:left;
}
.nextF { 
  float:right;
}
#steps { 
  list-style:none; 
  width:100%; 
  overflow:hidden; 
  margin:0px; 
  padding:0px;
  text-align: center;
}
#steps li {
  font-size:30px; 
  float:left;
  padding:10px; 
  color:#b0b1b3;}
#steps li span {
  font-size:11px; 
  display:block;
}
#steps li.current { 
  color:#000;
}
#makeWizard { 
  background-color:#b0232a; 
  color:#fff; 
  padding:5px 10px; 
  text-decoration:none;
  font-size:18px;
}
#makeWizard:hover { 
  background-color:#000;
}
.StepCommands, .StepCommandsSend{
  margin-top: 16px !important;
}
.StepCommandsSend{
margin: 15px;
}
.StepList{
  padding-right: 0px;
  padding-left: 0px;
}
@media(min-width: 720px){
  .StepList{
    max-width: 350px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#lblContacto, #lblWhatsapp, #lblEmail{
  display: inline-flex;
}
.pTelefono, .pWhatsapp, .pEmail{
  margin-left: 10px;
}
.header-h1{
  color: #efefef;
  padding-top: 10px;
}
/*.modal-backdrop-v2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}
*/
.modal-backdrop{
    z-index: 0 !important;
  }