@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');


*
{
    margin: 0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
	max-width: 100%;
	box-sizing: border-box;
}

header
{
	background-image: url(../img/back-hbo.png);
}

.container
{
	width: 1140px;
	text-align: center;
	margin: auto;
}

.legal
{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: auto;
	display: block;
}



/* BUTTON */


#btn-contrata-aqui_max {
    border: 4px solid #ffffff;
    background: #0732e2;
    margin: 40px auto;
    color: #fff;
    font-size: 37px;
    text-align: center;
    padding: 21px;
    border-radius: 100px;
    width: 12em !important;
    font-weight: 800;
}

@media screen and (max-width: 900px)
{
	#btn-contrata-aqui_max
	{
		font-size: 25px;
	}
}

a, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
.w-100 {
    width: 100%!important;
}
.position-relative {
    position: relative!important;
}
.d-block {
    display: block!important;
}

/* END BUTTON */


img
{
    max-width: 100%;
}

@media screen and (max-width: 900px)
{
	.img1
	{
		display: none;
	}
}

.shadow
{
	box-shadow: -12px 13px 30px 0px rgb(20 20 20 / 12%);
}



@media screen and (max-width: 1450px)
{
	.container
	{
		max-width: 100%;
		margin: auto;
		padding: 0 30px;

	}
}

@media screen and (max-width: 400px)
{
	.container
	{
		max-width: 100%;
		margin: auto;
		padding: 0 30px;
	}
}

h1
{
	color: #000169;
	font-weight: 700;
	font-size: 51px;
	line-height: 40px;
}

@media screen and (max-width: 900px)
{
	h1
{
	line-height: 60px;
}
}

@media screen and (max-width: 400px)
{
	h1
{
	font-size: 30px;
	line-height: 30px;
}
}



.marg
{
	margin-bottom: 40px;
}

h2
{
	color: #000169;
	font-weight: 400;
	font-size: 51px;
}

@media screen and (max-width: 400px)
{
	h2
{
	color: #000169;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
}
}

p
{
	font-size: 20.5px;
	line-height: 35px;
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
}

.p2
{
	text-align: justify;
	text-align-last: center;
	padding: 0 40px;
	
}

.txt
{
	width: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	color: #020873;
}

@media screen and (max-width: 400px)
{
	.txt
	{
		font-size: 20px;
		line-height: 30px;
	}
}

sub
{
	vertical-align: super;
    font-size: smaller;
}

.izq
{
	position: relative;
  	height: 600px;
}

@media screen and (max-width: 900px)
{
	.izq
{
	position: relative;
  	height: 300px;
}
}

@media screen and (max-width: 400px)
{
	.izq
{
	position: inherit;
  	height: unset;
}
}


.izq_
{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 400px)
{
	.izq_
{
	margin: 0;
	position: inherit;
	top: none;
	transform: none;
}
}



.pur
{
	text-align: center;
	text-transform:uppercase;
	line-height: 25px;
	border: solid #000169 2px;
	border-radius: 35px;
	padding: 20px;
	color: #000169;
	height: 70px;
}

.pur2
{
	width: 457px;
}

@media screen and (max-width: 900px)
{
	.pur
{
	width: 700px;
}

}

.float
{
	float: right;
}

@media screen and (max-width: 900px)
{
	.float
{
	float: none;
}

.gridd
{
	display: grid;
}

}

.txtform
{
	text-align: center;
    color: #fff;
    margin-right: 60px;
    line-height: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px)
{
	.txtform
	{
		text-align: center;
		color: #fff;
		margin: 0 auto;
	}
}

@media screen and (max-width: 400px)
{
	.txtform
	{
		text-align: center;
		color: #fff;
		margin: 0 auto;
		width: 80%;
		line-height: 25px;
	}

}

.form
{
	width: 100%;
	height: 192px;
	margin: auto;
	display: flex;
	justify-content: center;
	background-color: #020873;
    align-items: center;
	margin: auto;
	margin-bottom: 40px;
}

.fle
{
	display: flex;
	max-width: 100%;

}

@media screen and (max-width: 900px)
{
	.form
	{
		max-width: 100%;
		height: auto;
		display: grid;
		width: 100%;
		padding: 30px 0;
	}
}

@media screen and (max-width: 400px)
{
	.form
	{
		max-width: 100%;
		height: auto;
		display: grid;
		padding: 30px 0;
		text-align: center;
	}
}

.form2
{
	width: 100%;
	height: 192px;
	margin: auto;
	display: flex;
	justify-content: center;
	background-color: #ededed;
	color: #0732e2;
    align-items: center;
	margin: auto;
	margin-bottom: 40px;
}

