@charset "UTF-8";

:root{
	--bg: #fcfcfc;
	--azo: #041821;
	--azc: #1883b0;
	--color: #202020;
	--text-shadow: rgba(0,0,0,0.25);
	--grc: #f5f5f5;
	--grm: #ececec;
	--bordes: #e0e0d8;
	--reflexion-borde: 9px solid #ededea;
	--modal-fondo:rgba(0,0,0,0.50);
}

html, body {
	margin: 0;
	padding: 0;
	background-color: var(--bg);
	font-size: 15pt;
}

body {
	font-family: 'Qanelas','Arial','Helvetica',sans-serif;
	font-weight: 400;
	color: var(--color);
}

/* Scrollbar (cross-browser) */
html {
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.15) rgba(0,0,0,0.10);
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.10);
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.15);
	border-radius: 2px;
}

*, *::before, *::after {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
h1{
	font-size: 2rem;
}
h2{
	font-size: 1.6rem;
	letter-spacing: -0.05rem;
	line-height: 1.7rem;
	font-weight: 700;
}
strong{
	font-weight: 400;
	text-decoration: underline 2px;
	text-underline-position: under;
	text-decoration-color: #cccccc;
	text-decoration-style: dotted;
}
.azo{color: var(--azo);}
.azc{color: var(--azc);}

.CC{
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

main{
	display: block;
	width: 100%;
	float: left;
}

section{
	float:left;
	width: 100%;
	min-height: 100vh;
}

hr{
	margin: 2rem 0;
}

.F100{
	float:left;
	width: 100%;
}

li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

a{
	color: var(--azc);
	text-decoration: underline 2px;
	text-underline-position: under;
	/* text-decoration-color: #cccccc; */
	text-decoration-style: dotted;
}


/*---- MENU 2 ------ */
#main{
	padding-top: 2rem;
}
.menu2{
	position:fixed;
	top: 0;
	width: 100%;
	height: 2rem;
	position: absolute;
}

.menu2-chd{
	background-color:inherit;
	height:inherit;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.menu2-grupo{
	height: inherit;
	width: 2rem;
	overflow: visible;
	cursor:pointer;
}

.menu2-grupo:hover .menu2-anclas{
	display:block;
	/* width: -webkit-fill-available; */
	/* overflow: visible; */
}


.menu2-anclas{
	position:absolute;
	background-color:inherit;
	top: 99%;
	display:none;
	width: fit-content;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.15);
}

.menu2-grupo.lng{
	float:left;
	width: 4rem;
	background-position: left center;
	line-height: 2rem;
	padding-left: 1.1rem;
	font-size: 0.9rem;
	margin-left: 0.5rem;
	background-color: var(--bg);
}

.menu2-grupo.lng .menu2-anclas{
	left:0;
	width: min-content;
	padding: 0.3rem 0.6rem;
	border: 1px solid var(--bordes);
	border-top: 0;
	border-radius: 0 0 0.5rem 0;
}

.menu2-grupo.opciones{
	background-image: url(iconos/burguer.svg);
	position: fixed;
	right: 0;
}

.menu2-grupo.opciones .menu2-anclas{
	right:0;
	width: min-content;
	padding: 0.5rem;
	border: 1px solid var(--bordes);
	border-top: 0;
	border-radius: 0 0 0 0.5rem;
	background-color: #fff;
}

.menu2-anclas a{
	float: left;
	width: 100%;
	white-space: nowrap;

}

.menu2-grupo.lng .menu2-anclas a{
	text-align: left;
	padding-left: 1.5rem;
	background-position: center left 0rem;
	background-size: 0.9rem;
}


.menu2-grupo.opciones .menu2-anclas a{
	padding: 0.3rem;
	margin: 0.25rem;
	text-align: right;
	padding-right: 1.6rem;
	background-position: center right 0.2rem;
	background-size: 0.9rem;
}

.platiquemos{
	background-image: url(iconos/taza.svg);
}
.en{
	background-image: url(iconos/us.svg);
}

.mensaje{
	background-image: url(iconos/sobre-azc.svg);
}

.es{
	background-image: url(iconos/mx.svg);
}

/*---- FIN MENU 2------ */


.slogan{
	font-size: 1.15rem;
	font-weight: 500;
}

#hero{
	width: 100%;
	margin: 0;
	text-shadow: 3px 3px 5px var(--text-shadow);
	font-weight: 900;
	line-height: 0.5;
	text-transform: uppercase;
	text-align: center;
	flex: 0 0 calc(50% - 2rem);
	padding: 5% 7% 10% 7%;
}

