@charset "utf-8";

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

.clearfex {
	clear: both;
}

.line {
	width: 100%;
	margin: 0 auto;	
	border-bottom: 1px solid rgba(150,150,150,0.2);
	
}

.separa {
	height: 40px; 	
}

body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	letter-spacing: 1px;
}

.redes-social {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	color: #888888;
}

.redes-social a {
	padding: 5px;
	margin-left: 10px;
	color: #8E1919;
	font-size: 20px;
}

.redes-social p {
	padding-top: 12px;
	font-size: 14px;
	color: #8E1919;
}

header {
	width: 100%;
	padding: 10px 20px;
	padding-bottom: 0px;
}

.logo {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;	
}

.cont_header {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.active {
	color: #8E1919;
	
}

.main_menu {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;	
	margin-bottom: 0px;
	color: rgba(100,100,100,1);
	font-size: 15px;
	font-weight: 500;	
	transition: all 0.3s ease-in;
}

.main_menu a{
	padding: 20px 10px;
}

.main_menu a:hover{
	color: #8E1919;
}

.submenu {
	height: 0px;
	background-color: #fff;	
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 177px;	
	padding: 10px 20px;
	border: 1px solid rgba(150,150,150,0.5);
	z-index: 100;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.submenu2 {
	width: 250px;
	height: 0px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 177px;	
	padding: 10px 20px;
	border: 1px solid rgba(150,150,150,0.5);
	z-index: 100;
	opacity: 0;	
	transition: all 0.3s ease-in;
}

.desplegable:hover .submenu{
	height: 250px;
	opacity: 1;
}

.desplegable:hover .submenu2{
	height: 130px;
	opacity: 1;
}

.item2 {
	cursor: pointer;
}

.banner {
	width: 100%;
	background-color: rgba(150,150,150,0.2);
	margin-bottom: 40px;

}

.about {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0px;

}

.img_about, .cont_about {
	width: 45%;
}

.img_about img {
	width: 100%;
}

.title {
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color:#003466;
}

.title h2 {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.title img {
	margin-bottom: 10px;
}

.cont_about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text_home {
	font-size: 15px;
	line-height: 1.5;
	color: #888888;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 1px;
	padding: 0px 10px;
}

.cont_about a {
	color: #fff;
	background-color: #8E1919;
	padding: 10px 35px;
	border-radius: 15px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
}

.cont_about a:hover {
	background-color:  #003466;
}

.service {
	width: 100%;
	margin: 0 auto;
	max-width: 1366px;
	margin-top: 30px;
	margin-bottom: 20px;
}


.service p {
	width: 50%;
	margin: 0 auto;	
}

.item-service {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}

.service1 {
	width: 30%;
	text-align: center;

}

.service1 h2 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #003466;
	margin:20px 0px;
}


footer {
	width: 100%;
	padding: 10px 20px;	
}

.cont_footer {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	border-top: 1px solid rgba(150,150,150,0.2);
	border-bottom: 1px solid rgba(150,150,150,0.2);
	padding: 20px 20px;
}

.foot1, .foot2, .foot3 {	
	width: 25%;
	font-size: 12px;
	font-weight: 300;
	color: #888888;
	

}

.foot1 img {
	width: 150px;
	height: auto;
	margin-bottom: 10px;
}

.foot1 p, .foot2 p {
	padding-right: 20px;
	line-height: 1.5;
}

.foot2 h3, .foot3 h3 {
	font-size: 18px;
	font-weight: 500;
	color:#8E1919;
	margin-bottom: 15px;
}

.service_item {
	display: flex;
	align-items: center;
	color: #003466;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;

}

.service_item img {
	margin-right: 5px;
}
.foot2 p {
	margin-left: 25px;
	margin-top: -5px;
}

.foot2 a:hover h4{
	color: #8E1919;
}

.foot3 p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;	
}

.info img {
	margin-top: 5px;
	margin-right: 3px;
}

.copy {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 5px;
	font-size: 12px;
	color:#888888; 	
}

.logo {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

.logo h2 {
	font-size: 16px;
	font-weight: 500;
	color:#8E1919;
	padding-top: 10px;


}

.info_header {
	float: right;
	display: flex;
	justify-content: space-between;	
	width: 30%;
	margin-top: 40px;
	padding-right: 20px;
	padding-top: 20px;	

}

.redes-inicio img {
	width: 70px;
	height: auto;
	padding: 0px 10px;


}

.item_header {
	display: flex;
	align-items: flex-start;
}

.item_header img {
	margin-right: 15px;	
}

.item_header h4 {
	color: #8E1919;
	font-weight: 500;

}

.icon-menu {
	font-size: 40px;
	color: #003466;
	position: absolute;
	top: 90px;
	cursor: pointer;
	display: none;
}

.mascara {
	overflow: hidden;
	background-color: rgba(26,51,98,0.9);

}

.menu_lat {
	width: 280px;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-right: 1px solid rgba(150,150,150,0.3);
	position: absolute;
	top: 0;
	padding: 10px 20px;
	z-index: 2000;
	left: -280px;
	position: fixed;
	transition: all 0.3s ease-in;
	font-size: 14px;
}

.menu_open {
	left: 0px;
}

.menu_lat a{
	margin-bottom: 20px;
}

.menu_lat a:hover {
	color: #8E1919;
}


.item_lat, .item_lat2 {
	cursor: pointer;
}

.submenu_lat, .submenu_lat2 {
	color: #888888;
	display: none;
}

.submenu_lat a, .submenu_lat2 a {
	margin-left: 15px;
}

.logo_lat {
	text-align: center;
	margin-bottom: 20px;	
}


.icon-cancel-circle {
	font-size: 25px;
	text-align: right;
	cursor: pointer;
}

.text_contac {
	width: 100% !important;
	text-align: left;
	margin:15px 0px !important;
	margin-left: 150px !important;
	color: #888888;
}

.img_about span {
	color: #8E1919;
	font-size: 18px;		
}

.cont_about iframe {
	width: 100%;
	height: 550px;
}

.cont_about h3 {
	color:#003466;
	font-size: 25px;
	font-weight: 500; 
}

.foot1 h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8E1919;
	font-size: 18px;
	font-weight: 500;
}

.bot_cv {	
	background-color: #003466;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
}

.bot_cv:hover {
	background-color: #8E1919;
}

.descarga {
	width: 100%;
	background-color:#003466; 
}

.cont-descarga {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px 30px;	
}

.text-descarga {
	margin-bottom: 20px;
}

.text-descarga h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;	
}

