/* SINGLE PRODUCT */
#single-product .single-product-main {
    top: -200px;
    position: relative;
    width: 100%;
}


html {
    scroll-behavior: smooth;
  }

.covid-icon-collapse {
    margin-left: 3%;
}

.covid-img-2-2 {
    margin-top: 30px;
}
.satelite-container .satelite-content div[class^='css-']:first-of-type {
    color: white;
}
.logo-icon {
    width: 33px;
}
.info-container {
    margin-top: 3rem;
}
.displayFlex {
    display: flex;
}

.collapse-title {
    font-size: 17px;
}
.header-title {
    font-size: 32px;
}
.covid-icon-collapse-title {
    margin-left: 1rem;
    color: #ff9900;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    font-weight: normal;
}
.second-title {
    font-size: 24px;
}
.flex-icon-title {
    margin-left: 1rem;
    width: 80%;
    font-size: 16px;
    font-weight: normal;
}
.collapse, .collapsing {
    margin-left: 2.6rem;
    text-align: justify;
    margin-right: 2rem;
}
.error-border {
    border-bottom: 1px solid red !important; color: red;
}
.product-header {
    font-family: PFBeauSansPro;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 50px;
    margin-top: 80px;

}
.colaborator-banner-mobile {
    display: none;
}

.product-features {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #757575;
    margin-top: 20px;
    margin-bottom: 40px;
}
.card-text {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}
.card-text-div {
    display: flex;
    flex-wrap: wrap;
}
.index-wrapper {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;

    font-size: 95%;
}
.index-title {
    margin-bottom: 1rem;
    font-weight: bold;
}

.index-wrapper .index-content ol li a {
    color: #ff9900;
}
.index-wrapper .index-content ol li a:hover {
    text-decoration: underline;
}
.card-number {
    font-size: 64px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: normal;
    bottom: 15vh;
    color: #ffffff;
}
.card-header {
    font-size: 1.7rem;
    margin-left: 20%;
    margin-right: 20%;
    position: absolute;
    top: 5vh;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.fixed-go-to-top {
    position: fixed;
    right: 0;
    top: 80vh;
    background-color: transparent ;
    color: #ff9900;
    z-index: 99999;
    padding: 10px 15px;
    display: none;
    border-radius: 10%;
    font-size: 2rem;
}
.fixed-go-to-top:hover {
    color: #ff9900;
}
.card-group-alta:first-child {
    margin-top: 40vh;
    color: white;
}
.react-app-search {
    top: -80px;
    z-index: 9999;
}

#budget-form .satelite-container .satelite-content {
    color: white;
}
#budget-form {
    position: absolute;
    margin-top: 0 ;
    top: 435px;
}
.card-group-alta {
    margin-top: 30px;
    color: white;
}
.card-group-alta .text-text {
    padding: 20px;
}
.card-group-alta .text-number {
    padding-left: 20px;
}
.pcr-button, .pcr-button:hover, .pcr-button:focus {
    color: white;
    padding: 20px 40px 20px 40px;
    border-radius: 3.6px;
    box-shadow: 0 7px 22px -7px rgba(255, 153, 0, 0.5);
    background-color: #ff9900;
}


.pcr-button:hover, .pcr-button:focus {
    color: white;
}

#single-product-header.single-product-main-container {
    height: 567px !important;
    z-index: 12;
    margin-top: -100px;
    overflow: hidden;
}

#masthead {
    z-index: 99999;
}
#single-product-header .header-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 567px !important;
    object-fit: cover;
    width: 100vw;
    filter: brightness(85%);
}

#single-product-header .single-product-header {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#single-product-header .single-product-header:before {
    content: ' ';
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content {
    margin: 0 auto;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 440px;
    max-width: 1140px;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product {
    padding-left: 0px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-title {
    font-weight: bold;
    font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;

    color: #fff;
    position: absolute;
    top: 120px;
    padding-left: 15px;
    width: 100%;
}

#single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
    font-size: 50px;
    padding-left: 0;
    width: 95%;
    top: 200px;
}

#single-product-header.single-product-main-container .single-product-main-content .product-subtitle {
    font-size: 30px;
    margin-top: 30px;
    color: white;

}

