@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,fill,grad@24,400,0,0');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); /* Todos los pesos */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialSymbolsOutlined-VariableFont_FILL,GRAD,opsz,wght.ttf') format('ttf'); /* Ajusta la ruta a tu carpeta */
}

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500&display=swap');  Solo pesos 300 y 500 */



body {
	font-family: Inter, sans-serif;
	font-weight:300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Inter, sans-serif;
	font-weight:400;
}

h1 { 
	color: #002532!important;
	font-weight:300;
	font-size: 44px;
}

a {	
	color: #002532;
	font-weight: 400;
}

a:hover { color: #004254; }

.top-bar {
	background-color: #002532; /* Azul Oscuro 20 */
}

.top-bar-left .menu a {
	display: block;
    background-image: url("../img/deop-hole-text-white.svg");
    background-repeat: no-repeat;
    background-size: 380px 56px;
    background-position: -100px center;
 
    height: 56px;
    overflow: hidden;
	float: left;
	padding: 0;
	margin-left: 1rem;
}

a .platform {
	font-family: Inter;
	font-weight: 300;
    font-size: 44px;
    line-height: 58px;
    color: #006680;
    margin-left: 190px;
}

a:hover .platform {
    color: #008CAF;
}

.top-bar ul {
    background-color: transparent;
}

.dropdown.menu>li>a {
    background-color: #004254; /* Azul Amazónico 40 */
	color: #FFFFFF;
	border-left: 1px solid #002532;
}

.dropdown.menu>li>a:hover {
    background-color: #006680; /* Azul 50 */
}

.menu .active>a {
    background-color: #008CAF!important; /* Azul 60 */
    color: #fefefe;
}

.main {
	background-color: #F0F0EC;
	padding: 1rem 2rem!important;
}

.panel {
	background-color: #FAFAFA;
	padding: 1rem;
}

.panel-download a {
	display: flex;
	flex-direction:row;
	align-items: center;
}

.footer {
    margin-top: 0!important;
	background-color: #646459; /* Gris Acero Oscuro */
}

.sidebar {
	background-color: #E3E2DA; /* Gris Cerámica */
	padding: 1rem!important;
}

.widget {
	background-color: #AAAA9F; /* Gris Acero */
	padding: 1rem!important;
	margin-bottom: 1rem;
}

.widget h2, .widget h4, .wp-block-search__label, .uam_login_options {
	font-size: 1.4rem;
	font-weight: 400;
}

.button, 
.uam_login_options a, .wp-block-search__button {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	background-color: #006680;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 40px;
}


.icon-xl { width: 128px; height: 128px; }

.icon-lg { width: 96px; height: 96px; }

.icon-md { width: 64px; height: 64px; }

.icon-sm { width: 48px; height: 48px; }

.icon-xs { width: 32px; height: 32px; }




.doc-data {
	border-left: 1px solid #ccc;
    padding-left: 1rem;
}

.margin-0 { margin: 0!important; }

.martop-1 { margin-top: 1rem!important; }

.martop-2 { margin-top: 2rem!important; }

.marleft-1 { margin-left: 1rem!important; }

.martop-small-1 { margin-top: 1rem!important; }


@media print, screen and (min-width: 64em) {
    
	.martop-small-1 { margin-top: 0!important; }
	
}


.material-symbols-outlined {
  font-family: 'Material Symbols Outlined'!important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Tamaño estándar de los iconos */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  color: #f00;

  /* Configuraciones variables */
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  
  vertical-align: middle;
}

/* PLUGINS */

.pdfemb-viewer .pdfemb-toolbar {
    background-color: #002532!important;
}

.pdfemb-viewer .pdfemb-toolbar button {
    background-color: transparent!important;
    background-image: none!important;
    border: 0!important;

    box-shadow: none!important;

    min-width: 16px;
    padding: 2px 6px 0;
    width: auto;
    border-radius: 2px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    margin: 4px 2px 4px 0;
    float: left;
}

/*
.pdfemb-viewer .pdfemb-toolbar button.pdfemb-prev::before {
    content: url(../img/arrow-downward.svg)!important;
}
*/