@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OwenPro-SemiBold';
    src: url("../fonts/Owen Pro/OwenPro-SemiBold.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OwenPro-Medium';
    src: url("../fonts/Owen Pro/OwenPro-Medium.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OwenPro-Regular';
    src: url("../fonts/Owen Pro/OwenPro-Regular.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OwenPro-Light';
    src: url("../fonts/Owen Pro/OwenPro-Light.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Narrow';
    src: url("../fonts/Helvetica/Helvetica CE Narrow.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
:root {
    --aqua: #00A0AF;
	--verde: #8DBB00;
	--negro: #000000;
	--gris: #1F242D;
	--gris-claro: #9DA8BA;
	--gris-Extraclaro: #646972;
	--owenPro-600: 'OwenPro-SemiBold';
	--owenPro-500: 'OwenPro-Medium';
	--owenPro-400: 'OwenPro-Regular';
	--owenPro-300: 'OwenPro-Light';
	--Helvetica-CE: 'Helvetica';
	--primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    --secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
}
*{
	box-sizing: border-box;
}
.container__servicio{
	min-height: 85vh;
	height: auto;
	margin-bottom: 5rem;
}
.nav_registro{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-color:#FFFFFF;
	border-top: 1px solid #1F242D;
	border-bottom: 1px solid #1F242D;
}

.nav_registro ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 10%;; 
}
.nav_registro ul li{
	list-style: none;
	padding: 12px 20px;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: var(--owenPro-500);
	font-size: 1.25rem;
	color: var(--gris);
	width: 312px;
    line-height: 23px;
    text-align: center;
	min-height: 55px;
	align-content: center;
}
.nav_registro ul li:hover{
	background-color: var(--aqua);
	color: #FFFFFF;
}
.nav_registro ul li.active{
	background-color: var(--aqua);
	color: #FFFFFF;
}

.container__buscador{
	padding: 5% 0 0 10%;
}
.container__buscador input{
	border: none;
	border-bottom: 1px solid #646972;
	width: 65%;
	font-family: var(--owenPro-300);
	font-size: 1.125rem;
	padding: 7px 0 13px 30px;
}
.container__buscador img{
	width: 20px;
	position: absolute;
	padding: 13px 0;
}
.buscador__manuales{
	background-color: var(--gris);
	color: #FFFFFF;
	font-family: var(--owenPro-600);
	font-size: 1.125rem;
	border-radius: 30px;
	height: 48px;
	width: 20%;
	cursor: pointer;
}

.movil__soporte{
	display: none;
}
.hide{
	display: none;
}
/*---------------PAGINA DE SERVICIO A CLIENTES----------------*/
.container__form {
    padding: 2% 10% 0 10%;
    box-sizing: border-box;
    width: 100%;
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    color: #646972;
    font-family: var(--owenPro-600);
    font-size: 1.125rem;
}
label {
    display: inline-block; 
    margin-right: 20px;
}
textarea{
	width: 100%;
	min-height: 78px;
	color: #B8B8B1;
	background-color: #F8F8F8;
	padding: 4px 10px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
}
.filtros__input {
    display: inline-flex;
    border: 2px solid #646972;
    border-radius: 10px;
    padding: 5px; 
    align-items: center; 
	flex-grow: 1;
}
.filtros__input:first-child{
	min-width: 443px;
}
.button-container {
    flex-basis: 100%; 
    display: flex;
    justify-content:flex-end; 
    margin-top: auto; 
	border: none;
}
.button-container button{
	background-color: var(--aqua);
	color: #FFFFFF;
	border: none;	
	font-family: var(--owenPro-600);
	border-radius: 30px;
	width: 350px;
    height: 53px;
    margin-top: 30px;
	cursor: pointer;
}
.filtros__input input {
	color: #B8B8B1;
	background-color: #F8F8F8;
	padding: 4px 10px;
	border: none;
	border-radius: 5px;
	flex-grow: 1;
	width: auto!important;
}
#lada{
	max-width: 60px;
	margin-right: 10px;
}
.mensaje{
	 flex: 0 0 100%;
}
.restultados__manuales{
	padding: 5% 10% 0 10%;
}

.tabla-resultados th:first-child{
	border-radius: 10px 0 0 0;
}
.tabla-resultados th:nth-child(4){
	border-radius: 0 10px 0 0;
}
.tabla-resultados tr{
	height: 50px;
	font-family: var(--owenPro-500);
	font-size: 1.125rem;
	color: #50555C;
}
.tabla-resultados td{
	padding: 10px 15px;
	line-height: 1.5rem;
	border-bottom: 1px solid gray;
}
table{
	border-collapse: collapse;
}
.tabla__manuales th{
	font-family: var(--owenPro-400);
	font-size: 1.25rem;
	color: #FFFFFF;
	background-color: var(--aqua);
	height: 54px;
	padding: 10px 15px;
	text-align: left;
	align-content: center;
}
.tabla__manuales td{
	font-family: var(--owenPro-500);
	font-size: 1.125rem;
	color: #50555C;
	text-align: left;
	align-content: center;
	padding: 30px 18px;
}
.texto_noResults{
	font-family: var(--Helvetica-CE);
	font-size: 1.8rem;
	color: var(--gris-Extraclaro);
	margin: 0;
}
@media screen and (max-width: 890px) {
	.hide_manuales{
		display: none;
	}
	.flex {
	display: block;
}
.nav_registro{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin: auto;
	background-color:#FFFFFF;
	border-top: 1px solid #1F242D;
	border-bottom: 1px solid #1F242D;
}	
.container__buscador {
    padding: 5% 10% 0 10%;
}
	.buscador__manuales {
    width: 100%;
    display: block;
    margin: 30px auto;
}
.container__buscador input {
    width: 99%;
    padding: 7px 0 13px 30px;
}
	.container__buscador img {
    padding: 8px 0;
}
.nav_registro {
    position: relative;
    display: inline-block;
}
.desktop__soporte{
	display: none;
}
.container__nav{
	background-color: var(--gris);
    font-family: var(--owenPro-600);
    font-size: 1.125rem;
    display: flex;
	align-items: center;
    justify-content: center;
    height: 120px;
}
.select-btn{
	background-color: var(--gris);
	color: #FFFFFF;
	width: 80%;
	height: 52px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	padding: 0 2%;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	}
/*Pegadooooooooooooooooooooooooo*/
.select-menu .options {
    position: absolute;
    top: 65%;
    margin-top: 10px;
    display: block;
    width: 82%;
    background-color: #FFFFFF;
    border-radius: 5px;
    z-index: 1;
}

.select-menu.hide .options {
    display: none; 
}

.options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    align-items: center;
    padding: 0;
    background-color: var(--fondo-claro);
    width: 100%;
    border: 1px solid black;
}

.options .option:first-child {
    border-radius: 5px 5px 0px 0;
}

.options .option:last-child {
    border-radius: 0 0 5px 5px;
}

.option-text {
    padding: 0 2%;
}

.option-text:hover {
    color: #FFFFFF;
    background-color: var(--gris);
}
.tabla-resultados {
        max-width: 100vw;
        overflow: auto;
    }
	
.button-container button{
	width: 100%;
	}
}
@media screen and (max-width: 675px) {
.tabla__manuales {
	  grid-gap: 10px; /* Espacio entre las celdas */
}
	th{
		min-width: 80vw;
	}
form {
    font-family: var(--owenPro-600);
    font-size: 1rem;
}
.filtros__input {
    display: grid;
}	
.filtros__input:first-child{
	min-width: 243px;
}
#telefono__lada, #telefono{
	width: 80%;
	display: flex;
}
#lada{
	max-width: 20px;
	margin-right: 10px;
}
}