body{
    margin: 0;
    box-sizing: border-box;
    padding:0px;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    flex-direction: column  ;
    padding-top: 100px;
}
.luandaBoat{
    width: 600px;
    height: 350px;
    border: 3px #ccc solid;
    border-radius: 15px 100px 100px 15px;
    display: flex;
    background-color: #f2f2f2;

}
.lefContainer{
    background-color: transparent;
    width: 3px;
    height: 100%;
    margin-left: 4%;
    
}
.righContainer{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    border: 2px #000 ;
}
.customWrapper{
display: flex;
height: 30%;
align-items: center;
justify-content: space-between;
padding: 3px 3px 3px 13px;
}
.centerWrapper{
}
.space{
    width: 85px;
    height: 70px;
    display: flex;
    justify-content: space-between ;
    align-items: center;

}
.spaceCenter{
    margin: 0px 20px;
}
.mesa
{
    width: 17px;
    height: 70px;
    border: 2px #ccc solid;
    display: inline-block;
    background-color: #fff;
}
.cadeirasContainer
{
    height: 80px;
    display: inline-block;
}
.borderLeft{border-left: 3px #ccc solid;padding-left:4px}
.borderRigth{border-right: 3px #ccc solid;padding-right:4px}
.cadeirasWrapper{
    width: 100%;
    height: 100%;   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center ;
}
.cadeira{
    width: 15px;
    height: 18px;
    border: 1px #000 solid;
    background-color: #c9c9c9;
    border-radius: 5px;
}

/* Luanda boat bottom */

.luandaBoatBottom{
    width: 700px;
    height: 550px;
    border: 3px #ccc solid;
    border-radius: 15px 100px 100px 15px;
    display: flex;
    padding: 5px;
    background-color:#f2f2f2;

}

.luandalefContainer{
    background-color: #000;
    width: 80%;
    height: 100%;
    margin-left: 4%;
    background-color: transparent;
    padding: 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
.bottomTopContainer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bottomTopContainerWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 455px; 
    
    
}
.luandarighContainer{
    width: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
}
.customChairContainer{
    width: 26px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.luandaCenterContainer{
    height:270px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;

}
.luandaCenterContainer > div
{
    display: flex;
    justify-content: space-between;

}

.customChairContainerCenter{
    width: 20px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.separadorLuanda
{
    width:100%;
    height:12px;
    border:1px solid red;
}

/* MACÔCO  */

.macocoBoatBottom{
    width: 600px;
    height: 96%;
    border: 2px #ccc solid;
    border-radius: 15px 100px 100px 15px;
    display: flex;
    background-color: #f2f2f2;
    background-color:transparent;

}

.macocolefContainer{
    background-color: #000;
    width: 80%;
    height: 440px;
    margin-left: 4%;
    background-color: transparent;
    padding: 3px 3px  6px  3px ;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
.macocoTopContainer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.macocobottomTopContainerWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
}
.macocorighContainer{
    width: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color:transparent;
}
.macococustomChairContainer{
    width: 24px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.macocoCenterContainer{
}
.macocoCenterContainer > div
{
    display: flex;
    justify-content: space-between;

}

.macococustomChairContainerCenter{
    width: 20px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.separador
{
    border:0.1px red solid;
    height: 10px;
    margin: 10px auto;
}
.macococustomFlexChair{
    width: 20px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.flexEnd{
    align-self: flex-end;
}




/* Cabinda */

.cabindaBoat{
    width: 600px;
    height: 500px;
    border: 2px #ccc solid;
    border-radius: 15px 100px 100px 15px;
    display: flex;
    background-color:#f2f2f2;
}
.cabindaighContainer{
    width: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cabindalefContainer{
    background-color: #000;
    width: 80%;
    height: 100%;
    margin-left: 1%;
    background-color: #f2f2f2;
    padding: 5px 3px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}
.cabindaTop
{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;

}
.local{
    width: 95px;
    height: 55px;
    border-left: 4px #ccc solid;
    border-right: 4px #ccc solid;
    padding-left:6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.marginRight{
    margin-right: 40px;
}
.marginLeft{margin-left: 40px;}
.mesaCabinda{
    height: 100%;
    width: 22px;
    border: 3px #b3b3b3 solid;
    border-radius: 3px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:2px;
}

.cabindaCadeiraContainer{
    height: 100%;
    width: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
}

.cabindaCadeira{
    height: 46%;
    width: 20px;
    border:  1px #000 solid ;
    margin: 0 2px ;
    background-color: #f2f2f2;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cabindatopWrapper{
    display: flex;
}
.CustomWrapperContent{
    display: flex;
}

/* cabinda Center style */
.cabindaCenter{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.umafila{

}

.cabindaCadeiraCustomContainer{
    height: 90px;
    width: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column  ;
    margin-right: 20px;
    border-left: 4px #ccc solid;
    padding-left:6px;
}
.box{
    width: 191px;
    height: 80px;
    border-radius: 10px;
    margin-right: 10px;
    border-top: 3px #ccc solid;
    border-right: 3px #ccc solid;
    border-bottom: 3px #ccc solid;

}


.bordaExteriorLuanda{
    width: 910px;
    height: 610px;
    border: 1.5px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;

}
.shiplayoutLuandaBottom
{
    width: 900px;
    height: 600px;
    border: 6px solid #ccc;
    border-radius: 200px;
    border-radius: 10% 40% 40% 10%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:4px auto;
}
.shipcenterLuanda {
    border-radius: 20%;
    margin-left: 20px;
    background-color: blue;
    display:none
}


.bordaExteriorMacoco{
    width: 810px;
    height: 500px;
    border: 1.5px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;

}
.shiplayoutMacoco
{
    width: 800px;
    height: 490px;
    border: 6px solid #ccc;
    border-radius: 200px;
    margin:4px auto 100px auto;
    border-radius: 10% 40% 40% 10%;
    background-color: #fff;
    

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shipcenterMacoco {
    width: 600px;
    height: 96%;
    border-radius: 20%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bordaExteriorLuandaExecutiva{
    width: 810px;
    height: 410px;
    border: 1.5px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;

}
.shiplayoutLuanda
{
    width: 800px;
    height: 400px;
    border: 6px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;
    background-color: #fff;
    margin:3px auto 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shipcenterLuanda {
	width: 600px;
    border-radius: 20px;
    margin-left: 20px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:transparent
}
.shiplayout
{
    width: 800px;
    height: 550px;
    border: 6px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;
    background-color: #fff;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:4px;
    margin-left:4px
}

.bordaExteriorCabinda{
    width: 810px;
    height: 560px;
    border: 1.5px solid #ccc;
    border-radius: 200px;
    margin-bottom: 100px;
    border-radius: 10% 40% 40% 10%;

}
.shipcenter {
	width: 500px;
    height: 520px;
    border-radius: 20%;
    margin-left: 20px;
    margin-top:20px;
}

.centralizar{
    padding-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.cardInformacoes{
    margin-left:20px;
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    margin-bottom:100px;
    width:350px;
    height:80px;
    align-items:center;
    -webkit-box-shadow: -1px 7px 12px 1px rgba(0,0,0,0.43); 
    box-shadow: -1px 7px 12px 1px rgba(0,0,0,0.43);
    position:absolute;
    bottom:-90px;
    right:10px;
}

.cardInformacoes > div {
    display:flex;
    justify-content:space-around;
    flex-direction:column;
    height:100%
}
.filho{
    widows:60px;
    height:60px;
    background-color:red;
    position:relative;
    left:0px;
    font-size:40px;
}
.pai
{
    position:relative;
}







/* Legendas style */
.luandaLetraContainer{
    position:absolute;
    width:40px;
    height:500px;
    left:-115px;
    bottom:-400px;
    display:none;
}

.luandaLetraABC{
    margin-top:10px;  
}

.luandaLetraDEFG{
    margin-top:30px;
    font-size:16px;
    font-weight:bold;
    height:110px;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}

.luandaLetraHIJK{
    margin-top:20px; 
    font-size:16px;
    font-weight:bold;
    height:110px;
    display:flex;
    flex-direction:column;
    justify-content:space-between 
}

.luandaLetraLMNO{
    margin-top:30px; 
}





.luandaNumeroContainer{
    position:absolute;
    width:550px;
    height:40px;
    top:80px;
    left:-92px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    font-weight:bold;
}
.luandaNumeroContainer > div {
    display:inline-block;
    width:30px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}


.luandaNumeroContainerBottom
{
    
    bottom:-340px;
    left:-92px;

    position:absolute;
    width:550px;
    height:40px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    font-weight:bold;
}

.luandaNumeroContainerBottom > div {
    display:inline-block;
    width:24px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}












.macocoLetraContainer{
    position:absolute;
    width:30px;
    height:450px;
    left:0px;
    font-weight:bold;
}
.macocoLetraAB{
        margin-top:13px;
        height:55px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-direction:column;
        
       
}
.macocoLetraCDEF{
    margin-top:22px;
    height:122px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
}

.macocoLetraGHIJ{
    margin-top:22px;
    height:122px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
}

.macocoLetraKL{
    margin-top:22px;
    height:55px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
}








.macocoLetraNumero{
    position:absolute;
    width:453px;
    height:30px;
    top:61px;
    left:37px;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:flex-end
}

.macocoLetraNumero > div{
    
    display:inline-block;
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

macocoLetraNumero div:nth-child(1)
{
    background-color:red;
    left:100px
}

.macocoLetraNumeroBottom{
    position:absolute;
    width:453px;
    height:30px;
    bottom:70px;
    left:37px;
    font-weight:bold;
    display:flex;
    justify-content:space-between;
    align-items:flex-end
}

.macocoLetraNumeroBottom > div{
    
    display:inline-block;
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}


/*Testes*/

.botao {
    background:url('https://observatoriodatv.uol.com.br/wp-content/uploads/2021/09/michael-jackson.jpeg');
    width:40px;
    height:40px;
    background-size: 100px 100px;
    width:100px;
    height:100px
}

.btnv{
    background-color:transparent;
    width:100%;
    height:100%;
    border-style:none
}














/*Legendas das cadeiras*/





.legendasContainer{
    width:310px;
    height:40px;
    position:absolute;
    left:50px;
    bottom:20px;
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    align-items:center;
}

.legendasContainer > div {
    width:120px;
    height:30px;
    border-right: 4px solid #ccc;
    display:flex;
    justify-content:space-around;
    flex-direction:row;
    align-items:center  
}




.cabindaBoatnumerosContainer
{
    position:absolute;
    width:434px;
    height:30px;
    left:167px;
    display:flex;
    top:171px;
    font-weight:bold;
    
    color:#737373;
}
.cabindaBoatnumerosContainer > div
{
 
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;

}

/*.cabindaBoatnumerosContainer div:nth-child(7) {background-color:red;}*/



.LuandaExecutivanumerosContainer
{
    position:absolute;
    width:465px;
    height:30px;
    left:165px;
    display:flex;
    top:211px;
    justify-content:space-between;
    font-weight:bold;
    color:#737373;
}

.LuandaExecutivanumerosContainer > div {
    width:80px;
     display:flex;
    justify-content:space-between;
    padding-left:8px;
    padding-right:8px;
}






.centerCustomizado{
    display:flex;
    margin-left:100px
}