
/*Tipografía*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,500,700,900');

html, body{ height: 100%; margin: 0; padding: 32px 0 0 0;
}
body{ font-family: "Open Sans";
}
h1, h2, h3, h4, h5, h6{ font-weight: 600; margin: 30px 0;
}
h1{ font-size: 2.5rem;
}
h2{ font-size: 2.2rem;
}
h3{ font-size: 1.6rem;
}
h4{ font-size: 1.4rem;
}
h5{ font-size: 1.25rem;
}
h6{ font-size: 1rem;
}
ul{ padding-left: 20px;
}
ul.estilizada li{ margin: 1em 0;}
ul.estilizada li{ list-style: url("https://unapec.edu.do/media/2989/icn-vineta-1.png");}
ul.estilizada li ul li{ list-style: url("https://unapec.edu.do/media/2990/icn-vineta-2.png");}
ul.estilizada.mostaza li{ list-style: url("https://unapec.edu.do/media/3760/icn-vineta-mostaza.png"); } 
a{ color: #3b58ae; overflow-wrap: break-word;
}
/* 
COLORES DE FONDO REUTILIZABLES
*/
.bg-color-1{ background-color:#0058a6 !important; }
.bg-color-2{ background-color:#023f75 !important; }
.bg-color-3{ background-color:#e39e26 !important; }
.bg-color-4{ background-color:#e32726 !important; }
.bg-color-5{ background-color:#2d3740 !important; }
.bg-color-6 { background-color: #637185 !important;
}
.navbar-toggler{ padding: 0.05rem 0.05rem; font-size: 1.90rem; border:none; color: #d7d7d7;
}

@media(min-width:992px){
	html, body{	padding: 0;
	}
    /*.cuerpo h1:first-child, .cuerpo h2:first-child, .cuerpo h3:first-child{ margin-top: 0;
	}*/
    .modal-xl{ max-width: 800px;
    }
}
@media(min-width:1600px){
	.portada .container-fluid.relleno{ padding: 0 120px;
	}
	.portada .container-fluid.relleno-derecha{ padding: 0 120px 0 0;
	}
	.portada .container-fluid.relleno-izquierda{ padding: 0 0 0 120px;
	}
    .modal-xl{ min-width: 1140px;
    }
}