@media screen and (max-width: 900px)
{
	.form2
	{
		max-width: 100%;
		height: auto;
		display: grid;
		width: 100%;
		padding: 30px 0;
	}
}

@media screen and (max-width: 400px)
{
	.form2
	{
		max-width: 100%;
		height: auto;
		display: grid;
		padding: 30px 0;
		text-align: center;
	}
}


input
{
	width: 364px;
	height: 57px;
	text-align: center;
	font-size: 20px;
	margin-right: 60px;
	border: solid 1px #0033ff;
    border-radius: 100px;
}

@media screen and (max-width: 900px)
{
	input
	{
		width: 100%;
		height: 57px;
		text-align: center;
		margin: 20px 0;
	}
}

@media screen and (max-width: 400px)
{
	input
	{
		width: 80%;
		height: 57px;
		text-align: center;
		margin: 20px 0;
	}
}

.check
{
	margin: auto;
	color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: nowrap;
	
}

.check2
{
	margin: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: nowrap;
	color: #0033ff;
}

#condiciones
{
	width: 20px;
	margin: 0 8px!important;
	display: inline-block;
}




.button
{
	text-align: center;
	text-transform:uppercase;
	background-color: #ffffff;
	color: #0033ff;
	font-size: 23px;
	font-weight: 500;
	padding: 15px 40px;
	border: transparent;
	border-radius: 35px;
	cursor: pointer;
}

@media screen and (max-width: 900px)
{
	.button
	{
		width: 100%;
		
	}
}

@media screen and (max-width: 400px)
{
	.button
	{
		width: 80%;
	}
}

.button2
{
	text-align: center;
	text-transform:uppercase;
	background-color: #0033ff;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	padding: 15px 40px;
	border: transparent;
	border-radius: 35px;
	cursor: pointer;
}

@media screen and (max-width: 900px)
{
	.button2
	{
		width: 100%;
		
	}
}

@media screen and (max-width: 400px)
{
	.button2
	{
		width: 80%;
	}
}



.centrar
{
	float: right;
	text-align: end;
}

@media screen and (max-width: 900px)
{
	.centrar2
{
	float: none;
	text-align: center;
	background-color: #000169;
}
}
.list-ben {
	width: 100%;
	color: #190068;
	font-size: 25px;
	padding-top: 1%;
	font-weight: 400;
	text-align: left;
  }

  @media screen and (max-width: 900px)
{
	.list-ben, .pas, .pas2{
		font-size: 20px;
	}
}

.pasos
{
	background: rgb(0,0,102);
	background: linear-gradient(0deg, rgba(0,0,102,1) 0%, rgba(0,51,255,1) 78%);
	color: #fff;
}

.pas
{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-top: 30px;
}


.pas2
{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	display: block;
}

.pas_b
{
	text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #0033ff;
  font-size: 20px;
  font-weight: 500;
  padding: 1px 20px;
  border: transparent;
  border-radius: 35px;
  cursor: pointer;
}

ol
{
	font-weight: bold;
}

.list-pas
{
	width: 100%;
	margin-left: 50px;
	color: #fff;
	font-size: 20px;
	padding-top: 1%;
	font-weight: 400;
	text-align: left;
}

.hr-vertical
{
	border: 0;
	width: 1px;
	border-left: 1px solid;
	height: 60px;
	margin-top: 25px;

}



.color
{
	background-color: #000169;
	border-radius: 20px;
	margin: 20px 0;
}

/* GRID */

/* Grid */

.column {
	flex-basis: 100%;
  }
  
  @media screen and (min-width: 800px) {
	.row {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	}
	.column {
	  flex: 1;
	}
	._25 {
	  flex: 3.5;
	}
	._5 {
	  flex: 5;
	}
  }
  /* Style */
  

  
  .column  {
	padding: 15px;
	margin: 5px 0;

  }

  .column2 {

	margin-top: 230px;
  }

  @media screen and (max-width: 900px) {
	.column2 {

		margin-top: 0;
		display: none;
	  }
	}
  
  main {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  h1,
  h2 {
	text-align: center;
  }

/* GRID */

.container_grid {
	display: grid;
   /* Display as a Grid */
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
   /* repeat = as many times as you can fit */
   /* auto-fit = fit as many items on the line as possible, go bigger if you need to */
   /*minmax = (min size, max size) = the minimum size the column should be is 200px, but if there's space then give them all 1fr of that width. */
	grid-gap: 10px;
	padding: 15px;
	margin: 5px 0;
}

@media screen and (max-width: 900px)
{
	.container_grid
	{
		text-align: center;
		grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
		padding: 15px;
		margin: 5px 0;
	}
}
