/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');

/*----Reset-----------*/
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
/*-----Fin Reset----*/

body{
  font-family: arial, verdana, sans-serif;
}


/*=================================================/
                    HEADER
=================================================*/
header{
	background-color: #1e345d;
	padding-top: 15px;
}

.tit-head {
  color:#fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13pt;
  font-style: italic;
  line-height: 4em;
  position: relative;
  width: 100%;
}

.tit-head-xs {
  color:#fff;
  font-family: 'Raleway', sans-serif;
  font-size: 9pt;
  font-style: italic;
  line-height: 4em;
  position: relative;
  width: 100%;
}

/*=================================================/
                  CONTENIDO
=================================================*/
.contenido{
	margin-top: 20px;
}

.page-header{
 background-color: #ededed;
 border: 1px solid #ddd;
 padding: 10px 15px 20px 15px;
}

.head-text{
  color:#666;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18pt;
  font-weight: bold;
  line-height: 2em;
}

.head-text-xs{
  color:#666;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16pt;
  font-weight: bold;
  line-height: 1em;
}

.head-contacto h1{
  background-color: #1e345d;
  color:#fff;
  padding: 7px 20px;
}

.tit-maq{
background-color:#1e345d;
color:#fff;
margin-top: 0px;
}

/*TEXTOS*/
h1{
color:#666;
font-family: 'Fugaz One', cursive;
font-weight: bold;
}

/*Heading Style Machine*/
h2 {
  color: #930000;
  font-family: 'Fugaz One', cursive;
  font-size: 36px;
  margin-top: 20px;
  position: relative;
}

h3{
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  line-height:1.7em; 
}

.h5{
  color:#fff;
  font-size:6pt;
  line-height: 1em;
}

.header {
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.header:after {
  border-top: 3px solid #888;
  content: "";
  display: block;
  margin-bottom: 20px;
  margin: 5px auto;
  width: 81px;
}

h3{
font-weight: bold;
margin-top: 0px;
padding: 5px 0;
text-align: center;
}

h5{
color:#fff;
font-style: italic;
}

.t-1{
color:#595959;
font-size: 20pt;
font-weight: bold;
}

.text-form{
  color:#545454;
}

.tit-error{
  font-size: 60pt;
}

.t-error{
  color:#333;
  font-family: arial, verdana, sans-serif;
  font-size: 18pt;
}

/* listas */
ul{
  color:#595959;
  line-height: 1.2em;
  margin-bottom: 60px;
}

li{
font-size: 10pt;
}

/*imagenes*/

.img-thumbnail{
  border-radius:0px;
}

/*COLOR*/
.t-azul{
  color:#1e345d;
}

.t-blanco{
 color:#fff;
}

/*fondos*/
.bg-gris{
  background-color: #f5f5f5;
}

.bg-verde{
  background-color:#154449;
}

.bg-azul{
  background-color:#1e345d; 
}

.bg-azul2{
  background-color: #92dfef;
}

/*thumbnails*/
.thumbnail-error{
 border: 1px solid #ddd;
 margin-bottom:40px;
 margin-top: 20px;
 padding: 20px 0; 
}

/*hr*/

.linea{
  background:#ddd;
  margin: 10px 0;
  padding: 1px 0;
}

.pleca-azul{
  background:#1e345d;
  margin: 10px 0;
  padding: 2px 0;
}


/*links*/
.btn-danger {
  background-color:#930000;
  border-radius: 0px;
  border:1px solid #7f0000;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 20px;
  position: relative;
}

.btn-danger-xs {
  background-color:#930000;
  border-radius: 0px;
  border:1px solid #7f0000;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
}

.btn-primary{
  background-color: #1e345d;
  border:1px solid #192c4e;
}

.btn-button {
  background-color: #930000;
  border-radius: 50px;
  border: 3px solid #930019;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin:20px 10px;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-button:hover {
  background-color: #ddd;
  border:3px solid #d3d3d3;
  color: #333;
  text-decoration: none;
}

.btn-button.back:before {
  content:'\f112';
  font-family: FontAwesome;
  padding-right: 10px;
}

/*salto*/
.clear{
padding: 5px;
}

.clear-xs{
  padding: 10px;
}

.clear-sm{
  padding: 20px;
}

.clear-md{
  padding: 30px;
}

.clear-lg{
  padding: 40px;
}

.clear-img{
  padding: 30px 0;
}

/*formulario*/
.contacto{
padding-bottom: 60px;
padding-top: 30px;
}

.input-group{
  margin-top: 7px;
  margin-bottom: 7px;
}

.error li{
  color: #d30303;
  font-size:14px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 20px;
}

.error {
  color: #d30303;
  font-size:14px;
  font-weight: bold;
}

/*=================================================/
                  FOOTER
=================================================*/
footer{
  background-color: #1e345d;
  color:#fff; 
  font-size: 12pt;
  padding-top: 24px;
}

.copyright{
  background-color: #121e36;
  color:#fff;
  font-size: 10pt;
  line-height: 2em;
  margin-top: 20px;
  text-align: center;
}








  
  