#single-product-header .destacados {
    position: absolute;
    bottom: 6%;
    color: white;
    width: 94%;
    display: flex;
}
.info-text {
    font-size: 16px;
}
hr {
    background-color: #ff9900;
}

#single-product-header .destacado-title {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#single-product .desktop-product {
    width: 100%;
    position: relative;
    margin: auto;
}

#single-product .desktop-product .product-main-info {
    padding-top: 75px;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
}

#single-product .desktop-product .mini-form-policy-column {
    display: inline-block;
    width: 340px;
    vertical-align: top;
    margin-top: 60px;
    position: relative;
}


.covid-icon-collapse-title {
    position: relative;
  }

  .covid-icon-collapse-title::after {
    content: "\f107";
    color: #ff9900;
    border-radius: 50%;
    top: -2px;
    right: -30px;
    position: absolute;
    font-family: "FontAwesome";
  }

  .covid-icon-collapse-title[aria-expanded="true"]::after {
      content: "\f106";
  }

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-title {
    font-size: 24px;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container {
    display: inline-block;
    width: 340px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-title {
    font-size: 24px;
    margin: 12px 0;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button {
    display: block;
    margin: 5px;
}

#single-product .mini-form-policy-container .mini-form-documents .mini-document-button .mini-document-button-text {
    margin: 0 5px;
    width: calc(100% - 50px);
    display: inline-block;
    line-height: 28px;
    color: #ff9900;
}

#single-product .desktop-product .mini-form-policy-column .mini-form-policy-container.mini-form-fixed,
#secondary .mini-form-container.mini-form-fixed {
    position: fixed;
    top: 0;
    margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
    .fixed-go-to-top {
        top: 70vh;
    }


    .covid-icon-collapse-title {
        width: 70%;
    }
      /* .covid-icon-collapse-title::after {
        display: none;
      } */

      /* .covid-icon-collapse-title[aria-expanded="true"]::after {
         display: none;
      } */
    .single-product-main {
        top: 0px !important;
    }

    #single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
        top: 100px !important;
    }
    .single-product-main-container {
        height: 330px !important;
    }

    .single-product-main-container .single-product-main-content {
        padding: 0px !important;
        height: 330px !important;
        left: 0;
        max-width: 84vw !important;
        margin: 0 8vw !important;
    }

    .single-product-main-content.singular-product .product-title {
        top: 120px !important;
    }

    .single-product-main-content .product-title {
        top: 20px !important;
        padding: 0 15px !important;
        font-size: 36px !important;
        line-height: 1 !important;
    }


    .single-product-main-content .destacados {
        top: inherit !important;
        margin: 0 15px;
    }

    .col-xs-4 {
        width: 33%;
    }

    #single-product-header .single-product-main-content .destacados>div {
        min-width: 200px;
    }

    #single-product-header .destacados {
        min-width: 0 !important;
    }
}

#single-product .destacados-movil {
    display: none;
}

#single-product .product-title-mini {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.39;
    margin-bottom: 20px;
}

#single-product .product-description {
    font-size: 14px;
    line-height: 1.43;

    color: #9b9b9b;
}

#single-product .coverage-resumen {
    width: 336px;
    height: 55px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #4a4a4a;
}

#single-product .header-collapse {
    background: white;
}

#single-product .button-header-collapse {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    width: 70%;
    cursor: pointer;
    margin-left: 20px;
}

#single-product .button-header-collapse:before {
    content: '-';
    display: inline-block;
    width: 10px;
    margin-left: -13px;
}

#single-product .button-header-collapse.collapsed:before {
    content: '+';
    display: inline-block;
    width: 10px;
    margin-left: -13px;
}

#single-product .collapse-card {
    width: 15px;
    height: 8px;
    color: #4a4a4a;
    font-size: 15px;
    margin-right: 10px;
}

#single-product .collapse-alcance {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

