*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
    background-image: url(../img/fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}



#logo{
    position: relative; left: 35%; 
    width: 30%;
    z-index: 1;
    transition: transform 1.2s;
}

#logo:hover{
   transform: scale(1.5); 
}





#logo2{
    position: relative; left: 43%; 
    width: 160px;
    height: 160px;
}



.carousel-inner img {
    width: 70%;
    height: 70%;
    }




/*-----------------------------------*/








.content-all{
    width: 210px;
    margin: auto;
    perspective: 800px;
    position: relative;
    margin-top: 50px;
}

.content-carrousel{
    width: 100%;
    position: relative;
    animation: rotar 50s infinite linear;
    transform-style: preserve-3d;

}

.content-carrousel:hover{
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 20px 0px black;
    transition: all 300ms;
    
}

.content-carrousel figure:hover{
    box-shadow: 0px 0px 0px 0px black;
    transition: all 300ms;
}

.content-carrousel figure:nth-child(1){transform: rotateY(0deg) translateZ(300px);}
.content-carrousel figure:nth-child(2){transform: rotateY(40deg) translateZ(300px);}
.content-carrousel figure:nth-child(3){transform: rotateY(80deg) translateZ(300px);}
.content-carrousel figure:nth-child(4){transform: rotateY(120deg) translateZ(300px);}
.content-carrousel figure:nth-child(5){transform: rotateY(160deg) translateZ(300px);}
.content-carrousel figure:nth-child(6){transform: rotateY(200deg) translateZ(300px);}
.content-carrousel figure:nth-child(7){transform: rotateY(240deg) translateZ(300px);}
.content-carrousel figure:nth-child(8){transform: rotateY(280deg) translateZ(300px);}
.content-carrousel figure:nth-child(9){transform: rotateY(320deg) translateZ(300px);}


.content-carrousel img{
    width: 100%;
    transition: all 300ms;
}

.content-carrousel img:hover{
    transform: scale(1.2);
    transition: all 300ms;
}


@keyframes rotar{
    from{
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
}



#portal{
    width: 30px;
    height: 30px;
}

#daviplata{
    position: relative; top: 10%;
    width: 40%;
     transition: transform 1.2s;
}
#daviplata:hover{
   transform: scale(1.5); 
}


#marquesina{
    position: relative; top: 300px;
    height: 20%;
    width: 99%;
}

#titulo{
    position: relative;
    width: 30%;
    border-radius: 50%;
}


div.boton-inicio{
    height: 100px;
    width: 100px;
  
}

#ini{
 
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;

}

#videoinicio{
    position: relative; top: 300px;
}
