/*css das pedras*/
.topo{
    width: 100%;
    height: auto;
}
/*texto topo*/
.col_topoo{
    width: 100%;
    margin-top: 80px;
    padding: 0px;
    text-align: center;
}

.col_topoo span{
    font-size: 150px;
    color: black;
    margin: 0px;
    font-family:'cursive', Brush Script MT;
}

/*css do hr*/
.col_topoo hr{
    border-bottom: 3px solid #00447b;
    margin-top: 0px;
    margin-bottom: 20px;  
}

/*css do grid das pedras*/
.col_pedras_p{
    padding-bottom: 11px;
    /*anteriorbackground-color: #3e3e3e;*/
    padding-top: 9px;
}


/*css das cartas*/
.tituloPedra{
    font-size: 15px;
    font-weight: bold;
    /*color: #00447b; cor do logotipo*/
    color: black;
    text-align: center;
}
.carta{
    background-color: #b3b2b2;
    /*anteriorbackground-color: grey;*/
    width: 100%;
    border:none;
    cursor:pointer;
}
.carta:hover{
    /*anteriorbackground-color: #00447b;*/
    background-color: #565656;
}
.carta:focus{
    box-shadow: none;
}
.imgPedras{
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.descricaoPedras{
    font-size: 13px;
    border-top:none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 0px;
}



/*css acabamentos*/
.marginBotAcabamentos{
    margin-bottom: 10px;
}

.corTituloAcabamentos h5{
    color: white;
}

/*css da modal das pedras*/
#visualizarNome{
border-bottom-color: #00447b;
}
#visualizarNome input{
    width: 100%;
    border:none;
    text-align: center;
    background-color: #b9b6b6;
    color: white;
}
#fundoModal{
    background-color: #b9b6b6;
    border: 2px solid black;
    border-radius: 10px;
}





/*tamanho da foto quando clicamos numa pedra*/
#baguetteBox-overlay .full-image img {
    width: 430px !important;
    object-fit: cover;
}







/*css quando muda o tamanho da pagina*/
@media only screen and (max-width: 767px){
.col_pedras_p{
    left: 8%;
    margin-top: 30px;
}
.col_topoo span {
    font-size: 70px;
}
}
@media only screen and (max-width: 575px){
.col_pedras_p{
    left: 0%;
}
.col_topoo {
    margin-top: 35px;
}
.col_topoo hr{
width: 75%;
position: relative;
left: 50%;
transform: translateX(-50%);
}

.col_topoo2{
    display: none;
}
}


@media only screen and (max-width: 400px){
.col_topoo span {
    font-size: 60px;
}
#baguetteBox-overlay .full-image img {
    width: 330px !important;
}
}


@media only screen and (max-width: 335px){
#baguetteBox-overlay .full-image img {
    width: 300px !important;
}
}


@media only screen and (max-width: 310px){
.col_topoo span {
    font-size: 45px;
}
}






    