/************************************* Home***********/

.brand-class {
    font-weight: bold;
    font-size: 2em;
}

.info-form {
    background-color: white;
    margin-top: 20%;
    border-radius: 40px;
    border: solid 4px #464040;
}
.input-nostyle, .input-nostyle:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border-right: 2px solid black;
    margin-top: 7px;
}
.index-form {
    background-color: #dae34e;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.session-info {
    position: absolute;
    width: 65%;
    z-index: 10;
    top: 10px;
    left: 10px;
}
/*****************text ***********************************/

.text-black {
    color: #4c4c44 !important;
}
.text-white {
    color: #ffffff !important;
}
.text-green {
    color: #dae34e !important;
}
.text-bold {
    font-weight: bold;
}
.text-separation {
    letter-spacing: 3px;
    line-height: normal;
}
.text-normal {
    font-size: 12pt !important;
}
.text-300 {
    font-size: 300%;
}
.text-350 {
    font-size: 350%;
}
.text-270 {
    font-size: 270%;
}
.text-250 {
    font-size: 250%;
}
.text-180 {
    font-size: 180%;
}
.text-137 {
    font-size: 137%;
}
.text-400 {
    font-size: 400%;
}
.outer {
    font-size: 14em;
    line-height: normal;
}
/*****************imagenes ***********************************/

.palms-two {
    background-image: url(../img/palmera_1-2x.png), url(../img/palmera_4-2x.png);
    background-position: -140px 100px, 120% -80px;
    background-repeat: no-repeat, no-repeat;
    background-size: 48%, 60%;
    opacity: 1;
    background-color: #dae34e;
    background-blend-mode: multiply;
}
.palms-one {
    background-image: url(../img/palmera_1-2x.png), url(../img/palmera_4-2x.png);
    background-position: -140px 100px, 120% -80px;
    background-repeat: no-repeat, no-repeat;
    background-size: 48%, 60%;
    opacity: 1;
    background-color: #dae34e;
    background-blend-mode: multiply;
    /* transform: rotate(22deg); */
    padding: 50px;
    margin: -50px;
}
.palms-large-two {
    background-image: url(../img/bg_palms_2@2x2.jpg);
    background-position: 100px -500px;
    background-repeat: no-repeat;
    background-size: 105%;
    background-color: #dae34e;
    background-blend-mode: multiply;
}
.car-detail {
    background: url(../img/nissan_20kicksexclusu1mx_negro@2x.png) no-repeat right top;
    background-size: auto;
    background-size: cover;
    min-height: 300px;
    width: 550px;
}
.credit-card {
    background: url(../img/credit_card.png) no-repeat right top;
    background-size: contain;
    min-height: 125px;
}
.cars-two-white {
    height: 75%;
    position: relative;
    left: -110px;
}
.cars-red {
    height: 70%;
    position: relative;
    left: -100px;
    top: -50px;
}
.cars-black {
    height: 70%;
    position: relative;
    left: 50px;
    top: 30px;
}
.cars-blue {
    height: 70%;
    position: relative;
    left: 100px;
}
.cars-two-blue {
    height: 65%;
    position: relative;
    left: -150px;
    top: 50px;
}
.cars-white {
    background-image: url(../img/2011_white_car.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 35% !important;
    width: 95%;
}
/*****************DOTS ***********************************/

.welcome-box span {
    transition: all 500ms ease;
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    background-color: transparent;
    animation: wave 5s ease infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.welcome-box span:nth-child(1) {
    animation-delay: 1000ms;
}
.welcome-box span:nth-child(2) {
    animation-delay: 1200ms;
}
.welcome-box span:nth-child(3) {
    animation-delay: 1400ms;
}
.welcome-box span:nth-child(4) {
    animation-delay: 1600ms;
}
.welcome-box span:nth-child(5) {
    animation-delay: 1800ms;
}
.welcome-box span:nth-child(6) {
    animation-delay: 2000ms;
}
.welcome-box span:nth-child(7) {
    animation-delay: 2200ms;
}
.welcome-box span:nth-child(8) {
    animation-delay: 2400ms;
}
.welcome-box span:nth-child(9) {
    animation-delay: 2600ms;
}
.welcome-box span:nth-child(10) {
    animation-delay: 2800ms;
}
.welcome-box span:nth-child(11) {
    animation-delay: 3000ms;
}
.welcome-box span:nth-child(11) {
    animation-delay: 3200ms;
}
.welcome-box span:nth-child(12) {
    animation-delay: 3400ms;
}
.welcome-box span:nth-child(13) {
    animation-delay: 3600ms;
}
.welcome-box span:nth-child(14) {
    animation-delay: 3800ms;
}
.welcome-box span:nth-child(15) {
    animation-delay: 4000ms;
}
.welcome-box span:nth-child(16) {
    animation-delay: 4200ms;
}
.welcome-box span:nth-child(17) {
    animation-delay: 4400ms;
}
.welcome-box span:nth-child(18) {
    animation-delay: 4600ms;
}
.welcome-box span:nth-child(19) {
    animation-delay: 4800ms;
}
@keyframes wave {
    0% {}
    40%, 100% {
        transform: translate(0, 0);
        background: #ffffff;
    }
    10% {
        /*    transform: translate(0, -15px);
        background-color: red;*/
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    >.col, >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.link-front, .link-front:visited, .link-front:link, .link-front:active {
    color: #4c4c44;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.link-front:hover {
    text-decoration: underline;
}
.link-vertical, .link-vertical:hover {
    color: black;
    min-height: 20px;
    width: 20px;
    z-index: 9999;
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 23pt;
    text-decoration: none;
}
/************************** FORM *****************************************/

.step-content {
    z-index: 0;
    position: relative;
    float: left;
    width: 100vw;
    overflow: hidden;
}
.setup-content {
    z-index: 0;
    position: relative;
    float: left;
    width: 100vw;
    overflow: hidden;
}
.wizard-content {
    position: relative;
    overflow: auto;
    height: 100vh;
    width: fit-content;
    min-width: calc(100vw * 7);
}
.wizard-vertical {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: fit-content;
}
.button-next {
    position: absolute;
    bottom: 50px;
    left: 45%;
    display: block;
    color: white;
}
.vertical-back, .vertical-back:focus {
    background: none;
    border: none;
    font-size: 9pt;
    outline: none;
}
#session-info {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 10px;
    left: 10px;
}
-form .form-control:focus, #session-info {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 10px;
    left: 10px;
}
-form .form-control {
    box-shadow: none;
    border-color: #ffffff;
    padding: 20px;
}
.input-contact {
    padding: 20px;
    border: none;
    box-shadow: none;
}
.input-gray {
    border-radius: 100px;
    background-color: #e6e7e8 !important;
    color: #4c4c44;
}
.input-white {
    border-radius: 100px;
    background-color: #ffffff !important;
    color: #4c4c44;
    font-size: 9pt;
}
.date-input {
    background-color: #ffffff;
    border-radius: 100px;
    line-height: normal;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 5px 5px 5px 5px;
}
.date-input2 {
    background-color: #ffffff;
    border-radius: 100px;
    line-height: normal;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 0px 5px 0px 5px;
}
.date-input .input-label {
    font-weight: bold;
    margin-bottom: 2px;
}
.date-input .input-text {
    font-size: 7pt;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
.date-input .separator:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    top: 8px;
    border-right: 1px solid #b5b0b0;
}
.date-input .form-group {
    margin-bottom: 0px;
}
.date-input .input-label {
    font-weight: bold;
    margin-bottom: 2px;
}
.date-input select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    font-size: 7pt;
    padding: 2px;
    height: fit-content;
    box-shadow: none;
    background: none !important;
}
.date-input .date-button, .date-input .date-button:focus {
    font-size: 12px;
    background-color: #dae34e;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px;
    height: 70%;
    width: 100%;
    outline: none;
    margin-top: 10px;
}
.date-display {
    position: relative;
    top: 6px;
}
#dates-error {
    position: absolute;
    top: 120% !important;
    width: 104% !important;
    text-align: center;
}
.animated-clic::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ffffff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}
.date-selector {
    border: none;
    box-shadow: none;
    font-size: 10pt;
    padding: 0;
    box-shadow: none !important;
    text-align: right;
}
[class^='select2'] {
    border: none !important;
    font-size: 10pt;
    outline: none !important;
    padding-top: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dae34e transparent transparent transparent;
    top: 45%;
    border-width: 8px 5px 0 5px;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #dae34e;
    border-color: #dae34e;
}
/*
.daterangepicker {
    border-radius: 30px !important;
}
.daterangepicker.form-control:valid:focus, .form-control.is-valid:focus {
    border-color: transparent !important;
    box-shadow: none;
}
.daterangepicker td.in-range {
    background-color: #fbffc2 !important;
}
.daterangepicker .btn-primary, .daterangepicker .btn-primary:hover {
    color: #fff;
    background-color: #dae34e;
    border-color: #dae34e;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #dae34e !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    height: 15px;
    line-height: 15px;
}*/

