@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

/* Reset styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global styles */
body {
  font-family: Poppins, Arial, sans-serif;
  color: #333;
  background-color: #F4F6F7;
  font-size: 1.2em;
}

a  {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

a:hover {
	color: Gold;
}



img, video {
	max-width: 100%;
//	height: auto;
//	margin: 0 auto;
//	border-radius: 10px;
}


h1 {
  text-align: center;
    font-size: 2.5rem;
    color: #F99401;
    margin-bottom: 20px;
}


h2 {
  text-align: center;  
  font-size: 2.1em;
  color: DodgerBlue;
}


h3 {
  text-align: center;
  font-size: 1.8em;
  color: #0C7BD3;

}

h4 {
  font-size: 1rem;
}



p {
    font-size: 1.4rem;
    color: black;
    margin-bottom: 30px;
    line-height: 1.6;
}

.visita {
  color: Gold;
  font-size: 1.2em;

}



/* Header styles */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 21vh;
  padding: 0 20px 0 20px;
  background-color: #0066b2;
  color: #fff;
   flex-flow: wrap;
}



nav {
	padding: 10px 0 10px 0;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav li {
  margin-right: 12px;
}

nav a {
  color: #fff;
  text-decoration: none;
}




/*  FIN   Header    */


.heroe {
  height: 59vh;
  background-image: url('../images/mar-azul.jpg');
  background-color: DodgerBlue;
  color: #fff;
  padding: 20px;
  text-align: center;
}


.heroe p {
    font-size: 1.4rem;
    color: yellow;
    margin-bottom: 30px;
    line-height: 1.6;
}


.anchodesde {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


.cuerpo a:hover {
  color: coral;
  
}









/*   Seccion CryptoMonedas  */


.cripto1 {
    width: 100%;

}

.secciono1 {
  background: #F4F6F7;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}


.titulo {
	background: #FF6C2C;
	height: 50px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 20px;
	width:98.5%;
	border-radius: 30px;

}


.mostrarbonito {
  text-align: center;
  font-size: 1.3em;
}



.cajamoneda {
  max-width: 450px;
  padding: 12px;
}


.cajamoneda figcaption {
  text-align: center
  
}


.cajamoneda a {
	color: #0bb634;
	font-weight: bold;
	text-decoration: none;
}

.cajamoneda a:hover {
	color: DeepPink;
}



.explore-button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
}


.explore-button:hover {
    background-color: #003d82;
}




/*  Canales Tik Tok   */


.espacio-alto {

  height: 200px;
}


.juntos {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
}



.canal {
  min-width: 270px;
  margin: 40px 5px;

}



/*  Fin    */



/*   Bolsa  */

.anchode {
  width: 90%;
	margin: 0 auto;
}



.anchode li {

  font-size: 1.3em;

}




.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}


.content-section {
    flex: 1;
    min-width: 300px;
}







/*  cripto  html   */

.pasosbinance li {
  font-size: 0.8em;
  
}









/*  Footer   */

.ladoinferior {
    background-color: #0066b2;
    color: white;
	height: 240px;
	padding-top: 15px;
	text-align: center;
	float: left;
	width: 100%;
}




.menu-inferior ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
    align-items: center;
}



.menu-inferior li {
list-style: none;
 margin: 0 4px;

}

.redessociales {
  margin: 12px 0;
}

.redessociales ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}


.redessociales li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}


.partedeaz {
  background-color: #0066b2;
  padding-bottom: 30px;
}


.partedeaz ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}


.partedeaz li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

.logito {
	border-radius: 50%;
}


.parteletra {
   color: Black;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}

.parteletra a {
    color: goldenrod;
}

/*  Fin Footer  */



@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .content-section {
        text-align: center;
    }

    .logos-grid {
        justify-content: center;
    }
}
