html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background-color: #d4d6d7; }

#cssmenu ul {
  list-style-type: none; }

#cssmenu ul li {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04); }

.bran-principal {
  order: 0; }

#cssmenu {
  order: 1;
  line-height: 1; }

#cssmenu.small-screen #menu-button {
  padding: 0.5rem; }

.bienvenidos .encabezado .brand-principal {
  background: #c0c3c5;
  width: 100%; }

.bienvenidos .encabezado .brand-principal .logo img {
  width: 250px;
  height: auto; }

.bienvenidos .encabezado .brand-principal h3 {
  font-size: 1rem;
  color: #1d5377; }

.soluciones {
  background: #1d5377;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem; }

.soluciones .btn-warning {
  background-color: darkorange;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset; }

.soluciones .btn-warning:hover {
  color: #d4d6d7;
  background-color: #1d5377;
  border-color: #c0c3c5; }

.soluciones .container .row .flexible {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.soluciones .container .row .flexible h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #d4d6d7;
  /*line-height: 2rem;*/ }

.servicios {
  color: #838586; }

.servicios .container article .fa {
  flex: 0 0 110px;
  overflow: hidden;
  margin-right: 0;
  /*margin-bottom: 1rem;*/
  font-size: 10em;
  /*line-height: 4.7rem;*/
  transition: all 1s ease;
  padding-top: 1rem;
  padding-bottom: 1.2rem; }

.servicios .container article:hover .fa {
  transform: rotateY(360deg);
  transform-style: preserve-3d;
  color: #1d5377; }

    /*.servicios .container article:hover .fa {
    border: 1px solid #ffc807;
    border-radius: 51%;
    padding: 20px;
    transform: rotate(-360deg);
    transition: all 0.5s ease 0s;
    font-size: 8em;
}*/
.otroservicios {
  background: #c0c3c5; }

.otroservicios .container .row {
  background: #1d5377; }

.otroservicios .container .row .card .card-block {
  color: #d4d6d7;
  background: #1d5377; }

.otroservicios .container .row .card .card-header {
  background: #d4d6d7; }

.otroservicios .container .row .card .card-header a {
  text-decoration: none;
  color: #1d5377; }

.otroservicios .container .row .card .card-header a .control-icon {
  position: absolute;
  right: 10px; }

.otroservicios .container .row .card .card-header a.collapsed .control-icon {
  transform: rotate(-180deg); }

.otroservicios .container .row .service-content p a {
  color: yellow;
  text-decoration: none;
  padding: 0 1rem; }

    /*--------------------------------------------- 
modal estilos 
--------------------------------------------*/
.modal-header,
.modal-footer {
  background: #1d5377;
  /*color: $secundario;*/ }

.modal-body {
  background: rgba(0, 0, 0, 0.2);
  color: #1d5377; }

.form-control {
  border: 1px solid #d4d6d7; }

/****************************
    pie de pagina
    *****************************/
.piedepagina {
  background: #1d5377;
  color: #d4d6d7;
  text-align: center;
  font-size: .9rem;
  /*border-top: 1px solid $principal;*/ }

.piedepagina p {
  margin: 0;
  padding-top: 0.5rem; }

.piedepagina .redes-sociales {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.piedepagina .redes-sociales a {
  color: #d4d6d7;
  font-size: 2rem;
  margin: 0 .5rem;
  opacity: .7;
  transition: all .5s ease; }

.piedepagina .redes-sociales a:hover {
  color: yellow; }

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  /*color: rgba(0, 0, 0, 0.3);*/
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  transition: all .5s ease; }

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: black; }

.animated2 {
  animation: lightSpeedIn 1s; }

.animated3 {
  animation: bounceInLeft 1s; }

.animated4 {
  animation: flipInX 1s ease-in 500ms both;
  text-align: center; }

.animated5 {
  animation: zoomIn 1s; }

.animated6 {
  animation: bounceIn 1s; }

.animated7 {
  animation: bounceIn 1s; }

.animated8 {
  animation: fadeInDown 1s;
  text-align: center; }

.animated9 {
  animation: fadeInUp 1s; }

@media (min-width: 768px) {
  .bran-principal {
    order: 1; }

  #cssmenu {
    height: 80px;
    order: 0; }

  .bienvenidos .encabezado .brand-principal .logo img {
    width: 400px;
    height: auto; }

  .bienvenidos .encabezado .brand-principal h3 {
    font-size: 1.5rem;
    color: #1d5377; }

  .soluciones {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }

/*# sourceMappingURL=infosis.css.map */