#single-product .collapse-content {
    width: 540px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #9b9b9b;
    width: 70%;
    margin-left: 20px;
}

#single-product .coverages {
    display: flex;
    justify-content: space-between;
}

#single-product .coverage {
    box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    flex: unset !important;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 10px 0 20px;
}

#single-product .coverage-content {
    font-size: 14px !important;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

#single-product .coverage-name {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #ff9900;
    margin: 20px 0 10px;
}

#single-product .coverage-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

#single-product .coverage-scope {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
    margin: 10px 0;
}

#single-product .coverage-title {
    margin-top: 14px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: justify;
    color: #9b9b9b;
}

#single-product .document-description {
    font-size: 14px;
    line-height: 1.43;
    color: #757575;
}

#single-product .document-button {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
    background-color: #ff9900;
    margin: 20px 0 30px;
    display: inline-block;
}

#single-product .document-button-text {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#single-product .banner-image {
    max-width: unset;
    width: 100vw;
    margin-left: -1.05vw;
    margin-bottom: -54px;
    position: relative;
}

#single-product .banner-doubt {
    top: 95%;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: #ffffff;
}

#single-product .banner-info {
    top: 97%;
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}

#single-product .banner-button {
    top: 100%;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    box-shadow: 0 10px 30px -10px rgba(255, 153, 0, 0.5);
    background-color: #ff9900;
}

#single-product .banner-button-text {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

@media only screen and (min-width: 1101px) {
    .mobile-product {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    #single-product .desktop-product {
        margin-top: 30px;
        display: block;
        width: 92vw;
    }

    .product-title-mini {
        font-size: 28px !important;
        font-weight: bold !important;
        font-style: normal !important;
        font-stretch: normal !important;
        line-height: 1.2 !important;
        letter-spacing: normal !important;
    }

    .product-description {
        font-size: 12px !important;
        font-weight: normal !important;
        font-style: normal !important;
        font-stretch: normal !important;
        line-height: 1.25 !important;
        letter-spacing: normal !important;
        color: #9b9b9b !important;
    }

    .mobile-terms-and-conditions {
        width: 169px;
        height: 13px;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.89;
        letter-spacing: normal;
        color: #000000;
    }

    .mobile-documents-info {
        height: 42px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #9b9b9b;
    }
}

#single-product .block-info {
    flex: unset !important;
    max-width: unset !important;
    width: 260px !important;
    height: 367px;
    box-shadow: 0 70px 50px -20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #ff9900;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
}

#single-product .block-info-title {
    height: 23px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #4a4a4a;
}

#single-product .block-info-content {
    width: 273px;
    height: 132px;
    font-size: 13.7px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: justify;
    color: #9b9b9b;
}

#single-product .fly-coverage-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
}

#single-product .fly-coverage-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 13px;
    color: #ff9900;
}

#single-product .fly-coverage-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-shadow: 0 0px 31px -5px rgba(74, 74, 74, 0.11);
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}

#single-product .fly-coverage-item:first-of-type {
    text-align: left;
}

#single-product .fly-coverage-item .icon {
    width: 35px;
}

/* FIN SINGLE PRODUCT */


