@import url('href="https://fonts.googleapis.com/css?family=Inter');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


html {
    height: 100%;
}


.container1 {
    position: relative;
    width: 100%;
    
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.responsive-iframe_1 {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border: none;
}

.responsive-iframe_0 {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border: none;
}


.body_login{
    font-family: sans-serif;
	background-color:#19255A;
    color: #19255A;
}

.body_tabla{
	height: 100%;
    font-family: sans-serif;
	background: linear-gradient(#FFFFFF,#ABC7DD);
}

.body_fondo{
	height: 100%;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;	
	color: #1D365D;
}


.container_menu{
    max-width: 1000px;
    margin-left: 190px;
}

.container{
    max-width: 1000px;
    margin-left: 190px;
}

.container_ficha{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

.recuadros{
    padding: 1em;
    display: flex;
    flex-direction: column;
}

.recuadros_horizontal{
padding: 50 0 0 0;
display: flex;
flex-direction: column;
}


.box-container-1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0px;
    justify-items: center;
}

.box-container-2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0px;
    justify-items: center;
}

.box-container-3{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
    gap: 0px;
    justify-items: center;
}

.box-1{
    border-radius: 5px;
    display: none;
}

.box-1:nth-child(1),
.box-1:nth-child(2),
.box-1:nth-child(3),
.box-1:nth-child(4),
.box-1:nth-child(5){
    display: inline-block;
}

.caja-recuadros{
    margin: auto;
	width: 140px;
	height: 140px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #0B5E9B 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 8px #FFFFFF7C;
	border-radius: 54px;
	opacity: 1;
}


.caja-recuadros_alumnos{
    margin: auto;
	width: 140px;
	height: 140px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #0B5E9B 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 8px #FFFFFF7C;
	border-radius: 54px;
	opacity: 1;
}

.caja-recuadros_grande{
	width: 400px;
	height: 400px;
	background-color:#19255A;	
	border-radius:54px;
	opacity: 1;
}

.caja-recuadros_blanco{
	width: 450px;
	height: auto;
	background-color:#ffffff;	
	border-radius:54px;
	opacity: 1;
    padding: 1em;
}

.caja-recuadros_ficha{
	width: 600px;
	height: auto;
	background-color:#ffffff;	
	border-radius:54px;
	opacity: 1;
	padding: 20px;
  	margin: 20px;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #000000;
	position: center;
}

.caja-recuadros_ficha_taller{
	width: 400px;
	height: auto;
	background-color:#ffffff;	
	border-radius:54px;
	opacity: 1;
}

.caja-recuadros_rojo{
	width: 350px;
	height: 100px;
	background-color:#B22222;	
	border-radius:54px;
	opacity: 1;
	padding: 20px;
  	margin: 20px;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	position: center;
}

.img1{
    margin-top: 20px;
    margin-left: 60px;
    width: 80px;
    height: 80px;
}

.img6{
    margin: auto;
    width: 600px;
    height: auto;
}

.img2{
    margin: auto;
    width: 300px;
    height: auto;
}

.img3{
	margin: auto;
    width: 1000px;
    height: auto;
}

.img4{
	margin: auto;
    width: 800px;
    height: 1000px;
}

.img5{
    margin-top: 10px;
    margin-left: 60px;
    width: 80px;
    height: 80px;
}


.content h3{
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.content{
    color: #030303;
    font-size: 15px;
}


#titular_alumno{
font-family: Inter;
font-style: normal;
font-weight: 700;
font-size: 48px;
text-align: center; 
color: #1D365D;
}

#titular_alumno_18{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #1D365D;
    }


#titular_alumno_20_rojo{
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 24px;
text-align: center; 
color: #B22222;
}

#titular_alumno_20{
font-family: Inter;
font-style: normal;
font-weight: 600;
font-size: 20px;
text-align: center;
color: #ffffff;
position: absolute;
top: 50%;
margin:10px 0 0 10px;
}

#titular_alumno_10{
font-family: Inter;
font-style: normal;
font-weight: 400;
font-size: 16px;
text-align: center;
color: #ffffff;
margin:20px 20px 20px 20px;
position: center;
}




@media only screen and (min-width: 1200px) and (orientation: landscape){
	
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) and (orientation: landscape){

}

@media only screen and (min-width: 375px) and (max-width: 1024px) and (orientation: landscape){

	
}

@media only screen and (min-width: 576px) and (max-width: 1024px)  and (orientation: portrait){
	

}



  
@media only screen and (max-width: 575px) and (orientation: portrait){
	
	
}

	  .datagrid table { border-collapse: collapse; text-align: center; width: 100%; } 
	  .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 3px solid #EBEBEB; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
	  .datagrid table td, .datagrid table th { padding: 4px 0px; }
	  .datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #19255A), color-stop(1, #22327A) );background:-moz-linear-gradient( center top, #19255A 5%, #22327A 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#19255A', endColorstr='#22327A');background-color:#19255A; color:#FFFFFF; font-size: 15px; font-weight: bold;border-left: none; } 
	  .datagrid table thead th:first-child { border: none; }
	  .datagrid table tbody td { color: #19255A; font-size: 14px;font-weight: bold; border-left: none;}
	  .datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }
