/**
 * Oscuro: #283035
 * Azul: #03658c
 * Detalle: #c7cacb
 * Fondo: #dee1e3
 ----------------------------------*/
 * {
     margin: 0;
 	padding: 0;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

 a {
 	color: #03658c;
 	text-decoration: none;
 }

ul {
	list-style-type: none;
}

body {
	font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
	background: #dee1e3;
}

/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
	margin: 60px auto 15px;
	width: 768px;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

@media (min-width: 992px){
	.circle-project{
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 768px){
	.circle-project{
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 576px){
	.circle-project{
		display: flex;
		justify-content: center;
	}
}
.circle-project{
		display: flex;
		justify-content: center;
	}



/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}

.user-img-border{
    border-radius: 50%;
    width: 133px;
    height: 133px;
} 



.comments-list li {
	/*margin-bottom: 15px;*/
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
        float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

/*.comments-list .comment-avatar img {
	width: 65px !important;
	height: 65px !important;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-object-position: top;
	object-position: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: colorYellow1 1000ms linear infinite;
	-moz-animation: colorYellow1 1000ms linear infinite;
        -o-animation: colorYellow1 1000ms linear infinite;
        -ms-animation: colorYellow1 1000ms linear infinite;
        animation: colorYellow1 1000ms linear infinite;
}*/


.color-red-item {
	-webkit-animation: animeColor 1s linear infinite;
	-moz-animation: animeColor 1s linear infinite;
        -o-animation: animeColor 1s linear infinite;
        -ms-animation: animeColor 1s linear infinite;
	animation: animeColor 1s linear infinite;

}
.color-yellow-item {
	 -webkit-animation: colorYellow1 1s linear infinite;
	 -moz-animation: colorYellow1 1s linear infinite;
         -o-animation: colorYellow1 1s linear infinite;
         -ms-animation: colorYellow1 1s linear infinite;
         animation: colorYellow1 1s linear infinite;	
}


@keyframes animeColor {
	from{
		border: 5px solid #a73525;
                -webkit-border: 5px solid #a73525;
	}
	to{
		border: 5px solid #a7352500;
                -webkit-border: 5px solid #a7352500;
	}
}

@-webkit-keyframes animeColor {
	from{
		border: 5px solid #a73525;
                -webkit-border: 5px solid #a73525;
	}
	to{
		border: 5px solid #a7352500;
                -webkit-border: 5px solid #a7352500;
	}
}

@keyframes colorYellow {
	from{
		border: 5px solid #00a705;
		-webkit-border: 5px solid #00a705;

	}
	to{
		border: 5px solid  #00a70500;
		-webkit-border:5px solid #00a70500;

	}
}

@-webkit-keyframes colorYellow {
	from{
		border: 5px solid #00a705;
		-webkit-border:5px solid #00a705;

	}
	to{
		border: 5px solid  #00a70500;
		-webkit-border:5px solid #00a70500;

	}
}

@-webkit-keyframes colorYellow1 {
	from{
		border: 5px solid #fff443;
	}
	to{
		border: 5px solid  #fff44300;
	}
}

@-moz-keyframes colorYellow1 {
	from{
		border: 5px solid #fff443;
	}
	to{
		border: 5px solid  #fff44300;
	}
}

@-ms-keyframes colorYellow1 {
	from{
		border: 5px solid #fff443;
	}
	to{
		border: 5px solid  #fff44300;
	}
}

@-o-keyframes colorYellow1 {
	from{
		border: 5px solid #fff443;
	}
	to{
		border: 5px solid  #fff44300;
	}
}

@keyframes colorYellow1 {
	from{
		border: 5px solid #fff443;
	}
	to{
		border: 5px solid  #fff44300;
	}
}


.comments-list .comment-avatar img {
	width: 100px;
	height: 100px;
	object-fit: cover;

}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}
.comments-maxwidth{
	flex: inherit;
	max-width: 100%;
}
.comm-cont-pad{
	    margin: 0px auto 15px;
}
.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.icon-col{
	color: #02472f!important;
}

/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 600px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	margin-bottom: 15px;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 530px;
}
.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.cont-com-width{
	    width: 768px;
    padding: 0;
}
.card-he-pad{
	    padding: 15px 15px 1px 15px!important;
}
.press-form{
	    padding: 16px;
}
.btn-costm{
	background-image: linear-gradient(to bottom left, #02472f,#02472f, #02472f);
	background: #02472f;
}
.btn-costm:hover{
	background-image: linear-gradient(to bottom left, #02472f,#02472f, #02472f)!important;
	background: #02472f!important;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 10px;
	font-size: 17px;
	position: relative;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.user-img-center{
	text-align: center;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
@media (max-width: 992px){
  .uscol-dflex{
    text-align: center;
  }
}
@media (max-width: 767px){
  .uscol-dflex{
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
}

body{ background: #fafafa;}
.widget-area.blank {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
body .no-padding {
padding: 0;
}
.widget-area {
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
float: left;
margin-top: 30px;
padding: 25px 30px;
position: relative;
width: 100%;
}
.status-upload {
background: none repeat scroll 0 0 #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
float: left;
width: 100%;
}
.status-upload form {
float: left;
width: 100%;
}
.status-upload form textarea {
background: none repeat scroll 0 0 #fff;
border: medium none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #777777;
float: left;
font-family: Lato;
font-size: 14px;
height: 142px;
letter-spacing: 0.3px;
padding: 20px;
width: 100%;
resize:vertical;
outline:none;
border: 1px solid #F2F2F2;
}

.status-upload ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0 0 0 15px;
width: auto;
}
.status-upload ul > li {
float: left;
}
.status-upload ul > li > a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #777777;
float: left;
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 10px 0 10px 10px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 30px;
cursor: pointer;
}
.status-upload ul > li > a:hover {
background: none repeat scroll 0 0 #606060;
color: #fff;
}
.status-upload form button {
border: medium none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #fff;
float: right;
font-family: Lato;
font-size: 14px;
letter-spacing: 0.3px;
margin-right: 9px;
margin-top: 9px;
padding: 6px 15px;
}
.dropdown > a > span.green:before {
border-left-color: #2dcb73;
}
.status-upload form button > i {
margin-right: 7px;
}

.icons-star{
	display: flex;
	justify-content: flex-end;
	padding: 0px 0px 16px 0px;
}
.icons-star i{
	    font-size: 25px;
	    cursor: pointer;
}
.icons-startwo{
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 16px 0px;
}
.icons-startwo i{
	    font-size: 25px;
	    cursor: pointer;
}
.icons-sflex{
	display: flex;
}
.card-padnone{
	padding: inherit;
}

.form-select{
	position: relative;
    top: 2px;
}
.d-flex-center {
    display: flex;
    justify-content: center;
}
.select-input{
	background: #02472f;
	color: #fff;
	border: solid 1px #02472f;
	    border-radius: 5px;
    height: 35px;
}
.input-m-l-10{
	margin-left: 10px;
}
.select-input-width{
	width: 80px;
}
.select-input:focus{
	border: solid 1px #02472f;
}
.card-btn-price{
	    padding: 15px 15px 15px 0px!important;
}

.border-img-green{
	border: solid 4px #02472f;
    box-shadow: 0px 0px 4px 4px #3d3d3d;
}
.anim-border{
	animation: anim_1 0.75s infinite linear;
}
@keyframes anim_1{
	0%{
		border-color: red;
	}
	50%{
		border-color: #02472f;
	}
	100%{
		border-color: red;
	}
}
.delete_comm{
	color: black;
	width: 20px;
	cursor: pointer;
	float: right;
	margin-right:60px;
	display: none;
}
․oclock{
	display: none;
}
}
@media (max-width: 480px){

}