@charset "utf-8";

:root {
  --rojo: #8a161b;
  --gris: #ececec;
  --txt: #41545e;
}

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li { font-family: 'Open Sans', sans-serif; color: #41545e; }
body, td, th, input, select, textarea { font-size: 14px; }



h1, h2, h3, h4 {
  font-weight: 600;
  color: #1A5C9C;
  /* text-align: center;
  padding-bottom: 20px;
  padding-top: 12px; */
}

h5 {
  color: #1A5C9C;
}
h6 {
  color: #1A5C9C;
}
/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

.carousel-control.right, .carousel-control.left{background-image:none !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {margin: auto;}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #ffe3a3 !important;
  background: #ffe3a3 !important;
  color: #000 !important;
}
.btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: #F4B72A !important;
  background-color: #F4B72A !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/
section.home-section {
  padding-top: 79px;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

.site-content {
  padding-top: 14rem;
  max-width: 1200px;
  margin: 0 auto;
}

#main-paginas:not(.pag_admin) .site-content {
  padding-top: 0px;
}



/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/******* Titutlos paginas internas ********/

h2.content-box-title {
  font-weight: 900;
  color: #093467;
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}









/***********************************/

/* HEADER */
header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 4px #0003;
  transition: all 0.4s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
  height: 80px;
}

.header-content.active {
  justify-content: center;
}

.content-info-header {
  display: flex;
  place-content: center;
  place-items: center;
}

.logo-aefe {
  display: none;
  padding-left: 2rem;
}

.logo-aefe.disabled {
  display: none;
}

.logo-aefe img {
  object-fit: contain;
  max-height: 6rem;
}

.nav-brand {
  max-width: 200px;
  transition: all 0.3s ease;
}
.nav-brand img {
  transition: all 0.3s ease;
  width: 100%;
}

.languages-select {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  padding: 0 0 0 1.2rem;
}

.languages-select .language-espanol img,
.languages-select .language-frances img {
  /* height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%; */
  object-fit: cover;
}

/*para quitar los submenus en la vista responsive*/
.social-links,
.main-nav-mobile {
  display: none;
}
/*para quitar los submenus en la vista de escritorio*/
/* #menu-main> li > ul {
	display: none;
} */
#menu-main > li > ul {
  color: #000 !important;
}

.toogle-search,
.toogle-close {
  cursor: pointer;
}


a.toogle-menu,
.toogle-search {
  /*boton del menu responsive*/
  color: #1A5C9C;
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

a.toogle-search.disabled {
  display: none;
}

a.toogle-menu:active,
.toogle-search:active,
a.toogle-menu:hover,
.toogle-search:hover,
a.toogle-menu:focus,
.toogle-search:focus {
  color: #1A5C9C;
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: linear-gradient(164.53deg, #1A5C9C 0%, rgba(28, 93, 210, 0.8) 119.55%);
  border-color: rgba(28, 93, 210, 0.1);
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}


.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #000000a6;
}
.bg-icon {
  font-size: 25px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

#redes_laterales {
  display: none;
}
/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}
/*****************************/

/********  Search header   *********/

/**** ocultar y mostrar buscador ****/

.toogle-close {
  display: none;
  font-size: 2.4rem;
  border-radius: 50%;
  border: 2px solid #1A5C9C;
  color: #1A5C9C;
  height: 38px !important;
  width: 38px !important;
}

.toogle-close:hover,
.toogle-close:active,
.toogle-close:focus {
  color: #1A5C9C;
}


.toogle-close.active {
  display: flex;
  place-content: center;
  place-items: center;
}


.icons-header.active{
  display: flex;
  flex-direction: row-reverse;
  /* gap: 20px; */
  gap: 8px;
  /* width: 100% !important; */
  place-items: center;
  place-content: center;
  width: 100%;
}

form.content-search-ccd.active {
  display: flex;
  width: 70vw;
  margin: 0 auto;
}

.nav-brand.disabled {
  display: none;
  transition: all .3s ease-in-out;
}

form.content-search-ccd {
  display: none;
  /* display: flex; */
  min-width: 210px;
  /* max-width: 280px; */
  position: relative;
}

input.search-ccd {
  /* background-color: #f7f7f7; */
  background-color: #e8e8e8;
  border: none;
  outline: none;
  height: 52px;
  font-size: 1.4rem;
  padding: 8px 40px 8px 12px;
  box-shadow: none;
  transition: width .3s ease;
}

