@charset "utf-8";
/* CSS Document */

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

.img-100 {
  width: 100%;
  height: auto;
  margin: 10px;
}

html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}




/* ----- LOGIN -----*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center center;
}


.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #aaa;
}

.boldtext{
  font-size: 3.5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.12em;
  word-spacing: 0.12em;
}

.text-login{
  text-align: center;
  font-size: 0.8em;
}

.text-back{
  text-align: center;
  font-size: 0.8em;  
}

.avisodeprivacidad{
  text-align: center;
  font-size: 0.5em;
}

.btn{
  text-align: center;
  display: block !important;
  margin: 0 auto;
}



/* ----- DATA -----*/
.sidere-header img{
  margin: 0;
  padding: 0;
  width: 100%;
}

.block{
  padding: 30px 10px;
}

.sidere-info{
  padding: 50px 10px;
}


.section-tittle{
  font-size: 2.3em;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #11479E;
  text-decoration-thickness: 3px; 
  text-underline-offset: 4px; 
}

.sidere-data{
  padding: 20px 0px;
}

.sidere-data p{
  margin-bottom: 5px !important;
}
.sidere-data .tittle{ 
  font-size: 1em;
  font-weight: 600;
}
.sidere-data .info{
  font-size: 1em;
}

.table td{
  border-bottom: #11479E solid thin !important;
}

.aviso{
  color: #11479E;
  font-size: 0.8em;
  text-align: center;
  background-color: #c9daf8;
  padding: 20px 30px;
}


.text-sugerencia{
  font-size: 0.8em;
  text-align: center;
  padding: 20px 30px;
}

.footer-logos img{
  margin: 0;
  padding: 0;
  width: 400px;
  margin: 0 auto;
  display: block;
}


/* ----- MODAL -----*/
.modal-body{
  text-align: center !important;
  font-weight: 300;
  padding: 20px 30px;
}

.modal-body .icon .fas{
  font-size: 2.5em;
  margin-top: 30px;
}

.modal-body .masinfo{
  font-size: 1.5em;
  font-weight: bold;
}


/* ----- logo size -----*/


.logo-size{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: none;
}

@media (max-width: 767px) {
	.logo-size{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: block;
  }
	

}
