/** Conaset style **/

/*-------------------------------
# Generales
-------------------------------*/
.roundbox {
  border-radius: 25px;
}

.blue-text {
  color: rgb(27, 52, 89);
}

.img1 {
  display: block;
}
.img2 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .img1 {
    display: none;
  }
  .img2 {
    display: block;
  }

  /* .tarjeta {
    width: 300px;
  } */
}

.card {
  background: url('assets/img/web-LCD_implementacion-gradual_mapa-chile-corregido.png')
    no-repeat;
  display: inline-block;
}
.card:hover {
  background: url('assets/img/ilustracion web_piloto_autos_por_regiones.png')
    no-repeat;
}

html {
  font-size: 16px;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #111111;
  background-color: #fff;
  font-weight: 400;
}

a {
  color: #0f69b4;
}

a:hover {
  color: #0a4b7f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600;
}
h1 {
  color: #fff;
}

h2,
h5,
h6 {
  color: #111111;
}
h3,
h4 {
  color: #4a4a4a;
}
.hover-scale {
  transition: all 0.4s ease;
}

.hover-scale:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.valign {
  margin: auto;
}
.img-center {
  text-align: center;
}

.texto {
  text-align: justify;
}

.lista {
  padding: 4px !important;
}
/*-------------------------------
# Accesibilidad
-------------------------------*/
@font-face {
  font-family: gob-cl;
  font-style: normal;
  font-weight: 400;
  src: url('https://s3.amazonaws.com/gobcl-prod/@gobdigital-cl/gob.cl/dist/fonts/gob-cl.eot?kyr2k2');
  src: url('https://s3.amazonaws.com/gobcl-prod/@gobdigital-cl/gob.cl/dist/fonts/gob-cl.eot?kyr2k2#iefix')
      format('embedded-opentype'),
    url('https://s3.amazonaws.com/gobcl-prod/@gobdigital-cl/gob.cl/dist/fonts/gob-cl.ttf?kyr2k2')
      format('truetype'),
    url('https://s3.amazonaws.com/gobcl-prod/@gobdigital-cl/gob.cl/dist/fonts/gob-cl.woff?kyr2k2')
      format('woff'),
    url('https://s3.amazonaws.com/gobcl-prod/@gobdigital-cl/gob.cl/dist/fonts/gob-cl.svg?kyr2k2#gob-cl')
      format('svg');
}

.ico {
  font-family: gob-cl !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #333;
}
#tools-mobile .visuallyhidden {
  color: #fff;
}
/* Contenedores de botones*/

.section-header {
  width: 38px;
}
#inner-page.valign {
  /*Válido para página sin menú superior. Comentar en caso de agregar menú*/
  margin: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .section-header {
    width: 124px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding: 15px 0;
  }
}
@media (max-width: 824px) and (orientation: landscape) {
  .section-header {
    margin-right: 40px;
  }
}
@media (max-width: 280px) and (orientation: portrait) {
  .section-header {
    margin-right: 30px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /*Ipad*/
  .section-header {
    margin-right: 30px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .section-header {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .section-header.with-toolbar .toolbar {
    float: right;
  }
}
@media (min-width: 768px) {
  .section-header.with-toolbar .toolbar {
    float: none;
  }
}
@media (min-width: 576px) {
  .section-header.with-toolbar .toolbar {
    text-align: right;
  }
}

.container.a11y {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
}
#tools-mobile {
  text-align: right;
  height: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;
  margin-top: 7px;
  z-index: 999;
}
#tools-mobile.seeing {
  height: 38px;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
}
@media (min-width: 768px) {
  #tools-mobile.seeing {
    display: none !important;
  }
}

