  @import url('https://fonts.googleapis.com/css?family=Roboto:300');
  
  @font-face {
    font-family: 'Riven';
    src: url('Riven.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  a {
    color: #0F2027; 
  }

  .recuadro {
    width: fit-content;
    margin-left: auto;  
    margin-right: auto;
    
    padding: 1em;
  }


  a:hover, .btn-link ,.btn-link:hover, .btn-link:checked {
    text-decoration: none;
  }

  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }

  h5.card-title {
    font-weight: bold;
  }


  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }

  @keyframes resplandor {
    from {
      text-shadow: 0 0 0px #fff;
    }
  
    to {
      text-shadow: 0 0 30px #fff;
    }
  }

  h2.titulos {
    font-family: 'Riven' !important;
    font-weight: normal;
    font-size: 3em;
    color:white;

    animation-name: resplandor;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }


  
  h3.titulos {
    font-family: 'Riven' !important;
    font-weight: normal;
    font-size: 2em;
    color:white;
    animation-name: resplandor;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }

  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  



  .logoUp {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: 0 auto;
    z-index: 9990;
    max-width: 30%;
 }

 
 .contenedorFlip {
  position: relative;
  left:0px;
  top:0px;
  width: 100%; /*250px;*/
  height: 200px; /*200px;*/
  margin: 10px auto;
}

 .theCard{
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.8s ease;
}

.contenedorFlip:hover .theCard {
  transform: rotateY(180deg);
}


 .frontCard {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
 }

 .backCard {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  transform: rotateY(180deg);
 }

 a.mostrarSistema {
   text-decoration: none;
 }


.card-header {
  background-color: rgb(222, 229, 240);
}

.card-header button {
  color: darkblue;
}


  .table-bordered > tbody > tr > td, 
  .table-bordered > tbody > tr > th, 
  .table-bordered > tfoot > tr > td, 
  .table-bordered > tfoot > tr > th, 
  .table-bordered > thead > tr > td, 
  .table-bordered > thead > tr > th {
    border: 2px solid rgb(5, 0, 70);
  }

  table.table-bordered{
    margin-top:20px;
  }


.levantable:hover{
    background-color: white;
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
}



 .growAndAppear
 {
   filter:opacity(.7);
   transition:all 0.3s ease;   
 }

  .growAndAppear:hover                        /*cambio de tamaño y opacidad*/
  {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter:opacity(1);
  cursor: pointer;
  transition:all 0.4s ease;
  }

  .growAndAppear.hoverIt                           /*para llamarlo con jquery*/
  {
    filter:opacity(1);
    transition:all 0.4s ease;
  }

  .appear 
  {
    filter:opacity(.7);
    transition:all 0.3s ease;
  }

  .appear:hover
  {
    filter:opacity(1);
    transition:all 0.4s ease;
    cursor: pointer;
  }


  #honorarios
  {
    color: black !important;
    background-color: transparent !important;
    font-weight: bold;    
  }

  #honorarios:hover
  {
  color: #2ab8fa !important;
  background-color: transparent !important;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  }

  .oculto {
    visibility: hidden;
  }


  .container-fluid {
    padding-top: 46px;
    padding-bottom: 20px;
  }


  .bg-dark-stripe {                                            /*   Color de fondo de las franjas más oscuras  */
   background-color: #fff;/*rgb(222, 229, 240);*/
  }

  .logo-small {
    color: #0F2027;
    font-size: 50px;
  }
  .logo {
    color: #0F2027;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

  .carousel-inner img {
    margin:auto;
    max-height:60vh;
    width: 1900px;
  }

  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #0F2027;
  }
  
  .carousel-indicators li {
    border-color: #0F2027;
  }

  .carousel-indicators li.active {
    background-color: #0F2027;
  }
  

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }

  .item span {
    font-style: normal;
  }

  .panel {
    box-shadow: 1px 0px 10px rgba(0,0,0, .2);
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }

  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }

  .panel-footer .btn:hover {
    border: 1px solid #0F2027;
    background-color: #fff !important;
    color: #0F2027;
  }

  .panel-body {
    margin-top: 1em;
  }

  .panel-heading {
    color: #fff !important;
    background-color: #6c6c6d17 !important;    
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .panel-heading-servicios {
    height: 8em;
    color: #fff !important;
    background-color: #4e4e4e !important;
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer h3 {
    color: black;
    font-size: 24px;
  }

  .panel-footer h4 {
    color: black;
    font-size: 18px;
  }

  .panel-footer .btn {
    margin: 15px 0;
    background-color:  #0F2027;
    color: #fff;
  }

  footer a, footer h4 {
    color:white !important;
  }

  footer a:hover  {
    text-decoration: none;
  }


  .linkSecWhite:hover {
    font-weight: bold;
  }
  

  .navbar {
    margin-bottom: 0;
    padding-bottom: 0px;
    background:  rgba(11, 0, 65, 0.3);  /*fondo oscuro con transparencia*/
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }


  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }

  .navbar-nav li a:hover, .navbar-nav li.active a {
   color: #0F2027 !important;
   background-color: transparent !important;
   font-weight: bold;
   transition: all 0.3s ease;
  }

  
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #000 !important;
  }

  footer 
  {
    background: rgba(11, 0, 65, 0.3);  /*fondo oscuro con transparencia*/
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 20px;
  }

