/*
Theme Name: Mindata Presentaciones
Theme URI: https://mindata.es
Author: Equipo desarrollo de Mindata
Author URI: https://mindata.es
Version: 1.0
*/
footer { height: 70px;}
:root {
	font-family: 'Montserrat', sans-serif;
	--rojo: #E33038;
	--negro: #000000;
	--blanco: #FFFFFF;
}
body {
	min-height: 100vh;
	background-color: var(--negro);
}
main {
	min-height: calc(100vh - 140px);
	background-color: var(--negro);
	padding: 5vh 0px;
    min-height: 89.2vh;
}
.pdfobject-container { 
	height: 80vh; 
	border: 1rem solid rgba(0,0,0,.1); 
}
@media (max-width:767px){
	.pdfobject-container { 
		height: 100%;  
	}
}
/* HEADER */
header {
	height: 70px;
}
header nav {
	background-color: var(--rojo);
}
header nav .info-usuario {
    text-align: right;
    color: var(--blanco);
    font-weight: 600;
}
img.logo{
	width: 200px;
}
/* HOME */
section.empresas {
	margin: 0 auto;
}
/* FOOTER */
footer {
	background-color: var(--rojo);
}
footer span {
    text-align: center;
    color: var(--blanco);
    font-weight: 600;
}
/* EMPRESAS */
.presentaciones, .documentos {
	margin: 4rem auto;
}
.presentaciones i, .documentos i {
	color: var(--blanco) !important;
}
table {
    margin: 2rem 0;
}
table thead tr {
	height: 40px;
}
table thead tr td {
	background-color: var(--rojo) !important;
	border: none;
}
/* RESPONSIVE */
@media (max-width:767px){
	section.empresas {
		margin: 0 auto;
		padding: 40px;
		max-width: 100%;
	}
	.img-idioma {
		width: 20px;
		height: 20px;
		max-width: unset;
	}
}

@media (max-width:1250px){
	section.empresas {
		padding-bottom: 5vh;
	}
}

/* CAMBIOS MARCOS */
h1 {
  /* Extra small devices (phones, less than 768px) */
  font-size: 1.6rem;

  /* Small devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    font-size: 12px;
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    font-size: 16px;
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    font-size: 18px;
  }
}

img.avatar.avatar-64.photo {
    border-radius: 50%;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}
img.img-fluid.img-idioma {
  width: 20px;
}

.search-form input {
  width: 100%;
  border: 1px solid #9d9d9d;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 14px;
}
.search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
}
button.search-submit {
    display: none;
}
.dropbtn {
  background-color: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  margin-bottom: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  right: calc(100% - 80px);
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 
      0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}
button#dropdownMenu {
  background: transparent;
  border-color: transparent;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0);
}
.dropdown-menu[data-bs-popper] {
  left: -45%;
}
.search{
  padding: 30px 0px;;
}
@media (min-width:768px) {
  .five-columns {
      flex: 0 0 auto;
      width: 20%;
  } 
.search-form input {
  width: 100%;
  border: 1px solid #9d9d9d;
  padding: 10px 15px;
  padding-right: 55px;
  font-size: 14px;
}
.search-form button {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  width: 50px;
  padding-top: 5px;
  color: #b7b7b7;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
}
button.search-submit {
    display: none;
}
}
.admin-bar .fixed-top {top: 32px !important;
}
h1, h5, span.copy {
    font-family: 'Montserrat';
	font-weight: 700;
}
a {
	font-family: 'Montserrat';
    font-weight: 500;
}
.form-control {
    font-family: 'Montserrat';
}
.login {
	margin-top: 1rem;
    display: flex;
    justify-content: center;
}