.fit-text{
	display: inline-block;          /* cada palabra en su línea */
	white-space: nowrap;     /* sin salto de línea */
	will-change: font-size;  /* hint de perf */
	line-height: 0.85em;
}

.encabezado{
	/* padding: 10% 7%; */
	display: flex;
	flex-direction: column;
	height: 100vh;
	flex-wrap: nowrap;
	align-items: center;
}

.encabezado-home-art{
	background-image: url(head-bg.svg);
	background-size: auto 100%;
	flex: 0 0 25%;
	background-position: center bottom;
	display:flex;
	flex-direction:column-reverse;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.encabezado-home-art h2{
	padding: 1rem;
	margin: 0;
	text-align:center;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	font-size: 2.2rem;
	line-height: 1.9rem;
	flex: 0 0 60%;
	font-weight: 700;
}
.home-silueta{
	position: relative;
	flex: 0 0 40%;
}

.home-silueta img{
	height: 32vh;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	filter: drop-shadow(3px 3px 3px var(--text-shadow));
}

.encabezado p{
	flex: 0 0 25%;
	background-color: var(--grc);
	border-bottom: 1px solid var(--bordes);
	padding: 0 1.5rem;
	margin: 0;
	text-align: center;
	max-height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(iconos/flecha-abajo-azo.svg);
	background-position: bottom 1rem center;
	background-size: 1.2rem;
	padding-bottom: 1.5rem !important;
}

.resumen{
	padding: 8% 10%;
}

.resumen p{
	margin: 1.8rem 0;
}


.resumen-col-1, .resumen-col-2{
	float: left;
	width: 100%;
}

.reflexion{
	width: 100%;
	float: left;
	border: var(--reflexion-borde);
	padding: 8%;
	position:relative;
	background-color: #fff;
	margin-top: 35px;
	text-align:center;
	border-radius: 0.5rem;
}

.reflexion-qq{
	border: inherit;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	top: -25px;
	left: -25px;
	border-radius: 50%;
	background-image: url(iconos/qq.svg);
	background-size: 55%;
}
.reflexion-v{
	width: 40px;
	height: 40px;
	background-color: #fff;
	transform: rotate(45deg) translateX(-23%) translateY(27%);
	transform: rotate(45deg) translateX(-31%) translateY(33%);
	position:absolute;
	border: inherit;
	border-top: 0;
	border-left: 0;
	left: 50%;
	bottom: -25px;
	z-index:0;
}
.reflexion-tit{
	margin: 0;
	font-size: 1rem !important;
	text-transform:uppercase;
}

.reflexion p{
	margin: 0 !important;
	font-size: 0.85rem;
	margin-top: 0.5rem !important;
}

.ew{
	border: var(--reflexion-borde);
	float: left;
	width: 200px;
	margin: 2rem calc((100% - 200px) / 2);
	height: 200px;
	display:block;
	border-radius: 50%;
	background-image: url(foto-perfil.webp);
	background-size: 100%;
}

.stack{
	margin-top: 3rem;
}

.stack>*{
	float: left;
	width: 100%;
}

.stack>h2{
	margin: 1rem 0 0 0;
}

.stack p{
	margin: 1.8rem 0;
}

.stack-box>div{
	padding: 0 1rem 1.5rem 1.7rem;
	background-position: left top 0.16rem;
	background-size: 0.9rem;
	float: left;
	width: 100%;
}

.stack-box h3{
	margin: 0 0 0.8rem 0;
	color: var(--azc);
	font-weight: 500;
	font-size: 1.1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--bordes);
}

.stack-box ul{
	margin: 0;
	list-style:none;
	padding: 0;
	font-size: 0.9rem;
}

.stack-box li{
	margin: 0.65rem 0;
	font-size: 0.85rem;
}

#stack-frontend{
	background-image:url(iconos/frontend-azc.svg);
}
#stack-backend{
	background-image:url(iconos/backend-azc.svg);
}

#stack-database{
	background-image:url(iconos/database-azc.svg);
}

