.cuadro {
	margin-top: 5px;
	margin-right: 5px;
	width: 180px; 
	height: 180px;
	background-color: #6f39ef;
	border-radius: 50%;
	
}

.cuadrito {
	margin-top: 27px;
	margin-left: 5px;
	width: 130px;
	height: 130px;
	background-color: #fafa0a;
	border-radius: 50%; 
	position: absolute;
	
}
.cuada {
	margin-top: 30px;
	margin-left: 40px;
	width: 85px;
	height: 65px;
	background-color: #0a0a0a;
	border-radius: 50%; 
	position: absolute;
}

.cuadb {
	margin-top: 10px;
	margin-left: 38px;
	width: 55%;
	height: 70%;
	background-color:#ce3c06;
	border-radius: 50%;
	position: relative;
}

.cuadc {
	margin-top: 5px;
	margin-left: 13px;
	margin-right: 1px;
	width: 340px;
	height: 100px;
	
	position: absolute;
	
}

.cabezera {
    background-color: #ff33b0;
}
.separador {
    margin-top: -20px;
    margin-left:43px;
    width: 64px;
    height: 16px;
    
    
}

img {
    width: 100%;
    }

.giro {
    margin: 2px auto;
    width: 90%;
    height: auto;
    width: auto;
    list-style: none;
    padding: 22px;
    box-sizing: border-box;
    background-color: #f78b5b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    
}

.tarjeta {
    margin:3px;
    width: 120px;
    height: 174px;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    transition: .7s ease;
    box-shadow: 0px 10px 15px -5px rgba(o,o,o,o.65); 
    
    -webkit-box-shadow: 0px 10px 15px -5px rgba(o,o,o,o.65);
    -moz-box-shadow: 0px 10px 15px -5px rgba(o,o,o,o.65);
}

.contenedor {
    margin: 10px;
    height: auto;
    width: auto;
    perspective: 800;
    -webkit-perspective:800;
    
}

.adelante, .atras{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    
}

.atras {
    background-color: antiquewhite;
   transform: rotateY(180deg); 
   -webkit-transform: rotateY(180deg);
    justify-content: center;
}

.contenedor:hover .tarjeta {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.catalogo {
    margin-left: 2px;
    margin-top: 2px;
    font-size: 10px;
    text-align: left;
    color: #b6a0eb;
        
}
