
.head{
	position:fixed;
	top: 0;
	left: 0;
	right: 40px;
	height: auto;
	background: linear-gradient(to bottom right, #2d4da1, #5673b8);
	z-index:10;
	border-bottom-right-radius: 1500px;
}

.logo{
	float: left;
	height: 50px;
	left:5%;
	}

.footer{
	position:fixed;
    bottom: 0;
	left: 50px;
	right: 0;
	height: auto;
	background: linear-gradient(#5673b8, #2d4da1);
	z-index:11;
	line-height: 0px;
	color: white;
	border-top-left-radius: 1500px;
	border-top-right-radius: 5px;
}

div > p > a {
	color:white;
	font-weight: bold;
	font-size: 100%;
	transition: font-size 2s;
	text-decoration:none;
}

div > p > a:hover {
	color:#5673b8;
	background: white;
	font-weight: bold;
	font-size: 150%;
	text-decoration:none;
}



.containercentro {
	z-index: -1;
	position: absolute;
	margin-top: 70px;
	margin-left: auto; 
  	margin-right: auto;
	margin-bottom: auto; 
	left: 0;
	right: 0;
	padding: 35px;
	width: 70%;
	height: auto;
	border-radius: 10px;
	color: white;
	text-align: center;
	background: rgba(46, 77, 161, 0.6);
	font-size: 15px;
}


.container {
	display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(2, 200px);
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	text-align-last:center;
	background:none;
}

.container > div > a > img {
	width: 100%;
    height: auto;
    object-fit: cover;
}

.flex{
	max-width: 100%;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 8px 8px 5px #2d4da1, -8px -8px 5px #2d4da1, -8px 8px 5px #2d4da1, 8px -8px 5px #2d4da1;	
}

.flex2{
	max-width: 20%;
	text-align: center;
}

.background{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: -1;
	max-width: auto;
	height: 100%;
	width: 100%;
	animation-name: slide;
    animation-duration: 5s;
    animation-delay: 3s;
	animation-iteration-count: 100;
}

body, td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	text-align:center;
	word-wrap: break-word;
	word-break: keep-all;
	
		
}

@keyframes slide {
    0%   {}
    25%  {}
    50%  {}
    75%  {}
    100% {}
}

.fontbold{
	font-size:large;
}

.fontfoot{
	font-size:12px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #2d4da1;
	
	
	
}

.active {
    background-color: #5673b8;
}


.reduced {
	width: 30%;
}

.mySlides {
	alignement: center;
	text-align:center;
	display:none;
	width: 100%;
	border-style: inset;
	border-color: white;
	border-radius: 5px;
	
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  
}

@-webkit-keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
  
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #5673b8;
    color: white;
    padding: 12px 20px;
	border: white;
    border:	groove;
    border-radius: 4px;
    cursor: pointer;
    float: right;
	transition: background-color 2s;
}

input[type=submit]:hover {
    background-color: #2d4da1;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
