@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

body,
html {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 16px;
   /* overflow-x: hidden;  */

}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.hero-sec {
    /*background-image: url(../img/bannerRbox3.png);*/
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 95vh;
    padding: 1rem;
    padding-top: 0.1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.5;
    padding: 0.1rem 0.875rem;
    padding-bottom: 0.25rem;
    margin: 0 0.125rem;
    transition: .3s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #FF7700 !important;
}

.hero-content {
    text-align: center;
    background-color: rgb(245 100 0 / 50%);
    padding: 1.25rem;
    max-width: 61rem;
    margin: 10rem auto;
}

.hero-content h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    margin: 0;
}

.hero-content p {
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

.mejor-sec {
    padding: 5rem 0;
    padding-bottom: 4rem;
}

.mejor-content {
    margin-top: 2rem;
    max-width: 57rem;
}

.mejor-content p {
    color: #757575;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 1.875rem;
}

.mejor-content p span {
    color: #FD7801;
}

.mejor-content1x-inner1x {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    margin-right: 5rem;
}

.mejor-content1x-inner1x p {
    color: #757575;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 0;
    width: 160px;

}

.mejor-content1x {
    margin-top: 4rem;
}

.mejor-content1x-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mejor-bg-color {

    height: 100%;
    width: 100%;
}

.function-inner h1 {
    text-align: center;
    color: #757575;
    font-weight: 600;
    margin-top: 1.5rem;
    font-size: 2rem;
}

.mas-facil-inner {
    padding: 2.125rem;
    text-align: center;
    border-radius: 2.5rem;
    box-shadow: 3px 9px 17px 15px rgba(40, 40, 40, 0.12);
    position: relative;
    max-width: calc(100% - 3rem);
    margin: auto;
    margin-top: 2rem;
}

.mas-facil-inner h3 {
    font-size: 1.875rem;
    color: #FD7801;
    margin-top: 1rem;
    margin-bottom: 0;
}

.mas-facil-inner p {
    color: #757575;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.mas-facil-inner p a {
    color: #FD7801;
    transition: .3s;
}

.mas-facil-inner p a:hover {
    text-decoration: underline;
}

.mas-span {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    background-color: #FD7801;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mas-span p {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

.mas-span h4 {
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
}

.rent-box {
    text-align: center;
    margin-top: 4.5rem;
}

.rent-box p {
    color: #757575;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.125rem;

}

.rent-box p a {
    color: #FD7801;
    transition: .3s;
}

.rent-box p a:hover {
    text-decoration: underline;
}

.rent-box p button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #FD7801;
    font-weight: 500;
}

.nuestros-sec {
    background-color: #F7F7F7;
    padding: 5rem 0;
}

.nuestro-content {
    text-align: center;
}

.nuestro-content h1 {
    color: #757575;
    font-weight: 600;
    margin: 0;
    font-size: 2rem;
}

.nuestro-content p {
    color: #757575;
    font-weight: 500;
    font-size: 1.125rem;
    margin: auto;
    max-width: calc(100% - 1rem);
    margin-top: 2rem;
    line-height: 1.25;
}

.nuestro-content p button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #757575;
    font-weight: 500;
}

