.navbar {
	z-index: 1;
	position: fixed; 
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));


}

.collapse {
	color: pink;
}

.jumbotron {
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("img/es.jpg");
	background-size: cover;
    min-height: 505px;
    box-shadow: 0px 10px 15px  grey; 
}

.foto {
	width: 150px;
height: 150px;
border-radius: 100%;
border-color : #4684e8 ;
border-style: solid;
box-shadow: 0px 15px 15px  #d0def5;

}

.bode {
	background-color: white;
}

body {
	z-index: 2;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),url("img/temb.jpg");

}
.row {
	background-color: #d7d8db;
	box-shadow: 0px 10px 15px  #38393b;
	
}

.container1 {
	background-color: #d7d8db;
	box-shadow: 0px 10px 15px  #38393b;
    min-height: ;
    min-width: 500px;
    border-style: solid;
    border-width: 15px;
    border-color: #d7d8db;
}

.container2 {
	background-color: #d7d8db;
	box-shadow: 0px 10px 15px  #38393b;
    min-height: 400px;
    min-width: 500px;
    border-style: solid;
    border-width: 15px;
    border-color: #d7d8db;
}

.mainmenubtn {
    background-color: #42a14e;
    color: white;
    border: none;
    cursor: pointer;
    padding:10px;
    margin-top:20px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-child {
    display: none;
    background-color: transparent;
    min-width: 130px;
}
.dropdown-child a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-child {
    display: block;
}
.shadow {
    border-radius: 100%;
    box-shadow: 10px -10px  rgba(0,0,0,0.6);
    -moz-box-shadow: 10px -10px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 10px -10px  rgba(0,0,0,0.6);
    -o-box-shadow: 10px -10px  rgba(0,0,0,0.6);
    
}
.ig {
  width: 25px;
height: 25px; 

}

.fb {
  width: 25px;
height: 25px; 
border-radius: 25%;

}

.tw {
  width: 25px;
height: 25px; 
border-radius: 25%;

}

.wa {
  width: 25px;
height: 25px; 
border-radius: 25%;

}

