 
/* Dispositivos muy grandes, pantallas de ordenador, de 75em o más)*/
@media (min-width: 75em) {
	
		
.extra{
	min-height:230px;
	  overflow: hidden;
	  position: relative;
	  border: 1px solid #CCC;
	  border-radius: 8px;
	  text-align: center !important;
	  padding: 0;
	 /*background-color: red;*/
	  color: #5D5E5D;
	  margin-top:55px;
	  margin-left:1%;
	  margin-right:1%;
}

.extra:after {
    content: '';
    display: block;
    width: 230px!important;
    height: 341px;
    background: rgba(156, 156, 156, 0.28)!important;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}
	
.firstinfoextra {
    display:flow-root !important;
    justify-content: flex-start;
   /*align-items: center;*/
}

.profileinfoextra{
	padding:5px!important;
	text-align:left;
	}
	
	
	.firstinfoextra .profileinfoextra h1 {
    font-size: 1.3em !important;
	text-align:center!important;
}

.firstinfoextra .profileinfoextra h3 {
    font-size: 0.8em !important;
    color: #5D5E5D;
    font-style: italic;
}
	
}
		
		
		
		
		
		* {
		margin: 0;
		padding:0;
		box-sizing: border-box;
	}		
	
	
	.fb_iframe_widget{
		display:block !important;	
	}
	
	main {
		background-color:#fff;
		
		margin:3rem auto;
		
		display:block;/*para IE*/
	}

		   main {
            -webkit-column-count:3;
            -moz-column-count:3;
            column-count:3;

            -moz-column-gap: 3em;
	        -webkit-column-gap: 3em;
	        column-gap: 3em;

	        /*-moz-column-rule: 1px solid #bbb;
	        -webkit-column-rule: 1px solid #bbb;
	        column-rule: 1px solid #bbb;*/

            -moz-column-width: 140px;
	        -webkit-column-width: 140px;
	        column-width: 140px;
        }
	/*section*/
	 section {
		 border-top: 1px dotted #ccc;
            padding:10px 0;
			margin:10px 0;
         border-bottom: 1px dotted #ccc;
        }
		
		
		  /* So that we can see the grid 
      div[class^="row"] {
            border: 1px solid red;
           margin:10px 0;
            text-align: center;
            padding:10px 0;
            }
	*/
	#object{
	 background-color: #fe5652;
	visibility: hidden;
	}
	
	
	.src-image {
  display: none;
}

.card {
  overflow: hidden;
  position: relative;
  /*border: 1px solid #CCC;*/
  border-radius: 8px;
  text-align: left;
  padding: 0;
 /* background-color: #F8F8F8;*/
  color: #5D5E5D;
  margin-top:3%;
  margin-left:1%;
  margin-right:1%;
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  /* This positions the canvas under the text */
  z-index: 1;
}
.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0,0,30,0.8);
}



.bg-1 { 
      
		 margin-top:35px;
    }
	
	
	

.badgescard,
.firstinfo {
    display: flex;
    justify-content: flex-start;
  align-items: center;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.content {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.card {
   /* width: 500px;
    min-height: 100px;*/
    padding: 10px;
    border-radius: 3px;
  /*  background-color: white;*/
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.card:after {
    content: '';
    display: block;
    width: 180px;
    height: 341px;
    background: rgba(156, 156, 156, 0.28);
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

.badgescard {
    padding: 10px;
    border-radius: 3px;
   /* background-color: #c56673;*/
    color:#6a3e3e;
    width: 80%;
   /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);*/
    position: absolute;
    z-index: -1;
  
    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: 50%;
    width: 100px !important;
    height: 100px !important;
}

.firstinfo .profileinfo {
    padding: 0px 20px;
}

.firstinfo .profileinfo h1 {
    font-size: 1.5em;
}

.firstinfo .profileinfo h3 {
    font-size: 0.9em;
    color: #5D5E5D;
	font-weight:400;
    font-style: italic;
}

.firstinfo .profileinfo p.bio {
    padding: 10px 0px;
    color: #5A5A5A;
    line-height: 1.1;
    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: -24px;
        left: -253px;
    }
    100% {
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}



.link_ctv:link {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#a88300;
	text-decoration: none;
}
.link_ctv:visited {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#a88300;
	text-decoration: none;
}
.link_ctv:hover {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#CCC;
	text-decoration:none;
}

.link_act:link {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#ff4a05;
	text-decoration: none;
}
.link_act:visited {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#ff4a05;
	text-decoration: none;
}
.link_act:hover {
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	line-height:14px;
	color:#CCC;
	text-decoration:none;
}

