@charset "UTF-8";
*{
   margin:0;
   padding: 0;
   font-family: Quicksand;
   text-decoration: none; 
}
.clearfix{ overflow: auto; }
 
              /*section */                      



.content{
	width: 100%;
	background: #fff;
	margin-top: 80px;
}

.left hr{
    max-width: 100px;
    height: 4px;
    border-style: none;
    /*background: -webkit-linear-gradient(left, black, #0672d0);*/
  /* background: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0));*/
  background: linear-gradient(135deg, orange, orange 60%, cyan);
   margin: 0 auto;
}

.left{
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 300px;
	height: 500px;
	margin-left: 10px;
	float: left;
    background-image: url(../img/4.jpg);
    background-size: 300%;
    animation: movimiento 20s infinite linear alternate;
    display: none;   
}
.left p{
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-family: Roboto;
	text-transform: uppercase;
}
.left li{
	height: 60px;
	list-style: none;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;
	
}
.left li a:hover{
	background: #000;
	opacity: .3;
	font-style:italic;

}
.cl{
	background: #000;
	opacity: .3;
	/*font-style:italic;*/
}
.cl:hover{font-style: normal;}
.left li a{
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-family: Roboto;
}
.right{
	margin: 0 auto;
	/*max-width: 1200px;*/
	height: 1250px;
	background: #fff;
	
}
.right h1{
   /* text-align: center; */
    font-size: 40px;
    font-weight: 100;
    margin-left: 100px;
    font-family: Roboto;
}
.right hr{
    max-width: 450px;
    height: 4px;
    border-style: none;
    background: -webkit-linear-gradient(left, black, #0672d0);
  /* background: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0));*/
  /*background: linear-gradient(135deg, orange, orange 60%, cyan);*/
   /* margin: 0 auto;*/
    margin-top: 10px;
    margin-left: 100px;
}
.right p{
	width: 900px;
	margin: 30px auto;
	text-align: justify;
	font-size: 20px;
	line-height: 30px;
    font-family: Quicksand;
    color:#000;
}

    /*share bar*/

.share-bar{margin-top: 120px;}

.share{
	width: 600px;
	height: 60px;
	margin: 0 auto;
	/*background:#ebebeb;*/
	background:url(../img/so15.jpg);
    border-radius: 50px;
    border:2px solid #cccccc;
}

.icon{
	margin: 10px;
	/*border-radius: 100px;*/
	width: 260px;
	height: 45px;
	background: none;
	border:none;
	overflow: hidden;
	float: left;
	color: #fff;
}

.icon:hover>.name p{color: #c6fd85;}
.name {
	float: left;
	width: 160px;
    height: 45px;
	background: none;
	margin: 0;
}
.name p{
	 margin-top: 5px;
	 margin-left: 10px;
	 font-family: Quicksand;
	 font-size: 20px;
	 color:#fff;
}

.i{
	float:left;
	width: 100px;
	height: 45px;
	background: none;
	overflow: hidden;
}
.i i{
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 20px;
	color: white;
	background:#000;
	border-radius: 100%;
	padding: 6px 5px;
	transition: .5s;
}
.i i:hover{
	background: none;
	color: #000;
	border:2px solid #000;
}
.count{
	margin: 5px;
	border-radius: 100px;
	width: 180px;
	background:none;
	height: 45px;
	float: right;
	overflow: hidden;
}
.name-count{
	float: left;
	width: 90px;
	height: 45px;
	background: none;
	margin:0;
}

.name-count p{
	 margin: 8px 15px;
	 font-family: Quicksand;
	 font-size: 22px;
	 color: #fff;
}
.views{
	float: right;
	width: 90px;
	height: 45px;
	background:none;
}
/*share bar*/

@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}


@media (max-width: 1290px){
	.right{
	height: 1250px;	
}
}


@media (max-width: 1284px){
	.right{
	height: 1500px;	
}
	.right p{
		width: 700px;
	}
.left{
	width: 250px;
	height: 350px;
}
.left p{
	font-size: 25px;
}
.left li{
	height: 30px;
}

.left li a{
	font-size: 20px;
}

}

@media (max-width: 1074px){
	.right{
	height: 1500px;
	overflow: hidden;	
}
	.right p{
		width: 700px;
	}
.left{
	width: 250px;
	height: 350px;
}
.left p{
	font-size: 25px;
}
.left li{
	height: 30px;
}

.left li a{
	font-size: 20px;
}

.share{
	width: 500px;
	height: 60px;
	margin: 0 auto;
	/*background:#ebebeb;*/
	background:url(../img/so15.jpg);
    border-radius: 50px;
    border:2px solid #cccccc;
}
}
@media (max-width: 1024px){
    .right{
	height: 1850px;	
}

	.right p{
	width: 550px;}

}

@media (max-width: 864px){

.content{
	margin-top: 40px;
}
.right{
	height: 1900px;	
}
.left{
	width: 220px;
	height: 280px;
}
.left p{
	font-size: 22px;
}
.left li{
	height: 20px;
}

.left li a{
	font-size: 18px;
}
.right p{
	width: 500px;
}

/*sharebar*/
.share-bar{margin-top: 50px;}

}

@media (max-width: 770px){
	 .right p{
	width: 400px;
	margin: 30px auto;
	font-size: 18px;
	line-height: 30px;
}
.right{
	margin: 0 auto;
	height: 2100px;
	background: #fff;

}
.right h1{
   /* text-align: center; */
    font-size: 33px;
    font-weight: 100;
    margin-left: 80px;
}
.right hr{
    max-width: 300px;
    margin-top: 10px;
    margin-left: 80px;
}
.share{width: 430px;}
.icon{
	margin: 5px;
	/*border-radius: 100px;*/
	width: 230px;
	height: 45px;
	background: none;
	border:none;
	overflow: hidden;
	float: left;
	color: #fff;
}

.icon:hover>.name p{color: #c6fd85;}
.name {
	float: left;
	width: 130px;
    height: 45px;
	background: none;
	margin: 0;
}
.name p{
	 margin-top: 5px;
	 margin-left: 10px;
	 font-family: Quicksand;
	 font-size: 16px;
	 color:#fff;
}

.i{
	float:left;
	width: 100px;
	height: 45px;
	background: none;
	overflow: hidden;
}
.i i{
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 18px;
	color: white;
	background:#000;
	border-radius: 100%;
	padding: 6px 5px;
	transition: .5s;
}
.i i:hover{
	background: none;
	color: #000;
	border:2px solid #000;
}
.count{
	margin: 5px;
	border-radius: 100px;
	width: 180px;
	background:none;
	height: 45px;
	float: right;
	overflow: hidden;
}
.name-count{
	float: left;
	width: 90px;
	height: 45px;
	background: none;
	margin:0;
}

.name-count p{
	 margin: 8px 15px;
	 font-family: Quicksand;
	 font-size: 18px;
	 color: #fff;
}
.views{
	float: right;
	width: 90px;
	height: 45px;
	background:none;
}

@media (max-width: 686px){
	.left{display: none;}
	.right h1{
    font-size: 30px;
}
.right hr{
    max-width: 250px;
}

}

@media (max-width: 500px){
   
.right p{
	width: 400px;
	margin: 30px auto;
	font-size: 18px;
	line-height: 30px;
}
.right h1{text-align: center;margin: 0 auto;}
.right hr{text-align: center;margin: 0 auto;}

.content{
	margin-top: 20px;
}
/*share*/
.share{width: 360px;height: 50px;}
.icon{
	margin-left:10px;
	margin-top: 7px;
	/*border-radius: 100px;*/
	width: 200px;
	height: 37px;
	background: none;
	border:none;
	overflow: hidden;
	float: left;
	color: #fff;
}

.icon:hover>.name p{color: #c6fd85;}
.name {
	float: left;
	width: 120px;
    height: 37px;
	background: none;
	margin: 0;
}
.name p{
	 margin-top: 2px;
	 margin-left: 2px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color:#fff;
}

.i{
	float:left;
	width: 80px;
	height: 37px;
	background: none;
	overflow: hidden;
}
.i i{
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
	text-align: center;
	font-size: 15px;
	color: white;
	background:#000;
	border-radius: 100%;
	padding: 6px 5px;
	transition: .5s;
}
.i i:hover{
	background: none;
	color: #000;
	border:2px solid #000;
}
.count{
	margin: 10px;
	border-radius: 0px;
	width: 107px;
	background: none;
	height: 37px;
	float: right;
	overflow: hidden;
}
.name-count{
	width: 57px;
	height: 37px;
	background: none;
	margin:0;
}

.name-count p{
	 margin: 2px 5px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color: #fff;
}
.views{
	float: right;
	width: 50px;
	height: 37px;
	background: none;
}

}
@media (max-width: 410px){

.right{
	margin: 0 auto;
	height: 2250px;
}
.right p{
	width: 360px;
	margin: 30px auto;
	font-size: 18px;
	line-height: 30px;
}
.name-count p{
	 margin: 2px 5px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color: #fff;
}
.name p{
	 margin-top: 2px;
	 margin-left: 2px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color:#fff;
}
}

@media (max-width: 375px){
	.right p{
	width: 350px;
	margin: 30px auto;
	font-size: 18px;
	line-height: 30px;
}
.name-count p{
	 margin: 2px 5px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color: #fff;
}
.name p{
	 margin-top: 2px;
	 margin-left: 2px;
	 font-family: Quicksand;
	 font-size: 15px;
	 color:#fff;
}
	
}

@media (max-width: 376px){
	.right{
	margin: 0 auto;
	height: 2355px;
}
}

@media (max-width: 360px){

.right{
	margin: 0 auto;
	height: 2550px;
}
.right p{
	width: 320px;
	margin: 30px auto;
	font-size: 18px;
	line-height: 30px;
}
.right hr{
    max-width: 200px;
}
.share{width: 320px;height: 50px;}
.icon{
	margin-left:10px;
	margin-top: 7px;
	/*border-radius: 100px;*/
	width: 180px;
	height: 37px;
	background: none;
	border:none;
	overflow: hidden;
	float: left;
	color: #fff;
}

.icon:hover>.name p{color: #c6fd85;}
.name {
	float: left;
	width: 110px;
    height: 37px;
	background: none;
	margin: 0;
}
.name p{
	 margin-top: 2px;
	 margin-left: 2px;
	 font-family: Quicksand;
	 font-size: 14px;
	 color:#fff;
}

.i{
	float:left;
	width: 70px;
	height: 37px;
	background: none;
	overflow: hidden;
}
.i i{
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
	text-align: center;
	font-size: 13px;
	color: white;
	background:#000;
	border-radius: 100%;
	padding: 6px 5px;
	transition: .5s;
}
.i i:hover{
	background: none;
	color: #000;
	border:2px solid #000;
}
.count{
	margin-top: 8px;
	margin-left: 1px;
	border-radius: 0px;
	width: 105px;
	background: none;
	height: 37px;
	float: right;
	overflow: hidden;
}
.name-count{
	width: 55px;
	height: 37px;
	background: none;
	margin:0;
}

.name-count p{
	 margin: 2px 5px;
	 font-family: Quicksand;
	 font-size: 14px;
	 color: #fff;
}
.views{
	float: right;
	width: 50px;
	height: 37px;
	background: none;
}
}

@media (max-width: 320px){

.right{
	margin: 0 auto;
	height: 2650px;
}
.right h1{
    font-size: 25px;
    margin: 0;
    text-align: center;
}
.right hr{
    max-width: 135px;
}
.right p{
	width: 300px;
	margin: 10px auto;
	font-size: 18px;
	line-height: 30px;
}
.share-bar{margin-top: 10px;}

.share{width: 305px;height: 50px;}
.icon{
	margin-left:10px;
	margin-top: 7px;
	/*border-radius: 100px;*/
	width: 180px;
	height: 37px;
	background: none;
	border:none;
	overflow: hidden;
	float: left;
	color: #fff;
}

.icon:hover>.name p{color: #c6fd85;}
.name {
	float: left;
	width: 110px;
    height: 37px;
	background: none;
	margin: 0;
}
.name p{
	 margin-top: 2px;
	 margin-left: 2px;
	 font-family: Quicksand;
	 font-size: 14px;
	 color:#fff;
}

.i{
	float:left;
	width: 70px;
	height: 37px;
	background: none;
	overflow: hidden;
}
.i i{
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 0px;
	text-align: center;
	font-size: 13px;
	color: white;
	background:#000;
	border-radius: 100%;
	padding: 6px 5px;
	transition: .5s;
}
.i i:hover{
	background: none;
	color: #000;
	border:2px solid #000;
}
.count{
	margin-top: 8px;
	margin-left: 0px;
	border-radius: 0px;
	width: 91px;
	background: none;
	height: 37px;
	float: right;
	overflow: hidden;
}
.name-count{
	width: 46px;
	height: 37px;
	background: none;
	margin:0;
}

.name-count p{
	 margin: 2px 0px;
	 font-family: Quicksand;
	 font-size: 14px;
	 color: #fff;
}
.views{
	float: right;
	width: 45px;
	height: 37px;
	background: none;
}

}
