* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}




.header{
	background: rgba(0, 0, 0, 0);
	position: fixed;
	width: 100%;
	z-index: 301;

	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.header2{
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	z-index:301;
	border-bottom: solid 1px #ddd;

	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.header3{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index:301;
	border-bottom: solid 1px gainsboro;

	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}






.enlaces{
	display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.enlaces a{
	color: #fff;
	text-decoration: none;
	text-align: center;

	padding: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	
	font-size: 16px;
	font-family: euclidcircularb-regular, sans-serif;
}

.enlaces a:hover{
	color: #f2f2f2;
	cursor: pointer;
	text-decoration: none;
}






.enlaces2 {
	display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.enlaces2 a{
	color: #000 !important;
	text-decoration: none;
	text-align: center;

	padding: 5px;
	box-sizing: border-box;

	font-size: 11pt;
	font-family: NunitoSans-ExtraBold, sans-serif;
}

.enlaces2 a:hover{
	color: #254680 !important;
	cursor: pointer;
	text-decoration: none;
}







.menu{
	width: 96%;
	margin: auto;
}

.opciones {
	width: 100%;
	display: block;
	background: transparent;
	cursor: pointer;
}

.btn-menu{
	display: none;
	color: #fff;
	text-decoration: none;
	
	font-size: 12pt;
	font-family: euclidcircularb-regular, sans-serif;

	padding: 15px;
}





.logotipo1 {
	width: 280px; margin-top: -100px; margin-left: -15px;

	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.logotipo2 {
	width: 250px; margin-top: -90px; margin-left: -15px;

	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}





.redes {
	width: 37px;
	margin-left: 5px;
}

.redes:hover {
	opacity: 0.5;
}






.brand {
	font-weight: bold !important;
	font-size: 26px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.brand:hover {
	cursor: default;
	color: #fff !important;
}








.slide-op {
	color: #fff !important;
	padding: 1em !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;

	text-align: center!important;
	font-size: 16px !important;
	font-family: euclidcircularb-regular, sans-serif !important;

	text-decoration: none !important;
}

.slide-op:hover {
	color: #f2f2f2 !important;
	text-decoration: none !important;
}






.face-1 {
	background: url('../images/imagen.jpg') no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	height: 100%;
	width: 100% ;
	text-align: center;
}

.div-fade {
	width: 100%; height: 260px; background: rgba(0, 0, 0, .1);
}

.div-fade:hover {
	width: 100%; height: 260px; background: rgba(0, 0, 0, .3);

	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}






.text-title {
  width: 100%;
  text-align: center;

  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;

  font-size: 25pt;
  font-weight: bold;
  color: #31639c;
  font-family: euclidcircularb-regular, sans-serif;
}

.text-title-2 {
	width: 100%; 
	font-size: 18px;
	color: dimgray;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left !important;
	font-family: euclidcircularb-regular, sans-serif !important;
}

.text-title-3 {
  width: 100%;
  text-align: center;

  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;

  font-size: 20px;
  font-weight: bold;
  color: #31639c;
  font-family: euclidcircularb-regular, sans-serif;
}

.text-1 {
	color: #fff; font-size: 13px; text-align: left; font-weight: normal !important;
	margin-top: -7px;
	font-family: euclidcircularb-regular, sans-serif;
}

.text-2 {
	font-size: 13px;
	text-align: center; margin-top: 5px;
}

.text-footer
{
	display: block;
  text-decoration: none !important;
  
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 10px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: normal !important;
  color: #fff !important;
  font-family: euclidcircularb-regular, sans-serif !important;

  text-align: left;
}

.text-footer:hover {
	color: #eee !important;
	cursor: pointer;
	text-decoration: none;
}

.text-footer-2
{
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 10px;
  box-sizing: border-box;

  font-size: 13px;
  font-weight: normal;
  color: #fff;
  font-family: euclidcircularb-regular, sans-serif;

  text-align: left;
}

.text-footer-3
{
	display: block;
  text-decoration: none !important;
  
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 10px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: normal;
  color: #fff !important;
  font-family: euclidcircularb-regular, sans-serif;

  text-align: left;
}

.text-footer-3:hover {
	color: #eee !important;
	cursor: pointer;
	text-decoration: none;
}






.div-redes {
	width: 100%; display: flex; justify-content: flex-start;
}

.div-redes i {
	color:  #fff;
}

.div-redes i:hover {
	color:  #f2f2f2;
}

.div-redes a {
	margin-left: 15px;
	cursor: pointer;
}

.div-redes p {
	margin-left: 15px;
	cursor: pointer;
}






.div-services {
	width: 90px;
	height: 90px;

	-moz-border-radius: 30px;
  border-radius: 30px;

	background: #fff;
	display: flex; justify-content: space-around; align-items: center;
}

.div-services:hover {
	background: #f2f2f2;
}

.div-services i {
	color: #446BA4;
	font-size: 30px;
}

.div-services p {
	font-size: 13px;
}






@media (max-width: 700px) {

	.header{
		background: #254680;
		width: 100%;
		top: 0;
		z-index:301;

		-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

	.menu{
		width: 100%;
		margin: auto;
	}

	.opciones {
		width: 100%;
		display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
		background: #f7f7f7;
		padding-bottom: 15px;
	}

	.btn-menu{
		display: block;
		cursor: pointer;
		text-align: right;
		color: #fff !important;
	}

	.enlaces a{
		width: 100%;
		display: block;

		color: #254680 !important;
		text-decoration: none;
		
		padding: 10px;
		box-sizing: border-box;

		text-align: center;
		font-size: 11pt;
		font-family: euclidcircularb-regular, sans-serif;
	}

	.enlaces a:hover{
		color: #405629 !important;
	}

	#enlaces{
		margin-top: -90px;
	}
}