/*Botones*/
.toolbar .toolbar-btn {
  display: none;
  width: 38px;
  height: 38px;
  padding: 9.23px;
  text-decoration: none;
  vertical-align: top;
  border: 1.77px solid #a8b7c7;
}
#tools-mobile .toolbar-btn2 {
  width: 38px;
  height: 38px;
  padding: 9.23px 10px;
  margin-left: 3px;
  text-decoration: none;
  vertical-align: bottom;
  border: 1.77px solid #a8b7c7;
  background: #37517e;
  transition: all 0.2s;
}
.toolbar .toolbar-btn:hover {
  border-color: #0f69b4;
}
#tools-mobile .toolbar-btn2:hover {
  border-color: #5da3d5;
}
.toolbar .toolbar-btn .ico {
  display: block;
}
.toolbar .toolbar-btn:active,
#tools-mobile .toolbar-btn2:active {
  border-color: #a8b7c7;
}
.toolbar .toolbar-btn .ico,
#tools-mobile .toolbar-btn2 .ico {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.toolbar .toolbar-btn .ico::before,
#tools-mobile .toolbar-btn2 .ico::before {
  color: #a8b7c7;
}
.toolbar .toolbar-btn:hover .ico::before {
  color: #0f69b4;
}
#tools-mobile .toolbar-btn2:hover .ico::before {
  color: #5da3d5;
}
.toolbar .toolbar-btn:active .ico::before,
#tools-mobile .toolbar-btn2:active .ico::before {
  color: #a8b7c7;
}
#tools-mobile .toolbar-btn2.toolbar-behavior-decrease,
#tools-mobile .toolbar-btn2.toolbar-behavior-contrast {
  padding: 9.23px 12.23px;
  background: #37517e;
}
.toolbar-behavior-decrease .ico {
  width: 10px !important;
  height: 10px !important;
  font-size: 10px !important;
}
.ico-contrast::before {
  color: #a8b7c7;
  content: '';
}
.ico-decrease-text::before {
  color: #a8b7c7;
  content: '';
}
.ico-increase-text::before {
  color: #a8b7c7;
  content: '';
}
.ico-accessibility::before {
  color: #a8b7c7;
  content: '';
}

/*Toolbar Toggler*/
#toolbar-toggler {
  display: inline-block;
  z-index: 999;
}

@media (min-width: 768px) {
  #toolbar-toggler {
    display: none;
  }
  .toolbar .toolbar-btn {
    display: inline-block;
  }
}

#toolbar-toggler .toolbar-behavior-off {
  display: none;
  font-size: 17.6px;
  line-height: 16px;
  color: #a8b7c7;
  text-align: center;
}
#toolbar-toggler:hover .toolbar-behavior-off {
  color: #0f69b4;
}
#toolbar-toggler:active .toolbar-behavior-off {
  color: #a8b7c7;
}

#toolbar-toggler .toolbar-behavior-on {
  display: block;
}
#tools-on.seeing,
#tools-off.seeing {
  display: block;
}
#tools-on.not-seeing,
#tools-off.not-seeing {
  display: none;
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  #toolbar-toggler {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) and (orientation: landscape) {
  #toolbar-toggler {
    margin-right: 50px;
  }
}
/*-------------------------------
# Preloader
-------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(256, 256, 256, 0.2);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------
# Botón Up to top
-------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 998;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #47b2e4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #5da3d5;
  color: #fff;
}

/*-------------------------------
# Header
-------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #header {
    height: 68px;
  }
}
#header .logo {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
  letter-spacing: -9999px;
}

#header .logo img {
  height: 68px;
  max-height: 68px;
  z-index: 1;
}
@media (min-width: 576px) and (orientation: landscape) {
  #header .container {
    max-width: 630px;
  }
}
@media (min-width: 731px) and (orientation: landscape) {
  #header .container {
    max-width: 700px;
  }
}
@media (min-width: 812px) and (orientation: landscape) {
  #header .container {
    max-width: 780px;
  }
}
@media (min-width: 992px) {
  #header .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header .container {
    max-width: 1140px;
  }
}
@media (max-width: 540px) and (orientation: portrait) {
  #header .logo img {
    max-height: 60px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  #header .section-header.with-toolbar .toolbar {
    width: 80px;
  }
  .container.a11y {
    max-width: 450px;
  }
}
@media (max-width: 320px) and (orientation: portrait) {
  #header .logo img {
    max-height: 50px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 576px) {
  .container.a11y {
    max-width: 560px;
  }
}
@media (min-width: 731px) {
  .container.a11y {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .container.a11y {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.a11y {
    max-width: 1140px;
  }
}
/*-------------------------------
# Menú principal
-------------------------------*/
/* Desktop Navigation */

