/*--font-family: 'Montserrat', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #0276FD;
  transition: all .5s ease;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
/**---**/
.theme-nav{
	 background-color: #000000!important;
}
.navbar-brand img{
	padding: 10px;
	/* border: 2px solid #ffffff6e; */
	border-radius: 10px;
	background: #000;
	box-shadow: 0px 0px 15px #727272;
}
.banner-bg{
	height: 100%;
	width: 100%;
	background-size: cover;
	border-radius: 0;
	margin-bottom: 0;
	margin: 0 auto;
	text-align: center;
	background: #000;
}
.logo-banner-wrapper {
    margin-top: -120px;
    margin-bottom: 60px;
}
.logo-banner-wrapper .banner-item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.logo-banner-wrapper .banner-item__img {
    overflow: hidden;
    border-radius: 15px;
}
.logo-banner-wrapper .banner-item__img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.logo-banner-wrapper .banner-item:hover .banner-item__img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.footer-sec {
    padding: 2.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #000000;
    border-top: .05rem solid #414141;
    /* margin-top: 5.5rem; */
}
.footer-sec p{
	color: #666;
	border-bottom: 1px dashed #666;
	width: fit-content;
	margin: 0 auto 15px;
	text-transform: uppercase;
}
.footer-sec h4{
    font-size: 16px;
    color: #999;
}
/*--Page Section--*/
.page-sec {
    margin: 60px;
    min-height: 355px;
}
.page-sec img{
    border-radius: 15px;
}
.page-sec h4{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-sec p{
	line-height: 28px;
    text-align: justify;
}