.h-88 {
    height: 88% !important;
}
.h-87 {
    height: 87% !important;
}
.h-80 {
    height: 80% !important;
}
.h-90 {
    height: 90% !important;
}
.h-40 {
    height: 40% !important;
}
.h-30 {
    height: 30% !important;
}
.h-35 {
    height: 35% !important;
}
.h-60 {
    height: 60% !important;
}
.h-64 {
    height: 64% !important;
}
.h-24 {
    height: 24.3% !important;
}
.h-84 {
    height: 84.5% !important;
}
#rent-form .form-group label {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 10pt;
}
.wizard-button {
    background-color: transparent;
    color: #ffffff;
}
.white-dot {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 25px;
    margin-top: 15px;
    background-color: #ffffff;
}
.dots-separator {
    border-bottom: 0.45em dotted #4c4c44;
    border-top: 0.45em dotted #4c4c44;
    /* top: -10vh;
    position: relative; */
    top: -12vh;
    position: relative;
    width: 300px;
    right: 40%;
}
.card-icon {
    background: url(../img/icon_card.png) no-repeat right top;
    background-size: contain;
    min-height: 35px;
    width: 60px;
    display: inline-flex;
    background-position: left;
    margin-bottom: -10px;
}
/*###### MODAL STYLE #######*/

#modal-sesion .modal-content {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    color: #4c4c44;
}
.modal-header {
    padding: 25px;
    color: #ffffff;
    background-color: #dae34e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 14pt;
}
.modal-title {
    text-align: center;
    color: #fff;
}
.modal-dialog {
    transform: translate(0, -50%);
    top: 150px;
    margin: 0 auto;
}
#modal-recover .modal-dialog {
    top: 50px;
    margin: 0 auto;
}
.modal-sm {
    max-width: 350px;
}
/*###### buttons #######*/

