body {
  font-family: "Roboto", sans-serif;
}
.color_1 {color: #005a84;}
.text_just {text-align: justify;}

/* header */
.logo_dashboard img {
  transition: all 0.7s;
}
header {
  background: var(--main-bg-color-header);
  transition: all 0.7s;
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  z-index: 2;
}

.header_sticky.header_is {
  position: sticky;
  top: 0px;
}
.bg_1 {background: #efefef;}

@media only screen and (min-width: 1366px) {
  .header_sticky .logo_dashboard img {height: 120px;}
  .header_sticky.header_is img {height: 60px;}
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .header_sticky .logo_dashboard img {height: 120px;}
  .header_sticky.header_is img {height: 60px;}
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .header_sticky .logo_dashboard img {height: 120px;}
  .header_sticky.header_is img {height: 55px;}
}
@media only screen and (max-width: 575px) {
  .header_sticky .logo_dashboard img {height: 120px;}
  .header_sticky.header_is img {height: 50px;}
}

/* footer */
.footer-section {
  background: var(--main-bg-color-footer);
  color: #fff;
}

/* background */
.bg_nosotros {
  background: var(--main-bg-color-nosotros);
  color: #fff;
}

/* estilos */
.titulo_1 {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}
.sub_text_1 {
  font-weight: 700;
  font-size: 25px;
}
.line_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.line_title label {
  margin: 0px;
  border-top: 4px solid #005a84;
  width: 60px;
}
.service_card {
  height: 150px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.service_card img {
  width: 100%;
  transform: scale(1.3);
  transition: all 0.7s;
}
a:hover .service_card img {transform: scale(1) translate(0px, -30px);}
.service_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000007a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subtext_service {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}
.line_2 {
  display: flex;
  align-items: center;
}
.line_2 label {
  margin: 0px;
  border-top: 4px solid #005a84;
  width: 150px;
}
.bg_nosotros .line_2 label {
  border-top: 4px solid #fff;
}

.titulo_2 {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  /* font-size: 35px; */
}

.item_grid1 {
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: center;
}

.bg_contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.btn_contact {
  font-size: 16px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  background: none;
  border: 1px solid #fff;
}
.btn_contact:hover {
  color: #fff;
  background: none;
}
.text_footer {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
}
.foot_title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.btn_foot {
  color: #FFF;
  background: #005a84;
  border-radius: 50%;
}
.btn_foot:hover {
  background: #005a84;
}
.card_blog {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
}
.bg_card_blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}
.btn_blog_card {
  background: #005a84;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.btn_blog_card:hover {
  background: #005a84;
  color: #fff;
}
.blog_tag_card {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
}
.title_card_blog {
  overflow: hidden;
  height: 47px;
}
.title_card_blog a h3 {
  font-size: 17px;
  color: #005a84;
  font-weight: 700;
  line-height: 1.3;
}
.title_card_blog a {text-decoration: none;}
.title_card_blog a:hover h3 {color: #000;}
.line_3 {
  display: flex;
  align-items: center;
}
.line_3 label {
  margin: 0px;
  border-top: 4px solid #005a84;
  width: 55px;
}
.blog_perfil_tag {
  font-weight: 300;
  font-size: 16px;
}
.tag_btn_perfil {
  font-size: 15px;
  color: #333;
  width: 100%;
  text-decoration: none;
  text-align: start;
}
.tag_btn_perfil:hover {
  color: #000;
}
.titulo_perfil {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.img_perfil_blog img {width: 100%;}
.btn_back_block {
  font-size: 17px;
  font-weight: 400;
  color: #005a84;
}
.btn_back_block:hover {
  color: #000;
}
a.btn_back_block {
  text-decoration: none;
}
.bg_other_blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
}

a.blog_link_perfil .blog_tag_card {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
}

a.blog_link_perfil .title_card_blog h3 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
a.blog_link_perfil {
  text-decoration: none;
}
a.blog_link_perfil .row {
  border: 1px solid #ccc;
}
#blog_area .card_blog {
  box-shadow: none;
}
a.btn_foot.perfil:hover {color: #fff;}

.bg_back_contact {
  background: #000000b3;
}
.text_popup {
  text-align: justify;
}
.bg_header_popup {
  background: var(--main-bg-color-header);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
}
.popup_close .btn-link {
  color: #fff;
  font-size: 20px;
}
