.titulo-ppal {
	color:#008f87;
	font-size: 36px;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 12px;
	padding: 0;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);*/
	text-transform: inherit;
}	
		
.search-container {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    position: relative;
    flex-basis: 30%;
    margin-left: 3px;
    padding-top:0px;
}
.search-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #008f87;
	border-radius: 4px;
    font-size: 15px;
    color: #4a4a4a;
	
	color: #008f87;
    background-color: transparent;
}

.search-input::placeholder{
	color: #008f87;
}
	

.search-input:focus-visible {
	outline: none;
}


.select-dropdown {
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	right: 0;
	border: 0px solid #ccc;
	border-radius: 4px;
	background: white;
	z-index: 1000;
	display: none;
	max-height: 200px;
	overflow-x: overlay;
	box-shadow: 1px -1px 15px 0px #7087a563;
}
.select-dropdown div {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.select-dropdown div:hover {
	background: #e2edf1;
}
		
		
@media (min-width: 767px){

.select-dropdown::-webkit-scrollbar {
	width: 14px;
	height:8px;
}
.select-dropdown::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.select-dropdown::-webkit-scrollbar-track {
        background: #ffffff;
        border: thin solid #ffffff;
        box-shadow: 0px 0px 3px #ffffff inset;
        border-radius: 5px;
}
.select-dropdown::-webkit-scrollbar-thumb {
        background: #e2edf1;
        border: 4px solid #ffffff;
        border-radius: 50px;
}
.select-dropdown::-webkit-scrollbar-thumb:hover {
	background:#e2edf1;
}

}

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

.select-container {
	position: relative;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
	position: relative;

	flex-basis: 23%;
	padding-top: 0px;
}

.custom-select {
	/*position: relative;
	display: inline-block;*/
}

.select-selected {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 15px;
	color: #4a4a4a;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-items {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	z-index: 99;
	width: 100%;
	top: calc(100% + 6px);
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	border: 0px solid #ccc;
	border-radius: 4px;
	background: white;
	z-index: 1000;
	display: none;
	max-height: 290px;
	overflow-x: overlay;
	box-shadow: 1px -1px 15px 0px #7087a563;
}
.select-items div {
	padding: 10px;
	cursor: pointer;
}
.select-items div:hover {
	background-color: #e2edf1;
}

.select-items div label {
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 14px;
}

.select-items div input[type=checkbox]{
    height: 16px;
    width: 16px;
    margin-top: 0px;
    bottom: -4px;
    position: relative;
    margin-right: 6px;
}

.select-items .boton-aplicar:hover {
	background: #fff;
}

.select-items .boton-aplicar .btn-aplicar {
	background-color: #a40999;
	border: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	margin: 10px;
	width: -webkit-fill-available;
	display: block;
	
	position: sticky;
    bottom: 15px;
    left: 0;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	
@media (min-width: 767px){

.select-items::-webkit-scrollbar {
	width: 14px;
	height:8px;
}
.select-items::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.select-items::-webkit-scrollbar-track {
        background: #ffffff;
        border: thin solid #ffffff;
        box-shadow: 0px 0px 3px #ffffff inset;
        border-radius: 5px;
}
.select-items::-webkit-scrollbar-thumb {
        background: #e2edf1;
        border: 4px solid #ffffff;
        border-radius: 50px;
}
.select-items::-webkit-scrollbar-thumb:hover {
	background:#e2edf1;
}

.select-items .boton-aplicar{
	position: sticky;
	bottom: -1px;
	padding: 10px 0px;
	background: white;
	padding-top: 1px;
	border-top: solid 1px #e1e1e1;
}	
	
}

	

	
@media (max-width: 767px){
.select-items {
	position: fixed;
	top: 0px;
	height: 100%;
	background-color: white;
	width: 100%;
	left: 0px;
	z-index: 10000;
	padding: 10px 25px 25px;
	box-shadow: none;
	max-height: -webkit-fill-available;
	padding-top: 26px;
	overflow-y: scroll;
	margin-bottom: 90px;
}

.select-items .boton-aplicar {
	position: fixed;
	bottom: 15px;
	left: 0;
	padding: 0px;
	width: 100%;
	background: #fff;
}	
	
.select-items:before {
	content: "";
	position: inherit;
	height: 1600px;
	width: 100%;
	background-color: #ffffff;
	bottom: -495px;
	left: 0;
	z-index: -1;
}	
	
}

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

.buscador-form-wrapper {
    /*background: white;*/
    border-radius: 15px;
    /*box-shadow: 1px 1px 15px #7087a563;*/
    display: flex;
    height: 70px;
    justify-content: space-between;
}

.buscador-form-wrapper .form-control {
	background-color: transparent;
}
	
.button-container {
    display: flex;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 0;
    width: 13%;
}
	
label.titulo-opcion {
	font-size: 14px;
	font-weight: 500;
	color: black;
	position: absolute;
	top: 27px;
	margin-left: 4px;
	background-color: white;
	padding: 0px 6px;
}
	
.separador-input{
	align-self: center;
	border-left: 1px solid #e1e1e1;
	height: 40px;
	margin-block: 10px;
	width: 1px;
}


.boton-buscar{
    background-color: #008f87;
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 42px;
    margin-top: 5px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
	
.boton-buscar:hover{
    background-color: #7d9f9d;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.cerrar-destino{
	display: none;

}
	
	
@media (max-width: 767px){

.titulo-ppal {
	font-size: 27px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 22px;
}		
	
.buscador-form-wrapper {
	background: #ffffffbf;
	/* border-radius: 15px; */
	/* box-shadow: 1px 1px 15px #00000063; */
	display: block;
	height: auto;
	justify-content: space-between;
	padding: 25px;
	margin: 0px 10px;
}
.search-container {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
    position: relative;
    flex-basis: 50%;
    margin-left: 0px; 
    padding-top: 20px;
}
.button-container {
    display: block;
    margin-left: 0px; 
    margin-right: 0px; 
    padding: 8px 0;
    width: 100%; 
}
.boton-buscar {
    width: 100%;
    height: 50px;
}
	
.search-container.abierto {
    position: fixed;
    top: 0px;
    height: 100vh;
    background-color: white;
    width: 100%;
    left: 0px;
    z-index: 10000;
    padding: 10px 25px 25px;
    box-shadow: none;
    max-height: inherit;
    display: block;
    padding-top: 26px;
	
	margin-top: 70px;
}

.search-container.abierto .search-input{
	color: #666;
}		
	
.search-container.abierto .search-input::placeholder{
	color: #666;
}	
	
.select-dropdown {
	/* position: fixed; */
	top: 70px;
	background-color: white;
	width: 100%;
	left: 0px;
	z-index: 10000;
	padding: 10px 25px 25px;
	box-shadow: none;
	max-height: inherit;
}	

.search-container.abierto:after {
        content: "Paula DiLuca";
        position: absolute;
        height: 72px;
        width: 100%;
        background-color: #009688;
        top: -70px;
        left: 0;
        color: white;
        font-weight: 500;
        font-size: 14px;
        line-height: 57px;
        padding-left: 15px;
}
	
.search-container.abierto:before {
	content: "";
	position: absolute;
	height: 30px;
	width: 100%;
	background-color: #ffffff;
	top: -15px;
	left: 0;
	border-radius: 25px;
	z-index: 1;
}	

.search-container.abierto .cerrar-destino{
	display: block;
	position: absolute;
	top: -52px;
	z-index: 1;
	right: 20px;
	color: white;
}	

label.titulo-opcion {
	top: 16px;
}	
	
.separador-input {
    align-self: center;
    border-left: 0px solid #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    height: 1px;
    margin-block: 0px;
    width: 100%;
}	
}
	