@media (min-width: 992px) {
  .nav-menu {
    padding: 15px 0;
  }
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: break-spaces;
  padding: 10px 16px;
  margin: auto;
}
@media (min-width: 1200px) {
  .nav-menu > ul > li {
    max-width: 204px;
  }
}
.nav-menu a {
  display: block;
  position: relative;
  color: #111;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #0f69b4;
}

@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /*Ipad*/
  .nav-menu a {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) {
  /*Ipad Pro */
  .nav-menu a {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: '\eaa0';
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: '\ea9d';
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 32px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 2px 3px;
}
@media (max-width: 991px) and (orientation: portrait) {
  .mobile-nav-toggle {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 320px) and (orientation: portrait) {
  .mobile-nav-toggle {
    top: 8px;
    right: 8px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /*Ipad*/
  .mobile-nav-toggle {
    top: 16px;
    right: 15px;
  }
}
.mobile-nav-toggle i {
  color: #0f69b4;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: auto;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #0f69b4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: '\ea99';
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: '\eaa1';
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*-------------------------------
# Presentación
-------------------------------*/
#presentacion {
  width: 100%;
  background: #516fb4;
}

#presentacion .container {
  padding-top: 12px;
}

#presentacion h2 {
  margin: 0 0 10px 0;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#presentacion p {
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}
/* #presentacion .btn-app {
  padding: 0;
}
#presentacion .btn-app img {
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .btn-block .btn-app + .btn-app {
    margin: 0 0 0 10px;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .btn-block .btn-app + .btn-app {
    margin: 0;
  }
} */

/* CLASS IMG1 e IMG2 para cambio Desktop/Mobile
@media all and (max-width: 499px) {
  #presentacion .img1 {
    display: none;
  }
  #presentacion .img2 {
    display: block;
  }
}
*/

/*

@media (max-width: 991px) {
  #presentacion {
    text-align: center;
  }
  #presentacion .hero-img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  #presentacion .hero-img img {
    width: 100%;
    height: 10%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #presentacion h2 {
    font-size: 1.75rem;
    line-height: 36px;
  }
  #presentacion p {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #presentacion .hero-img img {
    width: 100%;
    height: 10%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  #presentacion .hero-img img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  #presentacion .container {
    padding-top: 0;
    height: auto;
  }
  #presentacion .hero-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #presentacion .hero-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-height: 280px) and (orientation: landscape) {
  #presentacion .hero-img img {
    width: 100%;
    height: auto;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  #presentacion h2 {
    font-size: 2.4rem;
  }
}
@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  #presentacion h2 {
    font-size: 2.4rem;
  }
}
  */

/*-------------------------------
# Animación
-------------------------------*/
@-webkit-keyframes left-right {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes left-right {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}

/*-------------------------------
# Secciones
-------------------------------*/
section {
  padding: 45px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #e2e7f3;
  box-shadow: inset 0px 20px 50px rgba(0, 53, 113, 0.08);
}
.section-bg2 {
  background-color: #37517e;
}
.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 2.4rem;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.75rem;
  }
}

/*-------------------------------
# Acerca de la Licencia
-------------------------------*/
.about .pl-lg-3,
.about .pr-lg-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.about hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .about hr {
    width: 200px;
    padding-left: 15px;
  }
}

.about .content .icon-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .about .content .icon-box {
    width: 250px;
  }
}
.about .content .icon-box p {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #4a4a4a;
  margin: 5px 5px 10px 35px;
}

.about .content .icon-box i {
  font-size: 28px;
  float: left;
  color: #8596ad;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .about .content .icon-box {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .about .content .icon-box p {
    font-size: 1.125rem;
  }
  .about .content .icon-box i {
    font-size: 24px;
    top: 10px;
    margin-top: 2px;
  }
  .about .img-fluid {
    margin-bottom: 15px;
  }
  .about hr {
    display: none;
  }
}

/*-------------------------------
# Animación imágenes
-------------------------------*/
#revealAnim .images-container {
  width: 100%;
  text-align: center;
}
#revealAnim .images-container img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s 0.9s;
  -moz-transition: -moz-transform 0.6s 0.9s;
  transition: transform 0.6s 0.9s;
}
#revealAnim .images-container .back {
  z-index: 3;
}
#revealAnim .images-container .front {
  z-index: 2;
}
/*-------------------------------
# Features - Beneficios
-------------------------------*/
.features .content h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .features .content h2 {
    font-size: 1.75rem;
  }
}
.features .content p.destacado {
  margin-bottom: 10px;
}
.features .content p.destacado mark {
  color: #ce091d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  background-color: inherit;
  padding: 0;
}
.features .content ul {
  list-style: none;
  padding: 0;
}
.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 32px;
  padding-right: 4px;
  color: #91a1b6;
  float: left;
  margin-top: -4px;
}

