/*NAVEGAÇÃO*/

.select-container i.icon-deckplan{
    content: url(/wp-content/themes/zyrgon-child-theme/assets/icon-deckplan.svg);
    top: 4px;
    position: relative;
}

.select-container {
    position: relative;
    border-bottom: 1px solid #D1D6E3;
    margin: 0 auto;
    width: 400px;
    margin-bottom: 10px;
}

.select-container .radio-deck{
    width: 18px;
    height: 18px;
}

.select-container .option-container .option-decks.selected label {
    pointer-events: none;
    font-weight: 500;
}

.select-container .option-container .option-decks label:hover {
    font-weight: 400;
}


.radio-deck {
  display: none;
}

.option-decks label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  
}

.option-decks label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #292C34;
  border-radius: 50%;
  background-color: white;
}





.option-decks.selected label::after {
    /* Estilos para quando a classe .selected está presente */
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #292C34;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
}

label.subtitle{
    position: relative;
	font-size: 16px;
    top: 32px;
    left: 10px;
    color: #B8A075;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.select-container .select {
    position: relative;
    background: transparent;
    height: 36px;
    text-align: center;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 42%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #B8A075;
    border-right: 1px solid #B8A075;
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    top: 66%;
    border-left: 1px solid #B8A075;
    border-top: 1px solid #B8A075;
}

.select-container .select input {
    font-family: 'Montserrat';
    position: relative;
    top: -3px;
    padding-left: 40px;
    text-align: center;
    font-size: 20px !important;
    font-weight: 300;
    background: transparent;
    outline: none;
    border: 0;
    color: #292C34;
    cursor: pointer;
}

.select-container .option-container {
    position: relative;
    background: #FFF;
    height: 0;
    overflow-y: hidden;
    transition: 0.4s;
}

.select-container.active .option-container {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    z-index: 1000;
    padding: 10px 0;
}

.select-container .option-container::-webkit-scrollbar {
    width: 10px;
}

.select-container .option-container .option-decks {
    position: relative;
    padding-left: 10px;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.2s;
}


.select-container .option-container .option-decks label {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 20px;
    color: #292C34;
    font-weight: 300;
    cursor: pointer;
    width: 100%; 
    padding-left: 35px;
}


/*IMAGENS*/

.boatCustom {
}

#main-imagem img {
    display: block;
    margin: 80px auto;
}

.deck-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.deck-all {
    margin-bottom: 50px;
}

.deck-all .show-name{
    width: 973px;
    margin: 0 auto;
    display: block;
    font-family: 'EB Garamond', serif;
    padding-bottom: 4px;
    font-size: 24px;
    text-transform: uppercase;
    color: #0C1B47;
}


/*LEGENDAS*/

.legendsCustom {
    display: none;
}

.box-legend-custom-default{
    width: 24px;
    height: 24px;
    border: 1px solid #B8A075;
    margin: 0 16px;
    background: transparent;
}

.box-legend-custom{
    width: 24px;
    height: 24px;
    margin-right: 15px;
    border: 1px solid #292C34;
    background: transparent;
}

.legendas-deck{
	display: flex;
	margin-left: 30px
}

.legendas-deck .single-legenda-deck{
    display: flex;
	margin-right: 30px
}

.legendsCustom{
    margin: 0 auto;
    max-width: 973px;
	width: 100%
}

.legendsCustom .main-legends{
    margin-bottom: 35px;
    margin-top: 35px;
    display: flex;
}

.legendsCustom .main-legends p{
    font-family: 'EB Garamond', serif;
    color: #B8A075;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.legendsCustom .main-legends label{
    color: #595E6A;
    font-size: 16px;
    font-family: 'Montserrat';
}

.form-group{
    display: flex;
}

.form-group label {
  position: relative;
  cursor: pointer;
}


/*AMBIENTES*/

.ambientsCustom{
    margin: 0 auto;
    max-width: 973px;
	width: 100%
}

.ambientsCustom p{
    font-family: 'EB Garamond', serif;
    color: #B8A075;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #B8A075;
}

.ambientsCustom .ambients-all{
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.ambientsCustom .ambient{
    display:flex;
}

.ambientsCustom .ambient-number{
    font-family: 'Montserrat', sans-serif;
    margin-right: 12px;
    margin-bottom: 10px;
    width: 26px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    color: #0C1B47;
    border: 1px solid #0C1B47;
    color: black;
}

.ambientsCustom .ambient-text{
    font-family: 'Montserrat', sans-serif;
    color: #0C1B47;
}

.ambients-all .ambient.highlighted .ambient-number {
    background: #0C1B47;
    color: white;
}

@media screen and (max-width: 1024px){
    
    .ambientsCustom {
        width: 100%;
    }
    
    .ambientsCustom .ambient-text {
        font-size: 12px;
    }
    
    .ambientsCustom .ambient-number {
        font-size: 12px;
        width: 20px;
        line-height: 18px;
    }
    
    .ambientsCustom .ambients-all{
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
}

@media screen and (max-width: 764px){
	
	.select-container i.icon-deckplan {
		content: url(/wp-content/themes/zyrgon-child-theme/assets/icon-deckplan.svg);
		top: 4px;
		width: 20px;
		position: relative;
	}
	
	label.subtitle {
		font-size: 11px;
	}
	
    .ambientsCustom .ambients-all{
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.select-container .select input {
		font-size: 14px !important;
		padding-left: 30px;
	}
	
	.select-container .option-container .option-decks label {
		font-size: 14px;
	}
	
	.option-decks label:before {
		width: 15px;
		height: 15px;
	}
	
	.option-decks input[type="radio"]:checked + label:after {
		width: 8px;
		height: 8px;
		left: 3%;
	}
	
	.deck-all .show-name,
	.legendsCustom .main-legends p,
	.ambientsCustom p{
		font-size: 19px;
	}

	.legendsCustom .main-legends label {
		font-size: 11px;
	}
	
	.box-legend-custom {
		width: 16px;
		height: 16px;
		margin: 4px 15px;
	}
	
	.legendas-deck{
		margin-left: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.legendas-deck .single-legenda-deck {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 463px){
    .ambientsCustom .ambients-all{
        grid-template-columns: repeat(2, 1fr);
    }
    
    .select-container {
        width: 100%;
    }
}


@media screen and (max-width: 334px){
    .ambientsCustom .ambients-all{
        grid-template-columns: repeat(1, 1fr);
    }
}

