*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
    font-family: 'Cormorant Garamond', serif; /*Define el tipo de letra que se va a usar en la página*/
}

.principal_navbar{
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.principal_navbar div, .principal_navbar ul{
    background-color: #fff !important;
    border-radius:10px;
}

.principal_cont_sec1{
    padding: 10%;
}

.principal_cont_sec1 hr{
    border-top: 1px solid rgba(1, 1, 1, 0.3);
}

.logo{
	width: 20%;
	transition:400ms ;
	box-shadow: 10px 10px 30px 15px  #000000; 
}

.logo-foot{
	margin-top: 3%;
	width: 10%;
	transition:400ms ;
	box-shadow: 10px 10px 30px 15px  #000000; 	
}

.copyright{
	color:black;
	font-size: 15px;
	margin:5px;

}

/*CONTROLA EL TAMAÑO DE LAS IMAGENES EN IMG*/
.imagen{
	width: 400px;
	height: 245px;
}

.wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 50px;
}
/*CONTROLA EL DROPDOWN-MENU*/
.dropdown-menu{
  background-color: #fff !important
  boder-top:none;
  box-shadow: 0px 2px 16px rgb(69 65 65 / 20%);  
}

#dropdownMenuButton {
    background-color: red !important;
    border: none !important;
}
.dropdown-item:hover{
background-color: #6495ed !important;
}
