/* Modificaciones para repositorio By MonsheRamz 20112024 */

@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	font-family: "Poppins", Sans-serif;
	width: 100%;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: black;

}
.social{
	display: flex;
	gap: 3px;
}
.part1 span {
	box-sizing: border-box;
	display: inline-block;
	width: 40px;
	
}

.part1 span a {
	background-color: #000000;
	display: inline-block;
	width: 40px;
	border-radius: 5%;
	height: 40px;
	border-radius: 32px 32px 32px 32px;
}

.part1 span i {
	color: #FFFFFF;
	position: relative;
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

.part1 .social .contenedor-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.part1 .social .contenedor-x .svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
}


.part1{
	box-sizing: border-box;
	display: flex;
	background-color: #ffff;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px;
}

.menuu1 {
	display: flex;
	flex-direction: row;
	gap: 60px;
	justify-content: start;
	font-size: 14px;
	margin-left: 0;
	font-size: 14px;
    font-weight: 600;
	line-height: 20px;
	font-family: "Poppins", Sans-serif;
}

.menuu1 a:hover{
	text-decoration: underline;
	transition: .4s;
}


.part2 {
	display: flex;
	flex-wrap: nowrap;
	background-color: #E9E9E9;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 12px 20px;
	align-items: center;
	justify-content: space-between;
}


.logo {
	display: inline-block;
	box-sizing: border-box;
	width: 13%;
	margin-left: 50px;
}

.logo img {
	vertical-align: middle;
  display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.menuu {
	max-width: 85%;
	padding: 0 30px;

}

.menuu a{
	
	font-weight: 600;
	padding-right: 10px;
	margin-right: 20px;
}
.menuu a:hover{
	color:#d5007f;
	transform: scale(1.1) !important;
}

  .search-container {
	box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 20px; /* Bordes redondeados */
    overflow: hidden;
	margin-right: 130px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
  }

  .search-container span{
	box-sizing: border-box;
    display: flex;
    width: 100%;
  }

  .search-input {
	box-sizing: border-box;
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
	height: 29px;
	width: 85%;
  }
  .search-button {
	box-sizing: border-box;
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 5px 15px;
	height: 29px;
    border-radius: 0 18px 18px 0; /* Bordes redondeados */
    cursor: pointer;
    transition: background-color 0.3s;
	width: 15%;
	align-items: center;
  display: flex;
  justify-content: center;
  }


.contenido{
	width:100% ;
	height:800px;
	background-color: white;
}

.contenido img {
	width: 100%;
}


.prim1{
	width: 100%;
	height: 800px;
	background-image: url('../images/imgfooter/footer.png');
	background-size: cover;
}
.segun2{
	width: 100%;
	height: 140px;
	background-color: white;
	
}
.separador{
  width: 100%;
	height: 4px;
	background-color:#ED008C;
}
.tercer3{
	width: 100%;
	background-color: white;
	
}
.menu {
    display: flex;
	padding-top: 150px;
	margin: 0 0 0 50px;
  
  }
  .column {
  	font-weight: 700;
    padding: 20px;
    border-radius: 10px;
     
	  
  }
.column h2{
	color: white;	
	font-size: 20px;
	background-color: #030304;
}

.foomenu1 {
	padding-left: 0px;
}

.foomenu1 li{
	
	color: white;
	background-color: #030304;
	padding:6px;
	text-decoration: none;
	 list-style-type: none; 
	 font-size: 14px;
	 font-weight: 500;
}

.foomenu1 li a{
	
	color: white;
}

.foomenu2 {
	padding-left: 0px;
}

.foomenu2 li{
	color: white;
	padding:6px;
	text-decoration: none;
	 list-style-type: none; 
	font-size: 14px;
	font-weight: 500;
	background-color: #030304;
}

.foomenu2 li a{
	
	color: white;
}



.column1 img{
	height: 75px;
}
.column1 a{
	font-size: 18px;
	padding: 15px;
	font-family: arial;
	font-weight: 700;
	justify-content: space-between;
	align-items: center;
	
}
.menu12 {
    display: flex;
	align-items: center;
  }
  .column1 {
	display: flex;
	width: 33%;
   	align-items: center;
    padding: 20px;
	justify-content: center;
}

.column1 .contenedor {
	width: 100%;
}

.contenedor{
	 display: flex;
    align-items: center;
}

.column1 .contenedor {
	width: 100%;
}

.column1 .contenedor img{
	display: inline-block;
	width: 18%;
	height: fit-content;
}

.column1 .contenedor a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}


.menu22 {
	max-width: 1140px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between; 
	font-size: 16px;
	margin-top: 7px;
  margin-bottom: 7px;
  margin-right: auto;
  margin-left: auto;
  }
  .column22{
    width: 33%;
    padding: 10px;
	margin: 0;
	box-sizing: border-box;
  }

  .column22 h2{
	text-align: center;
	color: #211F1F;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	padding: 0;
  margin: 0;
  }
.column22 p{
	font-size: 14px;
	text-align: left;
	width: 100%;
	margin: 0px;
	color: #211F1F;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  line-height: 1;
	
}

.separador1{
	display: none;
}

.redes-sociales-movil {
	display: none;
}


