/* 

  ##Device = All
  ##Screen = Styles will be apply for all resolutions
*/

/* CSS */
.imagen_styles {
  object-fit: cover;
}

.title_contact h1 {
  color: #012E40;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  font-family: FordAntennaCondBold;
  line-height: normal;
  letter-spacing: 1.8px;
  padding-top: 2.625rem;
  padding-bottom: 4rem;
}

.information-person {
  padding-top: 3.188rem;
}

.person-name  {
  color: #1F3750;
  font-family: FordAntennaCondBold;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 0 !important;
}

.cont-adress {
  color: #1F3750;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: FordAntennaLight;
  letter-spacing: 1.1px;
  margin-bottom: 0 !important;
}

.cont-number a {
  text-decoration: none;
  color: #1F3750;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  font-family: FordAntennaLight;
  line-height: normal;
  letter-spacing: 1.1px;
  margin-bottom: 0 !important;
}






/* 
  ##Device = Desktops large
  ##Screen = 1920px to higher resolution desktops
*/

@media (min-width: 1920px) {

  /* CSS */
  .dealer_info {
    padding-left: 12rem;
    padding-right: 12rem;
    padding-bottom: 2.5rem;
  }

  .imagen_styles {
    object-fit: cover;
    aspect-ratio: 1.5;
    max-width: 394px;
    max-height: 222px;
  }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to 1919px
*/

@media (min-width: 1281px) and (max-width: 1919px) {

  /* CSS */
  .dealer_info {
    padding-left: 12rem;
    padding-right: 12rem;
    padding-bottom: 2.5rem;
  }

  .imagen_styles {
    object-fit: cover;
    aspect-ratio: 1.5;
    max-width: 394px;
    max-height: 222px;
  }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1000px) and (max-width: 1280px) {

  /* CSS */
  .dealer_info {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;

  }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 999px) {

  /* CSS */

  .imagen_styles {
    width: 100% !important;
    height: auto !important;
  }

  .dealer_info {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

  /* CSS */
  .imagen_styles {
    width: 100% !important;
    height: auto !important;
  }

  .dealer_info {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

  /* CSS */
  .title_contact h1 {
    color: #012E40;
    text-align: center;
    font-family: FordAntennaCondBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: auto;
    padding-bottom: 2rem;
  }

  .dealer_info {
    padding-left: 0;
    padding-right: 0;
    margin: auto;

  }
}