.sub-text {
	width: 70%;	
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 40px;
}

.text-descarga a {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 10px;
	transition: all 0.3s ease-in;	
}

.text-descarga a:hover {
	background-color: #fff;
	color:#003466; 
}

.img-descarga {
	margin-bottom: -5px;
}

.service1 img {
	transition-duration: 0.3s;
}


.service1:hover img {
	transform: rotateX(70deg);	
	transition-duration: 0.3s;
}

.resaltado {
	color: #8E1919;
	font-weight: 500;
}


/*FORTALEZAS*/

.fortalezas {
	width: 100%;
	background-color:#003466;
	padding: 30px 20px; 
	color: #fff;
}

.title2 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
}

.item-forta {
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	background-image: url(../img/fortaleza.png);
	background-repeat: no-repeat;
	background-position: center;

}

.forta1, .forta2, .forta3, .forta4 {
	width: 50%;		
	margin-top: 30px;	
}



.forta1 p, .forta2 p, .forta3 p, .forta4 p {
	width: 60%;
}

.forta1, .forta3 {
	text-align: left;
}

.forta2, .forta4 {
	text-align: right;
}

.forta2 p, .forta4 p {
	text-align: right;
	float: right;
}

.title-forta, .title-forta2 {
	font-size: 25px;
	font-weight: 500;
	color:  #fff;
}

.otroresalta {
	color:#8E1919;
	font-size: 40px;
	font-weight: 500; 
}

/*QUIENES SOMOS*/

.header-site {
	width: 100%;
	background-color: #003466;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	color: #fff;
	padding: 30px 15px;
	margin-bottom: 30px;	
}

.link1 {
	font-size: 25px;
	font-weight: 300;
}

.link2 {
	font-size: 35px;
	font-weight: 500;
}

.section1 {
	width: 100%;
	padding-bottom: 30px;
}

.quienes {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0px 20px;
}

.quienes {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #888888;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}

.image_q, .cont_q{
	width: 45%;
}

.image_q img {
	width: 100%;
}

.title_q {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	color:#003466;
	margin-bottom: 20px;
}

.title_q img{
	margin-right: 10px;
}

.section2 {
	width: 100%;
	background-color: rgba(245,245,245,1);
	padding: 30px 0px;
}

.mapa {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;

}

.mapa iframe {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

.arriba20 {
	margin-top: 30px;
}

.section-form iframe {
	width: 100%;
	height: 650px;
}

.section-form h2 {
	width: 80%;
	margin: 0 auto;
	color: #003466;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.servicios {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;	
	justify-content: space-around;
}

.menu-servicios {
	width: 25%;	
	background: rgba(245,245,245,1);
	padding: 20px 10px;
	margin-right: 0px;
}

.all-service {
	width: 90%;	
	padding: 20px 10px;
}

.menu-servicios a {
	display: block;
	padding: 10px;
	font-size: 14px;
}

.item-blue {
	background-color:#003466; 
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease-in;
}

.item-blue2 {
	background-color:#003466; 
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease-in;

}

.item-blue2:hover {
	color: #fff;
	background-color: #8E1919;
}

.item-gray {
	background: rgba(150,150,150,0.3);
	color: #003466;
	padding: 15px;
	font-weight: 500;
	margin-left: 20px;
	transition: all 0.3s ease-in;
}

.item-gray:hover {
	color: #fff;
	background-color: #8E1919;
}

.title_service {
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: 500;
	color:#003466;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

.title_service h2 {
	padding-left: 10px;
		
}	

.section-ser {	
	display: flex;
	justify-content: space-around;	
	align-items: center;
}

.text-ser{
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
}

.ser1 {
	width:45%;
}
.ser2 {
	width: 45%
}

.ser1 img {
	width: 100%;
	padding-bottom: 20px;

}

.ser2 p {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
}

.active2 {
	background-color:#8E1919;
	color: #fff; 
}


.libro-reclamaciones {
	max-width: 800px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	color: #333;
  }
  
  h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;	
  }
  
  form {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
  }
  
  fieldset {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 5px;
  }
  
  legend {
	font-weight: bold;
  }
  
  label {
	display: block;
	margin-bottom: 5px;
  }
  
  input, select, textarea, button {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
  }
  
  button {
	background: #373F3F;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
  button:hover {
	background: red;
  }
  
  .libro-reclamaciones label {
	display: flex;
	align-items: center;
	gap: 10px; /* Espacio entre el checkbox y el texto */
  }
  
  .libro-reclamaciones input[type="checkbox"] {
	margin: 0; /* Elimina márgenes del checkbox */
	vertical-align: middle; /* Asegura la alineación */
  }	

  .text_recla {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
  }




















/*
rojo:#8E1919;
azul: #003466;
plomo: #888888;
*/
