.flex{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos{
	padding:300px;
	color:#fff;
	text-align: center;
}



.modal{
	display: none;
	position: fixed;
	z-index:1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal{
	position: relative;
	margin: auto;
	width: 52%;
	animation-name: modal;
	animation-duration: 1s;
}
@keyframes modal{
	from{top:-330px; opacity:0;}
	to{top:0; opacity:1;}
}
.close{
	color: #fff;
	font-size:35px;
	font-weight: bold;
	float: right;
    margin-top: -31px;
    position :absolute;
}

.close:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header, .footer{
	padding: 8px 16px;
	background: #34495e;
	color:#f2f2f2;
}



.modal-body{
	padding: 38px 70px;
	font-family: 'Century Gothic', 'gothic';
  font-size: 29.4px;
  font-weight: 600;
  color: #0f344b;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px){

  .modal-body{
  
  font-size: 26.4px;
  }

}

.modal-body input{
	font-family: 'Century Gothic', 'gothic';
  font-size: 29.4px;
  font-weight: 600;
  color: #0f344b;
  width :211px;
  margin-left :6px;
  margin-bottom :34px;
}



@media screen and (max-width:500px){
	.textos{
		padding:50px;
	}
}

.buttm{
	
  display: flex;
  justify-content: center;
  align-content: center;

}




.flex2{
	width: 100%;
	height:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos2{
	padding:300px;
	color:#fff;
	text-align: center;
}



.modal2{
	display: none;
	position: fixed;
	z-index:1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal2{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 76%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
	height: 64.5%;
}

@media only screen and (min-width:373px) and (max-width:423px){

  .contenido-modal2{
 width: 100%;
}
}
@keyframes modal2{
	from{top:-330px; opacity:0;}
	to{top:0; opacity:1;}
}
.close2{
	color: #020101;
	font-size:30px;
	font-weight: bold;
	margin-left: 9px;
}
.close2:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header2, .footer{
	padding: 8px 16px;
	background: #34495e;
	color:#f2f2f2;
}



.modal-body2{
	padding: 0px 31px;
	font-family: 'Century Gothic', 'gothic';
  font-size: 18.4px;
  font-weight: 600;
  color: #0f344b;
   overflow-y: auto;
}

@media only screen and (min-width: 1366px) and (max-width: 1439px){

  .modal-body2{
  
  font-size: 17.4px;
  }

}

@media only screen and (min-width: 373px) and (max-width: 423px){

  .modal-body2{
  
  padding: 0px 0px;
  }

}



.modal-body input{
	font-family: 'Century Gothic', 'gothic';
  font-size: 29.4px;
  font-weight: 600;
  color: #0f344b;
  width :211px;
  margin-left :6px;
  margin-bottom :34px;
}

	.textos2{
		padding: 150px;
	}
}

@media screen and (max-width:500px){
	.textos2{
		padding:50px;
	}
}



// modal 3 espa

.flex3{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos3{
	padding:300px;
	color:#fff;
	text-align: center;
}



.modal3{
	display: none;
	position: fixed;
	z-index:1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal3{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 52%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
}
@keyframes modal3{
	from{top:-330px; opacity:0;}
	to{top:0; opacity:1;}
}
.close3{
	color: #020101;
	font-size:30px;
	font-weight: bold;
}
.close3:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header3, .footer{
	padding: 8px 16px;
	background: #34495e;
	color:#f2f2f2;
}



.modal-body3{
	padding: 38px 55px;
	font-family: 'Century Gothic', 'gothic';
  font-size: 18.4px;
  font-weight: 600;
  color: #0f344b;
}


.modal-body input{
	font-family: 'Century Gothic', 'gothic';
  font-size: 29.4px;
  font-weight: 600;
  color: #0f344b;
  width :211px;
  margin-left :6px;
  margin-bottom :34px;
}
@media screen and (max-width:900px){
	.contenido-modal3{
		width: 70%;
	}
	.textos3{
		padding: 150px;
	}
}

@media screen and (max-width:500px){
	.textos3{
		padding:50px;
	}
}

// modal 4 ingle

.flex4{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos4{
	padding:300px;
	color:#fff;
	text-align: center;
}



.modal4{
	display: none;
	position: fixed;
	z-index:1;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal4{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	width: 52%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .4);
	animation-name: modal;
	animation-duration: 1s;
}
@keyframes modal4{
	from{top:-330px; opacity:0;}
	to{top:0; opacity:1;}
}
.close4{
	color: #020101;
	font-size:30px;
	font-weight: bold;
}
.close4:hover{
	color:#7f8c8d;
	text-decoration: none;
	cursor: pointer;
}

.modal-header4, .footer{
	padding: 8px 16px;
	background: #34495e;
	color:#f2f2f2;
}



.modal-body4{
	padding: 38px 55px;
	font-family: 'Century Gothic', 'gothic';
  font-size: 18.4px;
  font-weight: 600;
  color: #0f344b;
}


.modal-body input{
	font-family: 'Century Gothic', 'gothic';
  font-size: 29.4px;
  font-weight: 600;
  color: #0f344b;
  width :211px;
  margin-left :6px;
  margin-bottom :34px;
}
@media screen and (max-width:900px){
	.contenido-modal4{
		width: 70%;
	}
	.textos4{
		padding: 150px;
	}
}

@media screen and (max-width:500px){
	.textos4{
		padding:50px;
	}
}