.features .content ul p {
  margin-left: 60px;
  line-height: 1.4rem;
}

.features .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .features .content ul i {
    font-size: 28px;
  }
  .features .content ul p {
    margin-left: 40px;
    line-height: 1.4rem;
  }
}
.features .info-box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 10px 30px 10px;
  background: #fff;
}
.features .info-box:hover {
  transform: translateY(-10px);
}
.features .info-box i {
  font-size: 12px;
  padding-right: 4px;
  color: #111;
  vertical-align: middle;
}

.features .img-fluid.border-none {
  border: none !important;
}
section.features .container hr {
  margin-top: 2rem;
  margin-bottom: -1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.09),
    rgba(0, 0, 0, 0)
  );
}

section.features .info-buttons .btn-watch-video {
  padding: 0 !important;
  transition: 0.5s;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  section.features .info-buttons .btn-watch-video {
    width: 255px;
  }
}
section.features .info-buttons .btn-watch-video img {
  border: 4px solid #fff;
  border-radius: 25px;
  transition: 0.5s;
}
section.features .info-buttons .btn-watch-video:hover img {
  transform: translateY(-10px);
  border: 4px solid #0f69b4;

  border-radius: 25px;
}

.features .accordion-list {
  margin-top: 30px;
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
}

.features .accordion-list ul {
  padding: 0;
  list-style: none;
}

.features .accordion-list ul li {
  padding-bottom: 0;
  background: #fff;
  border-radius: 4px;
  transition: 0.3s;
  border-top: 1px solid #c1d0d7;
  padding-bottom: 0;
}

.features .accordion-list a {
  display: block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 30px 15px 15px;
  outline: none;
  border-bottom: 4px solid #c1d0d7;
}
.features .accordion-list a:hover {
  color: #0a4b7f;
}
.features .accordion-list a:hover i {
  color: #0a4b7f;
}
.features .accordion-list .accordion-answer a {
  display: inline;
  font-weight: 500;
  font-size: 1rem;
  padding: 0;
  border-bottom: 0;
}
.features .accordion-list .accordion-answer a:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.features .accordion-list ul li i {
  font-size: 35px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.5;
  margin-top: 4px;
  color: #0f69b4;
}
.features .accordion-list ul li p {
  margin-bottom: 15px;
  padding: 15px;
  margin-left: 0;
}

.features .accordion-list .icon-show {
  display: none;
}

.features .accordion-list a.collapsed {
  color: #0f69b4;
  background: rgba(256, 256, 256, 0.3);
}

.features .accordion-list a.collapsed:hover {
  color: #0a4b7f;
}
.features .accordion-list a.collapsed:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 179, 0.25);
}

.features .accordion-list a.collapsed:hover i {
  color: #0a4b7f;
}
.features .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.features .accordion-list a.collapsed .icon-close {
  display: none;
}
/*-------------------------------
# App
-------------------------------*/
#app-mobile.features .btn-block {
  display: flex;
  width: 100%;
  margin-left: 163px;
}
#app-mobile.features p.descarga {
  margin-left: 120px;
}
#app-mobile.features .btn-app img {
  margin: 2px 2px 10px 2px;
}
@media (max-width: 991px) {
  #app-mobile.features p.descarga {
    margin-left: 0;
  }
  #app-mobile.features .btn-block {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #app-mobile.features p.descarga {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* no mostrar los br*/
  .salto {
    display: none;
  }
  .logos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#app-mobile.features .app-carousel {
  position: relative;
  z-index: 1;
}

/*-------------------------------
# Seguridad
-------------------------------*/
.security .info-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.4s;
  background: #fff;
  margin-top: 15px;
  border-radius: 4px;
}
.security .content2 {
  padding: 20px;
}
.security .content h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .security .content h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  .security img {
    width: 50%;
  }
}
.security p {
  margin-bottom: 15px;
  padding: 10px 0 0 0;
}
.security p.pie {
  font-size: 0.75rem;
  margin-top: 7px;
}

