body{

font-family: "Helvetica Neue", Helvetica;

}

.row div{
	text-align: center;
}



.columna{
	border: 2px solid #0c2d7a;
	border-radius: 2px;
}
@media screen and (max-width: 768px){
	.oscuro{
		background:rgba(0, 0, 0, 0.5);
	}


    .navbar-light .navbar-nav .nav-link {
        color: rgba(255, 252, 252, 0.9);
        font-weight: bold;
        padding-bottom: 18px;
    }
}


.menu-res{
	z-index: 7;
}

.active{
	color: #0c2d7a;
}

.texto-menu{
	font-size: 14px;
}

.titulo{
	font-size: 30px;
}

.titulo2{
	font-size: 26px;
}

.contenido{
	font-size: 12px;
}

.btn-enviar{
	background: #0c1c8c;
	color: #fff;
	padding: 4px 30px;
}

.btn-enviar:hover{
	color: #fff;
	background: #296dff;
}

/*MUEBLES*/
.contenedor-imagen a{
	background: #3d3d3d;
	display: inline-block;
}

.contenedor-imagen:hover img{
	opacity:.3;
}

/*FIN MUEBLES*/



@media screen and (max-width: 768px){
	.fondo{
		background: url(../images/fondocel.jpg);
		height: 100vh;
		background-size: cover;

	}

    .carousel{
        display: none;
    }
}

/*.modal-content{
	width: 800px;
}*/



@media screen and (min-width: 50px){
	.modal-dialog{
		max-width: 100%;
    /*margin: 1.75rem auto;*/
    /*margin-top: 100px;*/
	}

}



