@charset "utf-8";
/* CSS Document */
.resp-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  padding-bottom: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.diviso {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.aviso {
  background-color: #ffdd37;
  border: none;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
	width: 100%;
	padding: 10px 5px;
}
.topcesS {
  position: relative;
  background: url(/static/contenido/Buen-fin/formulario-registro/images/header-registro-buen-fin-desk2.jpg) no-repeat center center;
  width: 100%;
  height: 200px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.topcesA p {
  text-align: center;
  font-size: 4em;
   font-weight: 600;

}
.topcesA {
  position: absolute;
  top: 20%;
  width: 95%;
}

@media only screen and (min-width:640px) and (max-width:823px) {
	
	.topcesS {
		 background: url(/static/contenido/Buen-fin/formulario-registro/images/header-registro-buen-fin-mob.jpg) no-repeat center center;
	}
	
	.topcesA p {
    text-align: center;
    font-size: 3em;
		font-weight: 600; }
	
}

@media only screen and  (min-width:300px) and (max-width:639px) {

	.topcesS {
		 background: url(/static/contenido/Buen-fin/formulario-registro/images/header-registro-buen-fin-mob.jpg) no-repeat center center;
	}
	
		.topcesA p {
    text-align: center;
    font-size: 2em;
		font-weight: 600; }
}
