.section-main-calculator{
    background: linear-gradient(295deg, rgba(17,56,104,1) 0%, rgba(79,178,226,1) 100%); 
    padding: 90px 0 60px 0;
  }

  .phrase-container{
    text-align: center;
  }
  .phrase-container .tc-phrase{
    max-width: 480px;
    margin: 0 auto;
  }
  .phrase-container .tc-phrase p{
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    line-height: 1.2em;
  }

  .phrase-container .tc-title h1{
    color: #fae646;
    text-transform: uppercase;
    font-weight: 700;
  }

  .calculator {
      text-align: center;
      padding: 20px;
      border-radius: 8px;
      min-width: 320px;
      max-width: 400px;
      margin: 0 auto;
    }

    .label-container p{
      text-align: center;
      color: #ffffff;
      font-size: 12px;
      font-style: italic;
    }

    .label-container a, .label-container a:hover{
        color: #ffffff;
    }

    .indicator-container {
      display: flex;
      justify-content: space-around;
      margin-bottom: 20px;
      background: #ffffff;
      /*padding: 10px 5px;*/
      padding: 0;
      border-radius: 15px;
      margin: 0 5px 15px 5px;
    }

    .exchange-type-indicator {
      cursor: pointer;
      padding: 7px;
      border-radius: 8px;
      transition: background-color 0.3s ease;
      text-transform: uppercase;
      font-weight: 700;
      color: #0F3264;
      font-size: 1.7rem;
    }

    .highlight-buy {
      /*border: 1px solid #040f12;*/
      color: #0F3264;
      
    }

    .highlight-sell {
      /*border: 1px solid #040f12;*/
      color: #0F3264;
    }

    .label-input-container {
      position: relative;
      width: 250px;
      margin: 5px;
      padding-left: 10px
    }
    
    .input-container{
      background: #ffffff;
      border-radius: 15px;
    }
    
    .input-container #flag1,
    .input-container #flag2{
      position: absolute;
      left: 17rem;
      border-radius: 15px;
      height:30px;
      width: 30px;
      margin-top: 20px
    }

    .floating-label {
      position: absolute;
      top: 5px;
      left: 10px;
      pointer-events: none;
      transition: 0.2s ease all;
      color: #555;
    }

    input {
      margin: 20px 5px 0px 0;
      padding: 8px 0;
      font-size: 20px;
      border: none;
      outline: none;
      width: 100%;
      box-sizing: border-box;
      background-color: transparent;
      font-size: 2.5rem;
      font-weight: 700;
      color: #0F3264;
    }
    
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }

    input[type=number] { -moz-appearance:textfield; }

    input:focus + .floating-label,
    input:not(:placeholder-shown) + .floating-label {
      transform: translateY(-20px);
      font-size: 12px;
      background-color: white;
      padding: 0 5px;
    }

    button#toggleCurrencyBtn {
      position: absolute;
      cursor: pointer;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      margin-top: -20px;
      background-color: #0F3264;
      border: none;
      color: white;
      font-size: 20px;
      line-height: 1.4em;
      margin-left: 10px;
      color: #fae646;
    }

    .currency-box {
      background-color: #3498db;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px 15px;
      min-width: 120px;
      border-radius: 0 10px 10px 0
    }

    .currency-info {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .currency-name {
      background-color: #3498db;
      color: white;
      padding: 5px;
      border-radius: 5px;
      font-size: 1.9rem;
      font-weight: 700;
    }

    .input-container {
      display: flex;
      align-items: center;
      margin: 5px;
    }

    .input-container img {
      margin-left: 10px;
      width: 30px;
      height: auto;
    }

    .button-container{
      padding: 20px 0;
      text-align: center;
    }
    .btn-contactar-tc{
      background: #fae646;
      border-radius: 30px;
      color: #0f3264;
      width: 250px;
      padding: 8px 30px;
      line-height: 1em;
      font-weight: 700;
      font-size: 2rem;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .btn-contactar-tc i{
        font-size: 3.5rem;
        color: #0f3264;
        margin-left: 15px;
    }
    .btn-contactar-tc:hover,.btn-contactar-tc:active,.btn-contactar-tc:focus{
        color: #0f3264;
        background: #ffffff;
    }
    .note-container{
      position: relative;
    }
    .note-container p{
      font-size: 11px;
      color: #ffffff;
      text-align: center;
    }

    .logos-container{
        max-width: 360px;
        margin: 0 auto;
        padding: 1.5rem 0 3rem 0;
    }
    .logos-container p{
        color: #ffffff;
        margin-bottom: 0;
        font-size: 12px;
    }

    .arrow-jp{
        position: absolute;
        width: 41px;
        height: 41px;
        right: 5%;
        top: 0px;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .section-main-calculator{
            padding: 60px 0 60px 0;
        }
        .phrase-container .tc-phrase p{
            margin-top: 20px;
            color: #ffffff;
            text-align: center;
            font-size: 35px;
            line-height: 1em;
        }
        .phrase-container .tc-title h1{
            font-size: 3.5rem;
        }
        .input-container #flag1,
        .input-container #flag2{
            left: 16.5rem;
        }
        .phrase-container .tc-phrase{
            max-width: 360px;
            margin: 0 auto;
        }
        .arrow-jp{
            position: absolute;
            width: 41px;
            height: 41px;
            right: 10%;
            top: -20px;
        }
        .logos-container p{
            font-size: 11px;
        }
    }
    
    @media (min-width: 480px) and (max-width: 768px) {
        .section-main-calculator{
            padding: 60px 0 60px 0;
        }
        .phrase-container .tc-phrase p{
            margin-top: 50px;
            color: #ffffff;
            text-align: center;
            font-size: 35px;
            line-height: 1em;
        }
        .phrase-container .tc-title h1{
            font-size: 3.5rem;
        }
        .input-container #flag1,
        .input-container #flag2{
            left: 16.5rem;
        }
        .phrase-container .tc-phrase{
            max-width: 360px;
            margin: 0 auto;
        }
        .arrow-jp{
            position: absolute;
            width: 41px;
            height: 41px;
            right: 15%;
            top: -20px;
        }
        .logos-container p{
            font-size: 11px;
        }
    }

    @media (min-width: 375px) and (max-width: 480px) {
        .section-main-calculator{
            padding: 60px 0 60px 0;
        }
        .phrase-container .tc-phrase p{
            margin-top: 50px;
            color: #ffffff;
            text-align: center;
            font-size: 35px;
            line-height: 1em;
        }
        .phrase-container .tc-title h1{
            font-size: 3.5rem;
        }
        .input-container #flag1,
        .input-container #flag2{
            left: 16.5rem;
        }
        .phrase-container .tc-phrase{
            max-width: 360px;
            margin: 0 auto;
        }
        .arrow-jp{
            position: absolute;
            width: 41px;
            height: 41px;
            right: 5%;
            top: -20px;
        }
        .logos-container p{
            font-size: 11px;
        }
    }
    @media only screen and (max-width: 375px) {
        .section-main-calculator{
            padding: 60px 0 60px 0;
        }
        .phrase-container .tc-phrase p{
            margin-top: 50px;
            color: #ffffff;
            text-align: center;
            font-size: 35px;
            line-height: 1em;
        }
        .phrase-container .tc-title h1{
            font-size: 3.5rem;
        }
        .input-container #flag1,
        .input-container #flag2{
            left: 16.5rem;
        }
        .phrase-container .tc-phrase{
            max-width: 320px;
            margin: 0 auto;
        }
        .arrow-jp{
            position: absolute;
            width: 41px;
            height: 41px;
            right: 3%;
            top: -20px;
        }
        .input-container #flag1,
        .input-container #flag2{
            left: 12rem;
        }
        .logos-container p{
            font-size: 11px;
        }
    }