@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300;400;500;600;700;800&display=swap');
body {
	margin: 10px;
	background: #FFFFFF;
}
.logo {
	margin-bottom: 30px;
}
.button_web_home {
	background-color: #0358b2;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-table;
	cursor: pointer;
	font-size: 30px;
	padding: 10px 30px;
	margin: 25px auto;
	  text-decoration: none;
	  font-weight: 600;
	  font-family:  'Raleway', sans-serif;      
	  border-radius: 10px;    
	  -moz-border-radius: 10px;    
	  -webkit-border-radius: 10px;  
  
  }
  .cont-bot{
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
  }
.section_blue {
	background: #2187C7;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	display: block;
	height: 550px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}
.tit_section_blue {
	color: white;
	font-size: 60px;
	text-align: center;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	padding-top: 110px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.txt_section_blue {
	color: black;
	font-size: 30px;
	text-align: left;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	margin: 15px auto 0 auto;
	padding: 10px;
	border: 1px #FFFFFF solid;
	display: table;
	border-radius: 10px;
}
.txt_section_blue a {
	color: black;
	text-decoration: none;
}
.txt_section_blue a:hover {
	color: black;
	text-decoration: underline;
}
.txt_section_blue_2 {
	color: white;
	font-size: 25px;
	text-align: center;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	margin: 15px auto 0 auto;
	padding: 10px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.txt_section_blue_2 a {
	color: white;
	text-decoration: none;
}
.txt_section_blue_2 a:hover {
	color: white;
	text-decoration: underline;
}
.cont-movil {
	display: none;
}
footer {
	background: #1D1D1B;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0;
	border-radius: 0 0 10px 10px;
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
.section_blue {
	height: 500px;
}
.tit_section_blue {
	font-size: 55px;
	padding-top: 100px;
}
.txt_section_blue {
	font-size: 25px;
}
}

@media (max-width:768px) {
.section_blue {
	height: 400px;
}
.tit_section_blue {
	font-size: 40px;
	padding-top: 80px;
}
.txt_section_blue {
	font-size: 25px;
}
}

@media (max-width:767px) {
.tit_section_blue {
	font-size: 30px;
}
.txt_section_blue {
	font-size: 20px;
	padding: 10px;
}
.txt_section_blue_2 {
	font-size: 20px;
	padding: 10px;
}
.cont-movil {
	display: block;
}
.cont-pc {
	display: none;
}
.section_blue {
	height: auto;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px
}
.tit_section_blue {
	font-size: 32px;
	padding-top: 10px;
}
.logo {
	width: 70%;
}
.button_web_home {
	font-size: 30px;
  
  }
}
