@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');


body {
	font-family: "Poppins", Verdana, Times;
background-color: #F6E9E7;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

.anchode {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

h1 {
    color: orangered;
	font-size: 1.8em;
}


h2 {
	color: orangered;
	font-size: 1.5em;
}


a  {
    color: #0056B3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Gold;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}

.cabeceraorden {
    background-color: #C4D600;
    display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: flex-start; 
    align-content: center;   
    
}

.logolados {
    margin: 6px 15px 6px 25px;
}

.vermenu {
   margin: 11px 9px;
}



.anchode h1 {
    width: 20%;
    background-color:antiquewhite;
    color: orange;
	font-size: 1.8em;
    padding: 12px 25px;
}

.darcoles {
    background-color: white;
    padding: 0 20px 0 20px;
}

.franjas {
    background-color: #C4D600;
}


.palito {
    margin: 0 0 0 10px;
    color: #780291;
    font-size: 1.9rem;
}


.columnatop {
  width: 95%;
    margin: auto;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
}  

.columnap1 {
    width: 33%;
    min-width: 300px;
}

.columnap2 {
    width: 66%;
    min-width: 310px;
}


.columnap1 ul {
   display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: flex-start;
}

.columnap1 li {
    list-style: none;
    padding-right: 5px;
}

.explore-button {
    margin: 2px 0 4px 0;
    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;
}



.columnav1 {
    width: 70%;
}

.columnav2 {
    width: 30%;
}

.mostrarvideos {
width: 95%;
margin: auto;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}

.mostrarvideos video {
width: 90%;
text-align: left;
}

.mostrarvideos .navegacion {
margin: auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}

.mostrarvideos .navegacion li {
list-style: none;
padding: 10px;
}


.secciono1 {
  background: #F4F6F7;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}


.cajachicas{
  max-width: 400px;
  padding: 1rem;
}

.cajachicas a {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: none;
}

.cajachicas a:hover {
	color: DeepPink;
}



.menuresponsive {
    background: white;
//    visibility: hidden;
    margin: 9px 0 0 0;
}

.menuresponsive ul{
    display: none;
  }

.menuresponsive input:checked  ~ ul{
    display:block;
  }

.menuresponsive input {
    display: none;
  }

.menuresponsive label {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid black;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    user-select: none;
  }

  /* Estilo del boton cuando se pasa el mouse por encima*/
 .menuresponsive label:hover{
    background: grey;
  }

  /* Estilo del boton cuando el menú está expandido*/
.menuresponsive input:checked ~ label {
    background: lightgrey;
  }

.menuresponsive ul{
    margin-top:0;
    padding: 0;
    width: 200px;

}


.menuresponsive li {
    display: block;
    background: #F4F6F7;
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid grey;
}

  /*Estilo cuando el mouse pasa encima de cada link del menu*/
.menuresponsive  li:hover {
    filter: brightness(110%);
}

.menuresponsive li a {
    color: black;
}





.ladoinferior {
	background-color: #C4D600;
	height: 140px;
	padding-top: 15px;
	text-align: center;
	float: left;
	width: 100%;
}


.menu-inferior ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
}



.menu-inferior li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}


