/* 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; }

.hincha {
  width: 200px;
  background: url(/static/frontend/images-atp/hincha.svg?6d1ad9a92583) no-repeat;
  display: block;
  height: 270px;
  background-size: contain;
  margin: auto auto 0;
  grid-row: 2;
  position: relative;
  z-index: 99; }
  @media only screen and (max-width: 1200px) {
    .hincha {
      width: 130px;
      height: 165px;
      margin: auto auto 0; } }
  .hincha .notebook {
    background: url(/static/frontend/images-atp/notebook.svg?6d1ad9a92583) no-repeat;
    width: 82px;
    height: 60px;
    margin: 130px 59px 0;
    z-index: 9;
    position: absolute; }
    @media only screen and (max-width: 1200px) {
      .hincha .notebook {
        width: 53px;
        height: 60px;
        margin: 90px 38px 0; } }
  .hincha.move-arms .arm-left, .hincha.move-arms .arm-right {
    animation: swing 0.5s linear infinite; }
  .hincha.move-arms .loading {
    animation-play-state: running;
    opacity: 1;
    position: relative; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .hincha.move-arms .loading.-paused {
      animation-play-state: paused;
      opacity: 0.2;
      transition: opacity linear 0.1s; }
    .hincha.move-arms .loading::before {
      animation: 1.5s linear infinite spinner;
      animation-play-state: inherit;
      border-style: solid;
      border-width: 8px;
      border-color: #CCC;
      border-bottom-color: transparent;
      border-radius: 50%;
      content: "";
      opacity: inherit;
      position: absolute;
      will-change: transform;
      left: 0; }
    .hincha.move-arms .loading:before {
      border: solid 5px #000;
      border-bottom-color: transparent;
      width: 25px;
      height: 25px;
      margin: 28px auto;
      opacity: 0.1; }
      @media only screen and (max-width: 1200px) {
        .hincha.move-arms .loading:before {
          width: 15px;
          height: 15px;
          margin: 18px auto; } }
      @media only screen and (max-width: 768px) {
        .hincha.move-arms .loading:before {
          margin: 12px auto;
          width: 8px;
          height: 8px; } }
  .hincha .arm-left {
    background: url(/static/frontend/images-atp/arm-left.svg?6d1ad9a92583) no-repeat;
    width: 60px;
    height: 40px;
    top: 149px;
    position: absolute;
    left: 13px;
    position: absolute;
    transform-origin: left; }
    @media only screen and (max-width: 1200px) {
      .hincha .arm-left {
        width: 40px;
        top: 97px;
        left: 11px; } }
  .hincha .arm-right {
    background: url(/static/frontend/images-atp/arm-right.svg?6d1ad9a92583) no-repeat;
    width: 60px;
    height: 40px;
    top: 152px;
    position: absolute;
    right: 19px;
    position: absolute;
    transform-origin: right; }
    @media only screen and (max-width: 1200px) {
      .hincha .arm-right {
        width: 40px;
        top: 97px;
        right: 11px; } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 0, 15deg);
    transform: rotate3d(0, 0, 1, 10deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }
