/*THANYOUPAGE NEW*/

.sk-thanyou{
  display: block;
  overflow: hidden;
}
.thanyou{
  background-image: url("/tiendaonline/images/site/fondo-thankyoupage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px){
	.thanyou{
	overflow: initial;
	}
}
.thanyou__contenido{
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding-bottom: 40px;
  margin-top: 150px;
  margin-bottom: 85px;
}
@media (max-width: 991px){
	.thanyou__contenido{
  	margin-top: 80px;
	}
}
@media (max-width: 768px){
	.thanyou__contenido{
  	margin-top: 0;
	}
}
.thanyou__encabezado{
	position: relative;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  height: 139px;
}
@media (max-width: 768px){
  .thanyou__encabezado{
    margin: 0 auto;
  }
}
.thanyou__titulo{
    position: absolute;
    top: -20px;
    font-style: italic;
    font-weight: 700;
    margin: 40px auto;
}
.thanyou__titulo-top{
  text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
}
.thanyou__titulo-bottom{
    text-align: left;
    color: #ffffff;
    font-size: 23px;
}
@media (max-width: 590px){
	.thanyou__titulo{
    top: -24px;
    left: 15px;
	}
	.thanyou__titulo-top{
	font-size: 28px;
	}
	.thanyou__titulo-bottom{
    font-size: 23px;
	}
}
.thanyou__titulo-fondo{
	width: auto;
}
@media (max-width: 991px){
	.thanyou__titulo-fondo{
    width:100%;
	}
}
@media (max-width: 630px){
	.thanyou__titulo-fondo{
    width: auto;
    height: 145px;
	}
}
.thanyou__usuario{
	padding-bottom: 10px;
	color: #00b212;
	font-size: 29px;
	font-style: italic;
	font-weight: 700;
  margin: 20px 0;
 }   
.thanyou__subtitulo{
  color:#0050A1;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  padding: 0px 20px;
}
.thanyou__nota{
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin-top: 10px;
}
.thanyou__accion{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.thanyou__accion-boton{
	flex-basis: 25%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding: 5px;
}  
.thanyou__accion-boton .titulo{
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    color: #003b76;
}
.thanyou__accion-boton .boton{
  padding: 10px;
  width: 230px;
  border-radius: 5px;
  color: #FFFFFF;
}
.thanyou__accion-boton .boton--pdf{
	background:#0050a1;
}
.thanyou__accion-boton .boton--contacto{
	background:#00B212;
}
.thanyou__accion-boton img{
	padding-right: 5px;
}  
.thanyou__item{
	padding:0;
}  
.thanyou__card {
  text-align: left;
   padding:10px  20px;
}