* {
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	font-size: 20px
	box-sizing:border-box;
}
.divproductos{
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	height:100%;
	background-color: #eee;
	align-items: center top;
	border-bottom: 2px solid #1c4cd4;
	justify-content: space-around;
}
.divproductosrevers{
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	height:100%;
	background-color: #eee;
	align-items: center top;
	flex-direction: row-reverse;
	border-bottom: 2px solid #1c4cd4;
	justify-content: space-around;
}

.divproductos__item-img{
	height: 250px;
	width: 250px;
	margin: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);

}
.divproductos__item-img img{
	object-fit: cover;
	object-position: center center;
}
.divproductos__item{
	text-align: center;
}
.divproductos__item h4{
	color: #000;
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
}
.divproductos__item h3{
	color: #1c4cd4;
	margin-top: 18px;
	text-align: center;
}

.titulo {
  color: #24408f;
  font-size: 24px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  text-shadow: 0.05em 0.05em 0.05em #999;
}

.divppal {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
	z-index: 150;
}
.divlogo {
	width: 300px;
	text-align: center;
	margin-left: 30px;
}
.divcontext {
	width: 300px;
	text-align: center;
	color: #1c4cd4;
	padding-top: 20px;
	font-size: 20px;
}
.divcontext i {
	color: #ccc;
}
.divportada{
	width: 100%;
}
.divportada img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.divpresupuesto{
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	height:100%;
	background-color: #eee;
	align-items: center top;
	border: 2px solid #1c4cd4;
}
.divpresupuesto h2{
	font-size: 40px;
}
.divfooter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #1e47bd;
	color: #FFF;
	margin:50px 50px;
	padding: 20PX;
	font-family: sans-serif;
}
.cajatexto i{
	color: #999;
}
.cajatexto{
	height: 400px;
	width: 350px;
	padding: 20px;
	justify-content: center;
}

.nav__responsive-ul {
	display: none;
}
.contenedor-nav{
	height: 50px;
	width: 100%;
	background-color: #aaa;
}

.nav {
	background-color: #1c4cd4;
	text-align: center;
}

.nav__li{
	display: inline-block;
	padding: 10px;
	color: #fff;


}

.nav__li:hover > a {
	color: #bbb;
}
.nav__li:hover {
	color: #bbb;
}
.nav__li a{
	color: #fff;
	text-decoration: none;
}
.nav__li i{
	box-sizing: border-box;
	text-align: right;
	margin-right: 5px;

}

/* Esto da igual pornerlo aqui. Es el boton del menu, pero hasta que no baje de los 600 px no va a aparecer*/
/* Lo mismo con el menu del movil */
.nav__responsive-button-container {
	position: absolute;
	width: 100%;
	font-size: 25px;
	background-color: #1c4cd4;
	margin-top: -90px;
	z-index: 100;
}
.nav__responsive-button {
	padding: 10px 20px;
	text-align: right;
	width: 100%;
}


/* Estilo para la ventana modal*/
/*figcaption {
  text-align: center;
  font-weight: 600;
}*/
 

.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    padding-top: 100px; 
    left: 0px;
    top: 0px;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}
 
 
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
 
 
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
 
 
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
 
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
 
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
 
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* */

@media only screen and (max-width: 900px) {
	.modal-content {
        width: 100%;
        z-index: 1000;
    }
	.img-container{
		grid-template-rows: 100px 100px 100px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.divcontext{
		display: none;
	}
	.divppal{
		justify-content: center;
		z-index: 900;
	}
	.divportada h1{
		width: 100%;
		font-size: 20px;
		text-align: center;
		text-shadow: 0px 0px;
	}
	.nav__ul {
		display: none;
	}
	.nav {
		height: 45px;
		width: 100%;
	}
	.nav__responsive-ul {
		display: block;
		position: absolute;
		width: 100%;
		margin-top: 45px;
		padding-top: 45px; 
		height: 45px;
		text-align: left;
	}
	.nav__li-container {
		position: relative;
		top: -1000px;
		height: 275px;
		background-color: #9bf;
		transition: all 0.5s;
		z-index: 1;
		width: 45%;
		padding-top: 45px; 
	}
	.nav__responsive-li {
		width: 100%;
		padding: 10px 20px;
	}
	.nav__responsive-li i {
		box-sizing: border-box;
		text-align: center;
		margin-right: 5px;
		width: 30px;
		color: #016;
		font-size: 20px;
	}
	.nav__responsive-li a{
		color: #016;
		text-decoration: none;
		font-size: 20px;
	}
	
	.nav__responsive-ul:hover > .nav__li-container{
		top: -45px;
	}
}
