body{
	font-family: "Helvetica Neue", "Segoe UI", "Dejavu Sans", sans-serif;
}

/*================CHECKBOX=================*/
.footerfirst label:hover
{
    cursor: pointer;
}
.footerfirst #_checkbox
{
    display: none;
}

.footerfirst #label_css
{
    position: relative;
    top: 10px;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-color: #f72414;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color, 0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.footerfirst #label_css:before
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-color: #aaa5a5;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: 0.2s ease width, 0.2s ease height;
}

.footerfirst #label_css:hover:before
{
    width: 23px;
    height: 23px;
    box-shadow: inset 0 7px 10px #ff9d96;
}

.footerfirst #label_css:active
{
    transform: translateY(-50%) scale(0.9);
}

.footerfirst #tick_mark
{
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-left: 3px;
    transform: rotateZ(-40deg);
}

.footerfirst #tick_mark:before, #tick_mark:after
{
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.footerfirst #tick_mark:before
{
    left: 0;
    bottom: 0;
    width: 5px;
    height: 15px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.23);
    transform: translateY(-68px)
}

.footerfirst #tick_mark:after
{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.23);
    transform: translateX(78px)
}

.footerfirst #_checkbox:checked + #label_css
{
    background-color: #07d410;
    box-shadow: 0 0 10px 5px #92ff97;
}

.footerfirst #_checkbox:checked + #label_css:before
{
    width: 0;
    height: 0;
}

.footerfirst #_checkbox:checked + #label_css #tick_mark:before, #_checkbox:checked + #label_css #tick_mark:after
{
    transform: translate(0);
    opacity: 1;
}


/*=================== BUTTON TYPE EMPRESA =====================*/
.dropdown-menu {
    background-color: white;
}

.buttoncolor {
    background: #7E130E;
    border:none;
    font-weight:600;
    color: white;
    transition: all .4s;
    border-radius:20px;
    padding:10px 20px;
    margin:10px 0;
}
.buttoncolor:visited{
    background: #7E130E;
    box-shadow:1px 1px 0px 1px #7d7d7d;
    color: white;
}
.buttoncolor:focus{
    background: #7E130E;
    box-shadow:1px 1px 0px 1px #7d7d7d;
    color: white;
}

.buttoncolor:hover{
    background: white;
    box-shadow:1px 1px 0px 1px #7d7d7d;
    color: #7E130E;
    transition: all .4s;
}

.buttoncolor:active{
    background: #7E130E;
    box-shadow:1px 1px 0px 1px #7d7d7d;
    color: white;
}

.seemore{
    display:flex;
    justify-content:center;
}

/*========== parte inicial do layout=======*/

.menunavegacao .barrinhasepmenu {
    border-right: 1px solid #04040447;
    margin-right:5px;
}

