:root {
  --primary: #03315f;
  --secondary: #57C3B6; /* light blue */
  --tertiary: #43d337;  /* green */
}

/* GENERAL */
body {
    font-family: 'Lato', sans-serif;
    color: #2b2b2b;
    margin: 0 !important;
    transition: 0.5s all ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--black);
    font-weight: bold;
    font-family: 'LoraBold';
}
.big {
    font-size: 1.2rem;
}
h2, .x-big {
    font-size: 1.5rem;
}
p{
    color: #03315f;
}
ul{
    color: #03315f;
}
div h1,h2,h3,h4,h5
{
    color: #03315f;
}
div a{
    color:#ee8800;
}
.small {
    font-size: 0.8rem;
}
.x-small {
    font-size: 0.7rem;
}
.border-top {
    border-top: 1px solid #fff!important;
}
.border-bottom {
    border-bottom: 1px solid #222!important;
}
.brd-btm-right-curved {
    /*border-bottom-right-radius: 5rem;*/
}
.btn {
    border-radius: 7px;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn-primary,
.btn-primary:visited {
    color: #fff !important;
    background-color: var(--secondary);
    border: 2px solid var(--secondary) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: var(--secondary) !important;
    background-color: #fff !important;
}
.btn-secondary,
.btn-secondary:visited {
    background-color: var(--primary);
    border: 3px solid #fff;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary);
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.circle {
    border: 3px solid var(--primary);
    border-radius: 50%;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: revert;
}
.text-primary,
.text-primary:hover,
.text-primary:active {
    color: var(--primary) !important;
}
.text-muted {
    color: #727272!important;
}
.text-secondary {
    color: var(--secondary)!important;
}
.transparency {
    background-color: rgba(0,0,0,0.5);
}
.transparency-white {
    background-color: rgba(255,255,255,0.5);
}
.rounded {
    border-radius: 1rem !important;
}
section h2.title,
section h2.title-lines,
section h2.title-lines-white {
    position: relative;
}
.dropdown-menu {
   /* background-color: var(--primary)*/  
    background-color: #ffffff; 
}
.navbar > #mainMenu > ul > li > .dropdown-menu {
    width: max-content;
}

.navbar .dropdown:hover>.dropdown-menu, 
.navbar .dropup:hover>.dropdown-menu  {
    display: block;
}
.navbar .dropdown-menu .dropdown-menu { 
    top: -1px;
    left: 100%;
    width: 15em;
}
/* GENERAL */

/*** HEADER ***/
.navbar-brand img {
    max-height: 40px;
}
.navbar-collapse {
    margin-top: -2px;
    justify-content: end;
}
.navbar-toggler i {
    color: #fff;
    font-size: 1.5rem;
}
#mainMenu .nav-link {
    color: #fff;
}
#navSearch .form-search {
    border: none !important;
    border-bottom: 2px solid #fff !important;
    background: none;
    color: #fff !important;
    outline: none;
}
#navSearch .btn-search {
    background: none;
    border: none;
    outline: none;
}
#navSearch .btn-search i {
    font-size: 1.5rem;
    color: #fff;
}
/*** HEADER ENDS ***/

/*** HOME ***/

/* Slider */
#homeSlider .carousel-inner img {
    filter: brightness(0.5);
}
#homeSlider .carousel-inner {
    max-height: 550px;
    border-bottom-right-radius: 12em;
}
#homeSlider .carousel-control-prev,
#homeSlider .carousel-control-next {
    opacity: 1;
}
#homeSlider .content-slide {
    left: 0;
	right: 0;
	margin: auto;
    top: 15%;
    position: absolute;
	width: 80%;
    z-index: 100;
}
#homeSlider .content-slide h2 {
    color: #fff;
	font-size: 0.9rem
}
/* Slider Ends */

/* ESPM */
#espmHome .img-espm,
#studentLife .img-espm {
    border-radius: 1rem;
    display: block;
    height: 200px;
}
.programs .bg-img {
    height: 200px;
}

.groups img {
	height: 90px;
	width: auto;
}
/*.groups .bg {
    background: radial-gradient(circle, rgba(3,49,95,1) 0%, rgba(7,79,139,1) 65%, rgba(3,49,95,1) 101%);
    height: 400px;
    margin: 0 auto;
    width: 100%;
}
.groups hr {
    border-top: 3px solid #fff;
    margin-top: 0;
    width: 45%;
}
.groups .rounded p:first-of-type {
    margin-top: 3rem;
}
.groups .circle {
    background-color: #fff;
    color: var(--primary);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--primary);
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: auto;
}
.groups .circle .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}*/
/* ESPM Ends */