.round-btn {
    color: black;
    font-size: 0.7em;
    padding: 8px 30px;
    border-radius: 30px;
    background-color: white;
    border: none;
}
.dark-btn {
    color: #dae34e;
    font-size: 0.7em;
    padding: 8px 30px;
    border-radius: 30px;
    background-color: #3d3d3d;
}
.green-btn {
    color: #ffffff !important;
    font-size: 10pt !important;
    background-color: #dae34e;
}
.small-btn {
    padding: 3px 25px !important;
}
.download-button {
    background: url('../img/download.png') no-repeat left top;
    background-size: contain;
    padding-left: 70px;
    min-height: 50px;
}
/*###### VERTICAL index #######*/

.index-v {
    width: 100%;
    height: 100%;
    /* background-color: #dae34e !important; */
    backface-visibility: hidden;
    will-change: transform;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
}
.bg-beach {
    background: 100% 0% url(../img/bg_2.jpg) no-repeat;
    background-size: 220% 130%;
    opacity: 1.0;
}
.bg-palm {
    background: 60% 70% url(../img/bg_3.jpg) no-repeat;
    background-size: 220% 130%;
    opacity: 1.0;
}
section.vertical {
    will-change: transform;
    backface-visibility: hidden;
    position: relative;
    min-height: 100vh;
    width: 100%;
}
section#home {
    /*   background: url(../img/bg_2-2x.jpg) no-repeat;
    background-size: 140%;
    background-position: left 75%;*/
    background: linear-gradient(to bottom, #dae34e, #6bab7a78, #ffffff00);
    height: 100vh;
    /*  background-attachment: fixed;*/
}
section#palms {
    /*  background: url(../img/bg_3.jpg) no-repeat;*/
    background-position: -100px;
    background-size: 130% !important;
    transition: all 2s ease-in-out;
}
section#rentnow {
    /*  background: url(../img/bg_3.jpg) no-repeat;
    background-size: 130% !important;
    background-position: 75% 25% !important;*/
    z-index: 3;
    height: 100vh;
    transition: background 3s ease-in;
}
section#about {
    /*  background: url(../img/bg_3.jpg) no-repeat;
    background-size: 130%;
    background-position: 75% 57%;*/
    z-index: 2;
    height: 100vh;
    background-attachment: fixed;
}
section#about .box-description {
    background-color: white;
    border-radius: 20px;
    padding: 30px 30px;
    margin-top: 5%;
    background-attachment: fixed;
}
section#contact {
    z-index: 2;
    height: 100vh;
}
.contact-map {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    height: 350px;
    width: 350px;
    background-size: contain;
    display: inline-flex;
}
.circle-white-bottom {
    background-color: white;
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: -30%;
    left: -5px;
    z-index: -1;
}
.circle-sm {
    background-color: #dae34e;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.circle-sm img {
    position: relative;
    width: 220%;
    left: -120px;
}
.circle-md {
    background-color: #dae34e;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.circle-md img {
    position: relative;
    width: 220%;
    left: -190px;
}
.circle-lg {
    background-color: #dae34ec2;
    width: 600px;
    height: 600px;
    border-radius: 50%;
}
.circle-about {
    background-color: #dae34e;
    content: "";
    width: 900px;
    height: 900px;
    position: absolute;
    top: -250px;
    left: -250px;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-arent {
    background-color: white;
    content: "";
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -100px;
    left: -150px;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-toget {
    background-color: white;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: 100px;
    left: -140px;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-finish {
    background-color: #dae34eb8;
    content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-dot-one {
    background-color: #dae34eb8;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 500px;
    top: 90px;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-dot-two {
    background-color: #dae34eb8;
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    right: 350px;
    top: 110px;
    display: block;
    border-radius: 50%;
    z-index: -1;
}
.circle-lg img {
    position: relative;
    width: 120%;
    top: 20%;
}
.circle-lg a {
    position: relative;
    bottom: -20%;
    left: 40%;
    padding: 15px 35px;
    font-size: 14pt;
}
.circle-title {
    position: relative;
    top: 20%;
    font-size: 250%;
    left: 20%;
}
.form-box {
    background-color: #dae34ec7;
    padding: 20px;
    border-radius: 30px;
    margin-top: -33px;
}

.rent-message {
    position: absolute;
    left: 10%;
    padding: 1.5em;
    border-radius: 30px;
    margin-top: 10px;
    min-width: 80%;
    top: 118%;
    z-index: 3;
}
.car-detail-2 {
    background: url(../img/2011_blue_car.png) no-repeat right top;
    background-size: contain;
    min-height: 80%;
    width: 91%;
    margin: 50px;
    margin-left: 1%;
    z-index: 1;
}
.circle {
    width: 550px;
    height: 550px;
    background: rgba(255, 255, 255, 0.705);
    position: absolute;
    top: 10vh;
    left: 4vw;
    border-radius: 500px;
}
.circle2 {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.705);
    position: absolute;
    top: 74vh;
    left: 46vw;
    border-radius: 100px;
}
.circle3 {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.705);
    position: absolute;
    top: 64vh;
    left: 53vw;
    border-radius: 100px;
}
.square {
    background-color: rgba(255, 255, 255, 0.705);
    border-radius: 40px;
    bottom: 15%;
    position: relative;
}
.text-140 {
    font-size: 140%;
    padding-bottom: 10px;
    padding-top: 10%;
    padding-left: 0px;
    text-align: center;
}
.text-100 {
    font-size: 13px;
    line-height: 10px;
}
.text-60 {
    font-size: 10px;
    text-decoration: underline;
    border: none;
    color: RGB(49, 49, 0);
}
.fa-print {
    font-size: 25px;
    padding: 5px;
}
.reservation-div hr {
    background-color: 1px solid rgba(0, 0, 0, 0.836);
    width: 80%;
}
/* Page 4********************** */

section#taste {
    z-index: 2;
    height: 100vh;
    background-attachment: fixed;
}
.republica-dom {
    background: url(../img/img_playa-450.png) no-repeat center top;
    background-size: contain;
    height: 500px;
    width: 100%;
    position: relative;
    top: -15%;
}
.samana {
    background: url(../img/samana.png) no-repeat left top;
    background-size: contain;
    min-height: 200px;
    width: 100%;
    height: 90%;
}
.punta-cana {
    background: url(../img/puntacana.png) no-repeat left top;
    width: 100%;
    height: 90%;
    background-size: contain;
    min-height: 200px;
}
.santodomingo {
    background: url(../img/santodomingo.png) no-repeat left top;
    width: 100%;
    height: 90%;
    background-size: contain;
    min-height: 200px;
}
.relative {
    position: relative;
    left: 46%;
}
element.style {
    text-align: center;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.text-start {
    text-align: start !important;
}
@media only screen and (max-width: 400px) {
    section.vertical {
        position: static;
    }
    .session-info {
        width: 99%;
    }
}
/*
@media only screen and (min-width: 1050px) {
    [data-hijacking="on"] .cd-section {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    [data-hijacking="on"] .cd-section>div {
        visibility: visible;
    }
    [data-hijacking="off"] .cd-section>div {
        opacity: 0;
    }
    [data-animation="rotate"] .cd-section {
        enable a 3D-space for children elements -webkit-perspective: 1800px;
        -moz-perspective: 1800px;
        perspective: 1800px;
    }
    [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
        -webkit-perspective-origin: center 0;
        -moz-perspective-origin: center 0;
        perspective-origin: center 0;
    }
    [data-animation="scaleDown"] .cd-section>div, [data-animation="gallery"] .cd-section>div, [data-animation="catch"] .cd-section>div {
        box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
    }
    [data-animation="opacity"] .cd-section.visible>div {
        z-index: 1;
    }
}
@media only screen and (min-width: 1050px) {
    .cd-section:first-of-type>div::before {
        display: none;
    }
}
@media only screen and (min-width: 1050px) {
    .cd-section>div {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        Force Hardware Acceleration -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    [data-hijacking="on"] .cd-section>div {
        position: absolute;
    }
    [data-animation="rotate"] .cd-section>div {
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}*/

/**************MediaQ**************************************************/

@media only screen and (max-width: 360px) and (min-width: 100px) {
    /* STEP 1 *********************** */
    .session-info {
        font-size: 14px;
    }
    .outer {
        font-size: 7em;
        display: grid;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 6vh;
    }
    .welcome-container {
        font-size: 15px;
        display: grid;
        justify-items: center;
        text-align: center;
    }
    /* STEP 2 *********************** */
    .text-300 {
        font-size: 220%;
    }
    .text-content {
        display: flex;
        justify-content: center;
        top: -10vh;
    }

    .dot-up-2 {
        position: relative;
        top: 54vh;
    }
    .dot-down-2 {
        position: relative;
        top: -23vh;
    }
    /* STEP 3*************************/
    .almost-content {
        z-index: 3;
        top: -25px;
    }
    .dot-up-3 {
       margin-top: 85px;
    }
    .dot-down-3 {
        margin-top: 0px;
    }
    /* STEP 4 ************************/
    .text-reservation {
        font-size: 0.7em;
        letter-spacing: -0.3px;
    }
    .mx-autocontent {
        padding: 7%;
        width: 80% !important;
        display: inline;
        border-radius: 30px;
    }
    .date-selector {
        text-align: start;
        padding-left: 10px;
    }
    .select2-container {
        display: flex;
        justify-content: flex-end;
    }
    .select2 {
        width: 100% !important;
    }
    [class^="select2"] {
        padding-top: 1px;
    }
    .date-input .separator:after {
        border-right: none;
    }
    .rent-message {
        position: relative;
        font-size: 10px;
        margin-bottom: -8px;
        padding: 10px;
        margin-top: 30px;
    }

    .text-warning {
        font-size: 1.5em;
    }
    .text-green {
        font-size: 17px !important;
    }
    .date-input .date-button, .date-input .date-button:focus {
        font-size: 12px;
        background-color: #dae34e;
        color: white;
        border: none;
        border-radius: 30px;
        padding: 10px;
        height: 86%;
        width: 90%;
        outline: none;
        margin: 10px;
    }
    .date-out {
        position: relative;
        top: -15px;
    }

    #dates-error {
        position: absolute;
        top: 106% !important;
        width: 100% !important;
        left: 0px;
        z-index: 1;
    }

    .dot-up-4 {
        margin-bottom: -35%;
    } 

    .dot-down-4 {
        margin-bottom: 10%;
    }

    /* STEP 5 ************************/
    .content {
        height: 84% !important;
    }
    .h-80 {
        height: 35% !important;
    }
    .dots-separator {
        width: 74%;
        margin-left: 50%;
        margin-right: -20%;
        top: -30px;
    }
    .car-detail {
        min-height: 160px;
        width: 245px;
        margin: 10% auto;
    }
    .div-info {
        position: relative;
        top: 20vh;
        display: flex;
        justify-content: start;
    }
    .text-270 {
        font-size: 160%;
    }

     /* finish ************************/

     .square {
        bottom: 42%;
        position: relative;
    
    }
    .text-start {
        text-align: center;
        font-size: 11px !important;
    }
    .text-100 {
        font-size: 12px;
    }

    .text-fontpick{
        margin-bottom: 15px;
    }


    /***********************VERTICAL*********************************/
    /******************** vertical-1 ********************************/
    .brand-class {
        font-weight: bold;
        font-size: 1.4em;
    }
    .text-400 {
        font-size: 300%;
    }
    .text-ready {
        top: -42px;
        position: relative;
        margin-left: 10%;
    }
    .text-set {
        font-size: 1.5em;
    }
    .form-box {
        margin-left: 5vw;
        margin-right: 5vw;
        position: relative;
        top: -20px;
    }
    .date-input {
        padding: 10px 5px 5px 5px;
        margin-top: -10px;
    }
    .dark-btn {
        font-size: 0.9em;
        padding: 9px 30px;
        width: 100%;
        height: 45px;
        margin-top: -10px;
    }
    /******************** vertical-2 ********************************/
    .form-box2 {
        margin-left: 5vw;
        margin-right: 5vw;
        position: relative;
        top: -3vh;
    }
    .dark-btn2 {
        font-size: 0.9em;
        padding: 9px 30px;
        width: 120%;
        height: 45px;
    }
    .text-toget {
        top: -42px;
        position: relative;
    }
    /******************** vertical-3 ********************************/
    .circle-arent {
        width: 300px;
        height: 300px;
        position: absolute;
        top: 100px;
        left: -140px;
        z-index: -1;
    }
    /******************** vertical-4 ********************************/
    .text-nissan {
        font-size: 170%;
    }
    .text-130 {
        font-size: 130%;
    }
    .text-100 {
        line-height: 15px;
    }
    /******************** _page 2 ********************************/
    .text-160 {
        font-size: 160%;
    }
    .circle-lg {
        top: -96px;
        position: relative;
    }
    .circle-lg {
        height: 244px;
        width: 240px;
    }
    .circle-lg a {
        position: relative;
        left: 20%;
        width: 60%;
        height: 50px;
        font-size: 1em;
        top: 40%;
    }
    .circle-lg img {
        position: relative;
        width: 120%;
        top: 85px;
    }
    .circle-title {
        position: relative;
        top: 19%;
        bottom: -12%;
        font-size: 120%;
        left: 14%;
    }
    /******************** _page 3 ********************************/
    .circle-about {
        position: absolute;
        top: 15px;
        width: 100%;
        height: 95%;
        border-radius: 9%;
        z-index: -1;
        left: 5%;
        right: 5%;
    }
    .text-small {
        font-size: 11px;
        line-height: 1.2em;
        text-align: justify;
    }
    .box-green {
        position: relative;
        top: -60px;
    }
    .box-white {
        position: relative;
        bottom: 18vh;
    }
    section#about .box-description {
        background-color: white;
        border-radius: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 18%;
        background-attachment: fixed;
    }
    /******************** _page 4 ********************************/
    .div-taste {
        position: relative;
        top: -105px;
        text-align: center;
    }
    .div-samana {
        position: relative;
        top: -115px;
    }
    .samana {
        min-height: 130px;
        width: 100%;
        height: 75%;
    }
    .div-puntacana {
        position: relative;
        top: -140px;
    }
    .punta-cana {
        background: url(../img/puntacana.png) no-repeat left top;
        width: 100%;
        height: 90%;
        background-size: contain;
        min-height: 120px;
    }
    .div-santodomingo {
        position: relative;
        top: -167px;
    }
    .santodomingo {
        background: url(../img/santodomingo.png) no-repeat left top;
        width: 100%;
        height: 90%;
        background-size: contain;
        min-height: 120px;
    }
    /******************** _page 5 ********************************/
    .div-stay {
        position: relative;
        top: 65px;
    }
    .div-stay-content {
        right: 5vw;
        left: 5vw;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
        top: 25px;
        position: relative;
    }
}
@media only screen and (max-width: 767px) and (min-width: 361px) {
    /* STEP 1 *********************** */
    .session-info {
        font-size: 13px;
    }
    .outer {
        font-size: 8em;
        display: grid;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 3vh;
    }
    .welcome-container {
        font-size: 15px;
        display: grid;
        justify-items: center;
        text-align: center;
    }
    
    /* STEP 2 *********************** */

    .text-300{
        font-size: 240%;
    }

    .rent-message {
        padding: 1em;
    }

    .dot-up-2 {
        position: relative;
        top: 54vh;
        margin-bottom: 30px;
    }
    .dot-down-2 {
        position: relative;
        top: -23vh;
    }
    /* STEP 3*************************/
    .almost-content {
        z-index: 3;
        top: -25px;
    }
    .dot-up-3 {
       margin-top: 85px;
    }
    .dot-down-3 {
        margin-top: 0px;
    }

   
    /* STEP 4 ************************/
     
    .text-reservation {
        font-size: 33px;
        letter-spacing: -0.3px;
    }
    .mx-autocontent {
        padding: 5%;
        width: 80% !important;
        display: inline;
        border-radius: 30px;
        padding-bottom: 15px;
    }
    .date-selector {
        text-align: start;
    }
    .select2-container {
        display: flex;
        justify-content: flex-end;
    }
    .select2 {
        width: 100% !important;
    }
    [class^="select2"] {
        padding-top: 1px;
    }
    .date-input .separator:after {
        border-right: none;
    }
    .rent-message {
        position: relative;
        font-size: 10px;
        margin-bottom: -8px;
        padding: 10px;
        margin-top: 35px;
        z-index: 3;
    }

    .text-warning {
        font-size: 1.4em;
    }
    .text-green {
        font-size: 17px !important;
    }

    #dates-error {
        position: absolute;
        top: 107% !important;
        width: 100% !important;
        text-align: center;
        left: 0px;
        z-index: 1;
    }

    .dot-up-4 {
        margin-bottom: -31%;
    } 

    .dot-down-4 {
        margin-bottom: 7%;
    }
   
    /* STEP 5 ************************/
    .dots-separator {
        width: 70%;
        margin-left: 50%;
        margin-right: -30%;
        top: -50px;
    }
    .content {
        height: 84% !important;
    }
    .h-80 {
        height: 35% !important;
    }
    .car-detail {
        min-height: 230px;
        width: 335px;
        margin: 0 auto;
    }
    .div-info {
        position: relative;
        top: 20vh;
        display: flex;
        justify-content: start;
    }
    .text-270 {
        font-size: 200%;
    }

     /* finish ************************/

     .square {
        bottom: 10%;
        position: relative;
    
    }
    .text-start {
        text-align: center !important;
        font-size: 13px !important;
    }
    .text-100 {
        font-size: 14px;
        line-height: 15px;
    }

    .text-fontpick{
        position: relative;
        top: 20%;
    }


    /***********************VERTICAL*********************************/
    /******************** vertical-1 ********************************/
    .text-400 {
        font-size: 300%;
    }
    .text-ready {
        top: -50px;
        position: relative;
        margin-left: 10%;
    }
    .text-set {
        font-size: 1.5em;
    }
    .form-box {
        margin-left: 5vw;
        margin-right: 5vw;
        position: relative;
        top: -7vh;
        margin-top: 0px;
    }
    .dark-btn {
        font-size: 0.9em;
        padding: 9px 30px;
        width: 100%;
        height: 45px;
    }
    .center-input {
        display: flex;
        justify-content: center;
    }
    #dates-error {
        z-index: 3;
        position: absolute;
        top: 115% !important;
        width: 100% !important;
        text-align: center;
        left: 0;
    }
    /******************** vertical-2 ********************************/
    .circle-toget {
        width: 300px;
        height: 300px;
        position: absolute;
        top: 116px;
        left: -141px;
    }
    .text-toget {
        top: -50px;
        position: relative;
    }
    /******************** vertical-3 ********************************/
    .circle-arent {
        width: 300px;
        height: 300px;
        position: absolute;
        top: 100px;
        left: -140px;
        z-index: -1;
    }
    /******************** vertical-4 ********************************/
    .text-nissan {
        font-size: 220%;
    }
    /******************** _page 2 ********************************/
    .text-160 {
        font-size: 200%;
    }
    .text-easy {
        position: relative;
        top: -30px;
    }
    .circle-lg {
        height: 290px;
        width: 290px;
        position: relative;
        top: -125px;
    }
    .circle-lg a {
        position: relative;
        left: 20%;
        width: 60%;
        height: 50px;
        font-size: 1em;
        top: 35%;
    }
    .circle-lg img {
        position: relative;
        width: 140%;
        top: 70px;
    }
    .circle-title {
        position: relative;
        top: 19%;
        bottom: -12%;
        font-size: 145%;
        left: 14%;
    }
    /******************** _page 3 ********************************/
    .circle-about {
        position: absolute;
        top: 10px;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        z-index: -1;
        left: 5%;
        right: 5%;
    }
    section#about .box-description {
        padding: 10px 15px;
        margin: 15px;
    }
    .text-small {
        font-size: 15px;
        line-height: 1.2em;
        text-align: justify;
    }
    .box-green {
        position: relative;
        top: 0px;
    }
    /******************** _page 4 ********************************/
    .div-taste {
        position: relative;
        top: 0px;
        text-align: start;
    }
    .div-samana {
        position: relative;
        top: -45px;
    }
    .samana {
        min-height: 130px;
        width: 100%;
        height: 100%;
    }
    .div-puntacana {
        position: relative;
        top: -70px;
    }
    .punta-cana {
        background: url(../img/puntacana.png) no-repeat left top;
        width: 100%;
        height: 130%;
        background-size: contain;
        min-height: 120px;
    }
    .div-santodomingo {
        position: relative;
        top: -70px;
    }
    .santodomingo {
        background: url(../img/santodomingo.png) no-repeat left top;
        width: 100%;
        height: 110%;
        background-size: contain;
        min-height: 120px;
    }
    /******************** _page 5 ********************************/
    .div-stay-content {
        right: 5vw;
        left: 5vw;
    }
}