.mini-form-policy-mobile-btn.air-help {
    width: 70% !important;
    display: none !important;
}
/* airhelp end */
/* custom insurance start */
@media only screen and (max-width: 1024px) {
    /* airhelp start */
    #single-product-header {
        width: 100%;
        margin: 0 !important;
    }
    .product-header {
        margin-top: 0;
    }

    .header-background {
        height: 330px !important;
    }

    .mini-form-policy-mobile-btn {
        position: fixed;
        bottom: 50px;
        z-index: 1;
        background: #f90;
        padding: 10px 20px;
        text-align: center;
        color: #fff !important;
        width: 85%;
        margin-left: 15%;
        margin-right: 15%;
        left: 0;
    }

    #single-product.air-help-product .desktop-product,
    #single-product.custom-insurance-product .desktop-product {
        display: block !important;
    }

    #single-product.custom-insurance-product .mini-form-policy-column {
        display: none !important;
        width: 0 !important;
    }

    #single-product.custom-insurance-product .mini-form-policy-mobile-btn.custom-insurance {
        display: block !important;
    }

    #single-product.custom-insurance-product .product-main-info {
        width: 100% !important;
    }

    #single-product.air-help-product .mini-form-policy-column {
        display: none !important;
        width: 0 !important;
    }

    #single-product.air-help-product .mini-form-policy-mobile-btn.air-help {
        display: block !important;
    }

    #single-product.air-help-product .product-main-info {
        width: 100% !important;
    }
    /* airhelp end */
}
@media only screen and (min-width: 1920px) {
    #single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
        font-size: 50px;
        padding-left: 0;
        width: 95%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {

    .info-container {
        margin-top: 10vh;
    }

    #budget-form {
        top: 0;
        margin-top: 0;
        left: 0;
        right: 0;
    }
    .react-app-search {
        top: 30vh;
    }
    .card-group-alta:first-child {
        margin-top: 20vh;
        color: white;
    }
    .destacado-title {
        font-size: 14px !important;
    }


    .card-text-content {
        margin-top: -100% !important;
        color: white;
    }

    #single-product.air-help-product .desktop-product .mini-form-policy-column,
    #single-product.custom-insurance-product .desktop-product .mini-form-policy-column {
        display: none !important;
    }

    #single-product.air-help-product .desktop-product .product-main-info,
    #single-product.custom-insurance-product .desktop-product .product-main-info {
        padding-top: 80px !important;
    }

    #single-product.air-help-product .desktop-product .card,
    #single-product.custom-insurance-product .desktop-product .card {
        width: 100% !important;
    }

    #single-product.air-help-product .desktop-product .icon,
    #single-product.custom-insurance-product .desktop-product .icon {
        width: 15px !important;
    }

    #single-product.air-help-product .desktop-product .fly-coverage-item,
    #single-product.custom-insurance-product .desktop-product .fly-coverage-item {
        font-size: 12px !important;
    }

    /* extra product start */
    #single-product .fly-coverage-header span:last-of-type {
        width: 20%;
    }
    /* extra product end */

    /* custom insurance start */
    #single-product-header .header-background {
        margin-top: 69px;
    }



    .mobile-product .document-container {
        margin: 5px 10px;
        background: #fff;
        box-shadow: 0 20px 80px -20px rgba(0, 0, 0, .11);
        padding: 25px 20px 20px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .mobile-product .document-button {
        margin: 15px 0 !important;
        width: 100%;
        text-align: center;
    }
    /* custom insurance end */
    .colaborador-item {
        width: 100% !important;
    }

}
@media only screen and (max-width: 390px) and (min-width: 321px) {
    .react-app-search {
        top: 90vw !important;
    }
}

/* custom insurance end */
@media only screen and (max-width: 767px) and (min-width: 321px) {
    .info-container {
        margin-top: 50vw;
    }
    #budget-form .satelite-container {
        margin-top: -30px;
    }
    #budget-form {
        top: 0;
        margin-top: 0;
    }
    p {
        text-align: justify;
    }
    .pcr-button-container {
        text-align: center;

    }
    .pcr-button {
        font-size: 12px;
    }
    #single-product-header.single-product-main-container .single-product-main-content.singular-product .product-title {
        top: 5px !important;
    }
    .react-app-search {
        top: 75vw;
    }
    .destacado-title {
        font-size: 14px !important;
    }
    .colaborator-banner-mobile {
        display: block !important;

    }
    .covid-img-2-2 {
        display: none;
    }
    .colaborator-banner {
        display: none !important;
    }
    .card-text-content {
        margin-top: -100% !important;
        color: white;
    }

    #single-product.air-help-product .desktop-product .mini-form-policy-column,
    #single-product.custom-insurance-product .desktop-product .mini-form-policy-column {
        display: none !important;
    }

    #single-product.air-help-product .desktop-product .product-main-info,
    #single-product.custom-insurance-product .desktop-product .product-main-info {
        padding-top: 40px !important;
    }

    #single-product.air-help-product .desktop-product .card,
    #single-product.custom-insurance-product .desktop-product .card {
        width: 100% !important;
    }

    #single-product.air-help-product .desktop-product .icon,
    #single-product.custom-insurance-product .desktop-product .icon {
        width: 15px !important;
    }

    #single-product.air-help-product .desktop-product .fly-coverage-item,
    #single-product.custom-insurance-product .desktop-product .fly-coverage-item {
        font-size: 12px !important;
    }

    /* extra product start */
    #single-product .fly-coverage-header span:last-of-type {
        width: 20%;
    }
    /* extra product end */

    /* custom insurance start */
    #single-product-header .header-background {
        margin-top: 69px;
    }



    .mobile-product .document-container {
        margin: 5px 10px;
        background: #fff;
        box-shadow: 0 20px 80px -20px rgba(0, 0, 0, .11);
        padding: 25px 20px 20px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .mobile-product .document-button {
        margin: 15px 0 !important;
        width: 100%;
        text-align: center;
    }
    /* custom insurance end */
    .colaborador-item {
        width: 100% !important;
    }

}


