/*================================================
Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,400;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap');

:root {
    --main-color: #034075;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
    --bs-purple-rgb: 98,37,153;
    --heading-color: #62259a;
}

.purple-text{color: #62259a !important;}
.text-purple{color: #62259a !important;}

.bg-purple-box{background-color: rgb(80, 33, 122);}

.text-justify{text-align: justify !important;}
.position-relative{position: relative;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: var(--paragraph-color);
}

img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: var(--main-color);
}

h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 90px;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

/* --Common Style-- */
section {
    position: relative;
}
 
.info ul li i{
	padding: 10px;
	border: 1px solid var(--main-color);
	margin-right: 20px;

}


.bg-section{
/*  background-image: url('img_girl.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}

.bg-section-80{
/*  background-image: url('img_girl.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.bg-grey{background: #eaeff3;}
.bg-red{background-color: #e31e24 !important}
.bg-cream{background-color: #fffbdb !important}

/* NAV */
.bg-purple{--bs-bg-opacity:.8;background-color:rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important}
.navbar-nav .nav-item a{color: #ffffff !important}
.logo{width: 70px; max-width: 70px}
.logo-text{display: none;}

@media (max-width: 760px) {
  .logo{width: 40px; max-width: 40px}
  .logo-text{display: inline-block;}

  .navbar-nav .nav-item a {
    color: #000000 !important;
    }
}

.navbar-nav .nav-item a {
    color: #ffffff !important;
}

.dropdown-menu {background: none !important; border: none}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    
}

.navbar-toggler-icon{border: none !important;}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius:none;
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: none;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-purple-inner{background: rgba(0, 0, 0, 0.4); transition: .5s ease-in;}
.bg-purple-inner.scrolled {background: rgba(98, 37, 154, 0.8) !important;}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/
.inner-banner-wrap {
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .inner-banner-wrap {
    padding-bottom: 0;
  }
}

.inner-shape {
  background-image: url(../images/assets/global/slider-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 150px;
  width: 100%;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .inner-shape {
    height: 105px;
  }
}

.inner-banner-gray {
  background-color: #FAFAFA;
}
.inner-banner-gray .inner-shape {
  background-image: url(../images/assets/global/banner-pattern.png);
}

.inner-baner-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 190px 0 150px;
  text-align: center;
  position: relative;
}
.inner-baner-container:before {
  background-color: #151515;
  content: "";
  display: block;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.inner-baner-container .inner-banner-content {
  position: relative;
  color: #ffffff;
}
.inner-baner-container .inner-title {
  color: #ffffff;
  line-height: 1.1;
  font-size: 2.5em !important;
}

.inner-banner-content p a{ font-size:1.2em; border-top: 1px solid #ffffff; padding-top:10px }
.inner-baner-container .breadcrumb {
  background-color: transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  padding: 0;
}
.inner-baner-container .breadcrumb li {
  color: #ffffff;
  font-size: 14px;
}
.inner-baner-container .breadcrumb li:before {
  color: inherit;
}
.inner-baner-container .breadcrumb li a {
  color: #ffffff;
}
.inner-baner-container .breadcrumb li a:hover {
  color: #2C75BA;
}
.inner-baner-container .breadcrumb li.active {
  color: #b3b3b3;
}
.inner-baner-container .breadcrumb-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 575px) {
  .inner-baner-container .inner-title {
    font-size: 30px;
  }
  .inner-baner-container .inner-banner-content p {
    font-size: 15px;
  }
}


/*--------------------------------------------------------------
>>> Contact Pages
----------------------------------------------------------------*/
.contact-form-inner {
  padding-bottom: 80px;
}

.contact-page-section {
  display: block;
}

.contact-detail-wrap .details-list {
  margin: 45px 0;
}
.contact-detail-wrap .details-list ul {
  margin: 0;
  padding: 0;
}
.contact-detail-wrap .details-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
}
.contact-detail-wrap .details-list ul li:last-child {
  margin-bottom: 0;
}
.contact-detail-wrap .details-list .icon {
  background-color: #62259a;
  color: #ffffff;
  display: block;
  font-size: 25px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 60px;
}
.contact-detail-wrap .details-list .details-content {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 20px;
}
.contact-detail-wrap .details-list .details-content h4 {
  margin-bottom: 8px;
}
.contact-detail-wrap .contct-social ul {
  margin: 0 -5px;
}
.contact-detail-wrap .contct-social li {
  margin: 0 5px;
  float: left;
}
.contact-detail-wrap .contct-social a {
  color: #62259a;
  border: 1px solid #62259a;
  display: block;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .contact-detail-wrap {
    padding-left: 30px;
  }
}

.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.contact-from-wrap .contact-from input[type=submit] {
  padding: 10px 20px; margin-top: 20px; border:1px solid rgba(98, 37, 154, 0.8); background-color: rgba(98, 37, 154, 0.8); color: #ffffff; letter-spacing: 1px; font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact-from-wrap {
    margin-bottom: 40px;
  }
}

