/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*
    Mixin para generar URL al child theme
*/
ul.contact-list {
  list-style-type: none;
  position: relative;
}
ul.contact-list li {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.contact-list li:before {
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: '';
  left: 0;
}
ul.contact-list li.item-envelope:before {
  background-image: url("http://projects.byte.hn/icf/wp-content/uploads/2020/09/img_icon_envelope.png");
}
ul.contact-list li.item-phone:before {
  background-image: url("http://projects.byte.hn/icf/wp-content/uploads/2020/09/img_icon_phone.png");
}
ul.contact-list li.item-email:before {
  background-image: url("http://projects.byte.hn/icf/wp-content/uploads/2020/09/img_icon_email.png");
}
ul.contact-list li.item-place:before {
  background-image: url("http://projects.byte.hn/icf/wp-content/uploads/2020/09/img_icon_place.png");
}
ul.contact-list li.item-clock:before {
  background-image: url("http://projects.byte.hn/icf/wp-content/uploads/2020/09/img_icon_clock.png");
}
.btn {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 0.7em;
  background-color: #98ad1e;
}
.btn.--icon:after {
  line-height: inherit;
  font-size: inherit !important;
  margin-left: 0.3em;
  left: auto;
  display: inline-block;
  opacity: 1;
}
.btn.--icon-download:after {
  content: attr(data-icon);
  font-family: "ETmodules" !important;
}
.section-fixed {
  width: 100%;
  position: fixed !important;
}
.row_colored-options.et_pb_row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  border-radius: 15px;
  height: 100px;
}
.row_colored-options.et_pb_row .et_pb_column:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  opacity: 1;
  border-radius: 15px;
}
.row_colored-options.et_pb_row .et_pb_column:hover:before {
  background-color: rgba(0,0,0,0.35);
}
.row_colored-options.et_pb_row .et_pb_column > * {
  width: 100%;
}
.row_colored-options.et_pb_row .et_pb_column h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.column_access-module.et_pb_column {
  background-color: #f2f2f2;
  padding: 1em;
  border-radius: 15px;
  border: 2px solid #f2f2f2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.column_access-module.et_pb_column:hover {
  background-color: #fff;
  border: 2px solid rgba(0,0,0,0.5);
}
.column_access-module.et_pb_column .et_pb_main_blurb_image {
  margin-bottom: 20px;
}
.column_access-module.et_pb_column .et_pb_blurb .et_pb_image_wrap img {
  max-height: 80px;
}
.column_access-module.et_pb_column .et_pb_module_header {
  padding: 0.5em;
  border-radius: 5px;
  color: #fff;
}
.column_access-module.et_pb_column .et_pb_blurb_description {
  padding: 0.5em;
}
.column_access-module.et_pb_column.--blue-1 .et_pb_module_header {
  background: #00aff0;
}
.column_access-module.et_pb_column.--blue-2 .et_pb_module_header {
  background: #083061;
}
.column_access-module.et_pb_column.--green-1 .et_pb_module_header {
  background: #acae1f;
}
.column_access-module.et_pb_column.--green-2 .et_pb_module_header {
  background: #65781f;
}
.column_access-module.et_pb_column.--green-3 .et_pb_module_header {
  background: #445f02;
}
.column_access-module.et_pb_column.--green-4 .et_pb_module_header {
  background: #2a3f04;
}
.column_access-module.et_pb_column.--yellow-1 .et_pb_module_header {
  background: #ffd416;
}
.column_access-module.et_pb_column.--yellow-2 .et_pb_module_header {
  background: #ddd31c;
}
.column_access-module.et_pb_column.--orange-1 .et_pb_module_header {
  background: #ffa914;
}
.column_access-module.et_pb_column.--orange-2 .et_pb_module_header {
  background: #e87500;
}
.column_access-module.et_pb_column.--ochre .et_pb_module_header {
  background: #8c3321;
}
.column_access-module.et_pb_column.--brown-1 .et_pb_module_header {
  background: #5a1f0d;
}
.column_access-module.et_pb_column.--brown-2 .et_pb_module_header {
  background: #441607;
}
.column_access-module.et_pb_column.--brown-3 .et_pb_module_header {
  background: #330b03;
}
ul.footer_vertical-menu {
  list-style-type: none;
}
ul.footer_vertical-menu li {
  line-height: 1.5em;
  margin-bottom: 5px;
  opacity: 0.85;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.footer_vertical-menu li:before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.footer_vertical-menu li:hover {
  opacity: 1;
}
ul.footer_vertical-menu a {
  color: rgba(255,255,255,0.85);
  font-weight: bold;
}
.footer_row {
  background-size: 50% !important;
}
@media only screen and (max-width: 980px) {
  .footer_row {
    background-position: bottom center !important;
    background-size: 100% !important;
  }
}
.home_slider .et_pb_slide_description {
  text-align: left;
}
.home_slider .et_pb_slide_title {
  background-color: rgba(152,173,32,0.9);
  padding: 0.3em;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 1rem;
}
.home_slider .et_pb_slide_content {
  max-width: 800px;
}
.home_slider .et_pb_button.et_pb_more_button {
  background-size: auto 80% !important;
  background-position: 10px !important;
  line-height: 1.25em !important;
  margin-top: 2rem;
}
.home_row_temas-interes .et_pb_blurb .et_pb_image_wrap {
  max-width: 160px;
}
.row_thumb-modules .et_pb_column {
  height: 200px;
}
.row_thumb-modules .et_pb_column:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  opacity: 1;
}
.row_thumb-modules .et_pb_column:hover:before {
  background-color: rgba(0,0,0,0.35);
}
.row_thumb-modules .et_pb_text .et_pb_text_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 0 1em;
  width: 100%;
}
.widget-tabs_items .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget-tabs_items .et_pb_column .et_pb_blurb .et_pb_main_blurb_image,
.widget-tabs_items .et_pb_column .et_pb_blurb .et_pb_module_header {
  padding-bottom: 0;
}
@media (min-width: 1101px) {
  .widget-tabs_items .widget-tabs_item {
    margin: 0 5px 0 5px;
  }
  .widget-tabs_items .widget-tabs_item:first-child {
    margin-left: 0 !important;
  }
  .widget-tabs_items .widget-tabs_item:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 1100px) {
  .widget-tabs_items .widget-tabs_item {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .widget-tabs_items .widget-tabs_item:last-child {
    margin-bottom: 0 !important;
  }
}
.widget-tabs_items .widget-tabs_item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html:not(.et-fb-root-ancestor) .widget-tabs_content {
  display: none;
}
html:not(.et-fb-root-ancestor) .widget-tabs_content.--open {
  display: block;
}
.widget-tabs_item.--active.et_pb_blurb {
  background-color: #98ad20;
}
.widget-tabs_item.--active.et_pb_blurb .et-pb-icon {
  color: #fff;
}
.widget-tabs_item.--active.et_pb_blurb .et_pb_module_header a {
  color: #fff;
}
html:not(.et-fb-root-ancestor) .widget-table-info_row {
  display: none;
}
html:not(.et-fb-root-ancestor) .widget-table-info_row.--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-table-info_pagination .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget-table-info_pagination .et_pb_column * {
  margin: 0 5px 0 5px;
}
.widget-table-info_pagination-text h5 {
  padding-bottom: 0px;
}
.widget-table-info_head h4 {
  padding-bottom: 0px;
}
.et_pb_button.--block {
  display: block;
  text-align: center;
}
.dipl_blog_slider_content_wrapper {
  padding: 0 !important;
}
.et_pb_tabs ul.et_pb_tabs_controls {
  background-color: #fff;
}
.et_pb_tabs ul.et_pb_tabs_controls:after {
  border-top: none;
}
.et_pb_tabs ul.et_pb_tabs_controls li {
  border-right: none;
}
.et_pb_tabs .et_pb_tab_active {
  border-radius: 15px 15px 0 0;
}
.et_pb_tabs .et_pb_all_tabs {
  border-radius: 0 0 15px 15px;
  background-color: #f2f2f2;
}
.et_pb_tabs .et_pb_tab_content h4 {
  color: #98ad20;
  font-size: 22px;
}
.et_pb_text .et_pb_text_inner > *:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.text.et_pb_text ul {
  list-style-type: none;
}
.text.et_pb_text ul li {
  line-height: 1.5em;
  margin-bottom: 5px;
}
.text.et_pb_text ul li:before {
  content: "\2022";
  color: #98ad20;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.text.et_pb_text table thead tr {
  border: 2px solid #98ad20;
}
.text.et_pb_text table thead th {
  border: none;
  background-color: #98ad20;
  color: #fff;
}
.text.et_pb_text table tbody td {
  border: 2px solid #606060;
}
.text.et_pb_text table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
.text.et_pb_text table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
.blurb.et_pb_blurb ul {
  list-style-type: none;
}
.blurb.et_pb_blurb ul li {
  line-height: 1.5em;
  margin-bottom: 5px;
}
.blurb.et_pb_blurb ul li:before {
  content: "\2022";
  color: #98ad20;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.blurb_thumbnail.et_pb_blurb .et_pb_image_wrap {
  width: 160px;
}
@media only screen and (max-width: 980px) {
  .blurb_thumbnail.et_pb_blurb .et_pb_image_wrap {
    width: 120px;
  }
}
@media only screen and (max-width: 540px) {
  .blurb_thumbnail.et_pb_blurb .et_pb_image_wrap {
    width: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  #main-header > .container {
    width: 95%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1160px) {
  #top-menu li {
    padding-right: 10px;
    font-size: 12px;
  }
  #et_top_search {
    display: none;
  }
}
body.single-post .entry-content > * {
  margin-bottom: 20px;
}
.et_pb_gallery_pagination ul:after {
  display: none !important;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 1em;
  vertical-align: middle;
}
.et_pb_module .et_pb_accordion_item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
iframe {
  display: block;
}
.underline,
.underline:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 980px) {
  .center-mobile,
  .center-mobile .et_pb_text_inner,
  .center-mobile .et_pb_social_media_follow {
    text-align: center !important;
  }
  .reverse-columns-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .no-mobile-margin.et_pb_row .et_pb_column,
  .no-mobile-margin.et_pb_column {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 981px) {
  .vertical-middle.et_pb_row .et_pb_column,
  .vertical-middle.et_pb_column {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.overlay:before,
.overlay-parallax .et_parallax_bg:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay-09:before,
.overlay-09 .et_parallax_bg:before {
  opacity: 0.9;
}
.overlay-08:before,
.overlay-08 .et_parallax_bg:before {
  opacity: 0.8;
}
.overlay-07:before,
.overlay-07 .et_parallax_bg:before {
  opacity: 0.7;
}
.overlay-06:before,
.overlay-06 .et_parallax_bg:before {
  opacity: 0.6;
}
.overlay-05:before,
.overlay-05 .et_parallax_bg:before {
  opacity: 0.5;
}
.overlay-04:before,
.overlay-04 .et_parallax_bg:before {
  opacity: 0.4;
}
.overlay-03:before,
.overlay-03 .et_parallax_bg:before {
  opacity: 0.3;
}
.overlay-02:before,
.overlay-02 .et_parallax_bg:before {
  opacity: 0.2;
}
.overlay-01:before,
.overlay-01 .et_parallax_bg:before {
  opacity: 0.1;
}
.overlay-white:before,
.overlay-white .et_parallax_bg:before {
  background-color: #fff;
}
.overlay-black:before,
.overlay-black .et_parallax_bg:before {
  background-color: #000;
}
.overlay-black:before,
.overlay-black .et_parallax_bg:before {
  background-color: #000;
}
.overlay-dark:before,
.overlay-dark .et_parallax_bg:before {
  background-color: #26333b;
}
.overlay-grey-dark:before,
.overlay-grey-dark .et_parallax_bg:before {
  background-color: #465e6e;
}
.overlay-grey:before,
.overlay-grey .et_parallax_bg:before {
  background-color: #606060;
}
.overlay-grey-light:before,
.overlay-grey-light .et_parallax_bg:before {
  background-color: #f2f2f2;
}
.overlay-white:before,
.overlay-white .et_parallax_bg:before {
  background-color: #fff;
}
.overlay-primary:before,
.overlay-primary .et_parallax_bg:before {
  background-color: #98ad20;
}
.overlay-blue:before,
.overlay-blue .et_parallax_bg:before {
  background-color: #0178d2;
}
.overlay-red:before,
.overlay-red .et_parallax_bg:before {
  background-color: #f56d5d;
}
.overlay-green:before,
.overlay-green .et_parallax_bg:before {
  background-color: #98ad20;
}
.img-max-50,
.img-max-50 img {
  max-height: 50px;
  width: auto;
}
.img-max-75,
.img-max-75 img {
  max-height: 75px;
  width: auto;
}
.img-max-100,
.img-max-100 img {
  max-height: 100px;
  width: auto;
}
.img-max-125,
.img-max-125 img {
  max-height: 125px;
  width: auto;
}
.img-max-150,
.img-max-150 img {
  max-height: 150px;
  width: auto;
}
.img-max-200,
.img-max-200 img {
  max-height: 200px;
  width: auto;
}
.img-max-250,
.img-max-250 img {
  max-height: 200px;
  width: auto;
}
.img-max-300,
.img-max-300 img {
  max-height: 300px;
  width: auto;
}
.img-max-400,
.img-max-400 img {
  max-height: 400px;
  width: auto;
}