@media only screen and (max-width: 767px) and (min-width: 501px){
    /* STEP 2 *********************** */
    
    .text-font{
        left: 10vh;
    }
    }
    
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    
    /* STEP 1 *********************** */
    .outer {
        position: relative;
        top: 6vh;
    }

    /* STEP 2 *********************** */


    .text-font{
        margin-bottom: -30px;
    }

    .dot-up-2 {
        position: relative;
        margin-bottom: 40px;
    }
    
    /* step 3 *****************************/

    .almost-content{
        margin-top: 100px;
    }
     .dot-up-3 {
        position: relative;
        top:-41px;
    }
    /* step 4 *****************************/

    .dot-down-4 {
        margin-bottom: -2%;
    }
    
    .date-input .date-button, .date-input .date-button:focus {
        height: 70%;
    }
    .rent-message {
        padding: 1em;
    }

    .text-warning {
        font-size: 1.8em;
    }
    /* step 5 *****************************/
    .content {
        height: 84% !important;
    }
    .h-80 {
        height: 35% !important;
    }
    .car-detail {
        min-height: 227px;
        width: 346px;
    }
    .text-270 {
        font-size: 200%;
    }
    .dots-separator {
        width: 100%;
        margin-left: 50%;
        margin-right: -25%;
        top: -2vh;
    }
    .mx-auto-5 {
        top: -13px;
    }
    .font-pick {
        font-size: 169%;
    }
    .text-nissan{
        font-size: 10pt !important;
    }
    .text-250 {
        font-size: 170%;
    }

     /* step 6 *****************************/

    .dot-up-6{
        margin-top: -40%;
    }

    .almost-text{

        font-size: 0.9em;
        margin-bottom: 55%;
        text-align: center;
     }

    .data-img{
        position: relative;
        top: -15vh;
     }

     /* finish************************/

     .car-detail-2 {
        background: url(../img/2011_blue_car.png) no-repeat right top;
        background-size: contain;
        min-height: 98%;
        width: 115%;
        margin: 50px;
        margin-left: 1%;
        z-index: 1;
        margin-top: 45%;
    }

    .text-fontpick{
        position: relative;
        top: 75%;
        font-weight: bold;
    }

    .circle2 {
        width: 150px;
        height: 150px;
        background: rgba(255, 255, 255, 0.705);
        position: absolute;
        top: 44vh;
        left: 8vw;
        border-radius: 100px;
    }

    .circle3 {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.705);
        position: absolute;
        top: 35vh;
        left: 28vw;
        border-radius: 100px;
    }

    .square {
        bottom: 70px;
        position: relative;
    }

    /******************_page 2 ***************************/
    .text-160 {
        font-size: 243%;
    }
    .circle-lg {
        width: 460px;
        height: 460px;
        margin-right: 30px;
    }
    .circle-lg img {
        position: relative;
        width: 105%;
        top: 20%;
    }
    .circle-title {
        position: relative;
        top: 20%;
        font-size: 170%;
        left: 20%;
    }
    .circle-lg a {
        position: relative;
        left: 30%;
        width: 40%;
    }
    .circle-md img {
        position: relative;
        width: 195%;
        left: -8vw;
    }
    .circle-sm img {
        position: relative;
        width: 300%;
        right: 190%;
    }
    .circle-sm {
        position: relative;
        left: 100px;
    }
    /******************** _page 3 ********************************/
    .circle-about {
        width: 750px;
        height: 700px;
        position: absolute;
        top: -93px;
        left: -179px;
        border-radius: 50%;
        z-index: -1;
    }
    section#about .box-description {
        top: -5%;
        position: relative;
    }
    /******************** _page 5 ********************************/
    .contact-map {
        background-image: url(../img/map.png);
        background-repeat: no-repeat;
        height: 290px;
        width: 290px;
        background-size: contain;
        display: inline-flex;
    }
    .div-stay-content {
        position: relative;
        top: 100px;
    }
}
/***********************VERTICAL*********************************/

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    /******************** vertical-1 ********************************/

    .text-400 {
        font-size: 300%;
    }
    .text-ready {
        top: -90px;
        position: relative;
        margin-left: 10%;
    }
    .form-box {
        margin-left: -10vw;
        margin-right: 5vw;
        position: relative;
        top: -10vw;
        margin-top: 0px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: flex;
        justify-content: flex-end;
    }
    .cars-two-blue {
        top: 85%;
        left: 230%;
        width: 500px;
        height: 270px;
    }
    .cars-two-white {
        position: relative;
        top: 74%;
        height: 300px;
        width: 500px;
        margin-left: 104%;
    }
    #dates-error {
        z-index: 3;
        position: absolute;
        top: 120% !important;
        width: 100% !important;
        text-align: center;
        left: 0;
    }
    /******************** vertical-2 ********************************/
    .cars-black {
        height: 54%;
        position: relative;
        left: -13px;
        top: 228px;
    }
    .circle-toget {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 39px;
        left: -271px;
        display: block;
        border-radius: 50%;
        z-index: -1;
    }
    .text-toget {
        top: -50px;
        position: relative;
    }
    /******************** vertical-3 ********************************/
    .circle-arent {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 39px;
        left: -271px;
        display: block;
        border-radius: 50%;
        z-index: -1;
    }
    .cars-red {
        height: 63%;
        position: relative;
        left: -100px;
        top: 162px;
    }
    /******************** vertical-4 ********************************/
    .cars-blue {
        height: 55%;
        position: relative;
        left: -60px;
        top: 265px;
    }
    .text-start {
        text-align: start !important;
        padding-bottom: 20px;
    }
    /******************** _page 4 ********************************/
    .div-taste {
        position: relative;
        top: 50px;
        text-align: start;
        font-size: 1.3em;
    }
    .text-city {
        font-size: 1.4em !important;
    }
    .text-137 {
        font-size: 150%;
    }
    .republica-dom {
        background: url(../img/img_playa-450.png) no-repeat center top;
        background-size: contain;
        height: 630px;
        width: 100%;
        position: relative;
        top: 5vh;
    }
    .div-republicadom {
        position: relative;
        top: -25px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
    /******************** vertical-1 ********************************/
    .cars-two-blue {
        position: relative;
        top: 7vh;
        height: 55%;
        left: -100px;
    }
    .cars-two-white {
        position: relative;
        top: 5vh;
        height: 60%;
        left: -40px;
    }
    /******************** vertical-4 ********************************/
    .cars-blue {
        height: 70%;
        position: relative;
        left: 0px;
    }
    /******************** _page 4 ********************************/
    .div-taste {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1280px) {
    /* step 3 *****************************/
    .almost-content {
        position: relative;
        max-height: 220px;
        z-index: 3;
    }
    /* step 5 *****************************/
    .content {
        height: 84% !important;
    }
    .h-80 {
        height: 80% !important;
    }
    .car-detail {
        min-height: 261px;
        width: 460px;
        position: relative;
        top: 9vh;
        right: 5%;
    }
    .dots-separator {
        top: 0vh;
        position: relative;
        width: 80%;
        margin-left: 60%;
        margin-right: -20%;
    }
    .text-normal {
        font-size: 15pt !important;
    }

     /* step 6 *****************************/

     .almost-text{
        left: 20%;
        position: relative;
    }
    /***********************VERTICAL*********************************/
    /******************** vertical-1 ********************************/
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: flex;
        justify-content: flex-end;
    }
    .contact-map {
        background-image: url(../img/map.png);
        background-repeat: no-repeat;
        height: 400px;
        width: 350px;
        background-size: contain;
        display: inline-flex;
        position: relative;
    }
}
@media only screen and (max-width: 1950px) and (min-width: 1400px) {
     /*step 1 ************************/
     .outer {
        margin-top: 13%;
    }
    /*step 2 ************************/
    .dot-up-2{
        position: relative;
        top: -4.5vh;
    }
    /* step 3 *****************************/
    .almost-content {
        display: flex;
        justify-content: center;
    }
    .dot-up-3{
        position: relative;
        top: -4.5vh;
    }

    /* step 5 *****************************/
    .car-detail {
        min-height: 320px;
        width: 600px;
        position: relative;
        top: 10vh;
    }
    .dots-separator {
        top: -6vh;
        position: relative;
        width: 80%;
        margin-left: 60%;
        margin-right: -20%;
    }
    .text-normal {
        font-size: 17pt !important;
    }
    .font-pick {
        display: flex;
        justify-content: flex-end;
    }

    /* step 6 *****************************/

    .almost-text{
        left: 15%;
        position: relative;
    }
    .data-img{
        margin-bottom: 10%;
    }

    .dot-up-6{
        margin-top: 13px;
    }

    /* finish *****************************/

    .text-fontpick{
        margin-left: -4%;
    }
    
    .circle {
        width: 580px;
        height:580px;
        top: 10vh;
        left: 0vw;
    }
    .circle2 {
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.705);
        position: absolute;
        top: 51vh;
        left: 43vw;
        border-radius: 100px;
    }
    .circle3 {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.705);
        position: absolute;
        top: 45vh;
        left: 51vw;
        border-radius: 100px;
    }


    /***********************VERTICAL*********************************/
    /******************** vertical-1 ********************************/
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: flex;
        justify-content: flex-end;
    }
    .cars-two-white {
        left: -90px;
    }
    /******************** _page 2 ********************************/
    .circle-sm img {
        position: relative;
        width: 400%;
        left: -120px;
    }
    .circle-sm {
        position: relative;
        bottom: 65px;
    }
    .circle-md img {
        position: relative;
        width: 380%;
        left: -190px;
    }
    .circle-md {
        position: relative;
        top: 30px;
    }
    /******************** _page 3 ********************************/
    .circle-about {
        width: 950px;
        height: 900px;
        position: absolute;
        top: -93px;
        left: -150px;
    }
    section#about .box-description {
        top: -5%;
        position: relative;
    }
    .text-small {
        font-size: 1em;
    }
    /******************** _page 4 ********************************/
    .div-taste {
        font-size: 1.5em;
    }
    /******************** _page 5 ********************************/
    .contact-map {
        background-image: url(../img/map.png);
        background-repeat: no-repeat;
        height: 500px;
        width: 100%;
        top: 80px;
        position: relative;
        right: 5%;
        left: 10%;
    }
    .div-stay-content {
        position: relative;
        top: 100px;
    }
}