
* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body, main {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #27251F;
	padding-top: 40px;
}

a {
	text-decoration: none;
	color: #27251F;
}
a:visited {
	color: #27251F;
}

ul {
	list-style: none;
}

img {
	width: 100%;
}

header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 3px 30px #0000001F;

	border-bottom: 9px solid #000000;
}
.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.header__logo__img {
	width: 40% !important;
	min-width: 20% !important;
}
.header_inicio_sesion{
	font-size: 16px;
	font-weight: 700;
	  display: flex;
  align-items: center; /* centra verticalmente */
  gap: 10px;
}
.header_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.header_registrar{
	font-weight: 400
}
.header__menu__mobile {
    position: relative;
    width: 24px;
    border: 1px solid #000;
    cursor: pointer;
}
.header__menu__mobile::before {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: 6px;
    left: -1px;
    background-color: #000;
}
.header__menu__mobile::after {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: -8px;
    left: -1px;
    background-color: #000;
}
.header__menu {
	display: none;
}
.header__menu.show {
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	padding-top: 60px;
}
.header__menu__list {
	text-align: center;
	margin: 0 !important;
	margin-right: 15px !important;
}
.header__menu__list li {
	margin-bottom: 0px;
}
.header__menu__list li:first-child {
	margin-bottom: 0px;
}
.header__menu__list li.mnu_contact {
	margin-bottom: 0px;
}
.header__menu__list a {
	color: #27251F;
	font-size: 26px;

}

.header__menu__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000 !important;
	background-color: #ffffff;
	padding: 10px 35px;
	border-radius: 30px;
	font-size: 20px;
}

.header__menu__close {
	position: fixed;
	top: 30px;
	right: 60px;
	cursor: pointer;
}
.header__content.open {
	justify-content: center;
	padding-top: 60px;
	height: 100vh;
}
.header__content.open .header__menu {
	display: flex;
}
.header__content.open .header__logo,
.header__content.open .header__menu__mobile {
	display: none;
}

#btnUser {
	display: none;
}

.logoTdDC{
	width: 36px !important;
}

@media screen and (min-width: 500px) {

	.header__logo__img {
		width: 10%;
	}
}

@media screen and (min-width: 768px) {

	.header__logo__img {
		width: 30%;
	}
	.header__menu {
		display: block;
		width: 86%;
	}
	.header__menu__list {
		display: flex;
		justify-content: end;
	}
	.header__menu__list li {
		display: none;
		margin-bottom: 0;
	}
	.header__menu__list li:first-child {
		display: none;
	}
	.header__menu__list li.contact {
		margin-bottom: 0;
	}
	.header__menu__list li.phone {
		display: block;
	}
	.header__menu__list a {
		font-size: 18px;
	}
	.header__menu__close {
		display: none;
	}
	.header__menu__phone {
		font-size: 20px;
	}
	
	.header__content.open .header__menu__list {
		display: block;
	}
	.header__content.open .header__menu__list li {
		display: block;
		margin-bottom: 0px;
	}
	.header__content.open .header__menu {
		justify-content: center;
	}
	.header__content.open .header__menu__list a {
		font-size: 26px;
	}
	.header__content.open li.mnu_contact {
		margin-bottom: 60px;
	}
	.header__content.open .header__menu__close {
		display: block;
	}

}

@media screen and (min-width: 1000px) {

	.header__menu__list {
		align-items: center;
	}
	.header__menu__list a:hover {
		color: #020202;
	}
	.header__menu__list li {
		display: block;
		margin-right: 10px;
	}
	.header__menu__list li:first-child,
	.header__menu__list li:last-child {
		margin-right: 0;
	}
	.header__menu__list li.mnu_contact {
		margin-bottom: 0;
	}
	.header__menu__mobile {
		display: none;
	}
	.header__menu_movil{
		display: none;
	}
}

@media screen and (min-width: 1200px) {

	.header__content {
		margin: auto;
	}
	.header__menu__list li {
		display: block;
		margin-right: 35px;
	}	
	.header__menu_movil{
		display: none;
	}
}

@media screen and (min-width: 1600px) {
	.header__content {
		margin: auto;
	}
	.header__menu_movil{
		display: none;
	}
}
main{
	padding: 80px 20px 0px 20px;
}

@media (max-width: 767px) {
	.header__menu_movil {
		position: fixed;
		top: 0;
		right: -100%; 
		width: 60%; 
		height: 100vh;
		background-color: #fff;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
		transition: right 0.3s ease-in-out;
		z-index: 9999;
		padding: 2rem 1rem;
	}

	.header__menu_movil.show {
		right: 0;
	}

	.header__menu__list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.header__menu__list li {
		margin-bottom: 1.5rem;
	}

	.header_inicio_sesion {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		font-size: 16px;
	}

	.header_texto div {
		font-weight: bold;
	}

	.header_registrar {
		font-size: 14px;
		color: #999;
	}
	.menu-overlay {
		display: none;
		position: fixed;
		top: 0; left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.4);
		z-index: 9998;
	}
	.menu-overlay.show {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.header__menu_movil{
	display: none;
	}
}