@media (min-width: 1025px){
	.header-movil {
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {

	.logo{
		margin-left: 0px;
		width: 10%;
	}

	.header-movil {
		display: none;
	}
	.part1{
		display: flex;
		width: 100%;
		justify-content: space-around;
		gap: 30px;
		
	}
	.menuu1 {
		display: flex;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		font-size: 12px;
		text-decoration: underline;
		width: 20%;
	}

	.search-container{
			box-sizing: border-box;
			display: flex;
			align-items: center;
			max-width: 20%;
			border: 1px solid #ccc;
			border-radius: 20px; 
			overflow: hidden;
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
	}

	.menuu {
		width: 90%;
		display: flex;
		padding: 0 5px;
	}

	.menuu a{
		font-size: 13px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {

	header {
		display: none;
	}
	.header-movil {
		position: fixed;
		margin-top: 0px;
		margin-bottom: 0px;
		top: 0px;
		width: 100%;
		left: 0px;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 6px #00000093;
		box-sizing: border-box;
		width: 100%;
		

	}

	.header-movil .menu-movil {
		display: flex;
		margin-right: auto;
		margin-left: auto;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		
	}

	.logo-movil img {
		width: 50px;
    height: 50px;
    margin-right: 5px;
	}

	.search-icon button, .menu-icon {
		background: none;
		border: none;
		cursor: pointer;
	}


	.menu-icon i, .search-icon i {
		font-size: 24px;
	}

	.search-icon {
		padding-left: 50%;
	}

	.search-icon button {
		background-color: #000000;
		display: flex;
		width: 40px;
		border-radius: 5%;
		height: 40px;
		border-radius: 32px;
		align-items: center;
		justify-content: center;
	}

	.search-icon i{
		color: #fff;
	}

	.busqueda {
		display: none;
		flex-direction: column;
		background-color: #fff;
		
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		max-height: 100vh !important;
		z-index: 9990009;
	}

	.input-busqueda {
		display: flex;
		margin: 0;
		padding: 0;
		position: relative;
		height: 100vh;
		justify-content: center;
		align-items: center;
	}

	.input-busqueda input {
		width: 80%;

		border-color: #000000;
  		border-radius: 110px;
		font-family: "Poppins", Sans-serif;
  		font-size: 17px;
		  text-align: center;
		  border-width: 0 0 2px;
		  line-height: 1.5;
	}


	.menu-ham {
		display: none;
		flex-direction: column;
		background-color: #fff;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		max-height: 80vh !important;
		overflow: scroll;
		z-index: 9990007;
	}

	
	
	.menu-ham ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0 10px;
		position: relative;
	}

	.menu-ham ul li {
		box-sizing: border-box;
		border-width: 0;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
	.menu-small{
		
		font-size: 13px !important;
	}

	

	.menu-under {
		text-decoration: underline !important;
	}

	.menu-ham ul li a {
		display: flex;
		align-items: center;
		padding: 10px 20px;
		line-height: 20px;
		text-decoration: none;
		color: #333;
		font-size: 18px;
		font-weight: 600;
	}

	#submenu-items {
		display: none;
		font-size: 13px !important;
		flex-direction: column;
		box-sizing: border-box;
		border-width: 0;
		position: relative;
		margin: 0;
		padding: 0 10px;
	}

	.menu-ham #submenu-items li a{
		font-size: 13px !important;
	}
	
	.menu-ham ul li a:hover {
		color: #ff007f; /* Color de acento */
	}

	.contenido{
		margin-top: 85px;
	}

	.menu {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 20px;
	}

	.prim1{
		width: 100%;
		height: 900px;
		background-image: url('../images/imgfooter/footer.png');
		background-size: cover;
	}

	.separador1 {
		display: block;
		color: white;
		width: 95%;
		text-align: center;
		background-color: white;
		height: 1px;
	}

	.foomenu1 li, .foomenu2 li{
		padding:4px;
		font-size: 13px;
	}

	.segun2{
		width: 100%;
		height: auto;
		background-color: white;
		
	}

	.menu12 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.column1 {
		width: auto;
	}

	.column1 .contenedor {
		display: flex;
		flex-direction: column;

	}

	.column1 .contenedor img{
		min-width: 30%;

	}

	.text1 {
		font-size: 16px;
	}

	.menu22 {
		display: flex;
		flex-direction: column;
	}

	.column22 {
		width: 100%;

		margin-bottom: 0px;
	}

	.column22 p{

		margin: 0px;
		
	}

	.redes-sociales-movil{
		display: block;
		background-color: #000000;
		box-sizing: border-box;
		padding: 20px 0;
	}

	.contenedor-redes-moviles {
		width: 80%;
		margin: 0 auto;
	}

	.social-movil{
		gap: 10px;
		margin: 0 auto;
		text-align: center;
		
	}

	.social-movil span {
		box-sizing: border-box;
		display: inline-block;
		width: 30%;
		margin: 5px 0;
		
	}
	
	.social-movil span a {
		background-color: #ffffff;
		display: flex;
		width: 55px;
		border-radius: 5%;
		height: 55px;
		border-radius: 32px;
		align-items: center;
		justify-content: center;
	}
	
	.social-movil span i {
		color: #000000;
		position: static;
		display: block;
		font-size: 35px;
		text-align: center;
		padding: 5px 0;
	}
	
	.contenedor-redes-moviles .social-movil .contenedor-x {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	
	.contenedor-redes-moviles .social-movil .contenedor-x .svg-container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70%;
		height: 70%;
	}
}

