/* mediaquery */
/* mediaquery */
.home-main {
  background: #5dafe0; }

#carQuoteForm .loader:before, #motorcycleQuoteForm .loader:before {
  border-color: #FFF !important;
  border-bottom-color: transparent !important; }

.logo-atp {
  width: 240px;
  background: url(/static/frontend/images-atp/logo-atp-phone-color.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 70px;
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .logo-atp {
      width: 320px;
      height: 96px; } }
  @media only screen and (max-width: 480px) {
    .logo-atp {
      width: 100%;
      height: 100px;
      max-width: 200px;
      margin: auto auto;
      background-position: center; } }
.logo-atp-white {
  background: url(/static/frontend/images-atp/logo-atp-phone-white.svg?6d1ad9a92583) no-repeat; }

.logo-visa {
  width: 90px;
  background: url(/static/frontend/images-atp/logo-visa.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 30px;
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .logo-visa {
      height: 20px;
      width: 60px; } }
.logo-mastercard {
  width: 50px;
  background: url(/static/frontend/images-atp/logo-mastercard.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 30px;
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .logo-mastercard {
      height: 20px;
      width: 33px; } }
.logo-rus {
  width: 220px;
  background: url(/static/frontend/images-atp/logo-rus.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 60px;
  background-size: contain; }
  .logo-rus-white {
    width: 220px;
    background: url(/static/frontend/images-atp/logo-rus-white.svg?6d1ad9a92583) no-repeat;
    display: block;
    height: 60px;
    background-size: contain; }

.logo-cab {
  width: 60px;
  background: url(/static/frontend/images-atp/logo-cab.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 60px;
  background-size: contain; }

.logo-cab-white {
  width: 60px;
  background: url(/static/frontend/images-atp/logo-cab-white.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 60px;
  background-size: contain; }

.ico-moto {
  width: 100px;
  background: url(/static/frontend/images-atp/ico-moto.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 70px;
  background-size: contain; }

.ico-car {
  width: 140px;
  background: url(/static/frontend/images-atp/ico-car.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 40px;
  background-size: contain; }

.ico-phone {
  width: 26px;
  background: url(/static/frontend/images-atp/ico-phone.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 26px;
  background-size: contain; }

.experiencia-belgrano {
  width: 540px;
  background: url(/static/frontend/images-atp/experiencia-belgrano-blue.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 370px;
  background-size: contain; }

.logo-instagram {
  width: 64px;
  background: url(/static/frontend/images-atp/logo-instagram.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 64px;
  background-size: contain; }

.logo-facebook {
  width: 64px;
  background: url(/static/frontend/images-atp/logo-facebook.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 64px;
  background-size: contain; }

.arrow-left {
  width: 32px;
  background: url(/static/frontend/images-atp/arrow-left.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 32px;
  background-size: contain; }

.wrap-flag {
  width: 100%;
  background: url(/static/frontend/images-atp/flag.svg?6d1ad9a92583) no-repeat 0;
  background-size: 115%; }

.logo-ssn {
  width: 140px;
  background: url(/static/frontend/images-atp/logo-ssn.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 20px;
  background-size: contain; }

.qr-datafiscal {
  min-width: 50px;
  background: url(/static/frontend/images-atp/qr-datafiscal.jpg?6d1ad9a92583) no-repeat;
  display: block;
  min-height: 70px;
  background-size: contain; }

.bg-quote {
  width: 100%;
  background: url(/static/frontend/images-atp/bg-quote.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 500px;
  background-size: contain; }

:root {
  --color-primary: #5dafe0;
  --color-secondary: #000;
  --color-tertiary: #B565E0;
  --color-white: #FFF;
  --color-black: #000;
  --color-grey: #6c757d;
  --color-lightgrey: #fafafa;
  --background-error: #f8d7da;
  --border-error: #f5c6cb;
  --color-error: #721c24;
  --background-info: #cce5ff;
  --border-info: #b8daff;
  --color-info: #004085;
  --background-warning: #fff3cd;
  --border-warning: #ffeeba;
  --color-warning: #856404;
  --background-success: #d4edda;
  --border-success: #c3e6cb;
  --color-success: #155724;
  --font-primary: quicksand;
  --font-secondary: quicksand; }

.main-atp {
  background: url(/static/frontend/sass_atp/images-atp/bghome.jpg) no-repeat;
  background-size: cover;
  padding: 0;
  overflow: hidden; }

.respaldo {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 5px; }
  @media only screen and (max-width: 768px) {
    .respaldo {
      gap: 0; } }
  @media only screen and (max-width: 480px) {
    .respaldo {
      flex-direction: column;
      gap: 5px; } }
  .respaldo p {
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400; }
  .respaldo .logo-cab, .respaldo .logo-cab-white {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px; }
  .respaldo .logo-rus, .respaldo .logo-rus-white {
    height: 20px;
    width: 80px; }
  .respaldo .plus {
    font-size: 40px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5); }
    @media only screen and (max-width: 768px) {
      .respaldo .plus {
        font-size: 26px; } }
  .respaldo .cabrus {
    display: flex;
    align-items: center;
    gap: 10px; }