/* Show red borders when filled, but invalid */
input:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}

/* Show green borders when valid */
input:valid {
  border-color: hsl(120, 76%, 50%);
}

  .slideanim {
    visibility:hidden;
  }


  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }

  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }    
  }


.carousel-item h2 {
 font-family: 'Roboto';
 color: white;
 font-weight: bolder;
 position:relative;
 animation: showupfromtop 1500ms 1;
}

.carousel-item h4 {
  font-family: 'Roboto';
  color: black;
  font-weight: bolder;  
  position:relative;
  animation: showupfrombottom 3s 1;
  text-shadow: 0px 0px black;
 }

 .carousel-item h4.white {
  font-family: 'Roboto';
  color: white;
  font-weight: bolder;  
  position:relative;
  animation: showupfrombottom 3s 1;
  text-shadow: 1px 1px black;
 }

 .carousel-item img {
   opacity: 0.5;
 }

 .aparecer {
  animation-name: showup;
  -webkit-animation-name: showup;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.aparecerAl50 {
  animation-name: showup50;
  -webkit-animation-name: showup50;
  animation-duration: 3s;
  -webkit-animation-duration: 3s; 
}

.img-fluid.agrandable {
  z-index:999;
  overflow: visible;
  position: relative;
  transition: all 0.5s ease;  /* va acá y no en el hover para que se haga el scale-down también */
}

.img-fluid.agrandable:hover {
    -webkit-transform: scale(1.9) translate(-150px, 0px);
    transform: scale(1.9) translate(-150px, 0px);
}

.marquee {
           display:flex;
           overflow: hidden;
           max-width: 800px;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}


@keyframes showup50 {
  0% {opacity: 0}
  100% {opacity: 0.5}
}

 @keyframes showup {
  0% {opacity: 0}
  100% {opacity: 1}
}

@keyframes showupfromtop {
    0% {opacity:0; top:-100px}
    100% {opacity:1;top:0px}
}

@-webkit-keyframes showupfromtop {
  0% {opacity:0; top:-100px}
  100% {opacity:1; top:0px}
}

@keyframes showupfrombottom {
  0% {opacity:0; top:100px}
  50% {opacity:0; top:100px}
  100% {opacity:1;top:0px}
}

@-webkit-keyframes showupfrombottom {
0% {opacity:0; top:100px}
50% {opacity:0; top:100px}
100% {opacity:1; top:0px}
}



  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }