* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
body {
 /*  background: #0c6cb0 !important; */
  background: linear-gradient(90deg,#e6e6e6, rgb(245, 245, 245)) !important;
  line-height: 1.2;
  font-size: 15px;
}
/* -------------- Num 001 - container_header_all --------------*/
.container_header_all {
  width: 100%;
 /*  background: #085080; 
 
 #0e7ecd, #085080, #1192ee
 */
 background: linear-gradient(30deg,#085080, rgb(25, 122, 187));

  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.041);
  z-index: 100;
  position: fixed;
}
.main_content {
  max-width: 1220px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  /*   padding: 20px 0; ..............................................*/
  font-size: 13px;
}
.main_content .logo {
  width: 40px;
  height: 40px;
}
.main_content  span{
  margin-left: 10px;
  color: floralwhite;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
}
.main_content ul.main_menu_all {
  flex: 1;
  margin-left: 20px;
}
.main_content ul {
  display: flex;
}
.main_content ul li {
  padding: 0 10px;
}
/* all body */
a {
  color: #ece1e1;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  font-weight: bold;
  color: #04da0f;
}
ul {
  list-style: none;
} /*  */
.linea-text-btn {
  border-bottom: 3px solid#04da0f ;
}
.main_content ul li a {
  padding-bottom: 2px ;
}
.main_content ul li a:hover {
  border-bottom: 3px solid#04da0f;
}
.bars_menu_btn {
  color: #fff;
  cursor: pointer;
  position: absolute ;
  top: 20px ;
  right: 30px ;
  z-index: 1 ;
  display: none ;
}
/* -------------- Num 002 - cover page --------------*/
.cover_page {
  width: 100%;
  max-height: 500px;
  height: 500px;
  background: url("../img/fondo.jpg") no-repeat center center/cover;
  background-size: 100% 500px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  text-align: center;
  justify-content: center;
  /* padding-bottom: 50px; */
  margin-top: 0px;
  margin-bottom: 20px;
}
.cover_page::before,
.public-main-he::before {
  content: "";
  width: 100%;
  max-height: 500px;
  height: 500px;
  background: rgba(0, 0, 0, 0.397);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;/*-1 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */
}
/* public */
.public-main-he {
  width: 100%;
  height: 500px;
  background: url("../img/post2.jpg") no-repeat center center/cover;
  background-size: 100% 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* public */

.public-main-he p {
  margin-bottom: 150px;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}
.btn {
  display: inline-block;
  border: 0;
  font-weight: bold;
  padding: 10px 20px;
  background: #000000d2;
  margin-bottom: 7%;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}
.btn:hover {
  background: #6361618a;
}

.contentPots {
  max-width: 600px;
  padding: 0px 10px;
  text-align: left;
  margin-top: 60px;
  z-index: 10;
}
.contentPots h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.contentPots p {
  color: rgb(228, 228, 228);
  font-size: 20px;
  margin-bottom: 10px;
}
.contentPots a {
  margin-top: 20px;
}
.contentPots video {
  width: 100%;
  border-radius: 20px;
  z-index: 100;
}
/* -------------- Num 003 - container all --------------*/
/* Secciones de grados START*/
.grade {
  background: rgba(13, 102, 153, 0.575);
  border-radius: 10px;
  padding: 5px;
}
.grade ul label {
  display: inline-block;
  background: none;
    border: 3px solid #085080;
    color: #000;
  font-weight: bold;
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
}
.grade ul label:hover {
    background: #085080;
  cursor: pointer;
  color: #ffff;
  transition: 0.76s ease;
}
/* Secciones de grados END*/
.container_all {
  max-width: 1220px;
  width: 90%;
  margin: auto;
}
.content_icon_img {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
}
.title {
  color: rgb(6, 89, 138);
  font-size: 30px;
  line-height: 1.5;
}
.paragraph {
  color: rgb(6, 89, 138);
  font-weight: 400;
  line-height: 1.5;
}
/* carusel of vition*/
.cardsContentImgFuture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.cardsContentImgFuture .cad-cards-future img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.cardsContentImgFuture .cad-cards-future h2 {
  font-size: 23px;
  font-weight: 600;
  margin: 10px;
  color: rgb(66, 66, 66);
  text-align: center;
}
.cardsContentImgFuture .cad-cards-future p {
  font-size: 15px;
  font-weight: 500;
  margin: 10px;
  color: rgb(136, 136, 136);
  text-align: center;
}
/* container community */
.container_community {
  width: 100%;
  height: 300px;
  background: url("../img/nosotros.jpg") no-repeat center center/cover;
  margin-bottom: 20px;
}
.container_community .community_content {
  width: 80%;
  padding: 50px 0 0 30px;
}
.container_community p {
  margin: 10px 0 20px;
}
.container_community h2 {
  color: rgb(180, 179, 179);
}
.container_community p {
  color: #fff;
}
.business_color_text {
  color: #fff;
}
.business_color_text .btn {
  background: #f4f4f4;
  color: #333;
}
.business_color_text .btn:hover {
  opacity: 0.5;
}
/* --------contentResours---------- */
.tablesResours {
  width: 100%;
  margin: auto;
  text-align: center;
  background: rgb(24, 146, 194);
}
.tablesResours tr th {
  padding: 5px;
  color: #ffffff;
}
.tablesResours tr td {
  padding: 5px;
  background: rgb(198, 239, 255);
}
.tablesResours tr td a,
.tablesResours {
  color: #085080;
  font-weight: bold;
}
.tablesResours tr td a:hover {
  color: #00070c;
}
.titlePostClass {
  font-size: 20px;
  color: rgb(6, 134, 55);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
/* social_network*/
.social_networks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0 30px;
}
.social_networks {
  color: #868686;
}
.social_networks img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.social_networks * {
  margin-right: 10px;
}
/* container_links_before_footer */
.container_links_before_footer {
  background: #dddddd;
  color: #016bb1;
  font-size: 12px;
  padding: 35px 0px;
}
.container_links_before_footer a {
  color: #797979;
}
.container_links_before_footer a:hover {
  color: #a8a7a7;
}
.links_before_footer {
  max-width: 1220px;
  text-align: center;
  margin: 0 auto;
  /*  padding: 0 90px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  align-items: flex-start;
  justify-content: center;
}
.links_before_footer li {
  line-height: 2;
}
/* -------------- scroll --------------*/
.btn-arrib-btn-ab {
  width: 40px;
  height: 40px;
  background: rgb(6, 134, 55);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  transform: scale(0);
}
.btn-arrib-btn-ab i {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.btn-arrib-btn-ab:hover {
  transform: scale(1.1);
  border-color: #00030756;
  color: #000000;
}
/* -------------- Num 004 - footer all --------------*/
.footer {
  background: linear-gradient(30deg, rgb(25, 122, 187),#085080);

  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
}
.content_footer {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 0px 0px 20px; /*  padding: 0 20px 0 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer div {
  display: flex;
  align-items: center;
  /*  margin-right: 8px; */
}
.footer div i {
  margin-right: 10px;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer li {
  margin-right: 10px;
  margin-bottom: 1px;
}
footer ul li a {
  color: rgb(224, 224, 224);
  font-weight: 500;
}
/* -------------- Responsive --------------*/
@media screen and (max-width: 880px) {
  /* -------------- Num 002 - cover page --------------*/
  .contentPots {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  /*  --- Num 001 - container_header_all --- */

  .main_content ul.menu_all_2 {
    margin-right: 50px;
  }
  .main_content ul.main_menu_all {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #085080;
    width: 101%;
    height: 1000px;
    border-right: #ccc 1px solid;
    opacity: 1;
    padding: 30px;
    transform: translateX(-1000px);
    transition: transform 01ms ease-in-out;
  }
  .main_content ul.main_menu_all li {
    padding: 10px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
  }
  .main_content ul.main_menu_allli:last-child {
    border-bottom: 0;
  }
  .main_content ul.main_menu_all.stars {
    transform: translateX(-20px);
  }
  /* icon bars */
  .bars_menu_btn {
    display: block;
  }
  .bars_menu_btn:hover {
    opacity: 0.5;
  }

  /* -------------- Num 003 - container all --------------  */
  /* container community */
  .container_community .community_content h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 655px) {
  /* -------------- Num 002 - cover page --------------*/
  .cardsContentImgFuture {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .container_links_before_footer .links_before_footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .container_links_before_footer .links_before_footer ul {
    margin-bottom: 20px;
  }
  /* community */
  .container_community .community_content {
    width: 100%;
    padding: 10px;
  }

  /* -------------- Num 002 - cover page --------------*/
  .cover_page {
    display: inline-block;
  }

  .contentPots {
    margin-top: 0px;
  }
  .contentPots2 {
    display: block;
    padding: 60px 10px 10px 10px;
  }
  .contentPots h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .contentPots p {
    font-size: 16px;
  }
  .contentPots a {
    margin-top: 5px;
  }
}
@media screen and (max-width: 390px) {
  /* -------------- Num 002 - cover page --------------*/
  .cardsContentImgFuture {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* filtrado */
#container_fil {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
input[type="radio"] {
  display: none;
}
#elementos {
  margin-top: 20px;
}
#container_fil #opcion00:checked ~ #elementos .opcion-container_01,
#container_fil #opcion00:checked ~ #elementos .opcion-container_02,
#container_fil #opcion00:checked ~ #elementos .opcion-container_03,
#container_fil #opcion00:checked ~ #elementos .opcion-container_04,
#container_fil #opcion00:checked ~ #elementos .opcion-container_05,
#container_fil #opcion00:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion01:checked ~ #elementos .opcion-container_00,
#container_fil #opcion01:checked ~ #elementos .opcion-container_02,
#container_fil #opcion01:checked ~ #elementos .opcion-container_03,
#container_fil #opcion01:checked ~ #elementos .opcion-container_04,
#container_fil #opcion01:checked ~ #elementos .opcion-container_05,
#container_fil #opcion01:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion02:checked ~ #elementos .opcion-container_00,
#container_fil #opcion02:checked ~ #elementos .opcion-container_01,
#container_fil #opcion02:checked ~ #elementos .opcion-container_03,
#container_fil #opcion02:checked ~ #elementos .opcion-container_04,
#container_fil #opcion02:checked ~ #elementos .opcion-container_05,
#container_fil #opcion02:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion03:checked ~ #elementos .opcion-container_00,
#container_fil #opcion03:checked ~ #elementos .opcion-container_01,
#container_fil #opcion03:checked ~ #elementos .opcion-container_02,
#container_fil #opcion03:checked ~ #elementos .opcion-container_04,
#container_fil #opcion03:checked ~ #elementos .opcion-container_05,
#container_fil #opcion03:checked ~ #elementos .opcion-container_06 {
  display: none;
}
#container_fil #opcion04:checked ~ #elementos .opcion-container_00,
#container_fil #opcion04:checked ~ #elementos .opcion-container_01,
#container_fil #opcion04:checked ~ #elementos .opcion-container_02,
#container_fil #opcion04:checked ~ #elementos .opcion-container_03,
#container_fil #opcion04:checked ~ #elementos .opcion-container_05,
#container_fil #opcion04:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion05:checked ~ #elementos .opcion-container_00,
#container_fil #opcion05:checked ~ #elementos .opcion-container_01,
#container_fil #opcion05:checked ~ #elementos .opcion-container_02,
#container_fil #opcion05:checked ~ #elementos .opcion-container_03,
#container_fil #opcion05:checked ~ #elementos .opcion-container_04,
#container_fil #opcion05:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion06:checked ~ #elementos .opcion-container_00,
#container_fil #opcion06:checked ~ #elementos .opcion-container_01,
#container_fil #opcion06:checked ~ #elementos .opcion-container_02,
#container_fil #opcion06:checked ~ #elementos .opcion-container_03,
#container_fil #opcion06:checked ~ #elementos .opcion-container_04,
#container_fil #opcion06:checked ~ #elementos .opcion-container_05,
#container_fil #opcion06:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion07:checked ~ #elementos .opcion-container_00,
#container_fil #opcion07:checked ~ #elementos .opcion-container_01,
#container_fil #opcion07:checked ~ #elementos .opcion-container_02,
#container_fil #opcion07:checked ~ #elementos .opcion-container_03,
#container_fil #opcion07:checked ~ #elementos .opcion-container_04,
#container_fil #opcion07:checked ~ #elementos .opcion-container_05,
#container_fil #opcion07:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion08:checked ~ #elementos .opcion-container_00,
#container_fil #opcion08:checked ~ #elementos .opcion-container_01,
#container_fil #opcion08:checked ~ #elementos .opcion-container_02,
#container_fil #opcion08:checked ~ #elementos .opcion-container_03,
#container_fil #opcion08:checked ~ #elementos .opcion-container_04,
#container_fil #opcion08:checked ~ #elementos .opcion-container_05,
#container_fil #opcion08:checked ~ #elementos .opcion-container_06 {
  display: none;
}
#container_fil #opcion09:checked ~ #elementos .opcion-container_00,
#container_fil #opcion09:checked ~ #elementos .opcion-container_01,
#container_fil #opcion09:checked ~ #elementos .opcion-container_02,
#container_fil #opcion09:checked ~ #elementos .opcion-container_03,
#container_fil #opcion09:checked ~ #elementos .opcion-container_04,
#container_fil #opcion09:checked ~ #elementos .opcion-container_05,
#container_fil #opcion09:checked ~ #elementos .opcion-container_06 {
  display: none;
}

#container_fil #opcion10:checked ~ #elementos .opcion-container_00,
#container_fil #opcion10:checked ~ #elementos .opcion-container_01,
#container_fil #opcion10:checked ~ #elementos .opcion-container_02,
#container_fil #opcion10:checked ~ #elementos .opcion-container_03,
#container_fil #opcion10:checked ~ #elementos .opcion-container_04,
#container_fil #opcion10:checked ~ #elementos .opcion-container_05,
#container_fil #opcion10:checked ~ #elementos .opcion-container_06 {
  display: none;
}


/* 
div a img{
    display: none;
}
 */