/* Events */
.event {
    /*border: 1px solid #222;*/
    /*border-bottom-left-radius: 1rem;*/
    /*border-bottom-right-radius: 1rem;*/
    background-color: #f7f7f7;
    position: relative;
}
.event .date {
    background-color: var(--secondary);
    color: #fff;
    height: 70px;
    padding-top: 1rem;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -1px;
    width: 50px;
}
.event .name {
    background-color: var(--tertiary);
    border-top-left-radius: 0.4rem;
    color: #fff;
    height: auto;
    position: absolute;
    left: -15px;
    top: 20px;
    width: auto;
}
.event:before {
    content: '';
    background-color: #229219;
    border-bottom-left-radius: 0.5rem;
    height: 10px;
    left: -15px;
    position: absolute;
    top: 48px;
    width: 15px;
    z-index: -1;
}
.event .event-content i {
    color: #1d79ff;
    opacity: 0.1;
}
#slideEvents .carousel-indicators li {
	background-color: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
#slideEvents .carousel-control-next, 
#slideEvents .carousel-control-prev {
	width: 5%;
}
/* Events Ends*/

/* News */
#news,
#related {
    background-color: var(--primary);
    color: #fff;
}
/* News Ends*/
#contact {
    /*background-image: url(/wp-content/uploads/2021/10/home_contacto_copy.jpg);
    background-attachment: fixed;*/
}
#contact i,
#contact .phones a {
    color: var(--primary);
}
#contact .phones p,
#contact .phones p > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#contact .phones i {
    font-size: 1.5rem;
}
/* Contact */

/* Contact Ends*/

/*** HOME ***/


/*** TEMPLATE PAGE ***/
#contentPage img,
body.single img {
    border-radius: 1rem;
}
/*** TEMPLATE PAGE ENDS***/

/*** COODINADORES */
#coordinadores .circle {
    background-position: top;
    height: 110px;
    width: 110px;
}
/*** COODINADORES ENDS*/

/*** CUERPOS COLEGIADOS ***/
#colegiados table tr > td,
#colegiados table tr > th {
    padding: 0;
}
/*** CUERPOS COLEGIADOS ENDS ***/


/*** COSTOS MATRICULA ***/
.container-matricula {
    border: 1px solid var(--primary);
    color: var(--primary);
}
.container-matricula .matricula-header {
    background-color: #ddd;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
/*** COSTOS MATRICULA ENDS***/


/*** PROGRAMA ACADEMICO ***/
#subheader .academic-program {
    padding-top: 6rem;
}
#subheader .academic-program .circle {
    background-position: top;
    height: 200px;
}
#subInfo .row,
#featuresProgram {
    background-color: var(--primary);
    color: #fff;
}
#featuresProgram hr {
    border: 1px solid #fff;
    width: 88%;
}
#extraInfoProgram hr {
    background-color: var(--primary);
    border: none;
    height: 2px;
    width: 88%;
}
#featuresProgram ul > li,
#extraInfoProgram ul > li {
    margin-bottom: 1rem;
}
#extraInfoProgram .costos > p:first-of-type {
    align-items: center;
    display: flex;
    height: 2em;
    justify-content: center;
}
/*** PROGRAMA ACADEMICO ENDS***/

/*** BLOG ***/
body.home nav,
body.blog nav,
body.single nav,
body.category nav,
body.error404 nav,
body.search nav{
   background-color: rgb(73 73 73 / 20%);
}
#blog .carousel-control-prev,
#blog .carousel-control-next {
    color: var(--primary);
    opacity: 1;
    width: auto;
}
#blog .carousel-control-prev {
    left: -40px;
}
#blog .carousel-control-next {
    right: -40px;
}
#blog .carousel-indicators {
    bottom: -45px;
}
#blog .carousel-indicators .active {
    background-color: var(--primary);
}
#blog .carousel-indicators li {
    background-color: #3a3a3a;
}
.blog-02 h3:before,
.blog-02 h3:after {
    border-bottom: 1px solid #fff;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7%;
}
.blog-02 h3:before {
    margin-right: 10px;
}
.blog-02 h3:after {
    margin-left: 10px;
}
.widget-area ul > li > a,
.widget-area ul > li > a:visited,
.widget-area ul > li > a:active,
.widget-area ul > li > a:focus,
.post-navigation nav .nav-links a,
.post-navigation nav .nav-links span {
    color: var(--primary);
}
.wp-block-latest-posts,
.wp-block-categories {
    margin-left: 0;
}
.wp-block-latest-posts li {
    display: block;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.post-navigation nav {
    background-color: #fff !important;
}
.post-navigation nav .nav-links a,
.post-navigation nav .nav-links span {
    padding-right: 0.5rem;
}
.post-navigation nav .nav-links .current {
    font-weight: bold;
}
/*** BLOG ENDS***/


/* MENU INSIDE PAGE */
.div-menu {
    border-bottom: 3px solid var(--primary);
}
ul.menu {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
}
ul.menu li {
    display: inline-flex;
    padding: 0.25rem 1rem;
	margin-bottom: 0;
}
ul.menu li > a {
    color: var(--primary);
}
ul.menu li > a:hover {
	text-decoration: underline;
}
/* MENU INSIDE PAGE ENDS*/



/*** FOOTER ***/
#footer {
    background-color: var(--primary);
    color: #fff;
}
#footer a {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}
#footer hr {
    margin-top: 0;
    border-top: 1px solid #fff;
}
#footer .logos img {
    max-width: 80px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/*** FOOTER ***/