@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}


body{
   background-color: #fff;
}


html, body{
	height:100%
	margin:0;
	background-color: #fff;
	
}

.box {
	/*background-color: green;*/
	/*height: 50vh;*/
}

.box img {
	width:100%;
	
}

.boxdos {
	background-color: white;
	margin-top: -3px;
	/*padding: 5-px;*/
	/*height: 50vh;*/
}

.boxdos img {
	width:25.1%;
	margin: -3px;
	/*padding: -5px;*/
	
}

.boxtres img {
	margin-top: -40px;
	width:100%;
	
}


/*
.logo .jpg {
	width:200px;
	
}
*/

.wrapper{
  display: flex;
  position: relative;
}




.wrapper .sidebar{
  width: 220px;
  height: 100%;
  background: #003459;
  /*background: #4b4276;*/
  padding: 30px 0px;
  position: fixed;
}

.wrapper .sidebar img{
	margin-top: -30px;
  width:100%;
  text-align: center;
}


.wrapper .sidebar h3{
	font-size: 15px;
  color: #00A9E3;
  /*text-transform: uppercase;*/
  text-align: center;
  /*margin-bottom: 30px;*/
}


.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  

}

.genesis-nav-menu a {
	font-size: 12px;
    text-decoration: none;
	font-weight: bold;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
a:hover, a:focus {
    background-size: 50% 1px;
}

.wrapper .sidebar ul li{
  text-align: center;
  padding: 9px;
  /*border-bottom: 1px solid #bdb8d7;*/
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  /*border-top: 1px solid rgba(255,255,255,0.05);*/
}    

.wrapper .sidebar ul li a{
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  /*background-color: #594f8d;*/
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}


.wrapper .sidebar h4:hover{
  background-color: #0099CC;
}

.wrapper .sidebar h4{
	/*margin-bottom: 22px;*/
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.wrapper .sidebar h4{
	padding-top: 12px;
	padding-bottom: 8px;
	margin: 26px;
	
  background-color: #00BEFF;
}
 
.wrapper .sidebar .social_media{
  /*position: absolute;*/
  position: absolute;
  /*bottom: 0;*/
  top: 708px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a{
  /*display: block;*/
  width: 25px;
  background: #fff;
  height: 25px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  color: #003459;;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.wrapper .sidebar .social_mediab{
  /*position: absolute;*/
  position: absolute;
  /*bottom: 0;*/
  top: 201px;
  left: 13%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_mediab a{
  /*display: block;*/
  transform: scaleX(-1);
  font-size: 11px;
  width: 20px;
  background: #fff;
  height: 20px;
  line-height: 23px;
  text-align: center;
  margin: 0 5px;
  color: #003459;;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;

}



.wrap{
	/*position: relative;*/
	margin-top: -20px;
	width: 100%;
	height: 100vh;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	background: url(banner.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 350px;
	
}

.wrap-texto{
	color: skyblue;
}


.wrapper .main_content{
  width: 100%;
  margin-left: 220px;
}



.wrapper .main_content .header{
  /*padding: 20px;*/
  background: #fff;
  color: #717171;
  /*border-bottom: 1px solid #e0e4e8;*/
}

.wrapper .main_content video{
	width: 100%;
}

.wrapper .main_content .info{
  /*margin: 20px;*/
  color: #717171;
  /*line-height: 25px;*/
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}