/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* #sliderSM {
    position: relative;
    width: 100%;
    background-image: url(../demos/cleaner/images/bg-header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
} */

.testi-content h4 {
    font-size: 16px;
}

.crLocaleMenu {display:  none}

.iconlist li {
    padding: .175rem 0;
}

.iconlist > li [class^="icon-"]:first-child {
    color: #07247d !important;
}

#slider [id^="pjWrapper"] {
    color: #fff;
    background-color: transparent !important;
}

#pjWrapperCarRental_theme10 .pjCrContainer .pjCrHeading {
    display: none;
}

#pjWrapperCarRental_theme10 .pjCrBgPrimary {
    background: #07247D !important;
}

#slider .control-label {
    color: #fff !important;
}

#slider .panel-default {
    background-color:  transparent !important;
    border-color: #203a8a !important;
}

[id^="pjWrapper"] .btn {
    font-weight: bold !important;
}

#pjWrapperCarRental_theme10 .pjCrContainer {
    padding: 0 !important;
}

#pjWrapperCarRental_theme10 .pjCrBtntDefault, #pjWrapperCarRental_theme10 .pjCrBtntDefault.disabled {
    border-color: #F4E618 !important;
    background: #F4E618!important;
    color: #07247D !important;
}

#pjWrapperCarRental_theme10 .pjCrTimePicker .input-group-addon, #pjWrapperCarRental_theme10 .pjCrDatePicker .input-group-addon {
    color: #07247d !important;
}

#pjWrapperCarRental_theme10 .pjCrContainer .panel-title, #pjWrapperCarRental_theme10 .pjCrContainer .panel-title {
    color: #07247D !important;
}

.portfolio-meta i {
   font-size: 18px;
    padding-right: 20px;
}

.float-whats {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    padding: 0.5em;
}


.faqs h4 {
    color: #07247D !important;
    margin-bottom: 10px;
}

.float-messenger {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 90px;
    background-color: #00a9ff;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    padding: 0.5em;
}

.color-2 {
    color: #F4E618;
}

@media screen and (min-width: 1024px) {
    .crContainer {
        width: 100% !important;
    }
}

/* ------------------------------------------------------------
    H Selector de divisa
--------------------------------------------------------------- */

#currency-fix {
    position: fixed;
    bottom: 30px;
    right: 90px;
    padding:0;
    margin:0;
    z-index: 20;
}

#currency-fix a {
    text-decoration: none;
    display: block;
    color: #F4E618;
    font-size: 12px;
    font-weight: bold;
    z-index: 999;
    padding: 10px;
    height: 40px;
    width: auto;
    background: #07247D;
    border-radius: 6%;
}

#currency-fix a:hover {
    color:#fff;
}

@media (max-width: 1024px) {
    .svg-separator {
        display: none;
    }
    
    #currency-fix{
      bottom: 15px;
      right: 20px;
  }
    
    .float-whats{
        width:40px;
        height:40px;
        bottom:100px;
        right:5px;
        font-size: 15px;
        padding: 0.2em;
    }

    .float-messenger{
        width:40px;
        height:40px;
        bottom:100px;
        right:50px;
        font-size: 15px;
        padding: 0.2em;
    }

    .float-bubble{
        vertical-align: baseline;
    }

}