* {margin:0;padding: 0;}

body{
	font-family: 'Roboto', sans-serif;
	background:  #FFFFFF;
    
}

.top-header{
	margin-top: 130px;		
}

/*.img-medida{
	width: auto;
	
	max-height: 350px;
}
.marco1 {
	width: 70%;
	height: auto;
	background-color: #abd1e3;
	
}
.marco2{
	width: 30%;
	height: auto;
	background-color: #abd1e3
}
.img-formu{
	width: 100%;
	max-height: 350px;
}*/

.dropdown-menu{
	background-color: black;
	
}
.dropdown-item{
	color: white;}


/*.img-fluid1{
	width: 300px;
	height: 200px;
}
.img-medidas{
	width:150px;
	height: 150px;
	object-fit: contain;
	border-radius: 15px;
	
}
.img-medidas2{
	width:100%;
	height: auto;
	object-fit: contain;
}*/







/*h1 {
    
    font-size: 3em;
    text-align: center;
   
}
h2 {
    
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding: 0;
}
h3 {
   
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
}*/
/*.coment {
	font-family: 'Merienda';
	font-size: 0.8em;
}
.frase{
	font-family: 'Merienda';
	font-size: 0.9em;
}
.fondo{
	background-image: url('imágenes/prove.jpg');
	background-size: cover;
}
.panel{
	background:url('imágenes/saco.jpg');
    border-radius: 30px;
	text-align: center;
}*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0;
	border-radius: 0.25rem;
	display: none;
}

.dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.dropdown-menu.show {
	display: block;
}




@media screen and (max-width: 800px) {
	.top-header{
	margin-top: 125px;		
}
	
	.esconder{
		display:none;
	}

	.float-none{
		float: none !important;
	}
	
}