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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.crLocaleMenu {display:  none}

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

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

body [id^="pjWrapper"] {
    background-color: rgba(255,255,255,0.30) !important;
}

[id^="pjWrapper"] .panel-default {
    border-color: #eee !important;
    background-color: rgba(255,255,255,0.30) !important;
}

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

#pjWrapperCarRental_theme10 .pjCrBgPrimary {
    background: #021F38 !important;
}

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

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

[id^="pjWrapper"] .container, [id^="pjWrapper"] .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

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

.currency_ex {
    display: none;
}


.card-body {
    padding: 1rem 0;
}

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

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

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

@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: #FFF;
    font-size: 12px;
    z-index: 999;
    padding: 10px;
    height: 40px;
    width: auto;
    background: #F61919;
    border-radius: 4%;
}


@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;
    }

}

/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testi-image {
	float: none;
	margin: -55px auto 0;
	margin-bottom: 20px;
}

.testi-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily,'Poppins', sans-serif);
	font-size: var(--basefontsize, 16px);
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}