/*Snippet2*/
.security .snippet2 {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  background-color: #37517e;
  margin-top: 10px;
}
.security .snippet2 .stop {
  margin: auto;
}
.security .snippet2 .bajada {
  font-size: 0.9375rem;
  margin-left: 0;
  margin: auto;
}

@media (min-width: 1200px) {
  .security .snippet2 .bajada {
    margin-left: -26px !important;
  }
  .margen-qr {
    margin-left: 7px !important;
  }
}
@media screen and (orientation: landscape) {
  .security .snippet2 .bajada {
    margin-left: -16px !important;
  }
}
@media screen and (min-width: 991px) and (orientation: landscape) {
  .security .snippet2 .bajada {
    margin-left: -10px !important;
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /*Ipad*/
  .security .snippet2 .bajada {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .security .snippet2 .bajada {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
  .security .snippet2 .bajada {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    margin-left: 0 !important;
  }
}
.my-custom-width {
  max-width: 800px;
}
/* Stop sign*/
figure {
  margin: 0;
}
.stop-sign,
.stop-sign * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.stop-sign div {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 114px;
  height: 114px;
  text-align: center;
  color: white;
  font-weight: 900;
}
/* Background */
.stop-sign div,
.stop-sign div > div > div,
.stop-sign div > div > div > div > div {
  background: transparent;
}
.stop-sign div > div,
.stop-sign div > div > div > div > div > div {
  background: #e22c2c;
}
.stop-sign div > div > div > div {
  background: white;
}
/* Rotation and Sizing */
.stop-sign div > div,
.stop-sign div > div > div > div,
.stop-sign div > div > div > div > div > div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.stop-sign div > div > div {
  width: 107px;
  height: 107px;
  top: 3px;
}
.stop-sign div > div > div > div > div {
  width: 102px;
  height: 102px;
  top: 2px;
  text-align: center;
}
.stop-sign div.snnip1 span {
  position: absolute;
  font-size: 28px;
  bottom: 22%;
  right: -2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stop-sign div.snnip2 span {
  position: absolute;
  font-size: 24px;
  bottom: 26%;
  right: -2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stop-sign div p {
  position: absolute;
  bottom: 25%;
  right: 18%;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stop-sign div.snnip2 p {
  bottom: 28%;
  right: 12%;
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /*Ipad*/
  .stop-sign div.snnip1 span {
    font-size: 22px;
    bottom: 26%;
    right: 4px;
  }
  .stop-sign div.snnip1 p {
    bottom: 24%;
    right: 15px;
  }
  .stop-sign div.snnip2 span {
    font-size: 22px;
    bottom: 26%;
    right: -2px;
  }
  .stop-sign div.snnip2 p {
    bottom: 28%;
    right: 12px;
  }
  .stop-sign div p {
    bottom: 25%;
    right: 18%;
    line-height: 1.2;
    font-size: 12px;
  }
  .security .snippet2 .bajada {
    font-size: 0.8rem;
  }
  .security .snippet2 {
    min-height: 135px;
  }
  .stop-sign div > div > div > div > div {
    width: 90px;
    height: 90px;
  }
  .stop-sign div > div > div {
    width: 95.5px;
    height: 95.5px;
  }
  .stop-sign div {
    width: 101px;
    height: 101px;
  }
}

@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /*Ipad Pro */
  .stop-sign div.snnip1 span {
    font-size: 22px;
    bottom: 26%;
    right: 4px;
  }
  .stop-sign div.snnip1 p {
    bottom: 24%;
    right: 15px;
  }
  .stop-sign div.snnip2 span {
    font-size: 22px;
    bottom: 26%;
    right: -2px;
  }
  .stop-sign div.snnip2 p {
    bottom: 28%;
    right: 12px;
  }
  .stop-sign div p {
    bottom: 25%;
    right: 18%;
    line-height: 1.2;
    font-size: 12px;
  }
  .security .snippet2 .bajada {
    font-size: 0.8rem;
  }
  .security .snippet2 {
    min-height: 135px;
  }
  .stop-sign div > div > div > div > div {
    width: 90px;
    height: 90px;
  }
  .stop-sign div > div > div {
    width: 95.5px;
    height: 95.5px;
  }
  .stop-sign div {
    width: 101px;
    height: 101px;
  }
}
/*-------------------------------
# Botones info externa
-------------------------------*/
.info-buttons .btn-more-info {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block !important;
  padding: 6px 14px 6px 18px !important;
  border-radius: 32px;
  transition: 0.3s;
  margin: 10px 0 0 0;
  color: #0f69b4;
  background: #fff;
  border: 2px solid #0f69c4;
}

.info-buttons .btn-more-info:hover {
  background: #00578d;
  color: #fff;
  border: 2px solid #00578d;
}
.info-buttons .btn-more-info i {
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 9px;
  transition: 0.3s;
}
.info-buttons .btn-more-info:hover i {
  color: #fff;
}
.info-buttons .btn-more-info span {
  margin-left: 22px;
}
.info-buttons a.btn-more-info span,
.info-buttons a.btn-watch-video {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.info-buttons .btn-watch-video {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block !important;
  padding: 10px 10px 8px 40px !important;
  transition: 0.5s;
  margin: 10px 0 0 10px;
  color: #111 !important;
  position: relative;
  white-space: nowrap;
}
.info-buttons .btn-watch-video:hover {
  color: #0f69b4 !important;
}
.info-buttons .btn-watch-video i {
  color: #111;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 9px;
  transition: 0.3s;
}
.info-buttons .btn-watch-video:hover i {
  color: #0f69b4;
}
@media (max-width: 991px) {
  .info-buttons .btn-watch-video {
    margin: 10px 0 0 0;
  }
}

/*-------------------------------
# Interoperabilidad
-------------------------------*/

.inter-grid h2 {
  color: #fff;
  font-weight: 400;
}
.inter-grid .info-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.4s;
  background: #fff;
  margin-top: 15px;
  border-radius: 4px;
}
.inter-grid #inter-grid-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.inter-grid #inter-grid-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.inter-grid #inter-grid-flters li:hover,
.inter-grid #inter-grid-flters li.filter-active {
  color: #fdc134;
}

.inter-grid #inter-grid-flters li:last-child {
  margin-right: 0;
}

.inter-grid .inter-grid-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.inter-grid .interopera {
  padding: 0 35px 90px;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
.inter-grid .inter-grid-item-none {
  display: none;
}
.inter-grid #ent00 {
  padding: 0;
  transition: 0.3s;
}
.inter-grid #ent00::before {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: #eaedf6;
  content: '';
  position: absolute;
  z-index: -1;
  background: url('../img/ilustracion web_Interoperabilidad.png') center center
    no-repeat;
  background-size: cover;
}

#EntDesc1,
#EntDesc2,
#EntDesc3,
#EntDesc4,
#EntDesc5,
#EntDesc6,
#EntDesc7,
#EntDesc8 {
  display: none;
}

@media (max-width: 991px) {
  .inter-grid #ent00 {
    /*  order: 1;
    -webkit-order: 1;
    background-color: transparent;
    border-radius: 0; */
    display: none;
  }
  .inter-grid .interopera {
    padding: 60px 30px;
    text-align: left;
  }
  .inter-grid #ent01 {
    display: none;
  }
  .inter-grid #ent02 {
    display: none;
  }
  .inter-grid #ent03 {
    display: none;
  }
  .inter-grid #ent04 {
    display: none;
  }
  .inter-grid #ent05 {
    display: none;
  }
  .inter-grid #ent06 {
    display: none;
  }
  .inter-grid #ent07 {
    display: none;
  }
  .inter-grid #ent08 {
    display: none;
  }
  .inter-grid #ent09 {
    order: 2;
    -webkit-order: 2;
  }
  .inter-grid .inter-grid-item-none {
    display: block;
    background-color: transparent;
    padding: 5px;
  }
  .inter-grid #ent00::before {
    display: none;
  }
}

