@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(../googlefonts/Roboto-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../googlefonts/Roboto-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(../googlefonts/Roboto-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../googlefonts/Roboto-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body, * {
  margin: 0px;
  box-sizing: border-box;
  font-family: 'Roboto';
}
a {
  all: unset;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
html {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
  background-color: #fff;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
i {
  color: #fff;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
}
i:before {
  width: unset;
  margin: unset;
  margin-right: unset !important;
  margin-left: unset !important;
  display: inline !important;
}
.contenedor-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  overflow-x: hidden;
}
.contenedor-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
}
.contenedor-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 200px 48px;
}
.contenedor-header > nav {
  display: flex;
  align-items: center;
  gap: 55px;
}
.nav-img {
  flex-grow: 1;
}
.nav-img :is(img) {
  width: 156px;
}
.contenedor-body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}
.banner-info {
  height: 100%;
  width: 100%;
  position: relative;
}
.banner-info :is(img) {
  object-fit: cover;
  max-width: 100%;
}
.banner-txt {
  position: absolute;
  top: 220px;
  right: 237px;
  z-index: 100;
}
.banner-txt :is(p, span) {
  font-size: 67px;
  font-weight: 400;
  color: #fff;
}
.contenedor-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 19px;
}
#btnInfo {
  width: 464px;
  height: 67px;
  background-color: #0A4F9C;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 31px;
  border: none;
  cursor: pointer;
}
.banner-txt > p > span {
  font-weight: bold;
}
#quienes-somos, #our-services, #valores-general, #marcas-auto, #domicilio, #pay {
  display: flex;
  flex-direction: column;
}
#quienes-somos {
  margin-bottom: 120px;
}
.separador {
  height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#seccion-inicial, #seccion-dos, #seccion-tres, #seccion-cuatro, #seccion-sexta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#seccion-inicial > h1, #seccion-dos > h1, #seccion-tres > h1, #seccion-cuatro > h1, #seccion-quinta > h1, #seccion-sexta > h1 {
  font-size: 35px;
  color: #000;
  padding-bottom: 5px;
}
#seccion-inicial::after, #seccion-dos::after, #seccion-tres::after, #seccion-cuatro::after, #seccion-quinta::after, #seccion-sexta::after {
  display: block;
  content: '';
  border-radius: 5px;
  width: 103px;
  background-color: #0A4F9C;
  border: 5px solid #0A4F9C;
}
#seccion-cuatro::after {
  width: 292px;
}
.contenedor-about-us {
  display: flex;
}
.contenedor-about-us picture {
  width: 100%;
  height: 100%;
}
.contenedor-about-us > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-about-us div img {
  object-fit: cover;
  height: 100%;
}
.contenedor-about-us div p {
  word-break: break-word;
  width: 534px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
#txt-us {
  background-color: #07284D;
}
#our-services {
  background-color: #A2C0E22C;
  height: 1269px;
}
#autos, .marcas, #pay {
  background-color: #FAF8F8;
}
.content-valores {
  padding: 0px 220px 90px;
  display: flex;
  gap: 126px;
  width: 100%;
  flex-direction: column;
}
.primera-fila, .segunda-fila {
  display: flex;
  width: 100%;
}
.primera-fila {
  justify-content: space-between;
}
.segunda-fila {
  justify-content: space-evenly;
}
.img-txt {
  width: min(293px, 327px);
}
.img-txt > div > h1 {
  font-size: 25px;
  color: #0A4F9C;
  font-weight: 500;
  padding-top: 32px;
  padding-bottom: 10px;
}
.img-txt > div > p {
  color: #07284D;
  font-size: 22px;
  font-weight: 400;
  word-break: break-word;
}
.marcas {
  display: flex;
  flex-direction: column;
  padding: 0px 200px 158px;
  gap: 108px;
}
.fila-autos {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.fila-autos > div {
  max-width: 304px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fila-autos > div :is(img) {
  width: min-content;
  max-width: 100%;
  object-fit: scale-down;
}
.google-maps {
  display: flex;
  padding: 0px 270px 237px;
  align-items: center;
}
.google-maps > div {
  flex: 1;
}
#div-map {
  justify-content: unset;
  padding-top: 57px;
}
.txt-map :is(p) {
  font-size: 22px;
  color: #07284D;
  font-weight: 400;
  max-width: 378px;
  word-break: break-word;
}
#btnGoogle {
  background-color: #0A4F9C;
  width: 376px;
  height: 67px;
  border: none;
  border-radius: 10px;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.mapa {
  height: 394px;
  min-width: 850px;
}
.mapa iframe {
  width: 100%;
  height: 100%;
}
.metodos-row {
  display: flex;
  justify-content: space-between;
  padding: 0px 200px 151px;
}
.metodos-row > div {
  width: 335px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.metodos-row > div > img {
  max-width: 100%;
  object-fit: cover;
}
.content-footer {
  background-color: #0A4F9C;
  display: flex;
  flex-direction: column;
  padding: 57px 200px 40px;
}
.content-footer :is(p) {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.content-footer > .content-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 108px;
}
#redes-tablet {
  display: none;
}
#sub-bottom {
  width: 100%;
  justify-content: space-between;
  /* align-items: center; */
}
.content-top > div {
  display: flex;
  height: max-content;
  gap: 10px;
}
.icons-fontello, #redes-web {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.icons-fontello > div {
  display: flex;
  align-items: center;
  /* gap: 5px; */
}
.icons-fontello > div:has(i), .icons-fontello > div:has(#horario) {
  position: relative;
}
.icons-fontello > div:has(i) > i, .icons-fontello > div:has(#horario) > img{
  position: absolute;
  left: -32px;
}
.icon-casa-ubicacion::before { 
  font-size: 28px;
}
.icon-telefono::before {
  font-size: 22px;
}
.icon-reloj::before {
  font-size: 24px;
}
.row-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.row-redes > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.row-redes i {
  color: #0A4F9C;
  cursor: pointer;
}
.row-redes i::before {
  font-size: 35px;
}
#tel {
  flex-direction: column !important;
  text-decoration: none;
}
.logo-txt {
  font-weight: 500 !important;
}
#logo-auplex {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 7px;
}
#logo-auplex > p {
  font-weight: 200;
  font-size: 15px;
}
#slider {
  padding: 10px 370px;
}
#slider > div > div > div:not(#servicios-pre) {
  gap: 97px;
}
#servicios-pre {
  gap: 48px;
}
#slider :is(h4) {
  font-size: 22px;
  font-weight: 500;
  color: #07284D;
}
.swiper {
  width: 100%;
  overflow: unset !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
  transition: all 0.4s;
}
.img-slide {
  height: 539px;
}
.swiper-slide .img-slide img {
  display: block;
  width: 100%;
  height: 539px;
  /* width: 1169px;
  height: 539px; */
  object-fit: cover;
}
.txt-slide {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.swiper-slide-next, .swiper-slide-prev {
  transition: all .4s;
  opacity: 0.5;
}
.swiper-pagination {
  padding: 87px 0px;
  position: unset !important;
}
.swiper-pagination-bullet {
  width: 57px !important;
  height: 16px !important;
  border-radius: 16px !important;
}
.swiper-pagination-bullet-active {
  background: #0A4F9C;
}
#txt-services {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  text-align: initial;
}
#fixed-whats {
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
}
.img-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  /* cursor: pointer; */
  /* width: 100%; */
  /* max-width: 1920px; */
  /* display: flex; */
  /* justify-content: flex-end; */
  right: 9%;
}
.img-fixed :is(img) {
  cursor: pointer;
}
#logo-top {
  width: 156px;
  height: 73px;
}
#logo-rm {
  width: 189px;
  height: 87px;
  margin-right: 150px;
}
.visa {
  width: 182px;
  height: 182px;  
}
.show_web {
  display: inherit;
}
.show_movil {
  display: none;
}
#nissan {
  width: 141px;
  height: 120px;
}
#toyota {
  width: 169px;
  height: 137px;
}
#ford {
  width: 226px;
  height: 90px;
}
#kia {
  width: 237px;
  height: 119px;
}
#chevrolet {
  width: 238px;
  height: 134px;
}
#pontiac {
  width: 213px;
  height: 147px;
}
#vw {
  width: 156px;
  height: 161px;
}
#honda {
  width: 186px;
  height: 118px;
}
#jeep {
  width: 248px;
  height: 119px;
}
#mazda {
  width: 132px;
  height: 142px;
}



