# Empty CSS file for your own CSS
body{
	 height:100% !important;
	font-family: 'Open Sans', sans-serif !important;
}


html{
    height:100% !important;
	font-family: 'Open Sans', sans-serif !important;
	
}
.fundo{
	background-color:#cccccc;
	
}

.marg{
	padding-top:40% !important;
	padding-bottom:40% !important;
	
}

  .menu{
	font-size: 1.2rem !important;
	color: #878787 !important;
  }
  .menu.active{
	  font-weight:bold;
	  color: #000000 !important;
  }
  
 .pic{
	  object-fit:contain;
	min-width:5vh !important;
	max-height:60vh !important;
	max-width:90% !important;
  }
  
 
  .direita{
	  	  text-align:right;
		  padding-right:5%;
  }
  
  a.menu:hover {
  color: #000000 !important;
  font-weight:bold !important;
}

.h7{
	
	font-size:0.8rem;
}

.h8{
	font-weight:300;
	font-size:0.85rem;
}



.carousel-item a {
  display: block;
  width:90%;
  height: 90%;
}

.carousel-control-prev {
  color:#036;
  margin-left: -.5rem;
  z-index: 10;
}

.carousel-control-next {
  color:#036;
  margin-right: -.5rem;
  z-index: 10;
}

.carousel-controls a:hover {
  color: #004289;
  z-index: 10;
}

.carousel-control-prev:hover {
  color:red;
}

.carousel-control-next:hover {
  color:red;
}


.badgescard,
.firstinfo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgic{
	width:85%;
}


.content {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
	padding-left:1em;
}

.cardc {
    width: 100%;
    min-height: 100px;
    padding: 20px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.cardc:after {
    content: '';
    display: block;
    width: 190px;
    height: 300px;
    background: #C9C9C9;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.badgescard {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #BDBDBD;
    color:#fff;
    width: 97%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    left: 15px;
    bottom: 10px;
    animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;

}

.badgescard span {
    font-size: 1.6em;
    margin: 0px 6px;
    opacity: 0.6;
}

.firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
}

.firstinfo img {
    border-radius: 10%;
    width: 110px;
    height: 110px;
	margin:2px;
	object-fit: contain;
}

.firstinfo .profileinfo {
    padding: 0px 10px;
}

.firstinfo .profileinfo h1 {
    font-size: 1.8em;
}

.firstinfo .profileinfo h3 {
    font-size: 1.2em;
    color: #C2C2C2;
    font-style: italic;
}

.firstinfo .profileinfo p.bio {
    padding: 5px 0px;
    color: #5A5A5A;
    line-height: 1.2;
    font-style: initial;
}

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animainfos {
    0% {
        bottom: 10px;
    }
    100% {
        bottom: -42px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -57px;
        left: -261px;
    }
    100% {
        transform: rotate(-30deg);
        top: -5px;
        left: -62px;
    }
}

.texto{
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.1rem;
	
}
          
.textoc{
	font-family: 'Open Sans', sans-serif !important;
	line-height: 0.9rem !important;
	margin-bottom: 0.5rem !important;
	
}

.rodape{
	position:absolute !important;
	bottom:0px;
	display:block;
}

.pad{
	padding-top:50px;
}

