html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
*, *::before, *::after { 
	margin: 0px;
  	padding: 0px;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-margin-before: 0em;
  	-webkit-margin-after: 0em;
  }
/*FUENTES*/
@font-face {
  	font-family:'Headline';
  	src:url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/oxfam_tstarpro-headline-webfont.woff') format("woff"),
  	url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/oxfam_tstarpro-headline-webfont.eot') format("eot"),
  	url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/oxfamtstarpro-headline.otf?#iefix') format("opentype"),
  	url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/oxfam_tstarpro-headline-webfont.woff2') format("woff2"),
  	url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/Oxfam%20TSTARPRO-Headline.ttf') format("truetype"),
  	url('https://www.oxfamintermon.org/hubfs/Oxfam-Website/Fonts/oxfam_tstarpro-headline-webfont.svg') format("svg");
  	font-weight:normal;
  	font-style:normal;
  	font-display:swap
}
@font-face{	
    font-family:"Light";
    src: url("https://stockcrowd.s3.amazonaws.com/landings/oxfam/camion/fonts/Oxfam_TSTARPRO-Light.otf") format("truetype");
  	font-weight:normal;
  	font-style:normal;
  	font-display:swap
}
@font-face{	
    font-family:"Regular";
    src: url("https://stockcrowd.s3.amazonaws.com/landings/oxfam/camion/fonts/Oxfam_TSTARPRO-Regular.otf") format("truetype");
  	font-weight:normal;
  	font-style:normal;
  	font-display:swap
}
@font-face{	
    font-family:"Bold";
    src: url("https://stockcrowd.s3.amazonaws.com/landings/oxfam/camion/fonts/Oxfam_Bold.otf") format("truetype");
  	font-weight:normal;
  	font-style:normal;
  	font-display:swap	
}
html, body {
	height: 100%;
}
body {
	font-family:"Light", sans-serif;
	line-height: 1.38;
	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	font-size: 16px; 
  	overflow-x: hidden; 
  	color: rgb(255, 255, 255);
	text-rendering: optimizeLegibility; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: url(https://stockcrowd.s3.amazonaws.com/landings/oxfam/camion/img/gaza-mobile.jpg);
}	
@media only screen and (min-width: 768px) {
	body {
		background-image: url(https://stockcrowd.s3.amazonaws.com/landings/oxfam/camion/img/gaza.jpg);
	}
}
main {	
	opacity: 0;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	min-height: 100%;
	padding: 16px 0;
	font-size: 1rem;	
}
@media only screen and (min-width: 768px) {
	main {
		height: 100%;
		padding: 24px 0;
	}
}
/*FLEX*/
.u-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.u-flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.u-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.u-wrap {
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.u-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
}
.u-justify-center {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.u-justify-right {
	-webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.u-align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.u-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.u-align-end {
	-webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.u-inline-flex {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/*COMUN*/
.u-relative {
	z-index: 1;
	position: relative;
}
.u-margin-big {
	margin-top: 34px;
}
strong, .u-bold, .titulo {
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
	font-family:"Headline", sans-serif;
}
.subrayado {
	padding: 0 3px;
	position: relative;
	display: inline-block;
	background-color: #ff1034;
}
.no-btn {
	padding: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.img-responsive {
	max-height: 100%;
	max-width: 100%;
	display: block;
}
.total-width {
	width: 100%;
}
.button {	
	border: none;
	height: 3rem;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 8px;	
	line-height: inherit;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	margin: 24px 0 21px 0;
	width: 100%;
	min-width: 100%;
  	background-color: rgb(255, 16, 52);
  	font-family: 'Roboto', sans-serif;
  	-webkit-transition: opacity .9s ease;
    -o-transition: opacity .9s ease;
    transition: opacity .9s ease;
}
.button--inverse {
	padding: 0;
	line-height: 13px;
	padding: 2px 0;	
}
@media only screen and (max-width: 768px) {
	.button--inverse {
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) {
	.button {
		height: 2.5rem;
		width: auto;
		min-width: 160px;		
	}		
}
@media only screen and (min-width: 370px) {
	.button--inverse {
		padding: 6px 4px;	
	}
}
@media only screen and (min-width: 380px) {
	.button--inverse {
		padding: 6px;	
	}
}
@media only screen and (min-width: 391px) {
	.button--inverse {
		padding: 8px;	
		line-height: inherit;
	}
}
.button--inverse {
	margin: 0;	
	height: 100%;
	min-width: auto;	
	background-color: transparent;
	border: 1px solid #FFFFFF;
}
@media only screen and (min-width: 993px) {
	.button--inverse {
		min-width: 163px;
	}
}
/*HEADER*/
header {
	height: 1.875rem;
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 0 24px;
}
header .titulo {
	font-size: 1.35rem;
}
.ayuda {
	margin-top: -2px;
}
.para {
	height: 100%;
	padding: 0 4px;
	background-color: #ff1034;
}
.logo__img {
	height: 1.875rem;
	margin-right: 24px;
}
.idiomas {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.idioma {	
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	background: none;	
	padding: 0 8px;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.idioma--active {
	font-family:"Headline", sans-serif;
}
.idiomas__item:last-child .idioma {
	padding-right: 0;
	border-left: 1px solid #FFFFFF;
}
@media only screen and (min-width: 768px) {
	header, .logo__img {
		height: 2.5rem;
	}
}
@media only screen and (min-width: 993px) {
	.idiomas {
		margin: 0 0 0 24px;
	}
}
/*CONTENIDO*/
.contenido {
	min-height: calc(100% - 32px);
	width: 100%;
	z-index: 2;
	position: relative;
	padding: 24px 24px 10px 24px;
}
.info__texto  {
	max-width: 13.438rem;
}
.no-mobile {
	display: none;
}
.info__texto {
	margin: 16px 0;
	max-width: 14.438rem;
}
.titulo--info, .titulo--agradecimiento {
	font-size: 2.875rem;
}
.info__texto p {
	margin-bottom: 18px;	
}
.recaudado {
	margin-top: 22px;
	font-size: 0.875rem;
	display: block;
}
.stc {
	width: 11.875rem;
}
.powered {
	opacity: 0;
	right: 24px;
	position: absolute;
}
.powered .img-responsive {
	width: 16px;
  	height: 196px;
}
.buttons {
	width: auto;
}
.info__btn:hover .svg-info {
	fill: rgb(255, 16, 52);
}
@media only screen and (max-width: 768px) {
	.buttons {
		max-width: 15.438rem;
	}
	.buttons .u-flex {
	   -ms-flex-pack: distribute;
       justify-content: space-around;
	}
	.buttons .u-flex:first-child {
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 768px) {
	.no-mobile {
		display: block;
	}
	.no-desktop {
		display: none;
	}
	.info__texto {
		margin: 32px 0 34px 0;
	}	
	.contenido {
		min-height: auto;
		margin-top: 60px;
    	height: calc(100% - 160px);
	}
}
@media only screen and (min-width: 700px) {
	.buttons {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
  		-webkit-box-align: center;
      	-ms-flex-align: center;
        align-items: center;
	}
	.info__btn {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-box-align: end;
      	-ms-flex-align: end;
       	align-items: flex-end;
		margin: 0 18px 0 0;
	}
}
.camion {
	z-index: 1;
	left: 0;
	right: 0;
	top: 75px;
	width: 100%;
	position: fixed;
	height: 85%;
}
.camion__svg {
	left: -300px;
	display: block;
	max-height: 100%;
	position: relative;
	transform: translate(-5%);
	-webkit-transform: translate(-5%);
	-webkit-transition: transform 1.5s ease;
    	-o-transition: transform 1.5s ease;
    	transition: transform 1.5s ease;
}
.camion--scroll {
	z-index: 3;
	overflow: scroll;
	scrollbar-width: none;	
}
.camion--scroll::-webkit-scrollbar {
  	display: none;
}
.camion__svg--visible {	
	transform: translate(350px);
	-webkit-transform: translate(350px);
}
.camion__svg--inicial {
	transform: translate(120%);
    -webkit-transform: translate(120%);
}
.camion__svg--oculto {
	transform: translate(-150%);
    -webkit-transform: translate(-150%);
}
.camion--scroll .filtro {
	cursor: pointer;
}
.camion--scroll .filtro:not(.filtro--seleccionado):hover, .filtro:focus-visible {
	fill:#FF1034;
	opacity: 0.7;
	-webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}
:focus:not(:focus-visible) {
	outline: none;
}
.camion--scroll .filtro--seleccionado {
	fill:#44841A;
	opacity: 0.7;
	-webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}
.logo-xs {
	opacity: 0.4;
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.button-fixed {
		position: sticky;
		bottom: -16px;
		background-image: linear-gradient(to top, rgb(15, 15, 15) 50%, rgba(35, 35, 35, 0));
		margin-left: -24px;
		margin-right: -24px;
		padding: 0 24px;
		height: 128px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	   -webkit-box-align: end;
	   -ms-flex-align: end;
	   align-items: flex-end;
	}
}
@media only screen and (min-width: 370px) {
	.camion__svg--visible {	
		transform: translate(400px);
		-webkit-transform: translate(400px);
	}
	.camion__svg--inicial {
		transform: translate(100%);
	    -webkit-transform: translate(100%);
	}
	.camion__svg--oculto {
		transform: translate(-150%);
	    -webkit-transform: translate(-150%);
	}
}
@media only screen and (min-width: 400px) {
	.camion__svg--visible {	
		transform: translate(450px);
		-webkit-transform: translate(450px);
	}
	.camion__svg--inicial {
		transform: translate(100%);
	    -webkit-transform: translate(100%);
	}
	.camion__svg--oculto {
		transform: translate(-150%);
	    -webkit-transform: translate(-150%);
	}
}
@media only screen and (min-width: 768px) {
	.camion {	
		top: 124px;
		overflow: hidden;	
		padding: 0 5rem;
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;    
        height: calc(100% - 208px);
	}
	.camion--scroll {
		overflow: hidden;
	}
	.camion__svg {
		left: inherit;		
		transform: translate(0%);
		-webkit-transform: translate(0%);
		-webkit-transition: transform 1.5s ease;
    	-o-transition: transform 1.5s ease;
    	transition: transform 1.5s ease;
	}
	.camion__svg--visible {	
		transform: translate(60%);
		-webkit-transform: translate(60%);
	}
	.camion__svg--inicial {
		transform: translate(120%);
	    -webkit-transform: translate(120%);
	}
	.camion__svg--oculto {
		transform: translate(-150%);
	    -webkit-transform: translate(-150%);
	}
	.info__texto {
		line-height: 1.3;
		font-size: 1.375rem;
	}
	.contenido {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	}
	.titulo--info, .titulo--agradecimiento {
		font-size: 3.75rem;
   		line-height: 0.98;
    	max-width: 340px;
	}
	.info__texto {
		font-size: 1.1rem;
		line-height: 1.2;
		margin-top: 32px;
		max-width: 300px;
	}
	.info {
		padding-left: 80px;
	}
	.x600 {
		display: block;
	}
	.button-fixed {
		position: relative;
		background-image: none;
	}
}
@media only screen and (min-width: 992px) {	
	.info__texto {
		font-size: 1.1rem;
		line-height: 1.2;
		margin-top: 32px;
		max-width: 450px;
	}
	.info {
		padding-left: 90px;
	}
}
@media only screen and (min-width: 1280px) {
	.titulo--info, .titulo--agradecimiento {
		font-size: 6.25rem;
		line-height: 0.98;
		max-width: 590px;
	}	
	.info__texto {
		font-size: 1.25rem;
		line-height: 1.3;
		max-width: 550px;
	}	
	.info {
		padding-left: 100px;
	}	
	.x800 .titulo--info {
		font-size: 5.625rem;
		line-height: 0.98;
		width: 455px;
	}
	.x700 .titulo--info {
		font-size: 3.75rem;
    	line-height: 0.98;
    	max-width: 340px;
	}
	.x800 .info__texto, .x700 .info__texto {
		font-size: 1.1rem;
		line-height: 1.2;
		margin-top: 32px;
		max-width: 450px;
	}
}
@media only screen and (min-width: 1440px) {
	.titulo--info, .titulo--agradecimiento {
		font-size: 7.313rem;
		line-height: 6.938rem;
	}	
	.info__texto {
		max-width: 650px;
	}
	.info {
		padding-left: 120px;
	}
}	
@media only screen and (min-width: 1600px) {	
	.info__texto {
		max-width: 700px;
	}
	.info {
		padding-left: 200px;
	}
}
/*BARRA*/
.barra {	
	width: 100%;
	height: 8px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.3);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.barra::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: "";	
	border-radius: 4px;
	background-color: #44841A;
}
.barra__marca {
	z-index: 1;
	width: 8px;
  	height: 8px;
  	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
}
.barra__marca--mitad {
	left: 50%;
}
.lateral__progreso {
	gap: 0.5rem;
	font-size: 0.75rem;
}
.lateral__progreso {
	flex-wrap: wrap-reverse;
	text-align: center;
	justify-content: center;
}
.lateral__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 6px auto 25px auto;
}
.lateral__progreso--recaudado {
	text-align: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
.lateral {
	margin-top: 20px;
}
.svg-desktop {
	display: none;
}
.svg-mobile {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 0.5rem;
    margin-right: 5px;
}
.camion-container {
	-ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.camion-container strong {
	font-size: 0.875rem;
	margin-left: 5px;
}
.svg-truck {
	display: block;
}
.lateral__progreso strong {
	margin-left: 0;
}
.lateral__info--first {
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.lateral--mobile {
		opacity: 0;
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
}
@media only screen and (min-width: 768px) {
	.lateral {
		top: 0;
		bottom: 0;
		left: 24px;
		height: 100%;
		position: absolute;	
		pointer-events: none;
		margin-top: 0;
	}    
    .lateralCuarto {
        left: 48px;
    }
	.barra {	
		width: 8px;
		height: 100%;
	}
	.barra__marca--mitad {
		bottom: 50%;
		left: inherit;
	}
	.barra::before {
		width: 100%;
	}
	.lateral__info {
		top: 0;
		height: 100%;
		position: absolute;
		-ms-flex-line-pack: justify;
	    align-content: space-between;
	  	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    flex-direction: inherit;
	    margin: 0;
	}
	.lateral__progreso {
		font-size: 1rem;
		flex-wrap: nowrap;
		text-align: inherit;
		justify-content: inherit;
	}
	.lateral__progreso strong {
		margin-bottom: 0;
	}
	.lateral__info {
		margin-left:14px;
	}
    .lateral__info--first {
        margin-left: -28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.camion-container {
		writing-mode: vertical-rl;
    	-webkit-transform: rotate(180deg);
    	-ms-transform: rotate(180deg);
    	transform: rotate(180deg);	
    	gap: 0.5rem;
    	width: 30px;
	}
	.camion-container--recaudado {
		width: auto;
	}
	.svg-desktop {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    gap: 0.5rem;
	}
	.svg-mobile {
		display: none;
	}
	.camion-container strong {
		font-size: 1rem;
		margin-left: 5px;
	}
	.lateral__progreso strong {
		margin-left: 0;
	}
}
/*TOOLTIP*/
.tooltips {
	opacity: 0;
	pointer-events: none;
}
.tooltip--activo {
	opacity: 1;
}
/*DONACION*/
.donacion {
	z-index: 4;
	width: calc(100% - 32px);
	left: 50%;
	bottom: 24px;
	position: absolute;    
	border-radius: 8px;
	padding: 4px 8px;
	transform: translate(-50%);
    -webkit-transform: translate(-50%);
  	border: solid 1px rgba(255, 255, 255, 0.3);
  	background-color: rgba(16, 16, 16, 0.7);
  	-webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
    pointer-events: all;
}
.donacion--opacity {
	opacity: 0;
	pointer-events: none;
}
.donacion__msg {	
	font-weight: 500;
	margin: 12px 16px;
	font-size: 1rem;	
	font-family: 'Roboto', sans-serif;
}
.donacion .button {
	margin: 0;
	width: 104px;
	min-width: 104px;
}
@media only screen and (min-width: 768px) {
	.donacion {
		width: auto;
	}
	.donacion__msg {
		font-size: 1.125rem;	
	}
	.donacion .button {
		margin: 0;
		width: 160px;
		min-width: 160px;
	}
}
/*OVERLAY*/
.overlay {
	overflow: auto;
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
  	opacity: 0;
  	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
  	padding: 16px;
  	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  	pointer-events: none;
}
.overlay--open {
	opacity: 1;
  	visibility: visible;
  	-webkit-transform: scale(1);
  	transform: scale(1);
  	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
 	 transition: transform 0.4s, opacity 0.4s;
 	 pointer-events: all;
}
.modal {
	position: relative;
	max-width: 500px;
	padding: 50px 24px 24px 24px;
  	border-radius: 8px;
  	background-color: rgb(255, 255, 255);  	
}
.modal__textos {
	font-size: 0.875rem;
  	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	width: calc(100% - 87px);
	font-family: 'Roboto', sans-serif;
}
.modal__text {
  	line-height: 1.5;
	color: #000000;
	font-weight: normal;
	margin-bottom: 24px;
	font-family: 'Roboto', sans-serif;
}
.modal__text:last-child {
	margin-bottom: 0;
}
.modal__svg {
	width:120px;
	margin-right: 15px;
	text-align: center;
}
.modal__item {
	padding: 24px 0;
	border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.modal__item:first-child {
	padding-top: 0;
}
.modal__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.btn-close {	
	top: 20px;
	right: 20px;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	background-color: transparent;
}
.modal__titulo {	
	color: #000000;
	line-height: 1.3;
	font-size: 1.25rem;
	font-family: 'Regular', sans-serif;
	margin-bottom: 16px;
}
.hide {
	display: none;
}
.importes {
	margin-top: 8px;
  	font-size: 1.3rem;
  	display: block;
}
@media only screen and (min-width: 768px) {
	.modal {
		padding: 40px;
		transform: translate(-150%);
  		-webkit-transform: translate(-50%, -50%);
  		top: 50%;
  		left: 50%;
	}
	.modal__textos {
		font-size: 1rem;
		line-height: 1.5;
	}
}
/*TAP*/
.tap {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.button__tap {
	z-index: 5;
	width: 250px;
	height: 250px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 100%;
	position: absolute;
	border: none;	
	background-color: rgba(0,0,0,.7);
}
.tap__span {
	width: 100%;
	color: #FFFFFF;
	font-size: 1.063rem;
}
.tap__img {
	margin: 0 auto 16px auto;
}
.camionMarca {
    position: relative;
}
.camionMarca::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 10px;
	background-color: #44841A;
	top: -9px;
	right: 50%;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
	.tap {
		display: none !important;
	}
    .camionMarca::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        width: 10px;
	    height: 3px;
    }
}
/*AGRADECIMIENTO*/
.agradecimiento {
	max-width: 590px;
	margin: 0 auto;
	text-align: center;
}
.agradecimiento__texto {	
	font-size: 20px;
	line-height: 1.3;
	margin: 40px auto;
}
.redes__enlaces {
	margin-top: 16px;
}
.redes__titulo {
	font-size: 1.125rem;
	line-height: 1.78;
}
.redes__btn {
	height: 2.563rem;
  	margin: 0 15px;
	border-radius: 50px;
	width: 4.875rem;
  	border: solid 1px rgba(255, 255, 255, 0.5);
}
.redes__btn:hover {
	background-color: #FFFFFF;
}
.redes__btn svg {
	fill: #FFFFFF;
	height: 1.375rem;
  	width: 1.375rem;
  	display: block;
	font-size: 1.375rem;
	margin: 0 auto;
}
.redes__btn:hover svg {
	fill: #ff1034;
}
.volver {
	text-decoration: underline;
}
.contenido--agradecimiento {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-overflow {
	overflow: hidden;
}
