.the_grades h1 {
  margin-bottom: 0;
  line-height: inherit;
}
body {
	font-variant-ligatures: none;
}
.component .the_grades{
  background-color:#fff;
}
.the_grades .select2-container {
  max-width: 300px;
}
.the_grades .tabs_wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
.the_grades .component-dropdown-1 {
  display: none;
}
.drives-list, .for-body, .for-body-content, .for-drive, .for-drive-content, .for-grade-content {
  display: none;
}
.drives-list.active, .for-body.active,
.for-drive.active, .for-drive-content.active, 
.for-grade-content.active, .for-body-content.active {
  display: block;
}
.for-drive-content {
  clear: both;
}
.grades-feat-title {
  text-align:center; 
  margin-top: 15px;
  letter-spacing:.2em;	
}
.the_grades .component-accordion-1 > li, 
.the_grades .component-accordion-2 > li, 
.the_grades .component-accordion-4 > li,
.the_grades .component-accordion-3 > li {
  margin-bottom: 0;
}
.the_grades .tabs__list, .the_grades-block .tabs__list {
  text-align: center;
	position: relative;
}
.for-grade-content{
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.for-grade-content img {
  width: 100%;
  /*width: 80%;*/
}
.for-drive{
  clear: both;
}
.grades-li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: rgb(170, 170, 170);
  text-decoration: none;
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  font-size: 13px;  
}
.grades-li.active {
  pointer-events: none;
}
.grades-li a {
  display: block;
  color: rgb(170, 170, 170);
  padding: 10px 30px;
  cursor: pointer;
  margin-bottom: 2px;
}
.grades-li.active a{
  color: #101010;
}
.grades-li div {
  height: 1.5px;
    background-color: #e7e7e7;
    animation: intro 1.0s;
}
.grades-li.active div {
  height: 3px;
  background-color: #91172e;
}

@media (min-width: 768px){
  .the_gallery h1 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    line-height: 32px;
    line-height: 3.2rem;
  }  
  .features-h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .small-h1 {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: inherit;
    display: inline;
  }
  .large-h1 {
    margin-bottom: 0.8rem;
  }
  .for-grade-content .cta-container a {
    width: 200px;
  }
  .for-grade-content .grid-col-medium-4 {
    padding-left: 15px;
  }
  .grades-content {
    display:flex;
    align-items: center;
  }
  
  .grades-content-img {
    padding: 20px;
  }
}
.grades-title-items{
  margin: 10px 0;
}
.grades-main-items{
  margin: 15px 0;
  border-bottom:1px solid #ccc;
  max-width: 250px;
  /*margin:0 auto;*/
  padding-bottom: 15px;
}
@media (max-width: 767px){
  .the_gallery h1 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .features-h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    line-height: 21px;
    line-height: 2.1rem
  }
  .grades-title-items {
    margin: 5px auto 10px auto;
  }
  .grades-main-items {
    margin: 0 auto 10px auto;
  }
  .for-grade-content .cta-container {
    text-align: center;   
  }
  .for-grade-content .cta-container a {
    width: 250px;
  }
  .the_grades .tabs_wrapper ul {
    display: none;
  }
  .the_grades .component-dropdown-1 {
    display: block;
    text-align: center;
  }
  
  .the_grades .title-generic-b {
    font-size: 20px !important;
  }
  .the_grades .p-generic-b-c-upp {
    font-size: 13px;
    /*font-family: "InterstateRegular", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  }
  .the_grades .grid-col-medium-8 {
    text-align: center
  }
  .the_grades img {
    width: 90%;
  }
  .the_grades .subtitle-generic {
    font-size: 20px;
  }
  .the_grades .p-generic {
    /*font-family: "InterstateRegular", helvetica, arial, sans-serif;*/
    font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  }
  .the_grades .mdp-flexiblecontent-md-bg__header-primary * {
    letter-spacing: 0;
    padding: 0 7%;
  }
  .the_grades .component-accordion-1 > li, 
  .the_grades .component-accordion-2 > li, 
  .the_grades .component-accordion-4 > li,
  .the_grades .component-accordion-3 > li {
    border: none;
    padding: 0 7%;
  }
  .the_grades .component-accordion-2 > li:first-child button {
    border-top: 1px solid #e7e7e7;
    
  }
}

