/**
 * # Bloque notificación
 * ---------------------------------------------------------------------------------------------------- */
.infoauto-guia-notification .item {
	display: none;
	grid-template-columns: 25% 65% 5%;
	grid-column-gap: 15px;
	position: initial;
	bottom: 1%;
	right: 1%;
	box-shadow: 1px 1px 7px 1px #eceded;
	padding: 15px;
	background: white;
	width: 27%;
}

.infoauto-guia-notification .item .close {
	right: 0%;
	top: 0%;
	background: #eceded;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom-left-radius: 32px;
}

.infoauto-guia-notification p {
	font-size: 14px;
	margin-bottom: 5px;
}

.infoauto-guia-notification .content .title {
	font-size: 16px;
	font-weight: bold;
}

.infoauto-guia-notification .content .button {
	background: #F59E37;
	border-radius: 5px;
	font-size: 16px;
}

.infoauto-guia-notification .progress {
	width: 100%;
	background-color: grey;
	height: 5px;
}

#guia-progress {
	width: 0%;
	background-color: #327AB6;
	height: 5px;
}

@media only screen and (max-width: 1200px) {
	
	/* Guía hija */
	.infoauto-guia-notification .item{
		width: 35%;
	}
}

@media only screen and (max-width: 1024px) {
	.infoauto-guia-notification .item {
		width: 40%;
	}
}

@media only screen and (max-width: 860px) {
	.infoauto-guia-notification .item {
		width: 50%;
	}
}

@media only screen and (max-width : 768px) {
	.infoauto-guia-notification .item {
		width: 60%;
	}
}

@media only screen and (max-width: 600px) {
	.infoauto-guia-notification .item {
		width: 98%;
		bottom: 9%;
		left: 1%;
	}
}

@media only screen and (max-width: 375px) {
	.infoauto-guia-notification .item {
		grid-template-columns: auto;
	}
	
	.infoauto-guia-notification .image {
		display: none;
	}
}

/**
 * ## Sticky cta
 * --------------------------- */
.infoauto-guia-notification .content-cta {
	position: relative;
	display: grid;
	grid-template-columns: 10% 80%;
	grid-column-gap: 15px;
	padding: 15px;
	background: #96E3BE;
	text-align: center;
}

.infoauto-guia-notification .content-cta i {
	font-size: 25px;
	margin-top: 10px;
}

.infoauto-guia-notification .item-cta .close {
	position: absolute;
	right: 0%;
	top: 0%;
	padding: 0px;
	background: transparent;
}

.infoauto-guia-notification .item-cta .close .icon-cancel:before {
	color: #79B698;
}

.infoauto-guia-notification .item-cta {
	display: none;
	border-left: 15px solid #123D5E;
	width: 30%;
	z-index: 99;
}

.infoauto-guia-notification .toptobottom {
	display: initial;
	position: fixed;
	top: 10%;
	left: 1%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: movetopbottom;
	animation-name: movetopbottom;
}

.infoauto-guia-notification .item-cta.right-out {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: moveright;
	animation-name: moveright;
}

.infoauto-guia-notification .item-cta .popup {
	background: transparent;
	color: black;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
}

.infoauto-guia-popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(192, 192, 192, 0.5);
}

.infoauto-guia-popup .form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 20px;
	width: 25%;
}

.infoauto-guia-popup .close {
	position: absolute;
	right: 0%;
	top: 0%;
	padding: 0px;
	background: transparent;
}

.infoauto-guia-popup .close .icon-cancel:before {
	color: #c0c0c0;
}

.infoauto-guia-popup .gform_legacy_markup_wrapper label.gfield_label {
	font-size: 14px;
	font-weight: 500;
}

.infoauto-guia-popup .gform_legacy_markup_wrapper .gfield_required, .infoauto-guia-popup .ginput_container_consent .gfield_required {
	display: none;
}

.infoauto-guia-popup .gform_footer .gform_button {
	width: -webkit-fill-available;
	font-size: 16px;
	text-align: center;
	background: #f29e38;
	border-radius: 5px;
	margin-bottom: -10px;
	padding: 5px;
}

.infoauto-guia-popup .gform_footer .gform_button:hover {
	background: #eb8f21;
}

.infoauto-guia-popup .ginput_container input, .infoauto-guia-popup .ginput_container textarea {
	border: 1px solid #d0d6dd;
	padding: 8px;
}

.infoauto-guia-popup .content {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}

.infoauto-guia-popup .title {
	text-align: center;
	margin-bottom: 15px;
}

.infoauto-guia-popup .ginput_container label {
	font-size: 12px;
}

.infoauto-guia-popup .gfield .iti.iti--allow-dropdown input {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.infoauto-guia-popup .ginput_container {
	line-height: 14px;
}

.infoauto-guia-popup .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0px;
}

.infoauto-guia-popup .gfield .iti.iti--allow-dropdown input {
	border: 1px solid #d0d6dd;
}

@-webkit-keyframes movetopbottom {
	from {
		top: 10%;
	}
	70% {
		top: 86%;
	}
	100% {
		top: 84%;
	}
}

@keyframes movetopbottom {
	from {
		top: 10%;
	}
	70% {
		top: 86%;
	}
	100% {
		top: 84%;
	}
}

@-webkit-keyframes moveright {
	from {
		left: 1%;
		top: 80%;
	}
	10% {
		left: 0%;
		top: 80%;
	}
	95% {
		left: 120%;
		top: 80%;
	}
	100% {
		left: 120%;
		top: 80%;
		display: none;
	}
}

@keyframes moveright {
	from {
		left: 1%;
		top: 80%;
	}
	10% {
		left: 0%;
		top: 80%;
	}
	95% {
		left: 120%;
		top: 80%;
	}
	100% {
		left: 120%;
		top: 80%;
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	div.infoauto-guia-popup .form {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: white;
		padding: 20px;
		width: 60%;
	}

	div.infoauto-guia-notification .item-cta {
		width: 60%;
	}

	div.infoauto-guia-notification .content-cta {
		padding: 5px;
	}

	div.infoauto-guia-notification .item-cta .popup {
		padding: 5px 5px;
	}
}

@media only screen and (max-width: 500px) {
	div.infoauto-guia-popup .form {
		width: 95%;
	}

	div.infoauto-guia-notification .item-cta {
		width: 97%;
	}

	.infoauto-guia-popup {
		z-index: 999;
	}
}