#stack-hosting{
	background-image:url(iconos/git-azc.svg);
}

#stack-otros{
	background-image:url(iconos/otros-azc.svg);
}


.portafolio-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.proyecto{
	flex: 0 0 100%;
	margin-bottom: 2.5rem;
	position: relative;
	cursor: pointer;
}
.proyecto>img{
	width: 100%;
	
}
.proyecto-a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	background-image: url(iconos/mas-wht.svg);
	background-position: center;
	background-size: 2rem;
}
.proyecto-a:hover{
	backdrop-filter: blur(1px) grayscale(0.5);
	background-color: rgba(0,0,0,0.5);
	background-image: none;
}
.proyecto-a>div{
	width:  100%;
	background-color: rgba(0,0,0,0.7);
	padding: 0.5rem 1rem;
	display:none;
	backdrop-filter: blur(3px);
}

.proyecto-a:hover>div{
	display:block;
}

.proyecto-a>div>*{
	width: 100%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin: 0.4rem 0 !important;
	padding: 0 0.5rem;
}

.proyecto-a h3{
	color: #fff;
	font-size: 1rem;
	text-align: center;
	margin: 0;
	font-weight:500;
}


.proyecto-a p{
	color: #fff;
	font-size: 0.85rem;

}
.proy-opciones{
	font-size: 0.85rem;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}
.proy-opciones a{
	color: #fff;
	flex: 0 0 48%;
	background-color: var(--azc);
	padding: 0.2rem 0.3rem;
	border-radius: 0.7rem;
	font-size: 0.8rem;
	text-decoration: none;
}

.modal-ol{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: var(--modal-fondo);
	backdrop-filter: blur(2px);
	z-index: 10;
}
.modal-box{
	position: fixed;
	width: 94%;
	height: 98%;
	left: 3%;
	bottom: 0;
}

.modal-box-flex{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 0.4rem 0.3rem 0 0;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	overflow:hidden;
	justify-content: flex-start;
}

.modal-titulo{
	flex: 0 0 2.2rem;
	width: 100%;
	margin: 0;
	background-color: var(--grm);
	padding: 0 1rem;
	border-bottom: 1px solid var(--bordes);
	overflow:hidden;

}
.modal-titulo>*{
	font-weight: 500;
	line-height: 2.25rem;
	margin: 0;
}
.modal-close{
	width: 2.2rem;
	height: calc(2.2rem - 1px);
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--grc);
	z-index: 2;
	background-image: url(iconos/x-g.svg);
	border-radius: 0 0.4rem 0 0;
}
.modal-contenido{
	overflow: hidden;
	overflow-y: auto;
	flex: 0 1 100%;
	padding: 1rem;
}

.modal-contenido.proyecto-box{
	display:flex;
	flex-direction: column;
}



.modal-contenido h1{
	font-size: 1.5rem;
	font-weight:500;
}

.modal-contenido .galeria {
	float:left;
	width: 100%;
	margin-top: 2rem;
}
.modal-contenido .galeria img{
	float:left;
	width: 100%;
}

.modal-contenido h5{
	font-size: 1rem;
	font-weight:500;
}
.modal-contenido p{
	font-size: 0.9rem;
}

.modal-contenido .participacion{
	font-style:italic;
}

.modal-contenido a{
	background-image:url(iconos/link-azc.svg);
	padding-left: 20px;
	background-position: left center;
	background-size: 14px;
}

.modal-contenido .stack-list span{
	padding: 0.25rem;
	float:left;
	background-color: var(--grm);
	margin: 0.25rem;
	border-radius: 0.3rem;
	white-space:nowrap;
	font-size: 0.8rem;
}

.msg-contenido{
	overflow: hidden;
	overflow-y: auto;
	flex: 0 1 100%;
	display: flex;
	flex-direction: column;
}
.msg-header{
	display: flex;
	flex-direction: row;
	padding: 0.5rem 0;
	flex: 0 0 auto;
}
.msg-header-txt{
	flex: 0 0 70%;
	padding: 0 0.3rem 0 1rem;
	padding: 0.25rem 1.3rem;
}

.msg-header-txt>*{
	width: 100%;
	float: left;
}

.msg-header-txt h1{
	margin: 0;
	padding-top: 0.5rem;
	font-weight: 900;
	padding-top: 0;
}