#bodyLi{
      display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: rgb(170, 170, 170);
    text-decoration: none;
    margin: 0px 1em;
}

#sectionGrades{
    
    display:flex;
      justify-content: center;
      align-items: center;
  }

#bodyLi a{
      
    font-size: 13px !important;
    color: rgb(170, 170, 170);
    
}

#gradesLi{
      display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: rgb(170, 170, 170);
    text-decoration: none;
    margin: 0px 1em;
}


#gradesLi a{
      
    font-size: 13px !important;
    color: rgb(170, 170, 170);
    
}



#gradesLiContent{
      display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: rgb(170, 170, 170);
    text-decoration: none;
    margin: 0px 1em;
}


#gradesLiContent a{
      
    font-size: 13px !important;
    color: rgb(170, 170, 170);
    
}

.inputContorno:focus{
  outline:0;
}
.grades-main .gradescontainimage{
  width: 100%;
  height: auto;
  padding: 20px;
}

.grades-main .gradescontainimage img{
  width: 100%;/*width: 85%;*/
  float: right;
}

.component-accordion .item-content .body b {
  color:#000;
}
.component-accordion .item-content .body{
  color:#bcbcbc;
}
.mdp-navigation-general{
  border-bottom: 1px solid #d5d5d5;
  /*max-height: 64px;*/
  position: relative;
  width: 100%;
  z-index: 3;
  background-color: #f5f5f5;
  padding: 20px
}

