/* Esto no hace falta, lo hace ya la plantilla. ademas que este logged in no significa que esté la barra de arriba, es opcional.
body.logged-in {
    margin-top: 20px;
}*/
.trp-shortcode-switcher {
  padding:0 !important
}
header.site-header {
	margin-top: 0px !important;
}
li.menu-item a {
    font-weight: 900;
}
/* Brian */
/* Helpers */
.gruppo {
    font-family: "Gruppo", sans-serif;
}
.d-flex {
	display: flex;
}
.f-column {
	flex-direction: column;
}
.jc-center {
	justify-content: center;
}
.jc-start {
	justify-content: flex-start;
}
.jc-between {
	justify-content: space-between;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-centered {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
/* Custom Styles */
/*header.site-header {
	margin-top: 20px !important;
	box-shadow: none !important;
	top: 20px !important;
}
header.site-header .header_inner {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}
header.site-header .header_inner .main-navigation .menu-menu-container .primary-menu li a {
	font-size: 18px;
	font-weight: 800;
}
header.navbar-fixed-top {
	top: 0px !important;
	margin-top: 0px !important;
	padding: 15px 0px;
}*/
.mobile_menu_data.mobile_menu_lang {
    display: flex;
    justify-content: center;
}
.mobile-menu li a {
	font-family: "Gruppo";
}
.top_bar .top_bar_inner .top_bar_data a {
	text-transform: uppercase;
	font-family: "Gruppo";
	font-size: 18px;
}
footer .footer {
	display: flex;
	align-items: center;
}
footer .footer .col-md-6:first-child {
	width: 20%;
}
footer .footer .col-md-6:first-child .footer-widget .widget_custom_html {
	text-align: left !important;
}
footer .footer .col-md-6:nth-child(2) {
	width: 80%;
}
footer .footer .col-md-6:nth-child(2) .footer-widget {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer .footer .footer-widget .wp-block-social-links .wp-social-link {
    background: transparent;
}
footer .footer .col-md-6:nth-child(2) .footer-widget .widget_media_image img {
	max-width: 200px;
}
footer .footer .footer-widget .widget_nav_menu .menu-footer-menu-container .menu li a,
footer .footer .footer-widget .widget_nav_menu .menu-footer-menu-ingles-container .menu li a {
	font-family: "Gruppo" !important;
}
/* Whatsapp */
.wc.wc-whatsapp {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    left: auto;
    border-radius: 50%;
    font-size: 33px;
}
.wc.wc-whatsapp a {
    padding: 12px;
    display: block;
}
.wc.wc-whatsapp i {
    color: white;
}
#go_top {
    display: none;
}
@media (min-width: 768px) and (max-width: 1130px ) {
	header.site-header {
		/*margin-top: 20px !important;*/
	}
	/*.site-content {
		padding-top: 0px !important;
	}*/
	.hero-section .hero-content .wpb_wrapper .wpb_row .hero-title h2 {
		font-size: 75px !important;
		line-height: 75px !important;
	}
	.bottom_bar .bottom_bar_inner {		
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.bottom_bar .bottom_bar_inner .bottom-bar-data {
		display: flex;
	}
}
@media (min-width: 770px ) {
    footer .footer .footer-widget .widget_nav_menu .menu-footer-menu-container .menu,
    footer .footer .footer-widget .widget_nav_menu .menu-footer-menu-ingles-container .menu {
    	display: flex;
    	justify-content: space-evenly;
    	column-gap: 8px;
    	margin-top: 25px;
    }
}
@media (max-width: 769px ) {
	/*header.site-header {
		margin-top: 0px !important;
	}
	.site-content {
		padding-top: 0px !important;
	}*/
	.hero-section .hero-content .wpb_wrapper .wpb_row {
		display: flex;
		flex-direction: column;
	}
	.hero-section .hero-content .wpb_wrapper .wpb_row .hero-form {
		order: 1;
	}
	.hero-section .hero-content .wpb_wrapper .wpb_row .hero-title {
		order: 0;
		margin-bottom: 25px;
	}
	.hero-section .hero-content .wpb_wrapper .wpb_row .hero-title h2 {
		font-size: 75px !important;
		line-height: 75px !important;
	}
	.about-us-section .about-us-image-col .wpb_wrapper {
		position: relative;
	}
	.about-us-section .about-us-content .vc_do_btn {
		margin-top: 20px;
	}
	footer {
		padding-top: 0px;
	}
	footer .footer {
		flex-direction: column;
	}
	footer .footer .col-md-6:first-child {
		width: 100%;
	}
	footer .footer .col-md-6:first-child .footer-widget .widget_custom_html {
		text-align: center !important;
	}
	footer .footer .col-md-6:nth-child(2) {
		width: 100%;
	}
	footer .footer .col-md-6:nth-child(2) .footer-widget .widget_nav_menu .menu-footer-menu-container .menu,
	footer .footer .col-md-6:nth-child(2) .footer-widget .widget_nav_menu .menu-footer-menu-ingles-container .menu {
		display: flex;
		flex-direction: column;
		row-gap: 8px;
	}
	.bottom_bar .bottom_bar_inner {		
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottom_bar .bottom_bar_inner .bottom-bar-data {
		display: flex;
	}
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.hide-mobile {
	    display: none;
	}
}
.bg-logos {
 margin-left: auto;
    margin-right: auto;
background-image: url('https://invernaliarentacar.com/wp-content/uploads/2025/04/css_sprites.png');
background-repeat: no-repeat;
margin-top: 15px;  
}
@media (max-width: 768px) {
    .bg-logos {
        margin-top: 2px;  
    }
}
.bg-despegar {
 width: 175px; height: 38px;
 background-position: -165px -286px;
}
.bg-booking_1 {
 width: 173px; height: 30px;
 background-position: -505px -10px;
}
.bg-rentalcars_1 {
width: 173px; height: 23px;
background-position: -505px -117px;
}
.bg-priceline {
width: 175px; height: 42px;
background-position: -10px -224px;
}
.bg-agoda {
width: 140px; height: 72px;
background-position: -10px -10px;
}
.bg-kayak_1 {
    width: 175px; height: 33px;
    background-position: -205px -363px;
}
.bg-rentcars_1 {
    width: 175px; height: 31px;
    background-position: -205px -419px;
}
.bg-skyscanner {
    width: 175px; height: 32px;
    background-position: -10px -419px;
}
.bg-Economybookings_1 {
    width: 175px; height: 53px;
    background-position: -170px -10px;
}
.bg-carrentalexpress {
    width: 120px; height: 60px;
    background-position: -365px -10px;
}
.bg-cartrawler {
    width: 175px; height: 27px;
    background-position: -10px -471px;
}
.bg-vipcars {
    width: 175px; height: 36px;
    background-position: -10px -363px;
}
.bg-stripe {
    width: 135px; height: 57px;
    background-position: -10px -286px;
}
.bg-paypal {
    width: 175px; height: 46px;
    background-position: -10px -102px;
}
.bg-mercadopago {
    width: 142px; height: 37px;
    background-position: -505px -60px;
}
.bg-coinbase {
    width: 200px; height: 36px;
    background-position: -10px -168px;
}

.select2-container--disabled {
      opacity: 0.5;
    background-color: #fff !important;
}
.select2-container--disabled:hover {
  display:none !important;
}
.post-template-default .site-content p, .post-template-default .site-content li{
font: 400 16px / 27px "Open Sans Condensed", sans-serif;
  color: #87878E  !important;
}
nav.post-navigation{display: none !important;}
.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #FFF;
    background-color: #16496e !important;
}
  .botontop {
    display: inline-block;
    background: #ffffff;
    color: #16496e !important;
    border: 1px solid #16496e;
    border-radius: 4px;
		margin: 5px 15px 0px 5px;
    padding: 4px 9px;
    font-size: 13px !important; 
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
  }
  .botontop:hover,
  .botontop:focus {
    background: #16496e;
    color: #ffffff !important;
    outline: none;
  }
/*****************/

/* Estilos generales para ambos ítems */
#menu-item-3519 a,
#menu-item-3533 a {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  background: #16496e;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 8px 14px;
  margin: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Icono antes del enlace */
#menu-item-3519 a::before,
#menu-item-3533 a::before {
  content: "";
  display: block;
  width: 50px;   
  height: 24px;  
  margin-bottom: 6px;  
  background: url("https://invernaliarentacar.com/wp-content/uploads/2025/08/car.png") no-repeat center;
  background-size: contain;
}

/* Icono al hacer hover/focus */
#menu-item-3519 a:hover::before,
#menu-item-3519 a:focus::before,
#menu-item-3533 a:hover::before,
#menu-item-3533 a:focus::before {
  background: url("https://invernaliarentacar.com/wp-content/uploads/2025/08/car-hover.png") no-repeat center;
  background-size: contain;
}

/* Estilo del enlace en hover/focus */
#menu-item-3519 a:hover,
#menu-item-3519 a:focus,
#menu-item-3533 a:hover,
#menu-item-3533 a:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: 2px solid #16496e;	
  background: #ffffff;
  color: #16496e !important;
  outline: none;
}