.first-5-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 5px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.colaborador-item {
    width: 19%;
    /* width: 26%; */
}

.colaborador-item-icon {
    height: 53px;

}

.card-text-content {
    position: absolute;
    margin-top: -12%;
}

.text-content {
    display: flex;
    justify-content: space-evenly;
}
.text-number {
    font-size: 3rem;
    line-height: 1;
    margin-right: 10px;
}

.input-text {
    height: 37px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    cursor: text !important;
    background-color: transparent !important;
    display: block;
    margin: 0;
    color: black;
    width: 100%;
}
.input-label {
    display: block;
    position: absolute;
    opacity: 0;
    color: #9b9b9b !important;
    bottom: 25px;
    font-size: 9.6px !important;
}
.input-text:placeholder-shown + .input-label {
    visibility: hidden;
    z-index: -1;
}
.input-text:not(:placeholder-shown) + .input-label,
.input-text:focus:not(:placeholder-shown) + .input-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}
 .input-text:focus{
    outline: none !important;
}

.input {
    margin-top: 50px;
}

.conditions-checkbox {
    width: 9px;
    height: 9px;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 50%;
    background-color: orange;


}

.conditions-checkbox-border {
    width: 18px;
    border-radius: 50%;
    height: 18px;
    border: solid 0.6px #dbdbdb;
    margin-right: 20px;
    margin-top: 3px;
}

.conditions {
    margin-top: 50px;
}


.colaborador-confirm {
    margin-top: 50px;
    border: 1px solid orange !important;
    height: 40px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 3.6px;
  box-shadow: 0 7px 22px -7px orange;
  background-color: orange !important;
}
.colaborador-confirm:hover {
    color: #ffffff !important;
}
.input-select {
    height: 37px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbdbdb !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    padding: 0 0 !important;
    cursor: text !important;
    background-color: transparent !important;
    display: block;
    margin: 0;
    -webkit-appearance: menulist-button;
    color: black;
    width: 100%;
}
.input-select:invalid {
    color: rgba(135, 135, 135,0.6) !important
}
.input-select option {
    color: black;
}
@media only screen and (max-width: 554px) {
    .products-row {
        flex-wrap: nowrap;;
    }
}
@media only screen and (max-width: 320px)  {
    .info-container {
        margin-top: 30vw;
    }
    .pcr-button {
        font-size: 10px;
    }
    #budget-form .satelite-container {
        margin-top: -30px;
        /* top: 58px; */
    }
    .index-wrapper {
        margin-top: 3rem;
    }
    #budget-form {
        top: 0;
        margin-top: 0;
    }
    .react-app-search {
        top: 65vh;
    }
    #single-product-header.single-product-main-container {
        background: transparent !important;
    }
    p {
        text-align: justify;
    }
    .colaborator-banner-mobile {
        display: block !important;
    }
    .covid-img-2-2 {
        display: none;
    }
    .colaborator-banner {
        display: none !important;
    }
    .pcr-button-container {
        text-align: center;
    }
}
