@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'Roboto', sans-serif;
	background-image: linear-gradient(to bottom right,#6bacdf, #032b60);
	text-align:justify
}
section{
	background-image: linear-gradient(to bottom right,#6bacdf, #032b60);
}
header {
    background-image: linear-gradient(to bottom right,#6bacdf, #032b60);
}

p, li{
	font-size:1.2em;
}

.facebook i.bx {
  font-size: 24px;
  color: #f7f7f7;
  border-radius: 50%;
  padding: 15px;
  background: #3b5998;
}

.facebook i.bx:hover{
  background: #f7f7f7;
  color: #3b5998;
}

.instagram i.bx {
  font-size: 24px;
  color: #e9531d;
  border-radius: 50%;
  padding: 15px;
  background: #3b5998;
}

.instagram i.bx:hover{
  background: #e9531d;
  color: #3b5998;
}

.whatsapp i.bx {
  font-size: 24px;
  color: #00ff00;
  border-radius: 50%;
  padding: 15px;
  background: #008000;
}

.whatsapp i.bx:hover{
  background: #00ff00;
  color: #008000;
}

.titulo{
	margin-top:30px;	
}

h2, th{
	color:#6bacdf;
	text-align: center;
}

.azulOscuro{
	color:#032b60;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #6bacdf;
  color: #032b60;
  transition: all 0.4s;
}

.back-to-top i:hover {  
  background: #032b60;
  color: #6bacdf;
}

/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/

.contacto i.bx {
  font-size: 24px;
  color: #6bacdf;
  border-radius: 50%;
  padding: 15px;
  background: #032b60;
}

.contacto i.bx:hover{
  background: #6bacdf;
  color: #032b60;
}


.sailkapena-eskudo img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}


