@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?x6o6y7);
  src: url(../fonts/icomoon.eot?x6o6y7#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.ttf?x6o6y7) format('truetype'),
    url(../fonts/icomoon.woff?x6o6y7) format('woff'),
    url(../fonts/icomoon.svg?x6o6y7#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
}

/* FIXES CONTRAST */
.navbar-light {
  background: #fff;
}
.img-contrast {
  display: none !important;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before,
.card-featured::before,
.cl,
[class*=' icon-'],
[class^='icon-'] {
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  text-transform: none;
}

html.base-font-1 {
  font-size: 17px;
}
html.base-font-2 {
  font-size: 19px;
}

/*CONTRAST*/
body.contrast {
  background: #22252a !important;
  color: #fff !important;
}
body.contrast p,
body.contrast h1,
body.contrast h2,
body.contrast h3,
body.contrast h4,
body.contrast h5,
body.contrast h6,
body.contrast span,
body.contrast a,
body.contrast .card-accent .card-accent-action {
  color: #fff !important;
}
body.contrast .contrast-text-black {
  color: #000000 !important;
}
body.contrast .img-contrast {
  display: inline-block !important;
}
body.contrast .img-color {
  display: none !important;
}
body.contrast .navbar-light {
  background: #000000;
  border-color: transparent;
  color: #fff;
}
body.contrast .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
body.contrast nav.navbar .navbar-nav .nav-item.dropdown.show .dropdown-toggle {
  color: #fff;
}
body.contrast .card {
  background: transparent;
}
body.contrast .alert-card {
  background: #4a4a4a;
}
body.contrast .contraste {
  background: #22252a;
}
body.contrast .dropdown-item {
  color: #000000 !important;
}

.toolbar .toolbar-btn.toolbar-behavior-decrease {
  padding: 12.23px;
}

.toolbar .toolbar-btn.toolbar-behavior-decrease .cl {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}

.toolbar .toolbar-btn.toolbar-behavior-increase {
  padding: 10.73px;
}

.toolbar .toolbar-btn.toolbar-behavior-increase .cl {
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
}

.cl-decrease-text {
  color: #a8b7c7;
}

.cl-decrease-text::before {
  color: inherit;
  content: '';
}
.cl-increase-text {
  color: #a8b7c7;
}

.cl-increase-text::before {
  color: inherit;
  content: '';
}
.cl-decrease-text {
  width: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
  line-height: 10px !important;
}
.cl-increase-text {
  width: 13px !important;
  height: 13px !important;
  font-size: 13px !important;
  line-height: 13px !important;
}

h3.titulo-seccion {
  font-size: 1.867rem;
  line-height: 2rem;
  color: #302f2f;
}
.navbar-brand strong {
  width: 100%;
  display: block;
  font-size: 65%;
}
.navbar-brand a {
  padding-top: 0;
}
#logo_text {
  line-height: 135%;
}

.side-nav a {
  font-size: 14px !important;
  font-family: 'gobCL', sans-serif !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 0.5em;
}

.thumb {
  border: 1px solid #747373 !important;
  border-radius: 3px !important;
}

.table-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}

.image-holder {
  position: relative;
  display: block;
}

.plus-image {
  left: 0px;
  top: 0px;
  position: absolute;
  margin-top: 8px;
  margin-left: 8px;
}

.tag {
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
}

.pagination .page-item.active .page-link {
  background-color: #179fb2;
}

.btn-subir {
  background-color: #2173b2;
  color: white !important;
  margin: 0;
}

.btn-mas-info {
  background-color: #2173b2;
  color: white !important;
  margin: 0;
}

.degrade {
  background-color: #179fb2;
}

.nav-link > li.active {
  color: #455a64 !important;
}

.a-folio-table {
  color: #2173b2 !important;
  font-weight: bold !important;
}
.a-folio-table:hover {
  color: #179fb2 !important;
  font-weight: bold !important;
}
.delete_file:hover {
  cursor: pointer;
  color: #f44336;
}

a {
  cursor: pointer;
  color: #2173b2;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #179fb2;
  transition: all 0.2s ease-in-out;
}
a.disabled:hover,
a:disabled:hover {
  color: #2173b2;
}

#logo_text {
  line-height: 135%;
}

.navbar-brand:hover {
  color: white !important;
}
.navbar-brand {
  color: white !important;
}

.feature {
  padding-left: 0 !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vh;
}
.pad_0 {
  padding-left: 0;
  padding-right: 0.5vh;
}

body {
  background-color: #fff;
}

