@import url("http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic|Montserrat:700,400|Montserrat+Subrayada:400,700");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic|Montserrat:700,400|Montserrat+Subrayada:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Footer Area
/*===========================================*/
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic|Montserrat:700,400|Montserrat+Subrayada:400,700);
/** Media Queries **/
html {
  scroll-behavior: smooth;
  font-family: "Muli", sans-serif !important;
}

body {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
}

a.read-more,
a.read-more > span {
  color: #EB166C;
  font-style: normal;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

a.read-more:hover {
  font-weight: 900;
}

a.read-more:hover > span {
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
}

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: -4px;
  text-transform: uppercase;
  line-height: 70px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0;
}

h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}

p {
  font-size: 14px !important;
}

.general-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem !important;
}
@media only screen and (min-width: 768px) {
  .general-title {
    font-size: 2rem !important;
  }
}

.general-info, .general-info-large {
  font-family: "Muli", sans-serif !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
@media only screen and (min-width: 768px) {
  .general-info, .general-info-large {
    width: 60% !important;
    margin: auto !important;
  }
}

@media only screen and (min-width: 768px) {
  .general-info-large {
    width: 100% !important;
    margin: unset !important;
  }
}

.general-info-samall {
  color: #333333 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.line-horizontal {
  width: 100px;
  height: 1px;
  background-color: #3E63F9;
  display: block;
  margin: auto;
}

.banner {
  border-top: 5px solid #3E63F9;
}
.banner .logo {
  width: 230px;
}
.banner .contac-container {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem !important;
  color: #777777 !important;
  border-top: 1px solid #3E63F9;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .banner .contac-container {
    border-style: none;
    padding-top: 0 !important;
  }
}
.banner .contac-container .contacto-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner .contac-container .contacto-info span {
  margin: 5px auto;
}
.banner .contac-container .contacto-icon {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .banner .contac-container .contacto-icon {
    justify-content: flex-end;
  }
}
.banner .contac-container .contacto-icon a {
  margin-left: 10px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-weight: 100 !important;
}
.banner .contac-container .contacto-icon a:nth-child(1) {
  background-color: #6081C4;
}
.banner .contac-container .contacto-icon a:nth-child(2) {
  background-color: #E34753;
}
.banner .contac-container .contacto-icon a:nth-child(3) {
  background-color: #000000;
}
.banner .contac-container .contacto-icon a:nth-child(3) img {
  width: 15px;
  height: 15px;
}
.banner .contac-container .contacto-icon a:nth-child(4) {
  background-color: #21AF7F;
}

.navbar-custom {
  font-family: "Montserrat", sans-serif !important;
  background: #222222 !important;
  color: #fff;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    max-height: initial !important;
    overflow-y: initial !important;
  }
}
.navbar-custom .navbar-collapse {
  overflow-y: scroll !important;
}
@media only screen and (min-width: 768px) {
  .navbar-custom .navbar-collapse {
    overflow-y: initial !important;
  }
}
.navbar-custom .navbar-collapse li {
  padding: 10px 10px !important;
  transition: 0.3s ease;
  position: relative;
}
.navbar-custom .navbar-collapse li a {
  color: #fff !important;
  transition: 0.3s ease;
}
.navbar-custom .navbar-collapse li a:hover {
  color: #3E63F9 !important;
}
.navbar-custom .navbar-collapse li.active::before, .navbar-custom .navbar-collapse li:hover::before, .navbar-custom .navbar-collapse li:focus::before, .navbar-custom .navbar-collapse li:active::before {
  content: "";
  transition: 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3E63F9;
}
@media only screen and (min-width: 992px) {
  .navbar-custom .navbar-collapse li.active::before, .navbar-custom .navbar-collapse li:hover::before, .navbar-custom .navbar-collapse li:focus::before, .navbar-custom .navbar-collapse li:active::before {
    top: 0;
    bottom: unset;
  }
}
.navbar-custom .dropdown-menu {
  position: relative !important;
  margin: 0;
  background: #222222 !important;
  border-style: none;
  padding: 0 !important;
  border-radius: 0;
  font-size: 0.9rem;
}
.navbar-custom .dropdown-menu a {
  display: block;
  padding: 10px 5px !important;
}
@media only screen and (min-width: 768px) {
  .navbar-custom .dropdown-menu {
    position: absolute !important;
    left: 0;
  }
}