/*****************/
body.car_rental_location-template-default .formreserva-h2 h2, body.car_rental_location-template-default  .post-excerpt {
/* display: none; */

}
body.car_rental_location-template-default .formreserva {
  background: #15496e;  
  color: #fff;  
  padding: 35px 0px 0px 0px;
  border-radius: 0px;
  margin: 0px 0 80px 0;
}

body.car_rental_location-template-default #primary {
    padding-top: 0px !important;
}
body.car_rental_location-template-default .search_form_row.step1.list_form {
    border: none;  
}



body.car_rental_location-template-default .select2-container--default .select2-selection--single .select2-selection__rendered {
 
    margin-left: 8px;
}

body.car_rental_location-template-default .formreserva input {
  color: #15496e; 
}

body.car_rental_location-template-default div#search_form {
   background-color: transparent !important;
}

body.car_rental_location-template-default .formreserva .form_title,
body.car_rental_location-template-default .formreserva h2,
body.car_rental_location-template-default .formreserva label,
body.car_rental_location-template-default .formreserva span.form_title,
body.car_rental_location-template-default .formreserva p {
  color: #fff;
}

body.car_rental_location-template-default .formreserva input[type="text"],
body.car_rental_location-template-default .formreserva input[type="email"],
body.car_rental_location-template-default .formreserva input[type="tel"],
body.car_rental_location-template-default .formreserva select {
  background: #fff;
  color: #15496e;
  border: 1px solid rgba(255,255,255,0.15);
  width: 100%;
}

body.car_rental_location-template-default .formreserva .car-rental-do-search,
body.car_rental_location-template-default .formreserva button.btn {
  background: #0f3651;
  color: #fff;
  border: 0;
  border-radius: 6px;
}
body.car_rental_location-template-default .formreserva .car-rental-do-search:hover,
body.car_rental_location-template-default .formreserva button.btn:hover {
  background: #0b2a3f;
}

body.car_rental_location-template-default .formreserva .form-small-buttons button {
    color: #16496e;
    background-color: #ffffff;
}

body.car_rental_location-template-default .formreserva .crs-form-submit {
    display: flex;
    align-items: center;  
    height: 100%; 
}

body.car_rental_location-template-default .formreserva .car-rental-do-search {
    margin-top: 0; 
}

body.car_rental_location-template-default .formreserva .search_form_row.step1 .car-rental-do-search {
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  body.car_rental_location-template-default .formreserva .crs-form-submit {
      padding-top: 30px !important;
  }
}

body.car_rental_location-template-default .search_form_row input.car-rental-do-search {
    color: #16496e;
    background-color: #ffffff;
    padding: 5px;
}
body.car_rental_location-template-default. select2-selectionorm_row input.car-rental-do-search {
    color: #ffffff;
}

body.car_rental_location-template-default .button{color: #16496e;
    background-color: #ffffff;}

body.car_rental_location-template-default .switch-button:not(.active) {
   color: #16496e;
    background-color: #ffffff;
}

/*body.car_rental_location-template-default .pr-c {
        color: #ffffff;
    padding: 0px 20px 0px 0px;
    min-width: 30px;
    font-size: 30px;
}*/
body.car_rental_location-template-default .px-0 {
    padding-right: 15px !important;
}
body.car_rental_location-template-default .search_form_row input.car-rental-do-search:hover {
    background-color: #000;
}
/*
@media (min-width: 768px) {
  body.car_rental_location-template-default div.col-xs-12 {
    padding-left: 0px !important;
  }
	body.car_rental_location-template-default .vc_column_container>.vc_column-inner {
    padding: 0px !important;
}
}*/


body.car_rental_location-template-default .formreserva {
  opacity: 0;
  transform: translateY(-20px); 
  animation: fadeSlideDown 0.8s ease-out forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.car_rental_location-template-default .formreserva:hover {
  transform: translateY(5px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@keyframes fadeSlideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.car_rental_location-template-default .car-rental-location {
  background-image: url('https://invernaliarentacar.com/wp-content/uploads/2025/08/men-4.png');
  background-repeat: no-repeat;
  background-position: right bottom; 
  background-size: 250px auto;
}


.car-rental-location .title {
border-bottom: 6px solid #00000029 !important;
}
.row.no_margin.car-rental-location {
  border-bottom: 4px solid #15496e;  
}
.col-xs-12.col-md-8.information {
    padding-bottom: 33px;
}

@media (max-width: 768px) {
  body.car_rental_location-template-default .car-rental-location {
 
    background: none;  
  }
 
  body.car_rental_location-template-default .car-rental-location::after {
right: 0; bottom: 0; width: 100%; height: 400px;
  background: url('https://invernaliarentacar.com/wp-content/uploads/2025/08/men-4.png') no-repeat center bottom;
background-size: contain; pointer-events: none;
  }
	  .bottom-bar-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  
    text-align: center;
  }

  .bottom-bar-data a,
  .bottom-bar-data label {
    margin: 0 5px;
padding:20px 0px 10px 0px;
  }
}
@media (min-width: 768px) {
  body.car_rental_location-template-default .search_form_row.step1.list_form {
      padding: 0px 55px 0px 0px !important;
  }
}

@media (max-width: 768px) {
body.car_rental_location-template-default .formreserva-h2 .col-xs-12.col-sm-7 {
    margin-bottom: 22px;
  }
}

@media (min-width: 700px) and (max-width: 1400px) {
  .formreserva .vc_column_container {
    padding-left: 30px;
  }
}

.switch-button.active {
    border: 2px solid;
}
.switch-button {
    padding: 0px 2px 0;
}
.search_form_row.step1 .fa-question-circle {
    top: 14px;
}

.car-rental-location .title {
    width: max-content;
}	


/* =========================================================
   LOCALIZACIONES - CONTENEDOR PRINCIPAL + OVERLAY
   ========================================================= */

.localizaciones {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay oscuro elegante */
.localizaciones::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(21, 73, 110, 0.92) 0%,
        rgba(21, 73, 110, 0.85) 100%
    );
    z-index: 1;
}

/* Todo el contenido por encima del overlay */
.localizaciones div.divform > * {
    position: relative;
    z-index: 2;
}
.localizaciones div.divform{
    background-color: #16496E !important;
    border-radius: 10px !important;
}
/* =========================================================
   TÍTULOS
   ========================================================= */

.site-content > .entry-header .entry-title h1 {
    color: #1a1a1a !important;
    font-size: 35px;
    text-shadow: none !important;
}

.site-content > .entry-header h1.entry-title,
.entry-header .entry-title h1,
.entry-header h1.entry-title,
.localizaciones h1 {
    position: relative;
    color: #ffffff !important;
    fill: #ffffff !important;
    z-index: 10 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* =========================================================
   GOOGLE MAP
   ========================================================= */

.googlemap iframe {
    width: 100%;
}

/* =========================================================
   CALL TO ACTION
   ========================================================= */

.vc_row.calltoaction {
    background-color: #15496e !important;
    min-height: 500px;
    position: relative;
}

.vc_row.calltoaction::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(21, 73, 110, 0.92) 0%,
        rgba(21, 73, 110, 0.85) 100%
    );
    z-index: 1;
}

.vc_row.calltoaction .wpb_column {
    position: relative;
    z-index: 2;
}

.vc_row.calltoaction .vc_col-sm-6.vc_col-has-fill {
    border-radius: 8px;
    overflow: hidden;
}

.vc_row.calltoaction .vc_col-sm-6.vc_col-has-fill .vc_column-inner {
    border-radius: 8px;
}

.vc_row.calltoaction h2 {
    color: #ffffff !important;
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 15px !important;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.vc_row.calltoaction p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px !important;
    font-weight: 300;
}

.vc_row.calltoaction h3 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 12px !important;
    letter-spacing: 0.5px;
}

/* Botones teléfono */

.vc_row.calltoaction .phone,
.vc_row.calltoaction a.phone {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    padding: 14px 35px;
    margin: 0 10px 15px 0 !important;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vc_row.calltoaction .phone:hover,
.vc_row.calltoaction a.phone:hover {
    background: #ffffff;
    color: #15496e !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* =========================================================
   SEARCH FORM
   ========================================================= */

#search_form .form_title,
#search_form small {
    color: white;
}

#search_form i.fa.fa-calendar.pr-c {
    display: none;
}

#search_form i.fas {
    color: #16496e;
    font-size: 17px;
    margin-left: -3px !important;
}

#search_form .col-xs-8.pr-0 {
    width: 60%;
}

#search_form .col-xs-4.px-0 {
    width: 40%;
}

.row {
    min-width: 100%;
}

@media screen and (max-width: 991px) {
    #search_form .d-flex.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 18px !important;
    }
}		

.trp-shortcode-switcher {
    margin-top: 2px;}