.inter-grid .inter-grid-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.inter-grid .inter-grid-wrap img {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.3s;
}

.inter-grid .inter-grid-wrap .inter-grid-info {
  opacity: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.inter-grid .inter-grid-wrap:hover .inter-grid-info {
  opacity: 1;
  transform: translateY(-10px);
}
.inter-grid .inter-grid-wrap:hover img {
  transform: translateY(-10px);
}
.inter-grid .inter-grid-wrap .inter-grid-info p {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.inter-grid .inter-grid-wrap:hover::before {
  top: 0;
}

.inter-grid .inter-grid-wrap:hover .inter-grid-links {
  opacity: 1;
  bottom: calc(10% - 28px);
}

/*-------------------------------
# Modaal Accesible
-------------------------------*/
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}
.modaal-close:before,
.modaal-close:after {
  top: 10px;
  left: 18px;
  width: 3px;
  height: 18px;
}
.modaal-close {
  width: 40px;
  height: 40px;
}
/*-------------------------------
# FAQ
-------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  background: #fff;
  border-radius: 4px;
  border-left: 6px solid #a9b6c6;
  position: relative;
}

.faq .faq-list li a i {
  line-height: 24px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1.0625rem;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 30px 20px 10px;
  outline: none;
}
.faq .faq-list .faq-answer {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
.faq .faq-list .faq-answer a {
  display: inline;
  font-weight: 500;
  font-size: 1rem;
  padding: 0;
}
.faq .faq-list .faq-answer a:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  left: 10px;
  color: #0f69b4;
  display: inline-block;
  margin-right: 7px;
  float: left;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px;
  margin-left: 20px;
}
.faq .faq-list .info-buttons {
  margin-left: 20px;
}

.faq .faq-list .info-buttons .btn-more-info i {
  top: 7px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #0f69b4;
  padding: 20px 35px 20px 10px;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover,
.faq .faq-list a.collapsed:hover i {
  color: #0a4b7f;
}
.faq .faq-list a.collapsed:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 111, 179, 0.25);
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 35px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.5;
  margin-top: 4px;
  margin-right: 5px;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*-------------------------------
# Planificación por comuna
-------------------------------*/
#encabezado {
  width: 100%;
  background: #37517e;
  padding: 25px 0;
  overflow: hidden;
}

