/*-------------------------------------------------------------------------------------
Servicio y garantia
-------------------------------------------------------------------------------------*/
.w-100 {
    width: 100% !important;
}
#map-api {
    width: 100%;
    height: 500px;
}
#product #box-map .module-title .title_block {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
	font-family: Poppins;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.43rem;
    letter-spacing: .16rem;
    text-align: center;
    color: #222222;
    position: relative;
    padding-bottom: 18px;
}
#product #box-map .results {
  margin-top: 50px;
      max-height: 635px;
    overflow-y: scroll;
}
#product #box-map .results .margin-d {
  margin-bottom: 30px;
}

#product #box-map .results span {
  font-family: Poppins;
  color: #4c4c4c;
  font-size: .875rem;
  letter-spacing: 0.04375rem;
  font-weight: 400;
}

#product #box-map .results .titlep {
  letter-spacing: 0.04375rem;
  color: #1a1a1a;
  font-weight: 600;
}
#product #box-map  .results .title {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4375rem;
  letter-spacing: 0.005rem;
}
#product #box-map  .results .span-mb {
  display: block;
  margin-bottom: 3px;
}
#product #box-map  .results a {
  font-family: Poppins;
  font-weight: 300;
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.04375rem;
  font-weight: 400;
}

#product #box-map .parrafo2 {
  font-family: Poppins;
  color: #4c4c4c;
  margin-top: 65px;

}

#product #box-map .parrafo2 .title-p2 {
  color: #1a1a1a;
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: .04375rem;
  line-height: 1.4375rem;
  text-align: left;
}

#product #box-map .parrafo2 p {
  font-size: .875rem;
  letter-spacing: .04375rem;
  line-height: 1.4375rem;
  margin-bottom: 25px;
}

#product #box-map .parrafo2 p span {
  color: #ed1c24;
  font-weight: bold;
}

#product #box-map .parrafo2 .title-p2-box {
  margin-bottom: 20px;
}
 #product #box-map .info-map{
     
    padding-top: 50px;
    padding-bottom: 50px;
 }


@media (min-width: 200px) and (max-width:460px){
    
    #product #box-map .parrafo{

       text-align: justify;
    }
    #product #box-map .parrafo h4{
    
       text-align: center;
    }
    
    #product #box-map .margin-d{
       
           text-align: center;
    }
    #product #box-map .results{
    
       padding-bottom:50px;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }
    
    
}

@media (min-width: 200px) and (max-width:575px){
    #product #box-map .results{
    
       padding-bottom:50px;
      
    }
}


.info-map col-sm-4 {
    max-height: 796px;
    overflow-y: auto;
}

.d-flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}

.tox-notification.tox-notification--in.tox-notification--warning {
  display: none;
}
/*-------------------------------------------------------------------------------------
fin Servicio y garantia
-------------------------------------------------------------------------------------*/