.msg-header-txt p{
	margin: 0.5rem 0 1rem 0;
	font-size: 0.9rem;
	color: var(--azc);
}

.msg-header-txt span{font-size: 0.5rem;}


.msg-header-sep{
	height: 6px;
	display:block;
	background-color:var(--bordes);
	border-radius: 3px;
}
.msg-header-img{
	flex: 0 1 100%;
	padding-top: 1rem;
	text-align:center;
}
.msg-header-img img{
	width: 90%;
}

.msg-forma{
	flex: 0 1 100%;
	overflow: hidden;
	overflow-y:auto;
	padding: 0.5rem 1rem;
}

.msg-slogan{
	flex: 0 0 2.2rem;
	font-size: 0.8rem;
	color: var(--azc);
	font-weight: 500;
	letter-spacing: -0.03rem;
	text-align: center;
	line-height: 2.2rem;
	border-top: 1px solid var(--bordes);
	/* background-color: var(--grc); */
}

.tns-nav {
	text-align:center;
}

.tns-nav button{
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 1rem 0.3rem 0 0.3rem;
	border: 0;
	background-color: var(--grm);
	border-radius: 50%
}

.tns-nav .tns-nav-active{
	background-color: var(--azc);
}

#platiquemos{
	background-color: #f5f5f5;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.platiquemos-box{
	padding: 12%;
}
.platiquemos-imagen{
	width: 100%;
	float: left;
}
.platiquemos-imagen img{width: 100%;/* padding: 10%; */}
.platiquemos-textos{
	width: 100%;
	float: left;
	text-align: center;
}
.platiquemos-textos h2{
	text-shadow: 3px 3px 3px var(--text-shadow);
}
.platiquemos-textos p{
	font-size: 1.3rem;
	font-weight: 500;
	margin: 3rem 0;
	color:var(--color);
}

#btn-mandame-mensaje{
	width: auto;
	padding: 0 1.5rem;
	border: 0;
	background-color: var(--azo);
	color: #fff;
	border-radius: 1rem;
	line-height: 3rem;
	font-size: 1rem;
	cursor: pointer;
	height: 3rem;
}

#btn-mandame-mensaje:hover{
	background-color: var(--azc);
}

#go-top{
	width:2.5rem;
	height: 2.5rem;
	position:fixed;
	background-color:rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	background-image: url(iconos/flecha-arriba-blanco.svg);
	background-size: 30%;
	bottom: 1rem;
	right: 1rem;
	border-radius:0.5rem;
}

#about{
	background-color:var(--azo);
	color: #e3e3e3;
	height: auto !important;
	min-height:unset;
	text-align:center;
}
.about-box{
	padding: 10%;
}

.about-box>*{
	margin: 1.5rem 0;
	float: left;
	width: 100%;
}

.about-box a{
	color: #fff;
}

.about-box p{
	line-height: 1.5rem;
}
.visually-hidden { position:absolute; left:-9999px; }


.msg-paso{
	float:left;
	width: 100%;
	margin: 0.5rem 0;
} 

.msg-paso-top{
	float:left;
	width: 100%;
	font-size: 0.85rem;
	letter-spacing: -0.02rem;
	font-weight: 400;
	color: var(--azo);
	line-height: 1.2rem;
}
.msg-paso-forma{
	display: none;
	padding: 0.5rem 1rem 0.05rem 1.6rem;
	float: left;
	width: 100%;
}

.msg-paso-top span{
	width: 1.2rem;
	height: 1.2rem;
	background-color: var(--azo);
	display:inline-block;
	border-radius: 50%;
	color: #fff;
	text-align:center;
	margin-right: 0.2rem;
}

.msg-paso.actual .msg-paso-top span{
	background-color: var(--azc);
}

.FieldContainer{
	float: left;
	width: 100%;
	padding: 0.6rem 0 0.2rem 0;
}
.etqOb, .etq{
	font-size: 0.75rem;
	float: left;
	width: 100%;
	margin-bottom: 0.2rem;
}

label{
	font-size: 0.75rem;
	float: left;
	margin: 0.3rem 1rem 0.3rem 0;
	
}

.etqOb:after{
	content: " *";
	color: red;
}
.fldOb, .fld{
	float: left;
	width: 100%;
}
.frmButton{
	float: left;
	width: 100%;
	padding: 0.2rem 0;
}