.mazda-nav-bym {
  background-color: #f5f5f5;
  bottom: 0;
  color: #ffffff;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%; 
  padding: 25px 30px 0;
  z-index:-1;}
  .mazda-nav-bym a:hover, .mazda-nav-bym a.active {
    color: #000; }
  .mazda-nav-bym .container {
    max-width: 1218px; }
    .mazda-nav-bym .container--full-width {
      margin: 0 auto;
      width: 620px;
      padding: 0; }
    .mazda-nav-bym .container--bottom-padding {
      padding-bottom: 92px; }
  .mazda-nav-bym__terms-list {
    display: block;
    margin: 0 auto;
    clear: both;
    height: 30px;
    position: relative; }
    .mazda-nav-bym__terms-list-item {
      font-size:  15px;
      font-size:  1.5rem;
      color: #999999;
      cursor: pointer;
      display: block;
      float: left;
      /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
      font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
      height: 18px;
      letter-spacing: .2em;
      line-height: 18px;
      padding: 0 12px;
      position: relative;
      text-transform: uppercase; }
.mazda-nav-bym__terms-list-item a {
color: #999;}
      .mazda-nav-bym__terms-list-item::after {
        background-color: #999;
        content: '';
        display: block;
        height: 11px;
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px; }

      .mazda-nav-bym__terms-list-item:first-child {
        padding-left: 0; }
      .mazda-nav-bym__terms-list-item:last-child::after {
        display: none; }
  
  
  @media (max-width: 1130px) {
    .mazda-nav-bym {
      height: auto; }
      }
  @media (max-width: 1080px) {
    .mazda-nav-bym__list-container.grid-col-large-2:nth-child(4) {
      width: 19%; }
    .mazda-nav-bym__list-container.grid-col-large-2:nth-child(5) {
      width: 16%; } }
  @media (max-width: 979px) {
    .mazda-nav-bym {
      height: auto; }
      .mazda-nav-bym__terms-list {
        height: 27px; }
    }
  @media (max-width: 767px) {
    .alturaMenu.mdp-navigation-global__flydown-menus.mdp-navigation-global__flydown-menus-3.show {
      padding-top: 0px;
    }
    .mazda-nav-bym {
      height: auto;
      /*min-height: 876px;*/
      position: relative; }
        .mazda-nav-bym__terms-list::after {
          clear: both;
          content: '';
          display: block;
          height: 1px;
          position: relative;
          width: 1px; }
        .mazda-nav-bym__terms-list-item {
          height: 26px;
          line-height: 26px;
          padding: 0 12px; }
          .mazda-nav-bym__terms-list-item span {
            display: none; }
          .mazda-nav-bym__terms-list-item::after {
            top: 7px; }
       }
    @media screen and (max-width: 767px) {
      .mazda-nav-bym .social .social-label {
        display: none; }
        .mazda-nav-bym .social .social-label + .social-icon {
          padding-left: 0; } }
  .mazda-nav-bym .social .social-link span {
    position: absolute;
    visibility: hidden; }
  .mazda-nav-bym .social .social-link::before {
    font-size:  18px;
    font-size:  1.8rem; }

@media screen and (max-width: 767px) {
  .mazda-nav-bym .component-navigation-1 li {
    border-bottom: 0; } }
.bym-main .bymcontainimage{
  width: 100%;
  height: auto;
  padding: 20px;
}

.bym-main .bymcontainimage img{
  width: 100%;
  float: right;
}
.content-bym, .content-bym-03{
  background-color: #fff;
  padding: 20px;
}
.content-bym ul.tabs__list li{
width: 30%;
vertical-align: top;
}
.content-bym ul.tabs__list li.dos{
width: 30%;
padding: 70px 0 0 0;
}
.content-bym ul.tabs__list li a img{
width: 100%;
height: auto;
opacity: 0.4;

transition: opacity .5s cubic-bezier(.86,0,.07,1);
transition-property: opacity;
transition-duration: 0.5s;
transition-timing-function: cubic-bezier(.86,0,.07,1);
transition-delay: 0s;
}
.content-bym ul.tabs__list li.active a img, .content-bym ul.tabs__list li a img:hover{
opacity: 1;
}
.content-bym ul.tabs__list li a{
float: left;
width: 100%;
}
.content-cta-bym{
  padding: 25px 8%;
}
.content-cta-bym .cta-container{
  float: right;
}

.content-cta-bym .cta-container a{
  margin: 0 0 0 20px;
}
.switch-field {
  /*font-family: "Interstate", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
  padding: 40px;
  overflow: hidden;
  float: left;
}
.switch-field-left{
  float: left;
}
.switch-field-right{
  float: right;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: auto;
  background-color: #fff;
  color: #bababa;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #f5f5f5;
  color:#000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 2px 0 0 2px;
}

.switch-field label:last-of-type {
  border-radius: 0 2px 2px 0;
}
.prep-container{
  width: 24%;
  float: left;
  margin: -20px 0 0 6%;
}
.prep-container img{
  width: 50%;
  float: left;
}
.prep-container .cost-bym{
  width: 25%;
  float: left;
  margin:8% 0 10% 14px;
}
.cta-summary a{
  margin: 0 15px 15px 0;
}
.cta-summary a.mail-cont{
  color:#000;
}
.cta-summary a.icn-summ{
  background: url(img/send.svg) no-repeat 0;
  background-size:40px auto;
  padding: 0 0 15px 40px;
  margin: -5px 5% 0;
}
.cta-summary a.icn-down{
  background: url(img/down.svg) no-repeat 0;
  background-size:40px auto;
  padding: 0 0 15px 40px;
  margin: -5px 0 0 0;
}

.content-grades .tabs_wrapper .content-head-body{
  /*background-color: #f00;*/
  width:50%;
  margin:0 0% 0 ;
  float: left;
}
.tabs_wrapper [id*="tabs_grades_"]{
  text-align: center;
  /*margin: 17px;*/
}
.tabs_wrapper [id*="tabs_grades_"] .tabs__list li{
  display: inline-block;
  color: #999;
  border-bottom: #e7e7e7 1px solid;
  position: relative;
}

.tabs_wrapper [id*="tabs_grades_"] .tabs__list li a{
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 30px;/*padding: 10px 52px;*/
}
.tabs_wrapper [id*="tabs_grades_"] .tabs__list li.active a{
  color:#101010 !important;
}

.tabs_wrapper [id*="tabs_grades_"] .tabs__list li.active .tabs__active-line{
  height: 3px;
  background-color: #91172E;
  position: relative;
  z-index: 0 !important;
  animation: intro 1.0s}@keyframes intro{from{opacity:0; width: 0px;} to{opacity:1; width: 100%;}}
.tabs_wrapper [id*="tabs_grades_"] .tabs__list .tabs__inactive-line{
  height: 1px;
  background-color:  #91172E;
  position: relative;
}

#tabs_grades_1_content{
  /*background-color: #f00;*/
  width:40%;
  /*margin:0 2% 0 ;*/
  float: left;
}

.tabs_wrapper [id*="tabs_grades_1_body"]{
  text-align: center;
  margin: 17px;
}

.tabs_wrapper [id*="tabs_grades_1_body"] .tabs__list li{
  display: inline-block;
  color: #999;
}

.tabs_wrapper [id*="tabs_grades_1_body"] .tabs__list li a{
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0px px;/*padding: 0px 52px;*/
}

.tabs_wrapper [id*="tabs_grades_1_body"] .tabs__list li.active a{
  color:#101010;
}

#tabs_grades_1_body_content, 
#tabs_grades_1_body_1_content,
#tabs_grades_1_body_3_content
{ 
  position: relative;
  /*left: -154%;*/
  /*width: 300%;*/
  text-align: center;
  /*margin: 40px 0 0 0;*/
}


#tabs_grades_1_body_content .tab_content,
#tabs_grades_1_body_1_content .tab_content,
#tabs_grades_1_body_3_content .tab_content{
  margin: 40px 0 0 0;
}
.tabs_wrapper [id*="tabs_grades_1_"] .tabs__list li{
  display: inline-block;
  color: #999;
}
.tabs_wrapper [id*="tabs_grades_1_"] #tabs_grades_1_grade .tabs__list li a{
  /*font-family: "InterstateBold", helvetica, arial, sans-serif;*/
  font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 52px;
}
.tabs_wrapper [id*="tabs_grades_1_"] #tabs_grades_1_grade .tabs__list li.active a{
  color:#101010;
}


