/* 
    Created on : 15 ene 2025, 2:34:44 p. m.
    Author     : horacio
*/
.container {
  max-width: 100%;
}

.ymh-wr-splash h1 {
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.checkbox label {
    color: #646464;
}

body,
.ymh-wr-form2,
.ymh-wr-form2 h3,
.ymh-wr-form2 form
{
    font-family:"Montserrat",sans-serif;
}

    
.ymh-wr-splash img.triyear,
img.triyear1
{
    width: 100px;
    margin-top: 1em;
}

img.triyear1 
{
    margin-top: 7em;
}

.ymh-wr-price-container {
    color: #646464;
    font-size: 3rem;
    margin-left: 0;
    padding-left: 0;
}


.ymh-wr-ficha-col-2 h2 {
    font-size: 6rem;
    margin: 0 0 1rem;
}

#yamaha_musica p {
    color: black; 
    font-weight: 700; 
    text-transform: uppercase; 
    font-size: 1.25rem; 
    width: max-content; 
    margin: 0 auto 1rem; 
    border-bottom: 1px solid #cdcdcd; 
    line-height: 2;
}

#yamaha_musica img {
    width: 130px;
}

@media(min-width: 992px){

    .ymh-wr-splash picture{
        margin: auto;
        display: block;
        width:500px;

    }
    
    .ymh-wr-splash h1 {
        font-size: 90px;
        margin: 0 0 8px;
    }
    
    
}

@media(max-width: 991px){
  .navbar-brand>img {
    width: 125px !important;
}

    .ymh-wr-splash picture{
        margin:2.5rem 0 0;
        width:75px
    }
    
    .ymh-wr-splash h1 {
        font-size: 50px;
        margin: 0 0 8px;
    }

    .ymh-wr-splash img.triyear{
        width: 50px;
    }

    .ymh-wr-ficha-col-2 h2 {
        font-size: 4rem;
        margin-bottom: .5rem;
        margin-left: 0;
        padding-left: 0;
    }
    
    .ymh-wr-price-container {
        font-size: 2rem;
        margin-left: 14px;
    }
    
    #yamaha_musica p {
        font-size: 1.125rem; 
        margin: 0 auto .9rem; 
    }
    
    
    #yamaha_musica img {
        width: 100px;
        margin-bottom: 2.5rem;
    }    
    
    
    
    
}


/* Modales */


.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
    color: #646464;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* Modal info */
.fb-container.ymh-modal-concesionarios.fancybox-content {
  padding: 0px !important;
}
.fb-body .container-fluid {
  padding: 0 !important;
}
.ymh-modal-concesionarios-col-1 {
  text-align: center;
}
.ymh-modal-concesionarios-col-1 img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ymh-modal-concesionarios-col-2 h3 {
  margin: 0 auto 1rem;
  color: #ec1d25;
  font-weight: 700;
}
.ymh-modal-concesionarios-col-2 p {
  font-size: 2rem;
  line-height: 1.2;
  color: gray;
  margin-bottom: 2rem;
}
.ymh-modal-concesionarios-list {
  list-style: none;
  padding: 0;
}
.ymh-modal-concesionarios-list li {
  display: flex;
  align-items: center;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 1rem;
}
.ymh-modal-concesionarios-list li i, .ymh-modal-concesionarios-list li svg {
  margin-right: 1rem;
  color: #ec1d25;
}
.ymh-modal-concesionarios .fa-phone {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/phone.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px !important;
  display: block;
}
.ymh-modal-concesionarios-list li a, .ymh-modal-concesionarios-list li span {
  color: gray !important;
}
.ymh-modal-concesionarios-list li a, .ymh-modal-concesionarios-list li i, .ymh-modal-concesionarios-list li span, .ymh-modal-concesionarios-list li svg {
  display: inline-block;
}
.ymh-modal-concesionarios .fa-desktop {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/desktop.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px;
  display: block;
}
.ymh-modal-concesionarios .fa-envelope {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/envelope.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px;
  display: block;
}
.ymh-modal-concesionarios .w-100 {
  width: 100% !important;
  display: block;
  float: left;
  margin: 1rem 0;
}
.ymh-modal-concesionarios h4 {
  color: #ec1d25;
  font-weight: 700;
  text-transform: uppercase;
}
.ymh-modal-concesionarios-col-3 span {
  color: gray;
  text-transform: uppercase;
}
.ymh-modal-concesionarios h4 {
  color: #ec1d25;
  font-weight: 700;
  text-transform: uppercase;
}
.ymh-modal-concesionarios-capacitacion {
  display: inline-block;
  vertical-align: top;
}
.ymh-modal-concesionarios-col-5 .ymh-modal-concesionarios-capacitacion {
  margin-right: 3rem;
}
.ymh-modal-concesionarios-col-5 p {
  font-size: 16px;
  color: gray;
}
.ymh-modal-concesionarios-col-5 ul {
  list-style: none;
  padding: 0;
}
.ymh-modal-concesionarios-capacitacion ul li {
  display: inline-block;
  font-size: 16px;
  color: gray;
}
.ymh-modal-concesionarios-vende-item {
  display: inline-block;
  text-align: center;
  margin-right: 4rem;
}
.ymh-modal-concesionarios-vende-item img {
  min-width: 39px;
  margin-right: 0 !important;
}
.ymh-modal-concesionarios-vende-item span {
  display: block;
}
.fancybox-close-small {
  position: absolute;
  top: 1em;
  right: .5em;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px / 30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: #555;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2;
}
@media (min-width: 992px) {
  .ymh-modal-concesionarios {
      max-width: 50% !important;
  }
}
.ymh-modal-concesionarios {
  margin: 0 !important;
}
.ymh-modal-concesionarios .fb-body {
  margin: 0 !important;
  padding: 2.5rem 1.75rem;
  border-bottom: 3.5rem solid #ec1d25;
}
@media (max-width: 991px) {
  .ymh-modal-concesionarios-col-1 img {
      margin-bottom: 2.5rem !important;
  }
}
.ymh-modal-concesionarios .fa-whatsapp-square {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/whatsapp.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px;
  display: block;
}
.ymh-modal-concesionarios .fa-facebook {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/facebook.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px;
  display: block;
}
.ymh-modal-concesionarios .fa-instagram {
  background: url(https://yamaha-motor.com.ar/bundles/frontend/img/iconos/modal/instagram.svg) no-repeat center center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  margin: 5px;
  display: block;
}
.ymh-modal-concesionarios {
  font-size: 14px;
  line-height: 1.42857143;
  color: #424242;
}
@media (max-width:991px) {
  #map {
    width: 100% !important;
    max-width: 100% !important;
    height: 75vh !important;
  }
  
  .ymh-wr-splash-row img {
      margin:auto;
  }
  
  #inner_cabeceras_ficha {
      text-align: center;
  }

  
.ymh-wr-ficha-col-2 .nav-tabs {
	display: block;
	overflow-x:unset;

}
.ymh-wr-ficha-col-2 .nav-tabs li {
    width: 100%;

}

  
  
}