input[type="text"]
,input[type="password"]
,input[type="email"]
,input[type="tel"]
, select
, textarea{
	border: 1px solid var(--bordes);
	height: 1.6rem;
	width: 100%;
	border-radius: 0.2rem;
	font-family: 'Qanelas';
	padding: 0 0.3rem;
	font-size: 0.8rem;
	outline: none;
}
.FieldContainer.error{
	position:relative;
}
.FieldContainer.error input
, .FieldContainer.error select
, .FieldContainer.error textarea
{
    border-color: #ff6b6b;
    background-color: #fefafa;
}

.etqErr {
    font-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    right: 0px;
    color: #ff0000;
}

optgroup{
	color: var(--azc);
	font-weight:300;
}

option{
	color: var(--color);
}

small{
	float: left;
	width: 100%;
	font-size: 0.7rem;
}
textarea{
	padding: 0.5rem 0.3rem;
}

button{
	background-color: var(--azo);
	height: 1.6rem;
	border-radius: 0.2rem;
	padding: 0 0.5rem;
	color: #fff;
	font-family: 'Qanelas';
	border: 0;
	cursor: pointer;
}

button:hover{
	background-color: var(--azc);
}

.msg-paso-forma button{
	width: 8rem;
}

#tipo-descripcion{
	color: var(--azc);
	font-size: 0.7rem;
	padding: 0.3rem 0;
	display: none;
}

#msg-telefono{
	width: 8rem;
}

#msg-descripcion{
	min-height: 5rem;
}

#preferencia-vc{
	display:none;
}

.grecaptcha-badge{
	display:none !important;
}

@media (min-width: 768px){

	#hero{
		width: 65%;
		padding: 7% 5%;
	}

	.encabezado{
		align-items: unset;
	}
	
	.encabezado-home-art{
		flex-direction: row;
		justify-content: space-between;
		margin: 0;
		background-size: 100% auto;
		background-position: top center;
	}
	.encabezado-home-art h2{
		padding: 0;
		text-align: left;
		flex: 0 0 55%;
		padding-left: 5%;
		font-size: 2.5rem;
		line-height: 2.3rem;
	}
	.home-silueta{
		flex: 0 0 40%;
		height: 100%;
	}
	
	.home-silueta img{
		height: auto;
		position: absolute;
		bottom: 1rem;
		right: 1rem;
		transform: unset;
		left: unset;
		width: 100%;
	}
	
	.encabezado p{
		padding: 1.5rem 15%;
		font-size: 1.1rem;
	}
	.reflexion{
		width: 54%;
		padding: 3% 5%;
		margin: 35px 23% 0;
	}

	.portafolio-box{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.proyecto{
		flex: 0 0 47%;
	}

	.modal-box{
		/* width: 600px; */
		height: 90%;
		left: 50%;
		transform:translate(-50%,0);
		bottom: 2.55%;
		width: 90%;
		top:5%;
		max-width: 1300px;
	}

	.forma-contacto{
		max-width:600px !important;
	}
	.modal-box-flex{
		border-radius: 0.3rem;
		padding-bottom: 1rem;
	}
	.platiquemos-box{
		padding: 10% 30%;
	}
	.about-box{
		padding: 10% 25%;
	}

	.msg .modal-box-flex{
		padding-bottom: 0;
	}

	.msg-header{
		padding: 0.5rem;
		padding-bottom: 0;
	}
	.msg-header-txt{
		flex: 0 0 70%;
		padding: 1rem 2rem 0;
	}

	.msg-slogan{
		flex: 0 0 2rem;
	}
	
	.msg-header-txt h1{
		margin: 0;
		padding-top: 0.8rem;
	}
	
	.msg-header-txt p{
		margin: 0.8rem 0;
		font-size: 1.15rem;
		line-height: 1.2rem;
	}

	.msg-header-img{
		flex: 0 1 100%;
		padding: 1rem 0.3rem 0.5rem;
	}

	.msg-forma{
		padding: 0 2rem;
	}

	.msg{
		height: 96%;
		bottom: 2%;
		max-width: 600px;
	}
	input[type="text"]
	,input[type="password"]
	,input[type="email"]
	,input[type="tel"]
	, select
	, textarea{
		height: 2rem;
		font-size: 0.85rem;
	}
	button{
		height: 2rem;
		font-size: 0.8rem;
	}
	
}

