@charset "utf-8";
/* CSS Document */
body{
    margin: 0px;
    background: white;
	font-family: 'Montserrat', sans-serif;
}

.menu-main{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 70px;
}

.menu-main a{
    flex: 1;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.menu-main a:hover{
    background: rgba(0,0,0, .1);
}

.btn-pleca{
	width: 100%;
	bottom: -60px;
	height: auto;
	z-index: 1;
	margin-bottom: 45px;
	margin-top: 70px;

}

@media (max-width: 768px){
	.btn-pleca{
		width: 100%;
		height: auto;
		margin-top: 0px;
	}

}

@media (max-width: 768px){
	.menu-main{
		height: auto;;
		border-bottom: 0px;
		display: block;

	}
	.menu-main a{
		height: 45px;
		border-bottom: 1px solid #29487d;

	}


}

.img-logo{

	width: 250px;
	height: 40px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
  }


.footer1 img{
position: relative;
top:4px;
}




/*distributed*/
.footer-distributed

	{
	padding-bottom:auto;
	height:auto;
	width:auto;
	background: white;
	box-sizing: border-box;
	text-align:center;

	}


/* hace el acomodo resposive */
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	text-align:center;
	display: inline-block;
	vertical-align: top;
}




/* Footer left */



.footer-distributed .footer-left{

	width: 33%;/*porcion que le corresponde*/
	margin-top:25px;/*Debajo del footer*/
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}




/* Footer Center */



.footer-distributed .footer-center {
	width: 33%;/*porcion que le corresponde*/
	margin-top:25px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.footer-center img
{
	text-align:center;
	/*margin-left: 20px;Espaciador*/

	}

/* Footer Right */
/* 

.footer-distributed .footer-right {
	width: 33%;
	margin-top:15px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.footer-right img{


}





@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
		bottom: 0px;
		height: auto;
		z-index: 1;
		padding: 0px;
		top: 0px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: text-top;
	text-align:center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.footer-left img{
			margin-left: 0;
		text-align:center;
			width: auto;
			height: auto;


	}
	.footer-center img {
		margin-left: 0;
		text-align:center;
			width: auto;
			height: auto;
	}

	.footer-right img {
		margin-left: 0;
		text-align:center;
		width:auto;
		height: auto;
	}






} */
footer {
    background-color: #691C33;
    color: #bbb;
    line-height: 1.5;
}

footer a {
    text-decoration: none;
    color: #eee;
}

a:hover {
    text-decoration: underline;
}

.ft-title {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}

.ft-text {
    color: #DDC8A1;
    width: 300px;
    font-size: 1.05rem;
    margin-top: 35px;
    padding-top: 1.25rem;
    text-align: center;
    padding-bottom: 1.25rem;
}

.footer-img {
    max-width: 100%;
    width: 300px;
    margin-top: 35px;
}

.footer-img-logo {
    max-width: 100%;
    width: 200px;
}

/* Footer main */

.ft-main {
    padding: 1px 2px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 230px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 430px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 1240px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem;
}

.ft-main-item>p:first-child {
    border-left: 3px solid #DDC8A1;
    padding-left: 15px;
}

/* Footer social */

.ft-social {
    padding: 0 1.875rem 1.25rem;
}

.ft-social-list {
    display: flex;
    justify-content: center;
    padding-top: 3.25rem;
}

.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.ft-social-pie {
    max-width: 100%;
    width: 100%;
}

.ft-social-list li a img {
    max-width: 100%;
    width: 60px;
}

@media (max-width: 768px) {
    .ft-social-pie {
        width: 100%;
        content: url('../img/Plecas/cenefa2.png');
        height: auto;
    }
}

.ft-social img {
    max-width: 100%;
    width: 100%;
}


.conce {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	padding: 10px;
	align-items: center;
}

.conce img {
	width: 100%; /* Ajusta al tamaño del contenedor */
	max-width: 700px; /* Tamaño máximo */
	height: auto;
}

@media (max-width: 1200px) {
	.conce {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 750px) {
	.conce {
		grid-template-columns: 1fr;
		place-items: center;
	}
}


/* pie de footer  nuevo*/
ul {
    list-style: none;
    padding-left: 0;
}

footer {
    background-color: #691C33;
    color: #bbb;
    line-height: 1.5;
}

footer a {
    text-decoration: none;
    color: #eee;
}

a:hover {
    text-decoration: underline;
}

.ft-title {
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}

.ft-text {
    color: #DDC8A1;
    width: 300px;
    font-size: 1.55rem;
    margin-top: 35px;
    padding-top: 1.25rem;
    text-align: center;
    padding-bottom: 1.25rem;
}

.footer-img {
    max-width: 100%;
    width: 300px;
    margin-top: 35px;
}

.footer-img-logo {
    max-width: 100%;
    width: 200px;
}

/* Sticks footer to bottom */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.container {
    flex: 1;
}

/* Footer main */

.ft-main {
    padding: 1px 2px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 230px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 430px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

@media only screen and (min-width: 1240px) {
    .ft-main {
        justify-content: space-evenly;
    }
}

.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem;
}

.ft-main-item > p:first-child {
    border-left: 3px solid #DDC8A1;
    padding-left: 15px;
}

/* Footer social */
.ft-social {
    padding: 0 1.875rem 1.25rem;
}

.ft-social-list {
    display: flex;
    justify-content: center;
    padding-top: 3.25rem;
}

.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.ft-social-pie {
    /* padding: 0 1.875rem 1.25rem; */
    max-width: 100%;
    width: 100%;
    /* height: 40px; */
}

.ft-social-list li a img {
    max-width: 100%;
    width: 60px;
}

@media (max-width: 768px) {
    .ft-social-pie {
        width: 100%;
        content: url('../images/cenefa2.png');
        height: auto;
    }

}

.ft-social img {
    max-width: 100%;
    width: 100%;
}

.carrera_mujer{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