.csi-link{ color: #62259a; font-weight:bold; font-size:.9em; border: 1px solid rgba(98, 37, 154, 0.5); padding:5px 10px; display: inline-block;}

.form-check-input:checked { background-color: #62259a; border-color: #62259a; }

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 48px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #ffffff;
  border: 1px solid rgba(98, 37, 154, 0.3);
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: 1px solid #62259a;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 48px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}

form label {
  font-weight: normal;
}

/*--------------------------------------------------------------
>>> Footer
----------------------------------------------------------------*/
footer{ background: #2e3d4a; padding: 50px 0 0; color: #ffffff; margin-top:90px }
footer h5{ color: #ffffff; margin-bottom:20px }
footer ul li{margin-bottom: 15px; letter-spacing: 1px}
footer ul li i{margin-right: 15px}
.social-footer li{position: relative;}
.social-footer li a i{font-size: 1.4em; line-height: 10px !important}
.social-footer li a { color: #ffffff !important; text-decoration: none !important;}
.social-footer li span { position: absolute; left: 30px }
footer .credits{background: #052037; padding: 20px 0; margin-top: 15px; font-size: .8em}
footer .credits a{color: #ffffff}


.box-2{border: 1px solid #ccc}
.box-table{
  height: 35vh;
  display: flex;
  align-items: center; /* Vertical */
  justify-content: center; /* Horizontal */
  }

.br-1{border-right: 1px solid #ccc}
.bb-1{border-bottom: 1px solid #ccc}

.section-heading { margin-bottom: 5px; }
.section-heading h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.section-heading h5 {
  color: #C9351C;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading .dash-style {
  padding-left: 80px;
  position: relative;
}
.section-heading .dash-style:before {
  background-color: #ffffff;
  content: "";
  height: 2px;
  width: 70px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
}

.section-heading-white {
  color: #ffffff;
}
.section-heading-white .dash-style {
  color: #ffffff;
}
.section-heading-white .dash-style:before {
  background-color: #ffffff;
}
.section-heading-white h2,
.section-heading-white p {
  color: #ffffff;
}
.section-heading-white .title-icon-divider {
  color: #ffffff;
}


.bg-1{
  padding: 80px 0;
  margin-top: 50px;
 background-image: url("../images/assets/global/bg-1.jpg");
 background-size: cover;
 background-position: bottom center;
 background-color: #cccccc;
 color: #ffffff;
}
.bg-1 p {color: #d6d7d7 !important}

.bg-3{
  padding: 80px 0;
  margin-top: 50px;
 background-image: url("../images/assets/global/bg-3.jpg");
 background-size: cover;
 background-position: bottom center;
 background-color: #cccccc;
}

.main-title{display: inline-block; padding: 5px 5px 5px 12px; border-left: 6px solid #62259a;  clear: both;} 
.side-title{padding: 10px; background-color: rgba(98, 37, 154, .7); color: #ffffff; letter-spacing: 1px; font-weight: bold;} 
.side-title-outline{padding: 10px; color: rgba(98, 37, 154, .7); border:1px solid rgba(98, 37, 154, .7); letter-spacing: 1px; font-weight: bold;} 

/* BLOG */
.blog-post-date{position: absolute;top: 0px; left:12px; background: rgba(98, 37,  154, 0.7); color: #ffffff; padding: 10px 20px; font-size: .9em}
.info-detail{font-size: .8em}
.aside{margin-bottom: 20px }
.aside ul{margin-top: 20px}
.aside ul li:first-child{padding: 10px; border-top: 1px dashed rgba(98, 37, 154, .2);}
.aside ul li{padding: 10px; border-bottom: 1px dashed rgba(98, 37, 154, .2);}
.aside li svg{font-weight: bold; color: #62259a; margin-right: 10px; font-size: 1.2em; font-weight: bold}

.ag-box {margin-bottom: 30px; display: inline-block; position: relative;}
.ag-box h5{margin-top: 15px; margin-bottom: 10px; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; padding: 10px 0px 10px; text-align:center; font-size:1em }
.ag-box ul li{float: left;  font-size: .9em !important}
.ag-box ul li svg{margin-right: 8px; color: rgba(98, 27, 154, .6);}

.agenda-detail{display: inline-block; width: 100%; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.agenda-detail p{display:block; border: 1px solid #ccc; margin: 10px; padding: 10px; color: #06336e !important ; font-weight: bold}
.agenda-detail p span{width: 150px; display: inline-block; border-right: 1px solid var(--lightBlue); margin-right: 20px; background: rgba(98, 37, 154, 0.2); padding: 10px 10px}

@media screen and (max-width: 767px) {
  .agenda-detail{padding:0; margin:0 }
  .agenda-detail p{text-align:center; padding:0; margin:0 }
  .agenda-detail p span{width: 100%; display: inline-block; margin-bottom:10px; }
}
.csi-button{padding: 10px 20px}


.block-item{display: inline-block;}
.unit-event-list .block-info p{line-height: 32px}

.carousel-caption h3 {padding: 15px 20px; background: rgba(0, 0, 0, .8); color: #fff; font-size: 1.2em}

.centrado-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50vh; /* Ajusta esto según necesites */
}

.centrado-vertical h3 {
    margin-bottom: 0.5rem; font-weight: bold; letter-spacing: 1px;/* Espacio entre el h1 y el texto */
}

@media (max-width: 768px) {
    .nodisplay{
        display: none;
    }
    .centrado-vertical{ margin-bottom: 80px }
}

.box-1{position: relative;}
.box-1 .box-1-title{background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 0px; color: #ffffff; padding: 10px; width: 100%; text-align: center;}


.slider-box{padding: 20px 10px}
/*.slider-box a h4{color: #ffffff !important}*/


/*------------------ 
CONTACT FOTM
*/

.success {
  position: absolute;
  bottom: 10px;
  padding: 1em;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff !important;
  background-color: #62259acc;

  animation:success 2s 1;
  -webkit-animation:success 2s 1;
  animation-fill-mode: forwards;
  animation-delay:2s;
  -webkit-animation-delay:2s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes success{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes success{
    from {opacity :1;}
    to {opacity :0;}
}

.error {
  position: absolute;
  bottom: 10px;
  padding: 1em;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff !important;

  background-color: rgba(185, 74, 72, 0.5);

  animation:error 0.5s 1;
  -webkit-animation:error 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay:2s;
  -webkit-animation-delay:2s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
} 

@keyframes error{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes error{
    from {opacity :1;}
    to {opacity :0;}
}

.event__date {
    position: relative;
    text-align: center;
}

.event__date:hover{background: #ccc; height: 104px;  width: 104px; color: #ffffff;}

.event-date {
  
    text-align: center;
    width: 104px;
    transition: var(--transition);
    border-radius: 0px;
    height: 100px;
    margin-right: 75px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 15;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
    
}
.event-date span {
    color: inherit;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    width: 100%;
}

.event-date p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
}
.event__date .event-date:hover p {color: #ffffff}

.event-title-box {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--borderColor2);
    padding-top: 20px;
    padding-bottom: 20px;
}

.event-title-box p{align-items: center}

.date-box{border-top: 1px solid #ccc; padding: 20px 0}

.s2{font-size: 1.9rem !important}