@media (min-width: 1024px){
	#hero{
		width: 50%;
		padding: 6% 0 0 6%;
		flex: 0 0 50%;
	}
	.encabezado-home-art{
		flex: 0 0 25%;
	}
	.encabezado-home-art h2{
		padding: 0;
		text-align: left;
		flex: 0 0 60%;
		padding-left: 7%;
		font-size: 2.8rem;
		line-height: 2.5rem;
	}
	.home-silueta{
		flex: 0 0 35%;
	}
	
	.home-silueta img{
		right: 2rem;
		bottom: 0.5rem;
	}
	
	.encabezado p{
		padding: 1.7rem 10%;
		font-size: 1.2rem;
	}
	
	.resumen{
		padding: 8% 6%;
	}
	.resumen-col-1{
		width: 60%;
		
	}
	.resumen-col-2{
		width: 30%;
		float:right;
	}
	.resumen h2{
		font-size: 2rem;
		line-height:2.1rem;
	}
	.reflexion{
		padding: 7% 7%;
	}
	.slogan{
		font-size: 1.3rem;
	}
	
	.resumen p{
		margin: 2rem 0;
	}
	.reflexion{
		width: 100%;
		padding: 8% 10%;
		margin: 0;
		margin-top: 45px;
	}
	.stack-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.stack-box>div{
		flex: 0 0 48%;
		margin-bottom: 1rem;
	}
	.proy-opciones a{
		flex: 0 0 45%;
	}
	.platiquemos-box{
		padding: 10%;
		display:flex;
		flex-direction:row;
		justify-content: center;
		align-items: center;
	}
	.platiquemos-imagen{
		flex: 0 0 45%;
		padding-right: 7%;
		/* border-right: 1px solid var(--bordes); */
	}
	.platiquemos-textos{
		flex: 0 1 100%;
		padding-left: 7%;
		border-left: 1px solid var(--bordes);
		text-align: left;
	}
	.about-box{
		padding: 10%;
		display:flex;
		align-items: center;
	}

	.about-box h2{
		flex: 0 0 30%;
	}

	.about-box p{
		flex: 0 1 auto;
		text-align:left;
		padding-left: 5rem;
	}

	.redes-iconos{
		flex: 0 0 14%;
	}
	.redes-iconos img{
		width: 100%;
	}
}
@media (min-width: 1200px){
	
	#hero{
		width: 45%;
		flex: 0 0 50%;
		width: 40%;
		padding-left: 4%;
	}
	.home-silueta img{
		right: 3.5rem;
	}
	.encabezado p{
		padding: 0 30%;
		font-size: 1.05rem;
		flex: 0 1 100%;
	}
	.home-silueta{
		flex: 0 0 30%;
	}

	.encabezado-home-art{
		flex: 0 0 28%;
	}
	.encabezado-home-art h2{
		padding-left: 3rem;
		flex: 0 40%;
	}
	.resumen{
		padding: 8% 7%;
	}
	.resumen-col-1{
		width: 60%;
	}
	.proyecto{
		flex: 0 0 46%;
		margin-bottom: 1rem;
		margin: 0 1.5% 1.5rem 1.5%;
		margin: 0 0 7% 0;
	}
	.portafolio-box{
		justify-content: space-between;
	}



	.menu2-grupo.lng .menu2-anclas,.menu2-grupo.opciones .menu2-anclas{
		border: 1px solid var(--bordes);
		/* border-top: 0; */
		border-radius: 0.5rem;
		background-color: var(--bg);
	}


	.modal-contenido.proyecto-box{
		display:flex;
		flex-direction: row;
		gap: 2rem;
		position:relative;
		padding: 1rem 2rem;
	}

	.galeria{
		margin-top: 1rem !important;
		flex: 0 1 100%;
	}
	.content{
		flex: 0 0 45%;
	}
	.menu2-grupo.opciones{
		right: unset;
		left: 50%;
		transform: translateX(calc(600px - 2rem));
	}
}

@media (min-width: 1440px){
	#hero{
		flex: 0 0 52%;
		width: 50%;
	}
	.encabezado p{
		flex: 0 1 100%;
	}
	
	.encabezado-home-art{
		flex: 0 0 23%;
	}
	
}