.lite-col {
    text-align: center;
    border-radius: 1rem;
    box-shadow:3px 9px 17px 4px rgba(40, 40, 40, 0.12);
    position: relative;
    max-width: calc(100% - 3rem);
    margin: auto;
    margin-top: 4rem;
    background-color: #fff;
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.lite-inner1x h1 {
    font-size: 1.75rem;
    color: #757575;
    margin-bottom: 1.5rem;
}

.lite-inner1x h1 span {
    color: #FD7801;
}

.lite-inner1x img {
    margin-bottom: 1.125rem;
}

.lite-inner1x h6 {
    color: #757575;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.125;
    margin-bottom: 0.5rem;
}

.lite-inner1x p {
    color: #FD7801;
    font-size: 1.125rem;
    margin-bottom: 0rem;
}

.lite-inner1x {
    padding: 2rem 2rem 0rem 2rem;
}

.rent-semanal {
    background-color: #FD7801;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1.25rem;
    width: 100%;
}

.rent-semanal h3 {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.rent-semanal h3 span {
    font-size: 1rem;
}

.rent-semanal-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.o-btn {
    background-color: transparent;
    /* border: 1px solid #fff; */
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    /* border-radius: 5px; */
    padding: 6px;
    line-height: 1.25;
    /* box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px; */
    transition: .3s;
    margin-right: 10px;
}

.o-btn:hover {
    /* color: #FD7801; */
    /* background-color: #fff;   */
}

.order-input {
    width: 3.875rem;
}

.order-input input {
    width: 100%;
    border: 0;
    text-align: center;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #757575;
}

.order-btn-2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.m-btn {
    border: 1px solid transparent;
    border-radius: 5px;
    width: 3.875rem;
    padding: 0px 5px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #757575;
    background-color: #fff;
    transition: .3s;
}

.m-btn:hover {
    color: #fff;
    background-color: #FD7801;
    border: 1px solid #fff;
}

.vermas-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.d-btn {
    margin: 5rem 0;
    border: 4px solid #FD7801;
    color: #FD7801;
    background-color: transparent;
    padding: 0.75rem 4rem;
    font-size: 1.65rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    transition: .3s;
}

.d-btn:hover {
    background-color: #FD7801;
    color: white;
}

.lite-inner1x h5 {
    color: #757575;
    font-weight: 400;
    font-size: 1rem;
}

.vermas-inner1x {
    gap: 5rem;
}

.vermas-inner1x .d-btn {
    margin: 3.5rem 0 0 0;
}

.quote-img img {
    width: 100%;
    border-radius: 1.5rem;
}

.quote-sec {
    padding: 5rem 0;
}

.quote-content {
    padding: 3rem 2rem 3rem 4rem;
    box-shadow: 2px 4px 15px 0px rgba(40, 40, 40, 0.12);
    border-radius: 1rem;
    background-color: #F9F9F9;
    margin-left: -5rem;
    margin-top: 12rem;
}

.quote-content h5 {
    color: #757575;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.25rem;
}

.quote-content p {
    color: #757575;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.125;
    margin-bottom: 1rem;
}

.quote-content p span,
div.rentaSpan p span
{
    color: #FD7801;
}

.quote-content p a {
    color: #FD7801;
    transition: .3s;
}

.quote-content p a:hover {
    text-decoration: underline;
}

.rent-semanal-inner1x {
    border: 1px solid #FD7801;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    margin-top: 4rem;
}

.rent-semanal-inner1x p {
    color: #757575;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.125;
    margin-bottom: 0;
}

.bano-inner .order-input input {
    border: 1px solid #FD7801;
}

.bano-inner .m-btn {
    border: 1px solid #FD7801;
}

.bano-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pro-btn {
    color: #fff;
    background-color: #FD7801;
}

.pro-btn-cancel {
    color: #fff;
    background-color: #FF0000;
    border: 4px solid #FF0000;
}

.pro-btn:hover {
    color: #FD7801;
    background-color: #fff;
    border: 4px solid #FD7801;
}

.pro-btn-cancel:hover {
    color: #FF0000;
    background-color: #fff;
    border: 4px solid #FF0000;
}


.slick-sec {
    background-color: #F7F7F7;
    padding: 4rem 0;
}

.slick-head h1 {
    color: #757575;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-size: 2rem;
}

.techno-slide {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 3rem;
}

.techno-slide span {
    width: 6rem;
    height: 6rem;
    background-color: #FD7801;
    border-radius: 50%;
    margin: auto;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.techno-slide h1 {
    color: #757575;
    margin-bottom: 1rem;
}

.techno-slide p {
    color: #757575;
    font-size: 1.125rem;
    line-height: 1.25;
}

.untern-slider1x .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -1rem;
    position: relative;
}

.untern-slider1x .slick-dots li {
    height: initial;
    line-height: 1;
}

.untern-slider1x .slick-dots li.slick-active button {
    background-color: #FFD90C;
    opacity: 1;
}

.untern-slider1x .slick-dots li button {
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: #FEEA91;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    opacity: .8;
}

.table-sec {
    padding: 5rem 0;
}

.first-table thead tr,
.first-table tfoot tr
 {
    background-color: #FD7801;
}

.first-table thead tr th,
.first-table tfoot tr th
 {
    padding: 0.75rem;
    border-bottom: 0;
    border-right: 2px solid #F6A155;
    text-align: center;
}

.first-table thead tr th:nth-child(1),
.first-table tfoot tr th:nth-child(1)
 {
    border-top-left-radius: 0.65rem;
    border-bottom-left-radius: 0.65rem;
}

.first-table thead tr th:nth-child(4),
.first-table tfoot tr th:nth-child(4)
 {
    border-top-right-radius: 0.65rem;
    border-bottom-right-radius: 0.65rem;
    border: 0;
    text-align: start;
}

.first-table thead tr th p,
.first-table tfoot tr th p
 {
    margin: 0;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 500;
}

.first-table tbody tr td {
    text-align: center;
    padding: 0.75rem;
    border-right: 2px solid #EBEBEB;
}

.first-table tbody tr td h1 {
    color: #757575;
    font-size: 1.65rem;
    margin: 0;
}

.first-table tbody tr td h1 span.rentaBranding
{
   color: #FD7801;
}

.input-table {
    width: 3.875rem;
    margin: auto;
}

.input-table input {
    width: 100%;
    border: 0;
    text-align: center;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    background-color: #FD7801;
}

.input-table input::placeholder {
    color: #fff;
}

.first-table tbody tr td:nth-child(4) {
    border-right: 0;
}

.first-table {
    margin-top: 2rem;
}

.first-table tbody tr td:nth-child(2) {
    width: 28%;
}

.second-table tbody tr td:nth-child(1) {
    width: 28.9%;
}

.second-table tbody tr td:nth-child(2) {
    width: initial;
}

.charge-text {
    text-align: center;
    margin: 1.5rem 5rem;
    color: #757575;
    font-size: 0.95rem;
    line-height: 1.35;
}

.order-padd .d-btn {
    margin: 3rem 0;
    padding: 0.55rem 7rem;
    padding-bottom: 0.75rem;
}

.footer-sec {
    padding: 5rem 0;
}

.footer-listing h6 {
    font-size: 1.25rem;
    color: #FD7801;
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-listing ul li {
    padding-bottom: 0.5rem;
}

.footer-listing ul li a {
    color: #757575;
    font-size: 1.125rem;
    font-weight: 500;
    transition: .3s;
}

.footer-listing ul li a:hover {
    color: #FD7801;
}

.footer-contact ul li a {
    color: #757575;
    font-size: 1.125rem;
    font-weight: 500;
    transition: .3s;
    display: flex;
    align-items: self-start;
    gap: 0.75rem;
}

.footer-contact ul li a:hover {
    color: #FD7801;
}

.footer-contact ul li a img {
    margin-top: 0.35rem;
}

.footer-contact ul li {
    padding-bottom: 0.5rem;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: -3rem;
}

.last-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.last-footer p {
    margin: 0;
    color: #757575;
    font-weight: 500;
    margin-right: 0.5rem;
}

.last-footer p span {
    color: #FD7801;
}

.last-footer a {
    margin: 0;
    color: #757575;
    font-weight: 500;
    border-right: 2px solid #757575;
    line-height: 1;
    padding-right: 1rem;
    margin-right: 1rem;
    transition: .3s;
}

.last-footer a:hover {
    color: #FD7801;
}

.navbar-brand img {
    width: 9rem;
}

.footer-logo img {
    width: 9rem;
}

.modal-one .modal-dialog {
    max-width: 1200px;
}

.modal-one .modal-body {
    background-color: #FE7E01;
    border-radius: 1rem;
    padding: 1rem 7rem 1rem 7rem;
}

.modal-one .modal-content {
    border-radius: 1rem;
    border: 0;
}

.modal-inner-one p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 2rem;
}

.modal-inner-two {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.full-name {
    width: 28rem;
}

.full-name .form-label {
    margin-bottom: 0.25rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
}

.full-name .form-control {
    color: #757575;
    padding: 0.25rem 0.5rem;
    border-radius: 0.4rem;
    font-weight: 500;
}

.full-name1x {
    width: 28rem;
}

.full-number {
    width: 13rem;
}

.full-number {
    width: 13rem;
}

.row3Items{
    width: 19rem;
}

.full-number1x {
   /* margin-left: 4rem; */
    margin-left: 3rem;
}

.colono-in {
    width: 22rem;
}

.colono-in1x {
    width: 22rem;
    margin-left: 1rem;
}

.refer1x {
    width: 100%;
}

.refer2x {
    width: 23.5rem;
}

.selected-options label {
    gap: 0.75rem;
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

.selected-options label input {
    width: 1.5rem;
    height: 1.5rem;
}

.selected-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 3rem;
}

.selected-options label span {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
}

.pot-law {
    color: #fff;
    padding-left: 4rem;
    font-size: 0.875rem;
    margin-top: 1rem;
}

.selected-options1x label span {
    font-size: 0.875rem;
    font-weight: 400;
}

.selected-options1x label input {
    width: 1rem;
    height: 1rem;
}

.modal-x-links {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.modal-x-links a {
    color: blue;
    text-decoration: underline;
    font-size: 0.875rem;
}

.modal-one .modal-body .vermas-inner .d-btn {
    margin-top: 1rem;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.75rem 8rem;
    margin-bottom: 1rem;
}

.modal-one .modal-body .vermas-inner .d-btn:hover {
    color: #FE7E01;
}
.second-table tbody td:nth-child(2){
border-right: 0;
}
.second-table thead tr th:nth-child(1),
.second-table tfoot tr th:nth-child(1)
{
border-radius: 0 !important;
}
