
/*
body {
	
}
*/

.nav-item-logo {
	width: 150px;
}

.footer-item-logo {
	width: 180px;
}


.container-sec {
	/*background-color: #004D95;*/
	background-image: linear-gradient(#0D5399, #155A9D);
	color: #fff;
}

.container-row-sec {
	padding: 4px;
}

/*

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2660B2;
}

*/

.svg-idioma-stl {
	width: 24px;
	height: 24px;
}

.svg-idioma {
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 3px;
	/*background: #fff;*/
	border: 1px solid transparent;
	/*border-radius: 4px;*/
}
.svg-idioma:focus,
.svg-idioma:hover,	
.svg-idioma.active, 
.svg-idioma.active:focus {
	border: 1px solid #004D95; /* #00153F #004D95 */
	/*background: #eee;*/ /* 004079 */
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

/* 
#0d6efd;
#0a58ca;
*/

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus,
.nav-link:hover,	
.navlink.active, 
.navlink.active:focus {	
	color: #004D95;
  	font-weight: none;
	background-color: #fff;
	text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {	
	color: #004D95;
  	font-weight: none;
	background-color: #fff;
	text-decoration: none;
}

.dv1-header {
	background-color: #004D95; 
	color: #fff;
}

.header-li-svgs {
	background: #fff; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.h2-sec-01 {
	color: #FEBF0F; 
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 50px;
}

.h6-sec-01 {
	color: #fff; 
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 50px;
}

.h3-sec-01 {
	color: #FEBF0F; 
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 50px;
}

.dv1-sec-01 {
	margin: 20px; 
	margin-bottom: 0px;
}

.container-sec-02 {
	margin-top: 50px;
}

.h2-sec-02 {
	color: #CC0001;
}

.p-sec-02 {
	font-size: 18px; 
	color: #2660B2;
}

.container-sec-03 {
	margin-top: 30px;
}

.h2-sec-03 {
	color: #FEBF0F; 
	text-align: right; 
	margin-top: 30px;
}

.p-sec-03 {	
	text-align: right; 
	font-size: 20px;
}

.container-sec-04 {
	margin-top: 30px;
}

.h2-sec-04 {	
	text-align: center; 
	vertical-align: middle; 
	margin: 50px; 
	color: #CC0001;
}

.container-sec-05 {
	margin-top: 30px;
}

.h3-sec-05 {
	color: #004D93; 
	text-align: left; 
	margin-top: 40px;
}
.p-sec-05 {	
	text-align: left; 
	font-size: 18px;
}

.container-sec-06 {
	margin-top: 30px;
}

.h2-sec-06 {
	color: #2660B2; 
	text-align: right;
}

.p-sec-06 {
	font-size: 18px; 
	color: #2660B2; 
	text-align: right;
}

.p2-sec-06 {
	font-size: 16px; 
	color: #2660B2; 
	text-align: right;
}

.dv1-sec-06 {
	text-align: center; 
	vertical-align: middle;
}

.dv2-sec-06 {
	margin-top: 70px; 
	margin-right: 20px; 
	vertical-align: middle;
}

.p-footer {
	color: #fff !important;
	vertical-align: middle;	
}

.p-footer-email {
	color: #fff !important;
}

.spn-footer {
	padding-top: 10px; 
	vertical-align: middle;
}

.footer {
	background-color: #004D95;
}

#header {
	background-color: #004D95; 
	color: #fff; 
	border-bottom: 0 !important; 
	margin-bottom: 0 !important;
}

#sec-01 {
	background-color: #00153F; 
	color: #fff; 
	padding-bottom: 20px;
}

#sec-02 {

}

#sec-03 {
	background-color: #021442; 
	color: #fff; 
	padding-bottom: 20px;
}

#sec-04 {

}

#sec-05 {
	background-color: #FCC32E;
	color: #004D93;
	padding-bottom: 20px;
}

#sec-06 {

}

#footer {
	background-color: #004D95
}


/* -------------------------------------------------- */

@media (max-width: 767px) {	

	body {
		font-size: 12px;
	}
	
	.nav-item-logo {
		width: 100px;
	}
	
	.footer-item-logo {
		width: 70px;
	}
	
	.svg-idioma-stl {
		width: 15px;
		height: 15px;
	}
	
	.nav, .nav-link{
		font-size: 0.7rem;
	}
	
	
	.h2-sec-01 {
		margin-top: 130px;
	}
	
	.h3-sec-01 {
		font-size: 16px;
	}
	
	.h2-sec-02 {
		font-size: 16px;
	}
	
	.p-sec-02 {
		font-size: 12px;
	}
	
	.h2-sec-03 {
		font-size: 18px;
	}
	
	.p-sec-03 {
		font-size: 12px;
	}
	
	.h2-sec-04 {
		font-size: 20px;
	}
	
	.h3-sec-05 {
		font-size: 20px;
	}
	
	.p-sec-05 {
		font-size: 12px;
	}
	
	.container-sec-02 {
		margin-top: 150px;
	}
	
	.container-sec-03 {
		margin-top: 130px;
	}
	
	.container-sec-04 {
		margin-top: 130px;
	}
	
	.container-sec-05 {
		margin-top: 130px;
	}
	
	.container-sec-06 {
		margin-top: 130px;
	}
	
}