input.search-ccd:hover,
input.search-ccd:active,
input.search-ccd:focus {
  box-shadow: none;
  border: none;
}

button.btn-search-ccd {
  position: absolute;
  right: 0;
  padding-right: 12px;
  border: none;
  height: 52px;
  background-color: transparent;
  font-size: 2rem;
}

/********+++++++++++++++*********/





/******** End header *********/





/******** Section Banner Home ********/

.slider-home {
    position: relative;
    /* min-height: 200px; */
}

/* .slick-list {
    min-height: 200px;
} */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #1A5C9C;
  background-color: #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #1A5C9C
}

span.arrow-left,
span.arrow-right {
    transform: translateY(-50%);
    top: 50%;
}

span.arrow-left {
    left: 12px;
    padding-right: 2px;
}
span.arrow-right {
    right: 12px;
    padding-left: 2px;
}

.slick-arrow {
    font-size: 2rem;
}




/**** Slick docks *****/

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 8px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 16px;
  height: 16px;
  background-color: #ffdddd;
  color: transparent;
  border-radius: 50%;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: #d20c3d;
}

/**********************/









/*******************/

/**** banner ***/

.content-banner {
    position: relative;
    /* max-height: 560px; */
    min-height: 240px;
}

.content-banner img {
    object-fit: cover;
    /* min-height: 200px; */
    margin: 0 auto;
    width: 100%;
}

.banner-detalles {
  padding: 8px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 340px;
  min-width: 300px;
  z-index: 2;
}

.banner-detalles h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: start;
  line-height: 2.2rem;
  /* text-shadow: -1px 1px 3px #f2f1f1; */
}

.banner-detalles p {
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  padding: 4px 0;
  margin: 0px 0 12px 0;
  line-height: 1.2rem;
  /* text-shadow: -1px 1px 3px #f2f1f1; */
}

/* .button-ccd {
  background-color: #f4b72a;
  border-radius: 6px;
  padding: 8px 30px;
  padding: 6px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
}

.button-ccd:hover,
.button-ccd:active,
.button-ccd:focus {
  color: white;
  background-color: #eea700;
  transition: all 0.5 ease-in-out;
} */


/********  End  Section Banner Home ********/







/**** Start News ****/

.bg_container_news {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 1.2rem;
  position: relative;
  padding: 2.8rem 1.2rem;
  /*overflow: hidden;*/
}

.bg_container_news::before {
  content: "";
  position: absolute;
  /* background: url(./bg_noticias.png) center/cover no-repeat; */
  background: url(./bg_noticias_nuevoFondo2.png) center/cover no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  /*inset: 0;*/
  z-index: -1;
}

.container_news h2 {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.container_news a.view-all {
  font-size: 1.4rem;
  font-weight: 900;
  background-color: #C90E3F;
  color: #fff;
  padding: .8rem 2.8rem;
  border-radius: .8rem;
}


.container_articles_news {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  place-items: center;
  gap: 2.4rem;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 2.8rem;
}

article.new {
  display: flex;
  min-width: 30rem;
  height: 22rem;
  border-radius: 2rem;
  filter: drop-shadow(0px 18px 36px rgba(11, 75, 124, 0.064139));
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

article.new:hover {
  transform: translateY(-1.2rem);
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

article.new .new_header,
article.new .new_header img {
  /* height: 21.5rem; */
  height: 22rem;
  min-width: 14rem;
  border-radius: 2rem 0 0 2rem ;
  width: 100%;
}

article.new .new_header img {
  object-fit: cover;
}

article.new .new_body {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: start;
  padding: 1.2rem;
  background-color: #fff;
  border-radius: 0 2rem 2rem 0;
  height: 100%;
}

article.new .new_body h3,
article.new .new_body p {
  color: #022F6B;
  text-align: start;
}

article.new .new_body h3 {
  font-size: 1.2rem;
  font-weight: 900;
}

article.new .new_body p {
  font-size: 1rem;
  font-weight: 500;
}

article.new .new_body a {
  font-size: 1rem;
  font-weight: 900;
  padding: .8rem 2rem;
  border-radius: .8rem;
  background-color: #093467;
  color: #fff;
}

/**** End News ****/




/***** Start Cards Home Section ******/

section.container_cards {
  padding: 4rem 2rem;
  max-width: 150rem;
  margin: 0 auto;
}



.container_cards_home .slick-slide {
  padding: 0 1.2rem;
}

article.card_home {
  min-width: 28rem;
  min-height: 48rem;
  max-width: 33rem;
  max-height: 50rem;
  border-radius: .8rem;
  /* margin: 0 2rem; */
  margin: 0 auto;
  position: relative;
}

article.card_home::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(2, 47, 107, 0.0001) 0%, #022F6B 100%);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
}


article.card_home:hover .card_home_body {
    transform: translateY(-2.8rem);
    transition: transform .5s ease-in-out;
}

article.card_home:hover .card_home_body i {
  color: #e0880e;
}

.card_home_header {
  position: absolute;
}

.card_home_header img {
  object-fit: cover;
}

.card_home_header,
.card_home_header img {
  width: 100%;
  height: 100%;
  border-radius: .8rem;
}

.card_home_body {
  position: absolute;
  z-index: 6;
  bottom: 2rem;
  width: 100%;
  transition: transform .8s ease-in;
}




.card_home_body {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 2.4rem 2rem;
}

.card_home_body i {
  font-size: 4rem;
  color: #A6D5F4;
}

.card_home_body h3 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  padding: 0 1.2rem;
}











/***** End Cards Home Section ******/







/****** Start Our Values Section ****/


section.container_our_values {
  background-color: #EDF8FF;
  padding: 4rem 2rem;
}

.bg_our_values h2 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #022F6B;
  text-align: center;
}

 .container_cards_values {
  /*display: flex;*/
  /*place-content: center;*/
  /*place-items: center;*/
  /*gap: 6rem;*/
  max-width: 120rem;
  min-height: 36rem;
  margin: 4rem auto 1.2rem;
  position: relative;
  border-radius: 2.2rem;
  background-color: #fff;
}