#main_cont {
  margin: 0vh;
  padding: 0vh;

  background-color: #fff;
  font-family: 'gobCL', sans-serif !important;
}

.main_white {
  background-color: #fff !important;
}

#buscador_1 {
  font-family: 'gobCL', sans-serif !important;
}

p {
  font-family: 'gobCL', sans-serif !important;
  font-size: large !important;
}

.p-medium {
  font-family: 'gobCL', sans-serif !important;
  font-size: medium !important;
}

span {
  font-family: 'gobCL', sans-serif !important;
  font-size: large !important;
}

i {
  padding-top: 1vh;
}

.fa-plus {
  padding-top: 0 !important;
}

.logo-apps {
  padding-top: 20px;
  background-size: cover;
  background-position: 0 0;
  background-color: transparent;
  height: 6px;
  width: 100px;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1 !important;
  color: #f0f0f0;
}

#svg_logo {
  margin-top: 0vh;
  margin-bottom: 0vh !important;
}

#container {
  padding: 0px;
  font-family: 'Roboto', sans-serif !important;
}

#mailModal {
  margin-top: 20vh;
}

.modal-dialog {
  overflow-y: initial !important;
}
.modal-body .modal-footer {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.tyc_pp:hover {
  color: #b0bec5 !important;
}

.minsal_link:hover {
  color: #b0bec5 !important;
}

#card-calendar {
  padding: 0px !important;
}

.md-form input[type='text']:not(.browser-default):focus:not([readonly]) {
  border-bottom: 0.5px solid #2173b2 !important;
  box-shadow: 0 0.5px 0 0 #2173b2 !important;
}

.md-form .form-control.is-valid {
  border-color: #2173b2 !important;
  border-bottom: 1px solid #2173b2 !important;
}

.md-form .form-control.is-invalid {
  border-color: #f44336 !important;
}

.form-check-input[type='checkbox']:checked + label:before {
  border-bottom: solid 2px #2173b2 !important;
  border-right: solid 2px #2173b2 !important;
}

@mixin clearfix() {
  &::after {
    display: block;
    content: '';
    clear: both;
  }
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (phones, 320px and up) */
@media (min-width: 320px) {
  .card-head {
    font-size: 15px;
    padding: 15px;
  }
  .card-body {
    font-size: 15px;
    padding: 15px;
  }
  .item_cont {
    padding-left: 0vh;
  }
  .item_cont_pasos {
    padding-left: 0vh;
    padding-top: 0;
  }

  main {
    margin: 0vh;
    padding: 0vh;
    height: auto !important;
  }

  #text_intro {
    margin-bottom: 0vh !important;
  }

  .titulo_principal {
    margin-bottom: 0;
  }

  .texto_intro {
    margin-bottom: 0;
    font-size: 2.3vh !important;
  }

  #info_container {
    padding-top: 15vh;
  }

  #info_container .card-body {
    margin-bottom: 4vh !important;
    padding: 0.5vh;
  }
  #info_container .container {
    padding-left: 1.2vh;
    padding-right: 1.2vh;
  }
  #info_container .text_ult {
    margin: 0;
  }

  .container_datos {
    margin-top: 1vh;
    padding-top: 1vh !important;
  }
  .container_etapas {
    margin-bottom: 1vh;
    padding-bottom: 1vh !important;
  }
  #svg_logo {
    margin-top: 0vh !important;
    padding-bottom: 0vh !important;
  }

  .text_ult {
    font-size: 1.3vh;
  }
  .container_flow {
    margin-bottom: 0vh !important;
  }
}

@media (min-width: 350px) {
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 375px) {
  .form_div {
    padding: 2vh;
  }
  .footer-copyright {
    height: 12vh;
  }
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 414px) {
  #info_container {
    padding-top: 11.5vh;
  }
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  /* margin-bottom: 21vh !important; */
  .aviso {
    padding-top: 2vh;
  }

  .item_cont {
    padding-left: 3vh;
  }

  #info_container .container {
    padding-left: 3vh !important;
    padding-right: 3vh !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* margin-bottom: 20vh !important; */

  .item_cont_pasos {
    padding-left: 3vh;

    padding-top: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* margin-bottom: 24vh !important; */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* margin-bottom: 25vh !important; */
}

@media (min-width: 1500px) {
}

/*sjkjksjkjsjksjjkjskjkskjskj*/

@media (max-width: 740px) {
}

/* Half Page Carousel itself*/
.carousel {
  height: 50%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
  height: 100%;
}

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%;
  }
}

/* Navbar animation */

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #179fb2;
}
