@media (min-width: 320px) {
  #packages-main-section {
    margin: -90px 0;
    background-color: #ffffff;
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    height: 362px;
    border-bottom: 15px solid #0db0e4;
  }
  #packages-main-section .container {
    padding-top: 110px;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  #packages-image img {
    position: absolute;
    width: 90%;
  }
  #packages-description-section {
    background-image: -webkit-gradient(linear, left top, right top, from(#053D4E), color-stop(#08627e), to(#053D4E));
    background-image: linear-gradient(to right, #053D4E, #08627e, #053D4E);
    padding: 210px 0 100px 0;
  }
  #packages-description-section .section-request-quote {
    text-align: center;
  }
  #packages-description-section .section-request-quote button {
    background-color: #31C4F3;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    margin: 30px 0;
    border: none;
    border-radius: 50px;
    outline: none;
  }
  #packages-description-section .section-request-quote button:hover {
    background-color: #ffffff;
    color: #053D4E;
  }
  #packages-description-section .section-heading .heading-title {
    font-size: 2rem;
  }
  #packages-description-section #packages-table {
    width: 100%;
    color: #ffffff;
  }
  #packages-description-section #packages-table thead tr th {
    padding: 15px;
    text-align: center;
    min-width: 150px;
  }
  #packages-description-section #packages-table thead tr th:nth-child(1) {
    width: 10%;
    background-color: #31C4F3;
  }
  #packages-description-section #packages-table thead tr th:nth-child(2) {
    min-width: 400px;
    background-color: #0a8bb4;
  }
  #packages-description-section #packages-table thead tr th:nth-child(3) {
    background-color: #e7a900;
  }
  #packages-description-section #packages-table thead tr th:nth-child(4) {
    background-color: #30a530;
  }
  #packages-description-section #packages-table tbody tr td {
    padding: 15px;
    width: 15%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    font-size: 1.6rem;
  }
  #packages-description-section #packages-table tbody tr td:hover {
    background-color: #ffffff;
    color: #053D4E;
  }
  #packages-description-section #packages-table tbody tr td.basico-column {
    background-color: #e7a900;
    pointer-events: none;
  }
  #packages-description-section #packages-table tbody tr td.enterprise-column {
    background-color: #30a530;
    pointer-events: none;
  }
  #packages-description-section #packages-table tbody tr td:nth-child(1) {
    width: 10%;
    text-align: left;
    font-size: 1rem;
  }
  #packages-description-section #packages-table tbody tr td:nth-child(1) img {
    width: 60px;
  }
  #packages-description-section #packages-table tbody tr td:nth-child(2) {
    width: 60%;
  }
  #packages-description-section #packages-table tbody tr td.module-icon-td {
    text-align: center;
  }
  #packages-description-section #packages-table tbody tr td.module-icon-td.first-module {
    background-color: #43d2ff;
  }
  #packages-description-section #packages-table tbody tr td.module-icon-td.second-module {
    background-color: #10c5ff;
  }
  #packages-description-section #packages-table tbody tr td.module-icon-td.third-module {
    background-color: #00a7dc;
  }
  #packages-description-section #packages-table tbody tr td.module-icon-td.fourth-module {
    background-color: #0080a9;
  }
  #packages-description-section #packages-table tbody tr td.module-parent-name {
    text-align: center;
    color: #053D4E;
    background-color: #c2edfb;
    border-bottom: none;
  }
  #request-quote-modal .modal-header {
    background-color: #31C4F3;
    color: #ffffff;
  }
  #request-quote-modal .modal-header h5 {
    font-weight: bolder;
  }
  #request-quote-modal .modal-header button {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 18px;
    padding-right: 23px;
  }
  #request-quote-modal .modal-header button:hover {
    color: #053D4E;
  }
  #request-quote-modal form .form-title {
    font-weight: bold;
    color: #053D4E;
    text-align: center;
  }
  #request-quote-modal form input {
    background-color: transparent;
    color: #31C4F3;
    width: 100%;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #31C4F3;
    outline: none;
    padding-left: 15px;
    margin-top: 10px;
  }
  #request-quote-modal form input::-webkit-input-placeholder {
    color: #31C4F3;
  }
  #request-quote-modal form input:-ms-input-placeholder {
    color: #31C4F3;
  }
  #request-quote-modal form input::-ms-input-placeholder {
    color: #31C4F3;
  }
  #request-quote-modal form input::placeholder {
    color: #31C4F3;
  }
  #request-quote-modal form .agreement-terms {
    font-size: .8rem;
    text-align: center;
  }
  #request-quote-modal form #request-quote-spinner {
    color: transparent;
    float: right;
  }
  #request-quote-modal .modal-footer {
    background-color: #053D4E;
  }
  #request-quote-modal .modal-footer button {
    background-color: #31C4F3;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    outline: none;
    border: none;
    margin-right: auto;
  }
  #request-quote-modal .modal-footer button:hover {
    background-color: #0a8bb4;
  }
  #request-quote-modal .modal-footer button:nth-child(1) {
    background-color: #0a8bb4;
    margin-left: auto;
  }
  #request-quote-modal .modal-footer button:nth-child(1):hover {
    background-color: #086583;
  }
  #request-quote-modal .modal-dialog {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  #packages-image img {
    width: 44%;
    left: 27%;
  }
  #packages-description-section .section-request-quote {
    text-align: center;
  }
  #packages-description-section .section-request-quote button {
    width: 50%;
  }
  #request-quote-modal .modal-footer button {
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  #packages-main-section .container {
    padding-top: 140px;
  }
  #packages-image img {
    width: 45%;
    left: auto;
    right: 55px;
    top: 135px;
  }
  #packages-description-section {
    padding: 143px 0 100px 0;
  }
  #packages-description-section .section-request-quote {
    text-align: center;
  }
  #packages-description-section .section-request-quote button {
    width: 100%;
    padding: 10px;
    margin: 30px 0;
  }
  #packages-description-section #packages-table thead tr th {
    min-width: 100px;
  }
  #packages-description-section #packages-table thead tr th:nth-child(2) {
    min-width: 615px;
  }
  #request-quote-modal .modal-dialog {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  #packages-image img {
    width: 35%;
    right: 125px;
    top: 155px;
  }
  #packages-description-section #packages-table thead tr th:nth-child(2) {
    min-width: 775px;
  }
}

@media (min-width: 1440px) {
  #packages-image img {
    width: 30%;
    right: 230px;
  }
  #request-quote-modal .modal-dialog {
    max-width: 60%;
  }
}

@media (min-width: 1920px) {
  #packages-image img {
    width: 23%;
    right: 455px;
  }
  #request-quote-modal .modal-body {
    padding: 15px 35px;
  }
}
/*# sourceMappingURL=packages.css.map */