@media (max-width: 1919px) {
  .mapa {
    min-width: 650px;
  }
}
@media (max-width: 1619px) {
  /*.contenedor-content {
    max-width: 1280px;
  }*/
  .contenedor-header {
    padding: 0px 80px 48px;
  }
  .contenedor-header > nav {
    gap: 30px;
  }
  .banner-txt {
    top: 150px;
    right: 80px;
  }
  .contenedor-about-us > div {
    width: 50%;
  }
  .contenedor-about-us div img {
    object-fit: cover;
    width: 100%;
  }
  #slider {
    padding: 10px 250px;
  }
  .swiper-slide .img-slide img {
    border-radius: 10px;
  }
  .content-valores {
    padding: 0px 140px 90px;
  }
  .img-txt > div:nth-child(1) {
    height: 101px;
  }
  .img-txt :is(img) {
    width: 40%;
    min-height: 96px;
  }
  .marcas {
    padding: 0px 100px 158px;
  }
  .google-maps {
    padding: 0px 100px 237px;
  }
  .metodos-row {
    padding: 0px 100px 151px;
  }
  .content-footer {
    padding: 57px 50px 40px;
  }
  .img-fixed {
    right: 40px;
  }
  .img-fixed :is(img) {
    height: 80%;
    width: 80%;
    object-fit: scale-down;
  }
}
@media (max-width: 1279px) {
  #our-services {
    height: 596px;
  }
  #quienes-somos {
    margin-bottom: 0px;
  }
  #toyota {
    width: 79px;
    height: 67px;
  }
  #ford {
    width: 105px;
    height: 42px;
  }
  #kia {
    width: 108px;
    height: 54px;
  }
  #chevrolet {
    width: 108px;
    height: 61px;
  }
  #pontiac {
    width: 98px;
    height: 67px;
  }
  #vw {
    width: 71px;
    height: 73px;
  }
  #honda {
    width: 85px;
    height: 54px;
  }
  #jeep {
    width: 114px;
    height: 54px;
  }
  #mazda {
    width: 60px;
    height: 65px;
  }
  .contenedor-main {
    padding-top: 18px;
  }
  .visa {
    width: 91px;
    height: 91px; 
  }
  #logo-top {
    width: 112px;
    height: 53px;
  }
  #logo-rm {
    width: 89px;
    height: 41px;
  }
  .contenedor-header {
    padding: 0px 37px 18px;
  }
  .contenedor-header > nav {
    display: none;
  }
  .separador {
    height: 163px;
  }
  .banner-txt {
    top: 74px;
    right: 72px;
}
  .banner-txt :is(p, span) {
    font-size: 25px;
  }
  #btnInfo {
    font-size: 18px;
    width: 239px;
    height: 35px;
    border-radius: 6px;
  }
  #seccion-inicial > h1, #seccion-dos > h1, #seccion-tres > h1, #seccion-cuatro > h1, #seccion-quinta > h1, #seccion-sexta > h1 {
    color: #07284D;
    font-size: 22px;
  }
  #seccion-inicial::after, #seccion-dos::after, #seccion-tres::after, #seccion-cuatro::after, #seccion-quinta::after, #seccion-sexta::after {
    width: 66px;
    border: 3px solid #0A4F9C;
  }
  #seccion-cuatro::after {
    width: 103px;
  }
  .contenedor-about-us {
    height: 311px;
  }
  .contenedor-about-us div img {
    object-fit: cover;
    height: 100%;
  }
  .contenedor-about-us div p {
    font-size: 18px;
    padding: 0px 41px;
  }
  #txt-us {
    min-width: 414px;
  }
  #slider {
    padding: 10px 150px;
  }
  .swiper-slide {
    min-width: 467px;
  }
  .img-slide {
    height: unset;
  }
  .swiper-slide .img-slide img {
    height: 100%;
    /* width: 468px; */
    height: 216px;
  }
  #txt-services {
    font-size: 18px;
  }
  .swiper-pagination-bullet {
    width: 25px !important;
    height: 7px !important;
  }
  .swiper-pagination {
    padding: 40px 0px 64px;
  }
  .primera-fila, .segunda-fila {
    flex-direction: column;
  }
  .primera-fila, .content-valores {
    gap: 68px;
  }
  .segunda-fila {
    gap: 57px;
  }
  .img-txt > div:nth-child(1) {
    height: auto;
  }
  .img-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
  }
  .img-txt > div:has(img) {
    width: 169px;
    display: flex;
    align-items: center;
  }
  .img-txt > div:last-child {
    max-width: 268px;
  }
  .img-txt :is(img) {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .img-txt > div > p {
    font-size: 18px;
  }
  .img-txt > div > h1 {
    font-size: 22px;
    padding-top: unset;
  }
  .marcas {
    padding: 75px 36px 150px;
    gap: 68px;
  }
  .fila-autos > div :is(img) {
    width: 100px;
    max-width: 100%;
    object-fit: scale-down;
  }
  #nissan{
    width: 66px;
    height: 55px;
  }
  .txt-map :is(p) {
    font-size: 18px;
  }
  #btnGoogle {
    font-size: 18px;
    width: 233px;
    height: 35px;
    border-radius: 6px;
  }
  .mapa {
    min-width: 362px;
    height: 168px;
  }
  .google-maps {
    padding: 0px 35px 110px;
  }
  .metodos-row > div {
    width: 168px;
    height: 110px;
  }
  .metodos-row > div > img {
    max-width: 50%;
  }
  #efectivo {
    width: 60px;
  }
  .metodos-row {
    padding: 0px 0px 82px;
    width: 537px;
  }
  .content-top > div {
    flex-direction: column;
  }
  .content-footer > .content-top {
    flex-direction: column;
    gap: 35px;
    padding-bottom: 69px;
  }
  #redes-web {
    display: none;
  }
  #redes-tablet {
    display: flex;
  }
  #sub-top, #sub-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    width: 100%;
  }
  #sub-top {
    align-items: flex-start;
  }
  #sub-bottom {
    align-items: center;
  }
  .content-footer {
    padding: 57px 70px 40px;
  }
  .content-footer :is(p:not(.logo-txt)) {
    font-size: 14px;
  }
  .redes-sociales {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .row-redes > div {
    height: 20px;
    width: 20px;
  }
  .row-redes i::before {
    font-size: 20px;
    display: block !important;
  }
  #logo-rm {
    width: 89px;
  }
  .img-fixed {
    right: -25px;
  }
  .img-fixed :is(img) {
    width: 66%;
    height: 100%;
  }
  #slider > div > div > div:not(#servicios-pre) {
    gap: 11px;
  }
  #servicios-pre {
    gap: 11px;
  }
  #div-map {
    justify-content: unset;
    padding-top: 14px;
  }
  .banner-info :is(img) {
    min-height: 310px;
    max-height: 350px;
    width: 100%;
  }
  .seccion6{
    height: 184px;
  }
  .contenedor-btn {
    padding-top: 10px;
  }
  #pay {
    padding-top: 10px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #pontiac {
    width: 76px;
    height: 64px;
  }
  #toyota {
    width: 129px;
    height: 56px;
  }
  #vw {
    width: 68px;
    height: 71px;
  }
  #ford {
    width: 92px;
    height: 63px;
  }
  #honda {
    width: 57px;
    height: 62px;
  }
  #jeep {
    width: 103px;
    height: 52px;
  }
  #chevrolet {
    width: 80px;
    height: 51px;
  }
  #mazda {
    width: 116px;
    height: 55px;
  }
  .img-fixed {
    right: -65px;
  }
  .img-fixed :is(img) {
    width: 50%;
    height: 100%;
  }
  .mastercard {
    width: 43px;
    height: 27px;
  }
  #efectivo {
    width: 31px;
    height: 31px;
    }
  .visa {
    width: 55px;
    height: 55px; 
  }
  #logo-rm {
    width: 77px;
    height: 36px;
  }
  .contenedor-main {
    padding-top: 12px;
  }
  .contenedor-header {
    padding: 0px 19px 16px;
  }
  #logo-top {
    width: 87px;
    height: 40px;
  }
  .banner-txt :is(p, span) {
    font-size: 18px;
  }
  .banner-txt {
    top: 100px;
    right: 35px;
  }
  .banner-info :is(img) {
    min-height: 254px;
    max-height: 254px;
    width: 100%;
  }
  #btnInfo {
    font-size: 14px;
    width: 180px;
  }
  .separador {
    height: 96px;
  }
  #seccion-inicial > h1, #seccion-dos > h1, #seccion-tres > h1, #seccion-cuatro > h1, #seccion-quinta > h1, #seccion-sexta > h1 {
    font-size: 16px;
  }
  #seccion-cuatro::after {
    width: 66px;
  }
  #txt-us {
    min-width: 269px;
  }
  .contenedor-about-us picture, .contenedor-about-us div img {
    max-height: 133px;
  }
  .contenedor-about-us {
    min-height: 133px;
    max-height: 133px;
  }
  .contenedor-about-us div p {
    font-size: 10px;
    padding: 0px 30px;
    color: #fff;
  }
  #slider {
    padding: 10px 56px;
  }
  .swiper {
    min-width: 289px;
  }
  .swiper-slide {
    min-width: 100%;
    max-width: 289px;
  }
  .swiper-slide .img-slide img {
    /* height: 100%; */
    width: 290px;
    height: 134px;  
  }
  #slider > div > div > div:not(#servicios-pre) {
    gap: 20px;
  }
  #servicios-pre {
    gap: 16px;
  }
  #slider :is(h4), #txt-services {
    font-size: 14px;
  }
  .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
  }
  .swiper-pagination {
    padding: 20px 0px 62px;
  }
  .img-txt > div:last-child {
    max-width: 208px;
  }
  .content-valores {
    padding: 0px 27px 68px;
  }
  .img-txt > div > p, .img-txt > div > h1 {
    font-size: 14px;
  }
  .img-txt {
    gap: 9px;
  }
  .marcas {
    flex-direction: unset;
    gap: 80px;
    padding: 60px 36px 74px 36px;
  }
  .fila-autos {
    flex-direction: column;
    gap: 34px;
  }
  .google-maps {
    flex-direction: column-reverse;
    padding: 0px 30px 45px;
  }
  .mapa {
    min-width: 325px;
    height: 150px;
  }
  .txt-map {
    padding-top: 13px;
  }
  .txt-map :is(p) {
    font-size: 14px;
    text-align: center;
  }
  #div-map {
    justify-content: center;
    padding-top: 12px;
  }
  #btnGoogle {
    font-size: 16px;
    width: 148px;
  }
  .metodos-row {
    padding: 0px 0px 42px;
    width: 330px;
  }
  .metodos-row > div {
    width: 102px;
    height: 66px;
  }
  .content-footer {
    padding: 40px 30px 36px;
  }
  .content-top > div {
    gap: 20px;
  }
  #sub-top .redes-sociales {
    display: none;
  }
  #sub-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 32px;
  }
  .icons-fontello {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #tel {
    align-items: flex-start;
  }
  #redes-web {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: unset;
    padding-top: 53px;
  }
  .show_web {
    display: none;
  }
  .show_movil {
    display: inherit;
  }
  #servicios {
    height: 140px;
  }
  .contenedor-btn {
    padding-top: 7px;
  }
  #txt-top {
    margin-bottom: 8px;
  }
  #seccion-dos {
    padding-top: 14px;
  }
  #our-services {
    height: 460px;
    padding-top: 10px;
  }
  .mastercard {
    object-fit: contain !important;
  }
  .imgabout {
    width: 100%;
    height: 100%;
  }
  .separador3 {
    height: 145px;
  }
  #autos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 91px;
  }
}