@charset "utf-8";
body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
    background-image: url(LOGOTIPOS/FONDO%20PARA%20PAGINA%20WEB.jpg);
    background-repeat: repeat;
    background-origin: border-box;
    background-attachment: scroll;
    background-size: cover;
}


header {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

video{
	width: 100%;
	
}
.navbar-nav.ml-auto .nav-item .nav-link {
    color: white;
    font-weight: bold;
    font-size: large;
    font-family: Futura, "Futura BdCn BT", "Futura Bk BT", "Futura CondensedLight", "Futura Hv BT", "Futura Lt BT", "Futura LtCn BT", "Futura Md BT", "Futura MdCn BT", "Futura XBlk BT", Futura-Black, Futura-Bold;
}

.embed-responsive.embed-responsive-16by9 {
	width: 100%;
	
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}
body img {

}
.row {
    background-image: url(fondo.jpg);
    background-attachment: fixed;
}
h1 {
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Futura, "Futura BdCn BT", "Futura Bk BT", "Futura CondensedLight", "Futura Hv BT", "Futura Lt BT", "Futura LtCn BT", "Futura Md BT", "Futura MdCn BT", "Futura XBlk BT", Futura-Black, Futura-Bold;
}
p {
    color: #FFFFFF;
    font-family: Futura, "Futura BdCn BT", "Futura Bk BT", "Futura CondensedLight", "Futura Hv BT", "Futura Lt BT", "Futura LtCn BT", "Futura Md BT", "Futura MdCn BT", "Futura XBlk BT", Futura-Black, Futura-Bold;
    font-weight: normal;
}
h5 {
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Futura, "Futura BdCn BT", "Futura Bk BT", "Futura CondensedLight", "Futura Hv BT", "Futura Lt BT", "Futura LtCn BT", "Futura Md BT", "Futura MdCn BT", "Futura XBlk BT", Futura-Black, Futura-Bold;
}
.row .col-xl-4 .card.col-md-4.col-xl-12 {
    background-image: url(fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