.container_cards_values::before {
  content: "";
  background: url(./bg_our_values.png) center/cover no-repeat;
  height: 20.5rem;
  width: 100%;
  border-radius: 2.2rem 2.2rem 0 0;
  position: absolute;
  top: 0;
}

.container_cards_values .slick-list {
    padding-top: 5rem;
}

.card_value {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card_value:hover .card_value_header,
.card_value:hover .card_value_body h3,
.card_value:hover .card_value_header img {
  transition: all .3s ease-in-out;
}

.card_value .card_value_header,
.card_value .card_value_body h3,
.card_value .card_value_header img {
  transition: all .5s ease-in-out;
}


.card_value:hover .card_value_header {
  background-color: #D20D3D;
}

.card_value:hover .card_value_body h3 {
  color: #D20D3D;
}

.card_value:hover .card_value_header img {
  filter: brightness(0) invert(1);
}

.card_value_header {
  display: flex;
  place-content: center;
  place-items: center;
  height: 16.2rem;
  width: 16.2rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.card_value_body {
  width: 100%;
}

.card_value_body h3 {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  padding: 2rem 1.2rem 0;
}

/****** End Our Values Section ****/


/**** Start Right Icons *****/

section.right_icons {
  /* display: flex; */
  /* flex-direction: column; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: fixed;
  z-index: 9;
  /* right: 0;
  top: 50%; */
  bottom: 0;
  /* transform: translateY(-48%); */
}

section.right_icons > div.icon_bar {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: .8rem;
  /* width: 10.8rem; */
  height: 9rem;
  padding: 1.2rem;
  background-color: #022F6B;
}




section.right_icons > div.icon_bar a {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: .8rem;
}

section.right_icons > div.icon_bar img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 2.8rem;

}

section.right_icons > div.icon_bar p {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin: 0;
}


section.right_icons .icon_whatsapp a {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: .8rem;
  /* width: 10.8rem; */
  height: 9rem;
  padding: 1.2rem;
  /* border-radius: 1.7rem 0 0 1.7rem; */
  /* background: rgba(255, 255, 255, 0.6); */
  background-color: #E9F0F7;
  box-shadow: 0px 2px 29px rgba(31, 101, 175, 0.274995);
}


section.right_icons .icon_whatsapp img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 4rem;
}

section.right_icons .icon_whatsapp p {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  color: #022F6B;
  margin: 0;
}

/**** End Right Icons *****/
























/******* Foooter **********/

footer.footer-ccd {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  padding-top: 40px;
}

.bg-footer {
  width: 100%;
  /* max-width: 1500px; */
  max-width: 140rem;
  background: url(./bg_footer_14.png) center/cover no-repeat;
  margin: 0 auto;
  /* height: 30rem; */
  margin-bottom: 18rem;
}


.footer-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-info h4 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #022F6B;
  color: rgb(2, 47, 107);
  font-weight: 900;
  text-align: center;
}