#encabezado .container {
  padding-top: 12px;
}

#encabezado h2 {
  margin: 0 0 10px 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #fff;
}

#encabezado p {
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 768px) {
  #encabezado h2 {
    font-size: 1.625rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 575px) {
  #encabezado h2 {
    font-size: 1.375rem;
    line-height: 2.2rem;
  }
}
#breadcrumbs {
  padding: 15px 0;
}
#breadcrumbs .breadcrumbs {
  min-height: 40px;
}
#breadcrumbs .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
#breadcrumbs .breadcrumbs ol li + li {
  padding-left: 10px;
}
#breadcrumbs .breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #111111;
  content: '/';
}
#breadcrumbs .breadcrumbs a {
  text-decoration: underline;
}
#planificacion {
  padding-top: 15px;
}
#planificacion .container-map {
  background: url('../img/ilustracion-web_mapa-chile-600-x-150.png') center
    bottom no-repeat;
  background-size: cover;
  background-size: 150px 600px;
  min-height: 600px;
}

@media (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /*Ipad Pro */
  #planificacion .container-map {
    background: url('../img/ilustracion-web_mapa-chile-600-x-150.png') center
      bottom no-repeat;
    background-size: cover;
    background-size: 150px 600px;
    min-height: 600px;
  }
}
.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: center;
  margin: 25px auto;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  margin-left: 7px;
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
label {
  font-weight: 500;
}

table.dataTable thead th,
table.dataTable thead td {
  white-space: break-spaces;
}
@media (max-width: 768px) {
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 3px;
    font-size: 0.875rem;
    white-space: break-spaces;
  }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 2px;
    font-size: 0.875rem;
    white-space: break-spaces;
  }
}
.dataTables_empty {
  color: #e22c2c;
  font-weight: 600;
  border-left: 5px solid #e22c2c;
  border-right: 5px solid #e22c2c;
}

/*-------------------------------
# Footer
-------------------------------*/
#footer {
  font-size: 1rem;
  background: #0a132d;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto Slab', sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase !important;
  font-family: Roboto, sans-serif;
  line-height: 1.5rem;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.375rem;
  font-size: 1rem;
  font-weight: 300;
}

#footer .footer-top .footer-links ul a:hover {
  color: #008ae0;
  text-decoration: none;
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #eeeeee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0f69b4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 0.8125rem;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
