@font-face{
font-family:'Lato-Black';
src:url('Lato-Black.ttf');}

@font-face{
font-family:'Lato-Bold';
src:url('Lato-Bold.ttf');}

@font-face{
font-family:'SourceSans';
src:url('SourceSansPro-Regular.ttf');}

.logo{
  height:20px;margin-left:20%;margin-top:2%
}
body{
  min-width:1120px;
}

.menu{
  position:fixed; 
  width:100%;
  z-index:100;
  background: rgba(255, 255, 255,1);
  font-size:25px;
  height:80px;
  min-width: 1000px;
}
#menu_mobile{
  display: none;
}
#menu_language{
  display: inline;
}
a, a:hover, a:active, a:visited {
  text-decoration: none !important;

}

.menu_button {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.6em;
  display: inline-block;
  text-decoration: none;
  color:#000;
}
.menu_button:hover{
	text-decoration: none;
  color:#00a7e1;
}
.menu_button:focus{
text-decoration: none !important;
  color:#00a7e1 !important;
}

.footer_button {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  color:white;
}
.footer_button:hover{
  text-decoration: none;
  color:white;
}
.footer_button:focus{
text-decoration: none !important;
  color:white !important;
}


.top_div{
background-size: cover;
background-image: url("../img/home1.jpg");
height:60vh;
}
.top_div2{
background-size: cover;
background-image: url("../img/home2.jpg");
height:60vh;
}
.top_div3{
background-size: cover;
background-image: url("../img/home3.jpg");
height:60vh;
}
.title{
text-align:center;
font-size:3.5em;
color:white;
margin: 0 auto;
font-weight:400;
background-color:#00a7e1;
}
.option{
  color:#adadad;
}
.option:hover{
	cursor: pointer;
}
.option_active{
	color:#9ad628;
}
.footer_option{
	text-decoration: none;
	color:#adadad;
}
.footer_option:hover{
	text-decoration: none;
}
.row.nomargin{
margin-left:0px;
margin-right:0px;
}
.sust_title{
  margin-top:12%;
  font-size: 1.5em;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.overlay { 
  position:absolute;
  z-index:12;
  top:30vh;
  right:0;
  margin-left:15%;
  margin-right:15%;
  text-align:center;
  padding: 0px 30px 0px 30px;
}
.overlay2 { 
  position:absolute;
  z-index:12;
  top:42vh;
  right:0;
  margin-left:15%;
  margin-right:15%;
  text-align:center;
  padding: 0px 30px 0px 30px;
}
.carousel{
  width:100%;
}
.foto_abogado{
  height: 430px;
}
.texto_nosotros{
  text-align:center;margin-left:30%;margin-right:30%;margin-bottom:2%;font-family:SourceSans
}
.titulo_abogados{
  text-align:center;font-size:2em;margin-bottom:4%;padding-top:5%;font-family:Lato-Bold
}
.abogado_thumbnail{
  display:inline-block;
  margin:5px;
  cursor:pointer;
  opacity:0.5;
}
.abogado_thumbnail_actual{
  display:inline-block;
  margin:5px;
  cursor:pointer;
  opacity:1;
}

.abogado_thumbnail.active{
  opacity:1;
}

/*.footer{
  font-family:SourceSans;background-color:#00a7e1;color:white;padding-top:4%;padding-bottom:4%;padding-left:20%;
}*/

.footer{
  font-family:SourceSans;background-color:white;color:#d1d1d1;padding-top:4%;padding-bottom:1%;text-align: center;
}

#map {
        width: 500px;
        height: 400px;
      margin-top:20%;margin-bottom:20%
      }

#language:hover{
  background-color: white;
}      

#language:focus{
  background-color: white;
}      