.first-layout{
	background-image: url(../themes/conceitoarquitetura/assets/images/background-skylinemobile.jpeg);
	background-repeat: no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 576px){
.first-layout{
	background: url(../themes/conceitoarquitetura/assets/images/background-skyline.jpeg) !important;
	background-repeat: no-repeat !important; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    -webkit-background-position: center !important;
    -o-background-position: center !important;
    -moz-background-position: center !important;
}
}
.first-layout-no-image {
	background: url(../themes/conceitoarquitetura/assets/images/background-skyline.jpeg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-initial{
	padding-top: 22%;
}

.navegacao{
	padding: 39px 0px;
}

.first-layout .menunavegacao{
	background-color: white;
	border-radius: 50px 0 0 50px;
	padding: 15px 0px;
	width: 570px;
}

.first-layout .menunavegacao .navbar li {
	padding:0 5px;
}

.first-layout .menunavegacao .navbar {
	padding: 15px 10px;
}

.first-layout .navegacao button {
	border: 1px solid white;
	font-weight: 600;
	border-radius: 0 50px 50px 0;
	background-color: #7E130E;
	padding: 16px 30px 19px 13px;
	color: white;
	position: relative;
	left: -15px;
}

.first-layout .polygon svg {
    height:120px;
    width:100%;
    vertical-align: bottom;
    position:relative;
    top:1px;
}


 .mobile{
    display:none;   
}

.wppbutton a{
    padding-right: 20px;
	position: fixed;
	right: -5px;
	bottom: 2em; 
	height: 60px;
	width: 70px;
	text-decoration: none;
	transition: background 2s, width 2s;
	border-radius: 80px 0 0 80px;
	color:#7E130E;
	z-index:999;
}
.facebook a{ 
    padding-right: 20px;
	position: fixed;
	right: -5px;
	bottom: 420px; 
	height: 60px;
	width: 70px;
	text-decoration: none;
	transition: background 2s, width 2s;
	border-radius: 80px 0 0 80px;
	color:#7E130E;
	z-index:999;
}
.instagram a{
    padding-right: 20px;
	position: fixed;
	right: -5px;
	bottom: 355px; 
	height: 60px;
	width: 70px;
	text-decoration: none;
	transition: background 2s, width 2s;
	border-radius: 80px 0 0 80px;
	color:#7E130E;
	z-index:999;
}

.wppbutton a:hover{
	background-color: rgba(255,255,255, 0.8);
	border-radius: 80px 0 0 80px;
	position: fixed;
	right: 0px;
	bottom: 2em; 
	height: 60px;
	width: 187px;
	text-decoration: none;
	transition: background 1s, width 1s;
	
}

/*======= segunda parte layout*=======*/
.artigoinfo {
	padding-top:1em;
	padding-bottom:30px;
}

.artigoinfo img{
	max-width: 100px;
	width: 100%;
}

.infotrabalhos {
	
}

.artigoinfo .col-md-4 {
	padding: 0px 30px;
}

/*======terceira parte do layout com back========*/
.second-layout {
	padding: 30px 0px;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.videoinfo {
    padding: 60px 0 0 0;
}

.second-layout .videoexample {
	box-shadow: 2px 2px 10px black;
	height: 515px;
	margin: 50px 0px;
}

.second-layout .videoexample iframe{
	width:915px;
	height:515px;
}

/*========= quarta parte layout ========*/

.comentsclientes {
	padding: 150px 15px 100px 15px;
}

.comentsclientes .row img{
	border-radius: 60% 60% 0 60%;
	padding: 0 20px;
	height: 130px;
	height: 121px;
    width: 173px;
}

.comentsclientes .tamanhotext {
	font-size: 15px;
}
/*=========FOOTER =========*/

.footerfirst{
	background-color: rgba(0, 0, 0, 0.33);
	padding:30px 0;
	margin-top: 50px;
} 

.footerfirst .dicas {
	width: 100%;
	text-align: center;
}

.footerfirst .dicas input {
	border: 1px solid white;
	border-radius: 50px 0 0 50px;
	padding: 15px 19px;
	margin: 10px 0 10px 10px;
	height: 53px;
    width: 400px;
}

.footerfirst .dicas button {
	border: 1px solid white;
	border-radius: 0 50px 50px 0;
	background-color: #7E130E;
	padding: 15px 13px;
	margin: 10px 0px;
	color: white;
	position: relative;
	left: -6px;
	height: 53px;
	margin-bottom: 15px;
	width: 100px;
}

.footersecond {
    padding-top: 50px;
}

.footersecond .logoinfo{
	width: 400px;
}

.footersecond img {
	width: 173px;
}

.espacamentofinaly {
	padding: 25px 0;
}

.footerthird{
	padding-bottom: 60px;
}

.footerfourth {
	background-color: #7E130E;
}

/* ========= TIPOGRAFIA =========*/

.first-layout .menunavegacao .navbar li a{
	color: rgba(0,0,0,0.9);
	font-weight: 600;
	transition: all 0.5s;
	position: relative;
	transition: 0.7s all;
	display:block;
	overflow: hidden;
	font-size: 0.9em;
} 

.first-layout .menunavegacao .navbar li a:hover{
    color: #7E130E;
	text-decoration: none;
	transition: all 0.3s;
	border-radius: 2px;
}

.first-layout .menunavegacao .navbar li a:before{
    content: '';
    width: 50%;
    position: absolute;
    border-bottom: 2px solid #7E130E;
    bottom: 0;
    right: 350px;
    transition: 0.7s all;
}

.first-layout .menunavegacao .navbar li a:hover:before{
    right: 0;
}

.text-initial h2, .text-initial h3 {
	color: #7e130e;
	letter-spacing: -0.02em;
	text-shadow: #fff 0px 0px 15px;
}

.text-initial h2{
    font-size: 3rem;
}

.text-initial h3{
	padding-top: 136px;
	padding-bottom: 130px;
}

section h2, section h3, section h4, section h6, section h5,section p{
	text-align: center;
}

.artigoinfo h1, .artigoinfo h2{
	font-weight: 700;
	color: rgba(0,0,0,0.6);
	letter-spacing: -0.03em;
}

.artigoinfo h2{
	font-weight: lighter;
}

.infotrabalhos h5{
	padding-top: 20px;
	color: rgba(0,0,0,0.6);
	font-weight: 700;
}

.infotrabalhos p {
	color: rgba(0,0,0,0.6);
}

.second-layout .videoinfo h1{
    color: #333;
    letter-spacing: -0.03em;
    padding: 20px 0px;
    text-align:center;
}

.comentsclientes h1{
	color: rgba(0,0,0,0.6);
	padding-bottom: 70px;
	letter-spacing: -0.05em;
}
.comentsclientes h4, .comentsclientes h6, .comentsclientes p{
	color: #071D25;
}

.comentsclientes h4{
	font-weight: 500;
	font-size: 30px;
}

.comentsclientes h6 {
	font-size: 18px;
}

.footerfirst h2{
	color: white;
	font-size: 31px;
	padding: 13px 0px;
	text-align:center;
}

.footersecond h4{
    text-align: left;
    color: #1E1D29;
    font-size: 16px;
    font-weight: 600;
}

.footersecond a, .footerthird a, .footerthird p{
	text-align: left;
    letter-spacing: 0px;
    color: rgba(0,0,0,0.6);
    opacity: 1;
    font-size: 13px;
}

.footerthird p {
	padding: 0px 10px;
	margin-bottom: 0px;
	text-align:center;
}

.footerfourth p {
	color: white;
	font-weight: lighter;
	margin: 5px 0px;
	padding: 10px 0px;
	text-align:center;
}

.footersecond .logoinfo{
    margin-top: 15px;
    width: 303px;
    height: 82px;
    
    text-align: center;
    letter-spacing: 0px;
    color: rgba(0,0,0,0.6);
    opacity: 1;
    font-size: 13px;
}

/* ------------------ Novos Ajustes ------------------ */


.equipe .card {
     border: none;   
}

.equipe .img-equipe{
    width: 166px;
    background-repeat: no-repeat;
    height: 197px;
    background-size: 100%;
    border-radius: 5px;
    vertical-align: middle;
    border-style: none;
}




html body header div.first-layout div.container div.row.align-items-center.justify-content-center.navegacao div.col-md-2 img.logo {
    max-width: 100%;
    height: auto;
}

.info-img {
    width: 88px;
    height: 87px;    
}

html body section footer div.footersecond div.footerfourth div.container div.d-flex.flex-row.justify-content-center.align-items-center p a {
    color: #fff;
    font-weight: bolder;
}

@media (max-width:992px) {
    
    html body section section div.container.comentsclientes div.row {
        text-align: center;
    }
    
    .comentsclientes .tamanhotext {
        max-width: 100%;
    }
    
    html body section section div.container.comentsclientes div.row div.container.col-xs-12.col-lg-3 {
        margin-top: 50px;
    }

}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {  
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

/* Hide the links inside the navigation menu (except for logo/home) */
.navbar-nav .nav-item {
    text-align: right;
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-item a {
    border-bottom: 1px solid rgba(127, 17, 6, 0.5);
 
}



/* Style navigation menu links */
.nav-item a {
  color: #333;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
  .icon {
  background: #fff;
}

/* Add a grey background color on mouse-over */
.nav-item a:hover {
  color: #7f1106;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #fff;
  color: #333;
} 

@media screen and (max-width: 992px) {
    #navbar-one {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    #navbar-one {
        display: flex;
    }
    
    #navbar-two {
        display: none;
    }
}
/*--------- AJUSTES RESPONSIVO-------------*/

    
@media screen and (min-width:993px) and (max-width:1199px) {
    .first-layout .navegacao .menunavegacao nav .iconredesocial {
        padding-top: 10px;
    }
    .project{
        padding-right: 0px !important;
    }
    
    .first-layout .navegacao button {
        padding: 22px 30px 24px 13px;
    }
    .first-layout .navegacao button:before {
        height: 120px !important;
    }


}
    
@media screen and (max-width:992px) {
    .topnav a.icon {
        right: 17px;
        top: 15px;
    }
    .fa-bars:before {
        font-size: 40px;
    }
}


@media screen and (max-width:768px) {
    .topnav a.icon {
        right: 17px;
        top: 10px;
    }
    
    .first-layout .polygon svg {
        height:100px;
        width:100%;
    }
    
    .comentsclientes .comentsclientesimg {
        text-align:center;
        padding:20px 0px;
    }
    
    .footersecond .espacamentofooter ul {
        padding: 20px 0px;
    }
    
    .mobile{
        display:block;
    }
    
     .desktop{
        display:none;    
    }
    
    .wppbutton a{
        margin-right: 20px;
        position: fixed;
        right: 10px;
        bottom: 30px; 
        height: 60px;
        width: 40px;
        transition:none;
        text-decoration: none;
        z-index: 1;
    }
    
    .wppbutton a:hover{ 
        margin-right: 20px;
        position: fixed;
        right: 10px;
        bottom: 30px; 
        height: 60px;
        width: 40px;
        transition:none;
        background: none;
    }
    
    .wppbutton a:active{
        margin-right: 20px;
        position: fixed;
        right: 10px;
        bottom: 30px; 
        height: 60px;
        width: 40px;
        text-decoration: none;
        transition:none;
    }
    
    .wppbutton a img:active{
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        border-radius: 100%;
        transition:none;
    }
    
    .wppbutton a strong{
        display: none;
    } 
    
}

@media screen and (max-width:767px) {
    
    .topnav a.icon {
        right: 0px;
        top: 0px;
    }
    .fa-bars:before {
        font-size: 25px;
    }
    
    .first-layout .polygon svg {
        height:3.5em;
        width:100%;
    }
    
    .second-layout .videoexample iframe{
        width:350px;
        height:200px;
	}
	
	.second-layout .videoexample {
	    height: 200px;
	 }
	    
	.footerfirst .dicas input {
	    width:56%;
	}
}

@media screen and (max-width:375px) {
    .footerthird p {
        padding: 0px 2px;
    }
}

@media screen and (max-width:320px) {
    
    .second-layout .videoexample iframe{
        width:300px;
        height:190px;
	}
	
	.second-layout .videoexample {
	    height: 190px;
	 }
	 
	 .footersecond .espacamentofooter {
	     padding: 0px 10px;
	 }
	 
	 .footerfirst .dicas input {
	    width:52%;
	}
    
}


/*=======================Layout Equipes=======================*/

.equipe .row .mb-3 .img-fluid{
    
    height: 450px;
    border-radius: 10px;
    margin: 40px 0px;
}

@media screen and (max-width:768px){
    .equipe .row .img-fluid{
        width: 250px;
        height: auto !important;
    }

}

.equipe .row .col-md-12 .card-body .card-text{
    color: #7E130E;
    font-weight: 600;
    text-align: center;
}

.equipe .row .col-md-12 .card-body h5{
    font-weight: lighter;
    font-size: 1.8em;
    text-align: center;
}

/*=========================== Projetos =================================*/

.projetosdesign a {
    color: #7E130E;
}
.page-item.active .page-link {
    background: #7E130E;
    border-color: #7E130E;
}

/*=========================== Contato =================================*/

.contatodesign .col-md-6 .card-body h5 {
    color: #7E130E;
}

/*=========================== Serviços =================================*/

.servicosdesign .card-body .card-title{
    color:#7E130E;
    font-size:1.5rem;
}

/*==============EFEITOBOTAOHOME==============================*/

.first-layout .navegacao button:before {
    content:'';
    position: absolute;
    top:0px;
    left:0px;
    width: 0px;
    height: 85px;
    background: rgba(255,255,255, 0.2);
    border-radius: 0 50px 50px 0;
    transition: all 1s ease;
}

.first-layout .navegacao button:hover:before{
    width: 100%;
}


/*=================BLOG======================================*/


.blog-title{
    color: #7E130E;
    text-decoration:none !important;
    font-weight:700;
}

.blog-title:hover{
    color: #601816;
}

.blog-content p{ 
     text-align: justify;    
}

/*=================Responsive Navbar Layout======================================*/
.navbar-toggler{
    border-color: transparent !important;
    color: #7E130E !important;
}

.navbar-toggler span{
    background-color: #7E130E !important;
}


.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444;
   height: 4px;
   width: 35px;
   margin-top: 7px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    top: 17px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative; 
    top: -13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/*=================Team Page ======================================*/

.content{
    padding: 0 18px;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
}


.collapseButton{
      display:flex;
  justify-content:center;
}

.collapsible{
    color: #771d14;  
    margin: 30px 0 30px 0;
    border:none;
    font-size: 20px;
}

.collapsible:hover{
    background-color: #8c3d3a;
    color: #fff;
    transition: 0.2s; 
}


.jumbotron {
      padding: 1.5rem !important;  
      background-color: #D2D2D285;
      
}

.jumbo-text{
    font-size: 3.8rem;
    text-align:center;
    color: #111111c4;
    
}


.iconredesocial{
    float:right;    
}

.empresa-img{
        border-radius: 15px;
}

.text-empresa{
    margin-bottom: 30px;
}

.equipe-img{
    border-radius: 5px;
}

.img-div{
 margin-left: 15px;
 width: 50%;
}

.equipe-title{
     margin-top: .75rem;
     margin-bottom: -1rem; 
     font-weight: lighter;
}

.equipe-frase{
    margin-top: 30px;
    text-align: center;
}

/*FORM ESTILIZAÇÃO*/
#scf-contactForm .form-conceito {
    border-radius: 1.2rem;
    border:1px solid #ced4da69;
    padding: 0.5rem 1rem;
    box-sizing: content-box;
}

.mybuttone {
  width:3em;
  height:3em;
  background:#7E130E;
  border-radius:5em;
  border:none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.mybuttone:hover {
 width:3em;
  height:3em;
  background:#7E130E;
  border-radius:5em;
  border:none;
  }
.tamanhotext {
text-align: left;
}
.statusss {
overflow: scroll;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 16px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
padding: 0em 2em 0em 2em;
height: 31em;
}
.statusss::-webkit-scrollbar {
display: none;
}
.statuss::-webkit-scrollbar {
display: none;
}
.statuss {
    overflow: scroll;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0em 2em 0em 2em;
    width: 27em;
    height: 8em;
}
.border-card{
border-top:1px solid #0000004f;
border-bottom:1px solid #0000004f;
border-right:1px solid #0000004f;
padding:5px;
border-bottom-right-radius: 1em;
}
.border-card-img{
border-top:1px solid #0000004f;
border-bottom:1px solid #0000004f;
border-left:1px solid #0000004f;
padding:35px;
border-bottom-left-radius: 1em;
}
@media (max-width:775px){
.border-card-img{
border-left:1px solid #0000004f;
border-top:1px solid #0000004f;
border-right:1px solid #0000004f;
border-bottom:none;
}
.border-card{
border-bottom:1px solid #0000004f;
border-left:1px solid #0000004f;
border-right:1px solid #0000004f;
border-top:none;
    }
}
.scroll-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30%;
  height: 30%;
  border: 1px solid transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-bottom-color: #7e130e;
  border-left-color: #7e130e;
  -webkit-transform: translate(-50%, -75%) rotate(-45deg);
  transform: translate(-50%, -75%) rotate(-45deg);
}
.scroll-indicator {
      position: relative;
    bottom: -37px;
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    color: #7e130e;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid #7e130e;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}


.scroll-to-top {
  position: relative;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #8080804f;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all linear 0.4s;
  box-shadow: 2px 2px 0px var(--cor-padrao);
} 
  .scroll-to-top i:hover {
  color: #070707;
  background: #ffffff;
  border: solid 1px #ffffff;
}
.scroll-to-top i:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  transform: translateY(-3px) rotate(-90deg);
}
.comments-home{
border-top:1px solid rgba(0, 0, 0, 0.33);
margin-top:2em;
}
