html, body {
	font-family: 'TelefonicaRegular' !important;
}

html {
	height: 100%
}

body {
	background-color: #F3F3F2;
	color: #434444;
}
body h2{
	text-align:center;
}
.container {
	width:50%;
}
@media (max-width: 768px) { 
	.container {
		width:100%;
	}
 }
.container .sec2 {
	width: 100%;
	display: grid;
    align-items: center;
    align-content: center;
}
.container .caja-button {
	text-align:center;
	margin:0 auto;
}
.container .button {
	background-color:#00a9e0 !important;
	color:white;
    padding-left: 25px;
    padding-right: 25px;
}