.title_margin{
  margin-top: -35px !important;
    padding-bottom: 35px;
}

.color_a{
  text-decoration: none;
    color: black;
}

.grades-title-items_grades{
  text-align: center !important;  
}

@media screen and (min-width: 1024px) {
/*Add Mirum*/
  #bodyContent{
    margin-top: 2%;
  }
  
  #driverContent{
    margin-top: 2%;
  }
  
}

@media screen and (max-width: 1023px) {
/*Add Mirum*/
  
  #bodyContent{
    margin-top: -5%;
  }
  
  #driverContent{
    margin-top: -5%;
  }
}

@media screen and (max-width: 767px) {
/*Add Mirum*/
  
  .grades-main .gradescontainimage img{
    width:100%;
  }
  #tabs_grades_1_body_content{
      left: 0;
      width: auto;
  }
  
  .tabs_wrapper [id*="tabs_grades_"] .tabs__list li a{

    padding: 10px 14px;/*padding: 10px 52px;*/
  
  }
  .title_section{
    margin-bottom:-15%;
  }
  
  #bodyContent{
    margin-top: 5%;
  }
  
  #driverContent{
    margin-top: 5%;
  }
  
  #sectionGrades{
    
    display:block;
      justify-content: center;
      align-items: center;
  }
	.the_grades{
	background-color:#fff;}
	
  .gradescontainimage img{
    padding-bottom:40px;
  }
}
.the_grades .tabs__active-line, .the_grades-block .tabs__active-line {
	position: relative;
	width: 0;
	height: 2px;
	background: #101010;
	transition: left 1s, width 1s, background 250ms;
}
.the_grades .tabs__inactive-line, .the_grades-block .tabs__inactive-line {
	position: relative;
	width: 0;
	height: 1px;
	background: #e7e7e7;
	transition: all 1s;
}
.the_grades .tabs__list-contain {
	position:relative;
}