.carousel-custom {
  font-family: "Raleway", sans-serif !important;
}
.carousel-custom .carousel-inner, .carousel-custom .carousel-item {
  width: 100% !important;
  height: 450px !important;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .carousel-custom .carousel-inner, .carousel-custom .carousel-item {
    height: 530px !important;
  }
}
.carousel-custom .carousel-inner img, .carousel-custom .carousel-item img {
  width: 100% !important;
  height: 100% !important;
}
.carousel-custom .carousel-control-prev, .carousel-custom .carousel-control-next {
  opacity: 1;
  overflow: hidden;
}
.carousel-custom .carousel-control-prev:hover, .carousel-custom .carousel-control-next:hover {
  opacity: 0.8;
}
.carousel-custom:hover > .carousel-control-prev .carousel-control-prev-icon {
  transform: translateX(0) !important;
  transition: 0.3s ease;
}
.carousel-custom:hover > .carousel-control-next .carousel-control-next-icon {
  transform: translateX(0) !important;
  transition: 0.3s ease;
}
.carousel-custom .carousel-control-next-icon, .carousel-custom .carousel-control-prev-icon {
  background: transparent !important;
  border: 2px solid #2649C7 !important;
  color: #2649C7;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100 !important;
  font-size: 0.8rem;
  z-index: 10;
  transition: all 0.3s ease;
}
.carousel-custom .carousel-control-next-icon:hover, .carousel-custom .carousel-control-prev-icon:hover {
  border: 3px solid #3E63F9 !important;
  color: #3E63F9 !important;
}
@media only screen and (min-width: 768px) {
  .carousel-custom .carousel-control-next-icon, .carousel-custom .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.carousel-custom .carousel-control-next-icon {
  transform: translateX(150px) !important;
  transition: 0.3s ease;
}
.carousel-custom .carousel-control-prev-icon {
  transform: translateX(-150px) !important;
  transition: 0.3s ease;
}
.carousel-custom .carousel-indicators > li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: #E7E7E7 !important;
}
.carousel-custom .carousel-indicators > li.active {
  background-color: #3E63F9 !important;
}
.carousel-custom .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 70%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-custom .carousel-caption .display-3 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 768px) {
  .carousel-custom .carousel-caption .display-3 {
    font-size: 3rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-custom .carousel-caption .display-3 {
    font-size: 4rem !important;
  }
}
.carousel-custom .carousel-caption p {
  font-size: 0.8rem !important;
  font-weight: 300 !important;
}
@media only screen and (min-width: 768px) {
  .carousel-custom .carousel-caption p {
    font-size: 0.9rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .carousel-custom .carousel-caption p {
    font-size: 1rem !important;
  }
}

.btn-dark-custom {
  border: 3px solid #2649C7 !important;
  border-radius: 30px !important;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.18) !important;
  transition: all 0.3s ease;
}
.btn-dark-custom:hover {
  background-color: #3E63F9;
  border-color: #3E63F9 !important;
  box-shadow: none !important;
}

.btn-warning-custom {
  background: #2649C7 !important;
  border-radius: 0 !important;
  border-style: none !important;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.18) !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.btn-warning-custom:hover {
  background: #3E63F9 !important;
}

.btn-light-custom {
  background: #fff !important;
  border-radius: 0 !important;
  border-style: none !important;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3A3A3A !important;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.18) !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-light-custom:hover {
  background: #3E63F9 !important;
  color: #fff !important;
}

.retrasar-one {
  animation-delay: 0.5s !important;
}

.retrasar-two {
  animation-delay: 0.6s !important;
}

.retrasar-three {
  animation-delay: 0.7s !important;
}

.btn-link, .btn-link-card {
  font-family: "Muli", sans-serif !important;
  color: #3E63F9 !important;
  text-decoration: none !important;
  padding-right: 25px;
  position: relative;
  min-width: 100px;
  font-weight: 600;
}
.btn-link span, .btn-link-card span {
  position: absolute;
  top: 6px;
  right: 5px;
  bottom: 0;
  margin: auto;
  color: #3E63F9;
  transition: all 0.3s ease;
}
.btn-link:hover span, .btn-link-card:hover span {
  right: 0px;
}

.btn-link-card {
  color: #fff !important;
}
.btn-link-card span {
  color: #fff !important;
}

.bg-fondo {
  background: rgba(236, 236, 236, 0.9490196078);
}

.widget img {
  width: 20rem;
  height: auto;
  margin-top: 10px;
}

.page-title {
  font-size: 2.5rem !important;
}

/* CTA */
.en-cta {
  background-image: url(../img/slider/01.jpg);
}

.en-cta .overlay {
  padding: 3%;
  color: #ffffff;
}

.overlay.dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.color {
  background: #000971;
  background: linear-gradient(90deg, rgb(0, 9, 113) 0%, rgba(38, 73, 199, 0.63) 100%);
}

.overlay.light {
  background-color: rgba(255, 255, 255, 0.5);
  color: #222222 !important;
}

.en-cta2 {
  padding: 3%;
  color: #ffffff;
}

.en-cta-solid {
  padding: 3%;
  background-color: #f1f1f1;
  margin: 20px 0;
}

.en-cta-solid.dark {
  background-image: url(../img/pattern/04.png);
  background-repeat: repeat;
  color: #ffffff;
}

.en-cta-solid.color {
  background-color: #000971;
  color: #f1f1f1;
}

.first-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.first-section .proyect-single-block-list dt,
.first-section .proyect-single-block-list dd {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.first-section dd {
  font-family: "Muli", sans-serif !important;
  margin-bottom: 0;
  margin-left: 0;
  margin-inline-start: 20px;
}
.first-section dt, .first-section dd {
  line-height: inherit;
}
.first-section .proyect-single-block-list dl {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.first-section span {
  color: #3E63F9 !important;
}

.slider-for .slick-slide {
  position: relative;
  height: 200px;
}
.slider-for .slick-slide img {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .slider-for .slick-slide {
    height: 400px;
  }
  .slider-for .slick-slide img {
    height: 400px;
  }
}

.container-slider-nav {
  position: relative;
}
.container-slider-nav .slider-nav {
  width: 90%;
  margin: 0 auto;
}
.container-slider-nav .slider-nav .slick-slide {
  margin: 0 10px;
  width: 100px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  border: 3px solid #fff !important;
  transition: 0.3s ease;
}
.container-slider-nav .slider-nav .slick-slide img {
  width: 100%;
  height: 80px;
}
.container-slider-nav .slider-nav .slick-slide:hover, .container-slider-nav .slider-nav .slick-slide.slick-current {
  border: 3px solid #3E63F9 !important;
}
@media only screen and (min-width: 768px) {
  .container-slider-nav .slider-nav .slick-slide {
    width: 200px;
    height: 120px;
  }
  .container-slider-nav .slider-nav .slick-slide img {
    width: 100%;
    height: 150px;
  }
}
.container-slider-nav .slider-prev, .container-slider-nav .slider-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #C1C1C1;
  border-bottom: 2px solid #C1C1C1;
  cursor: pointer;
  transition: 0.3s ease;
}
.container-slider-nav .slider-prev:hover, .container-slider-nav .slider-next:hover {
  border-left: 2px solid #4B4B4B;
  border-bottom: 2px solid #4B4B4B;
}
@media only screen and (min-width: 992px) {
  .container-slider-nav .slider-prev, .container-slider-nav .slider-next {
    width: 30px;
    height: 30px;
  }
}
.container-slider-nav .slider-prev {
  left: 8px;
  transform: rotate(45deg);
}
.container-slider-nav .slider-next {
  right: 8px;
  transform: rotate(-135deg);
}

.single-item .slick-slide {
  user-select: text !important;
}

.btn-light-custom-next-prev {
  background: #fff !important;
  border-radius: 0 !important;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3A3A3A !important;
  border: 3px solid #EBEBEB !important;
  border-radius: 30px !important;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-light-custom-next-prev:hover {
  background: #3E63F9 !important;
  color: #fff !important;
}

.video {
  width: 100%;
  height: 315px;
}
@media only screen and (min-width: 992px) {
  .video {
    width: 750px;
    height: 400px;
  }
}

.container-contacto {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

h2 {
  color: #333333;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0;
}

.container-form {
  width: 100%;
  position: relative;
  margin: 10px auto;
  text-align: center;
  /* background: red; */
}

.container-form .form-group {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

.container-form .form-group input {
  width: 90% !important;
  border-radius: 5px !important;
}

.container-form .form-group textarea {
  width: 90% !important;
  border-radius: 5px !important;
}

.container-form .form-group span {
  font-size: 2rem;
  color: #2649C7 !important;
}

.container-form .btn-primary {
  background-color: #2649C7 !important;
  border-color: #2649C7;
  width: 100px;
}

.container-form .btn-primary:hover {
  background-color: #3E63F9 !important;
  border-color: #3E63F9;
}

@media (min-width: 700px) {
  .container-form {
    width: 50%;
    position: relative;
    margin: 10px auto;
    text-align: center;
    /* background: red; */
  }
}
.contador-banner {
  background: url(../img/inicio/banner-contador.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 70% center;
  background-attachment: fixed;
  width: 100%;
  min-height: 300px;
  position: relative !important;
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .contador-banner {
    background-size: auto 100%;
    background-position: center;
  }
}
@media only screen and (min-width: 992px) {
  .contador-banner {
    background-size: 100% 100%;
  }
}
.contador-banner:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.726);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contador-banner .container {
  z-index: 3;
}
.contador-banner .contador-description div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contador-banner .contador-description div .icon-contador {
  font-size: 3rem;
  font-weight: 100 !important;
}
@media only screen and (min-width: 768px) {
  .contador-banner .contador-description div .icon-contador {
    font-size: 4rem;
  }
}
.contador-banner .contador-description div strong {
  font-weight: 600;
  color: #3E63F9 !important;
  font-size: 2rem;
}
.contador-banner .contador-description div .text-contador {
  font-family: "Muli", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 400 !important;
}

@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ocultar {
  opacity: 0;
}

.animar {
  animation: aparecer 1s;
}

#en-footer .footer-content {
  padding: 80px 0;
  background: #222222;
  color: #777;
}

#en-footer .bottom-footer {
  background-image: url(../img/footer/05.png);
  background-repeat: repeat;
  color: #ffffff;
  padding: 20px 0;
  font-size: 0.9rem;
}

.bottom-footer a {
  color: #f1f1f1;
}

a.footer-logo {
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 26px;
  color: #777;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 16;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 40px;
  border: 1px solid #777777;
  padding: 2px 7px;
}

/* Footer Widget */
.widget {
  border-left: 1px solid #333333;
}

.widget-title.text-left hr {
  margin-left: 0;
}

.widget-title.text-center {
  width: 60%;
  margin: auto;
  margin-bottom: 60px;
}

.widget-title h4 {
  text-transform: uppercase;
  color: #f1f1f1;
}

.widget-title hr {
  width: 60px;
  border-color: #3E63F9;
}

.widget li i,
.widget a {
  color: #777;
  transition: all 0.5s;
  font-weight: 300 !important;
}

.widget li:hover a {
  color: #3E63F9;
}

.widget li:hover i {
  margin-left: 10px;
  color: #3E63F9;
}

.widget .media a h5 {
  color: #f1f1f1;
  transition: all 0.5s;
}

.widget .media:hover a h5 {
  color: #3E63F9;
}

/* Form */
.widget .form-control {
  height: 50px;
  color: #f1f1f1;
  background-color: transparent;
  border: 1px solid #777;
}

.widget small {
  font-weight: 300 !important;
}

.widget abbr {
  font-weight: 300 !important;
}

.line {
  display: block;
  width: 100%;
  border-top: 4px solid #3E63F9;
}

@media (min-width: 600px) {
  .line {
    display: none;
  }
}
html {
  scroll-behavior: smooth !important;
}

.webpay-container {
  width: 300px;
  height: 150px;
}

.webpay-container img {
  width: 100% !important;
  height: 100% !important;
}

.container-img {
  display: block;
  position: relative;
  width: auto;
  height: auto;
}

.container-img img {
  width: 100%;
  height: auto;
}

html {
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  overflow-x: hidden;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 18px;
  margin: 10px 0px;
}

address {
  color: #777777;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  margin: 0px 0px 20px;
}

ul.list-block li {
  line-height: 30px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  transition: all 0.5s;
}
ul.list-block li a {
  text-decoration: none !important;
}
ul.list-block li:hover {
  padding-left: 10px;
  color: #3E63F9 !important;
}

.proyectos-section .banner-proyectos {
  background-image: url("../img/gestik.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 230px;
  position: relative;
}
.proyectos-section .banner-proyectos h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .proyectos-section .banner-proyectos h2 {
    font-size: 3.3rem;
  }
}
.proyectos-section .banner-proyectos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.452);
  z-index: 1;
}
.proyectos-section .banner-proyectos .banner-info {
  z-index: 2;
}
.proyectos-section .banner-proyectos .banner-info .enlaces-banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff !important;
  font-size: 1.2rem;
}
.proyectos-section .banner-proyectos .banner-info .enlaces-banner a {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-decoration: none;
}
.proyectos-section .banner-proyectos .banner-info .enlaces-banner a.active, .proyectos-section .banner-proyectos .banner-info .enlaces-banner a:hover, .proyectos-section .banner-proyectos .banner-info .enlaces-banner a:focus {
  color: #3E63F9 !important;
  box-shadow: none !important;
}
.proyectos-section .botonesMenu button {
  color: #777777 !important;
  font-size: 1.2rem;
  font-weight: 600;
}
.proyectos-section .botonesMenu button.active, .proyectos-section .botonesMenu button:hover, .proyectos-section .botonesMenu button:focus {
  color: #3E63F9 !important;
  box-shadow: none !important;
}
.proyectos-section .first-section a {
  width: 100%;
  height: 250px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  box-shadow: 0px 0px 33px -14px rgba(0, 0, 0, 0.27);
}
.proyectos-section .first-section a img {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.proyectos-section .first-section a .container-info {
  background: rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 37px -8px rgba(0, 0, 0, 0.46);
  width: 95%;
  height: 95%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  padding: 5px !important;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.proyectos-section .first-section a .container-info h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word !important;
  width: 100% !important;
}
.proyectos-section .first-section a .container-info p {
  font-family: "Muli", sans-serif !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center;
  word-wrap: break-word !important;
  width: 100% !important;
}
@media only screen and (min-width: 1200px) {
  .proyectos-section .first-section a .container-info {
    opacity: 0;
  }
}
.proyectos-section .first-section a:hover .container-info {
  opacity: 1;
}

.seciton-home {
  /* Intro */
  /* Services */
}
.seciton-home #en-intro {
  padding: 80px 0;
  background: #ffffff;
}
.seciton-home #en-services {
  padding: 80px 0;
  background: #fafafa;
  background-image: url(../img/pattern/04.png);
  background-repeat: repeat;
  color: #ffffff;
}
.seciton-home .section-title.text-left hr {
  margin-left: 0;
}
.seciton-home .section-title.text-center {
  width: 60%;
  margin: auto;
  margin-bottom: 60px;
}
.seciton-home .section-title h2 {
  line-height: 26px;
}
.seciton-home .section-title hr {
  width: 60px;
  border-color: #EB166C;
}
.seciton-home .section-title small {
  font-family: "Muli", sans-serif !important;
  font-size: 12 !important;
}
.seciton-home .first-section .img-first {
  background: url(../img/inicio/imagen1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.seciton-home .second-section {
  background: url(../img/inicio/fondo-cards.png) !important;
}
.seciton-home .second-section .general-title {
  color: #fff !important;
}
.seciton-home .second-section .general-info {
  color: #fff !important;
}
.seciton-home .second-section .card {
  border-style: none !important;
  box-shadow: 7.68833px 8.64937px 14.4156px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.3s ease;
}
.seciton-home .second-section .card h4 > p {
  color: #212529 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
}
.seciton-home .second-section .card:hover {
  transform: translateY(-10px);
}
.seciton-home .second-section .card:hover h4 {
  color: #3E63F9 !important;
  cursor: pointer;
}
.seciton-home .second-section .card:hover h4 p {
  color: #3E63F9 !important;
}
.seciton-home .second-section .card:hover .btn-warning-custom {
  background: #3E63F9 !important;
}
.seciton-home .second-section .card .card-title {
  text-align: center;
  font-weight: 700;
  color: #3A3A3A;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.seciton-home .second-section .card p {
  font-family: "Muli", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #333333 !important;
  font-weight: 400 !important;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .item {
  width: 330px;
  height: 500px;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two {
  width: 100%;
  height: 225px;
  overflow: hidden;
  position: relative;
  box-shadow: 7.68833px 8.64937px 14.4156px rgba(0, 0, 0, 0.16) !important;
  cursor: pointer;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one > h6, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two > h6 {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(34, 34, 34, 0.5607843137) !important;
  text-align: center;
  line-height: 60px;
  color: #fff !important;
  z-index: 5 !important;
  transition: all 0.3s ease;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one:hover h6, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two:hover h6 {
  opacity: 0;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one:hover .card-image-info, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two:hover .card-image-info {
  opacity: 1;
  height: 100%;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one img, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one .card-image-info, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two .card-image-info {
  background: rgba(62, 99, 249, 0.6980392157);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  padding: 10px;
  user-select: none;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-one .card-image-info p, .seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two .card-image-info p {
  font-size: 14px;
  user-select: none;
  font-family: "Muli", sans-serif !important;
  font-weight: 400;
}
.seciton-home .container-slider-trabajos .owl-carousel-custom .car-image-two {
  margin-top: 50px;
}
.seciton-home .container-slider-trabajos .btn-next, .seciton-home .container-slider-trabajos .btn-prev {
  background: #3E63F9;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.seciton-home .container-slider-clientes {
  position: relative;
}
.seciton-home .container-slider-clientes .owl-carrousel-client {
  position: relative;
  padding: 5px 20px;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .item {
  width: 170px;
  height: auto;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .item .img-item-one, .seciton-home .container-slider-clientes .owl-carrousel-client .item .img-item-two {
  width: 100%;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .item .img-item-two {
  margin-top: 40px;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .owl-dots button span {
  background: #E7E7E7;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .owl-dots button.active span {
  background: #3E63F9;
}
.seciton-home .container-slider-clientes .owl-carrousel-client .owl-dots button:hover span {
  background: #3E63F9;
}
.seciton-home .container-slider-clientes .btn-next, .seciton-home .container-slider-clientes .btn-prev {
  background: #3E63F9;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto;
  z-index: 10;
}
.seciton-home .container-slider-clientes .btn-next {
  left: -10px;
}
.seciton-home .container-slider-clientes .btn-prev {
  right: -10px;
}
.seciton-home .container-info-clientes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seciton-home .container-info-clientes .line-horizontal {
  margin: 0 auto;
}

.section-proyect-crud .container-img-file, .section-proyect-crud .img-width-auto {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.section-proyect-crud .container-img-file img, .section-proyect-crud .img-width-auto img {
  width: 100%;
  height: 100%;
}
.section-proyect-crud .container-img-file .input-file-custom, .section-proyect-crud .img-width-auto .input-file-custom {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #cccccc;
  box-shadow: -5px 0px 39px -10px rgba(0, 0, 0, 0.79);
  cursor: pointer;
}
.section-proyect-crud .container-img-file .input-file-custom input, .section-proyect-crud .img-width-auto .input-file-custom input {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.section-proyect-crud .container-img-file .input-file-custom span, .section-proyect-crud .img-width-auto .input-file-custom span {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-proyect-crud .img-width-auto {
  width: 100%;
  height: 140px;
}
.section-proyect-crud .ancho {
  min-width: 120px !important;
}
@media only screen and (min-width: 992px) {
  .section-proyect-crud .ancho {
    min-width: auto !important;
  }
}
.section-proyect-crud .img-table {
  width: 100px;
  height: 80px;
}
.section-proyect-crud .fila-table td {
  vertical-align: middle !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/base/_variables.scss%22,%22../scss/pages/_footer.scss%22,%22../scss/base/_mixins.scss%22,%22../scss/base/_custom.scss%22,%22../scss/pages/_banner-cotiza.scss%22,%22../scss/pages/_carrousel.scss%22,%22../scss/pages/_contacto.scss%22,%22../scss/pages/_contador.scss%22,%22../scss/pages/_index.scss%22,%22../scss/pages/_inicio.scss%22,%22../scss/pages/_proyect-crud.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEQ;AACA;AACA;ACAR;AAAA;AAGQ;ACLR;ACCA;EACI;EACA;;;AAGJ;EACG;EACA;EACA;;;AAIH;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAAoB;;;AACpB;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EAAI;;;AAEJ;EACI,aHvDc;EGwDd;EACA;;ADrDA;ECkDJ;IAKQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;ADhEA;EC2DJ;IAOQ;IACA;;;;ADnEJ;ECuEJ;IAEQ;IACA;;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA,kBH5EY;EG6EZ;EACA;;;AAGJ;EACI;;AACA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;ADlGJ;EC4FA;IAQQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAIR;EAEI;EACA;;ADpHR;ECiHI;IAKQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAEJ;EACI;;AAEJ;EAEI;;AAGA;EACI;EACA;;AAGR;EACI;;;AAOhB;EACI;EACA;EACA,OH/JI;EGgKJ;EACA;EACA;EACA;;AD3KA;ECoKJ;IASQ;IACA;;;AAGJ;EACI;;ADlLJ;ECiLA;IAGQ;;;AAGH;EAEI;EAEA;EACA;;AAEA;EACG;EACA;;AACA;EACI;;AAQJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YHvMJ;;AELZ;ECoMY;IAUQ;IACA;;;AAUpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;ADzOR;EC+NA;IAaI;IACA;;;;AAOR;EACI;;AAEA;EACI;EACA;EACA;;AD1PJ;ECuPA;IAMQ;;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;;AACA;EACI;;AAKJ;EACI;EACA;;AAKJ;EACI;EACA;;AAIR;EACI;EACA;EACA,OHhRG;EGiRH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AD5SR;EC6RA;IAmBQ;IACA;IACA;;;AAIR;EACI;EACA;;AAEJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AD3VR;ECwVI;IAKQ;;;ADvVZ;ECkVI;IAQQ;;;AAIR;EACI;EACA;;ADtWR;ECoWI;IAIQ;;;ADlWZ;EC8VI;IAQQ;;;;AAYhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,kBHzXQ;EG0XR;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA,OHtcQ;EGucR;;AAGA;EACI;;;AAKZ;EACI;;AACA;EACI;;;AAKR;EACI;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;;;ACrfJ;AACA;EACI;;;AAKJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI,kBJ1BQ;EI2BR;;;ACzCA;EACE,aLHY;EKIZ;;AAGF;AAAA;EAEE;EACA;EACA;EACA,aLZY;;AKed;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAIF;EACE;;;AASF;EACI;EACA;;AAEA;EACI;EACA;;AH7CR;EGuCA;IAUQ;;EACA;IACI;;;;AAShB;EACI;;AACA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGJ;EAEI;;AHjFZ;EGiEI;IAoBQ;IACA;;EACA;IACI;IACA;;;AAQhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AHzGR;EG2FA;IAkBQ;IACA;;;AAKR;EACI;EACA;;AAGJ;EACI;EACA;;;AAML;EACK;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EAEI;EACA;;AH/JA;EG4JJ;IAMQ;IACA;;;;AC/KR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;AACA;;;AAGJ;EAEI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA,cNxBO;EMyBP;;;AAEJ;EACI;EACA,cNlCY;;;AMqChB;EACI;IACI;IACA;IACA;IACA;AACA;;;AC5DR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPKI;EOJJ;EACA;;ALLA;EKNJ;IAcQ;IACA;;;ALHJ;EKZJ;IAmBQ;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;;AACA;EACI;EACA;;ALvCZ;EKqCQ;IAIQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAchB;EACI;IACI;IACA;;EAEJ;IACI;IACA;;;AAIR;EACI;;;AAGJ;EACI;;;ANrFJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EAAmB;;;AACnB;EAAgB;;;AAChB;EACI;EACA;EACA,aDrBQ;ECsBR;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;EAAU;;;AACV;EAA6B;;;AAC7B;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA,cD9BY;;;ACgChB;AAAA;EAEI;EACA;EACA;;;AAEJ;EAAqB,ODtCL;;;ACuChB;EACI;EACA,ODzCY;;;AC2ChB;EACI;EACA;;;AAEJ;EAA4B,OD/CZ;;;ACgDhB;AACA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AASJ;EACI;IACI;;;AAIR;EACI;;;AAGF;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EAEE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;;AO9JN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA,ORDE;EQEF;;ANhBF;EMYA;IAMI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA,OR/BF;EQgCE;;AACA;EAGA;EACA;;AAWN;EACE;EACA;EACA;;AACA;EAGE;EACA;;AAQJ;EACE;EACA;EACA;EACA,ORpEE;EQqEF;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;EAEA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ANtHN;EM8EE;IA6CI;;;AAMF;EACE;;;ACpJV;AAEI;AAMA;;AALA;EACI;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EAA8B;;AAC9B;EACI;EACA;EACA;;AAEJ;EAAoB;;AACpB;EACI;EACA;;AAGJ;EACI;EACA;;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AACA;EACI;;AAGJ;EACI;;AAMJ;EACI;EACA;EAEA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;EACA;;AACA;EACI;;AAGR;EACI;;AAIR;EACI;EACA;EACA,OTnEE;ESoEF;EACA,aTtFE;;ASyFN;EACI;EACA;EACA;EACA;EACA;;AAUJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EACI;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;EACA;;AAEJ;EAEI,YTzIC;ES2ID,OTjJZ;ESkJY;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAOZ;EACI;;AAMR;EACI,YTnLI;ESoLJ,OTvLJ;ESwLI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;;AAEA;EACI;EACA;;AAEA;EAEI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAOA;EACI;;AAEJ;EACI,YT5NR;;AS8NI;EACI,YT/NR;;ASsOR;EACI,YTvOI;ESwOJ,OT3OJ;ES4OI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAMR;EACI;EACA;EACA;EACA;;AACA;EACI;;;ACrRR;EAEI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AASZ;EACI;EACA;;AAKJ;EACI;;ARlEJ;EQiEA;IAIQ;;;AAIR;EACI;EACA;;AAGJ;EACI%22,%22file%22:%22app.css%22%7D */