.footer-info div {
  padding: 0;
}

.footer-info div.info {
  /* max-width: 280px; */
  max-width: 390px;
  margin: 0 auto;
}


.footer-info .info {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-items: center;
  gap: 16px;
  /* padding: 24px 20px; */
}

.footer-info .info img {
  width: 280px;
}






.social-media-footer {
  display: flex;
  gap: 12px;
}

.social-media-footer a {
  display: flex;
  place-content: center;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #c91140;
  border-radius: 50%;
  color: #fff;
}

.social-media-footer a:hover {
  background-color: #022F6B;
  transition: all 0.5 ease-in-out;
}


.content-footer {
  margin: 0 20px;
}


.enlaces ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.enlaces ul li {
  padding: 4px 0;
  position: relative;
}

.enlaces ul li a {
  color: #022F6B;
  font-weight: 500;
  font-size: 1.4rem;
}

.footer-info .menus {
  display: flex;
  flex-direction: column;
  place-content: center;
  gap: 8px;
  margin: 0 auto;
  padding-top: 8px;
}



.footer-info .menus .footer_menus {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
}

.footer-info .menus .footer_menus,
.footer-info .menus .footer_menus p {
  text-align: center;
}



.footer-info .menus .sedes a {
  cursor: default;
  pointer-events: none;
}

.menus .two-block {
  display: flex;
  justify-content: space-around;
}

.content-copy {
  padding: 8px 20px;
}

.content-copy p,
.design-web p a {
  color: #939393;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}

/********* End footer *********/

/*Eventos*/
img.imagen_ver_evento {
  display: none;
}

.estrellificacion-pge-eventos {
  visibility: hidden
}

/* Media Queries */


@media (min-width: 500px) {


  .logo-aefe {
    display: flex;
   }



  /* .button-ccd {
    padding: 8px 30px;
  } */

/********  Section Banner Home ********/

.banner-detalles {
    margin-left: -80px;  
    padding: 8px 40px 8px 28px;
    left: 50%;
  }

/********  End  Section Banner Home ********/




/**** Start Right Icons *****/

section.right_icons {
  grid-template-columns: repeat(6, 1fr);
}


/**** End Right Icons *****/



  /**** Start News ****/


  .container_news h2 {
    font-size: 2.8rem;
  }

  .container_news a.view-all {
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
  }


  article.new {
    flex-direction: column;
    min-width: 22rem;
    max-width: 25rem;
    min-height: 40rem;
  }

  article.new .new_header,
  article.new .new_header img {
    height: 18rem;
    border-radius: 2rem 2rem 0 0;
  }



  article.new .new_body {
    place-items: center;
    padding: 1.6rem;
    border-radius: 0 0 2rem 2rem;
  }

  article.new .new_body h3,
  article.new .new_body p {
    text-align: center;
  }

  article.new .new_body h3 {
    font-size: 1.4rem;
  }
  
  article.new .new_body p {
    font-size: 1.1rem;
  }

  /**** End News ****/

  /********* Start Footer *********/

  .bg-footer {
    margin-bottom: 9rem;
  }
  

  .footer-info .menus {
    gap: 2.8rem;
  }


  .footer-info .menus .footer_menus {
    flex-direction: row;
    place-items: center;
    gap: 2rem;
  }


  .footer-info .menus .footer_menus,
  .footer-info .menus .footer_menus p {
    text-align: center;
  }
  /********* End Footer *********/
}



/* PopUp */
.modal-popUp .modal-dialog {
  width: 100%;
  max-width: 1100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  margin: 0;
  padding: 15px;
}
.modal-popUp button.close span {
  line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
  padding: 30px !important;
}
.modal-popUp button.close {
  position: absolute;
  background: white;
  right: -8px;
  top: -12px;
  z-index: 1;
  width: 25px;
  height: 25px;
  opacity: 1 !important;
}


/* PopUp */
.modal-popUp2 .modal-dialog2 {
  width: 100%;
  max-width: 1100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  margin: 0;
  padding: 15px;
}
.modal-popUp2 button.close span {
  line-height: 1;
}
.modal-popUp2 .modal-body,.modal-popUp2 .modal-body .col-xs-12 {
  padding: 0 !important;
}
.modal-popUp2 button.close {
  position: absolute;
  background: white;
  right: -8px;
  top: -12px;
  z-index: 1;
  width: 25px;
  height: 25px;
  opacity: 1 !important;
  border-radius: 50%;
}