.titulo-container {
  padding-bottom: 45px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.titulo-container h4 {
	margin: 0;
}
.titulo-container p {
	padding-top: 20px;
}
.titulo-container.Black, .container--full-width.Black {
	background-color: #101010;
	color: white;
}
.fw-text-container {
	text-align:center;
	margin: 20px 0 30px 0;
}
.fw-text-container > img {
  max-width: 100%;
}
.itf-mobile .container134 a, .itg-fix a{
	color: #101010;
}
.itf-mobile .container134.Gray.Light, .itf-mobile .container134.Gray.Light .slide {
	background-color: #f5f5f5;
}
.mfc-lightgray .mde-feat-cat, .mfc-lightgray .component-tabs-1 {
	background-color: #f5f5f5;
}
.mde-hero__description--pre h4, 
.mdp-flexiblecontent-tout--divider__header-primary h4,
.basic-text-nav__list h3, 
.the_grades .p-generic-b-c-upp,
.component-modal__copy__content > h2 .sub-tittle, 
.titulo-shop
{ 
	font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;
}
.titulo-container p,
.mdp-flexiblecontent-tout--full-width__header-primary h3,
.mdp-flexiblecontent-md-bg__header-primary h4{
  font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
}
.title-generic-c + header.p-small-generic-c,
.tout--description.tout--description--offer > .cta-container > .p-generic{
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
}
.mdp-flexiblecontent-lg-bg__header-primary h4 {
	font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
}
.title_component,
#mainTitleText,
.title_page, 
.title-generic-b, 
.mdp-flexiblecontent-md-bg__header-primary .title-generic
{
	font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
	font-weight: normal;
}
.title_component > h1,
#mainTitleText > h1,
.title_page > h1, 
.title-generic-b > h1, 
.mdp-flexiblecontent-md-bg__header-primary .title-generic > h1
{
	font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
	font-weight: normal;
}
.quote-height-fix p:first-child
{
	font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
}
.st-container .pretitle_component {
	font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
	margin-top: 10px;
}
.alturaMenu.mdp-navigation-global__flydown-menus.mdp-navigation-global__flydown-menus-3.show {
    padding-top: 25px;
}
#alldiv.contentInfo .subtitle-generic, #eventsdiv.contentInfo .subtitle-generic, #newsdiv.contentInfo .subtitle-generic, #newsItem .layoutforNews .subtitle-generic {
    margin-bottom: 15px;
	font-size: 17px;
}
#generalNews .p-generic-b-upp {
	padding-bottom: 14px;
    display: block;
}

.fullwithcentered {
	padding-bottom: 23px
}
.fullwithcentered .sub-section-heading {
	font-family: "MazdaTypeTT-Bold", helvetica, arial, sans-serif;	
}

.quote_title {
	text-align: center;
    font-size: 18px;
}

.quote_text {
	text-align: center;
	font-size: 11px;
}

.fs_text p {
	text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.img_text_hover > div:hover .cta-3 .cta-state-0 {
	margin-bottom: 3px;
}
.hero-features li:hover .cta-3 .cta-state-0{
  padding-bottom: 1px;
}
/* Centra el video del modal en el home*/
.video-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
#play-pause {
  right: 8%; 
}
@media screen and (max-width: 400px) {
  .mde-hero__description--title > h1,
  .mde-hero__description--title > h2,
  .mde-hero__description--title > h3,
  .mde-hero__description--title > h4,
  .mde-hero__description--title > h5,
  .mde-hero__description--title > h6,
  .mde-hero__description--title > p {
    font-size:11vw !important;
  }
}
@media screen and (max-width: 1200px) {
  #play-pause {
    right: 10px;
  } 
}
.ihavereadandagreetotermsconditions > div > span.field-validation-error2 {
  padding-top: 30px;
}
.easy-autocomplete.eac-square > .easy-autocomplete-container{
  width: 85% !important;
}
.full-w-list .easy-autocomplete.eac-square > .easy-autocomplete-container{
  width: 100% !important;
}
.container--full-width.no-gutter > .grid-row .grid-row{
  margin-bottom: 0px;
}

#fakeDealer{
  margin-bottom: 0px;
}

#fakeDealer + .easy-autocomplete-container{
  width: 100%!important;
  left: 0px;
}
.sitemapTittle{
  font-family: "MazdaTypeTT-Medium", helvetica, arial, sans-serif;
}
.sitemapItem{
  font-family: "MazdaTypeTT-Regular", helvetica, arial, sans-serif;
}
/* Required outline box pseudo element for firefox*/
.formatoNumero:required{
  outline:none;
  box-shadow: none;
}
@media screen and (max-width: 450px){
  .title-generic-b{
    margin: 0 15px;
  }
  .p-generic-b{
    margin: 0 15px;
  }
}