b, strong {
  font-weight: 500;
}

h6 {
  font-size: 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #efefef;
  color: black;
}

.table td, .table th {
  font-size: 80% !important;
}

.card img {
  max-width: 100%;
  flex-shrink: 0;
}

th {
  font-weight: 600;
}

a {
  text-decoration: none !important;
  color: #337ab7;
}
a:hover {
  color: black;
}

.text-azul-cq {
  color: #3a6386 !important;
}

.text-celeste-cq {
  color: #337ab7 !important;
}

.util-tituloArticulo {
  color: #3a6386;
}

.contenedor-imgArticulo .util-imagen {
  height: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.util-tabla_quitarTextoSobrante {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.util-texto_ocultarLetras {
  white-space: nowrap;
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.util-required label:after {
  color: red;
  content: " *";
  font-size: 1em;
}

[role=alert] {
  margin: 1em 0em;
  z-index: 1000;
}

#entidad-breadcrumbs .breadcrumb {
  border-bottom: 1px solid lightgrey;
  background: transparent;
  padding: 1em 0 0.2em 0;
  margin-bottom: 0em;
  border-radius: 0px;
}
#entidad-breadcrumbs .breadcrumb .breadcrumb-item a, #entidad-breadcrumbs .breadcrumb .breadcrumb-item:before, #entidad-breadcrumbs .breadcrumb .breadcrumb-item.active {
  font-size: 0.9rem;
  font-style: italic;
}
#entidad-breadcrumbs .breadcrumb .breadcrumb-item.active {
  line-height: 1.9;
}

#entidad-contenedor_alert {
  height: 2em;
}
#entidad-contenedor_alert div[role=alert] {
  text-align: center;
  border-radius: 0;
}

form div[role=alert] {
  padding-left: 2em;
  border-radius: 0;
  font-weight: normal;
}

.util-alturaMinima {
  min-height: 60vh;
}

.util-colorGrisClaro {
  background-color: #efefef;
}

.util-bg-grisMedio {
  background-color: #dcdcdc;
}

#scroll-top {
  position: fixed;
  bottom: 1rem;
  left: 0.5rem;
}
#scroll-top a {
  color: #337ab7;
}

.navbar .bordes {
  border-bottom: 1px solid #e4e4e4 !important;
}



.navbar .usuario-autenticado_perfil .contenedor {
  border: 1px solid grey;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 50%;
}

#navbar-privado .nav-item .nav-link, #navbar-servicios .nav-item .nav-link {
  color: dimgrey;
}
#navbar-privado .nav-item .nav-link:hover, #navbar-servicios .nav-item .nav-link:hover {
  color: black;
}

#navbar-privado1 .nav-item .nav-link {
  color: dimgrey;
  margin-top: 100px;
}
#navbar-privado1 .nav-item .nav-link:hover {
  color: black;
}

#navbar-servicios {
  background: #f8f9fa;
}
#navbar-servicios .nav-item .nav-link {
  color: #3a6386;
}
#navbar-servicios .nav-item .nav-link:hover {
  color: #337ab7;
}

#header_bars .dropdown-menu {
    right: 0;
    left: auto;
}

@media screen and (min-width: 800px) {
  #islpronto_link .entidad-soporte-general {
    height: 5rem;
    position: fixed;
    right: 1rem;
    text-align: center;
    z-index: 20;
    top: 4rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    background-color: rgba(227, 244, 255, 0.8);
    width: 18rem;
    border-radius: 5em;
    padding: 2px;
  }
}


@media screen and (max-width: 800px) {
  #islpronto_link .entidad-soporte-general {
    height: 5rem;
    position: fixed;
    right: 1rem;
    text-align: center;
    z-index: 20;
    bottom:1rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    background-color: rgba(227, 244, 255, 0.8);
    width: 18rem;
    border-radius: 5em;
    padding: 2px;
  }
}


#islpronto_link .entidad-soporte-autenticados {
  height: 5rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  z-index: 20;
  bottom:6rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  background-color: rgba(227, 244, 255, 0.8);
  width: 18rem;
  border-radius: 5em;
  padding: 2px;
}


.entidad-soporte img {
  background-color: #fff;
  border-radius: 50%;
  float: right;
  margin: 0.7rem;
  position: absolute;
  right: 0;
  width: 3.5rem;
  border: 0px;
}

.entidad-soporte .soporte-texto i {
  color: white;
}
.entidad-soporte .soporte-texto p {
  color: black;
  font-size: 0.7rem;
  margin: 0px;
  padding: 0px;
}
.entidad-soporte .soporte-texto {
  display: block;
  font-size: 17px;
  float: left;
  width: 13rem;
}
.entidad-soporte .soporte-texto p:first-child {
  font-weight: 600;
}
.entidad-soporte .soporte-texto .util-telefono {
  color: white;
  font-size: 1.25rem;
  margin: 0px;
  padding: 0px;
}

main .carousel-inner .carousel-caption {
  padding: 2em;
  color: #3a6386;
  background: white;
  width: 50%;
  margin-bottom: 3em;
}
main .entidad-cabecera_seccion {
  height: 150px;
}


.entidad-mision_valores,
.entidad-servicios-productos,
.entidad-soluciones,
.entidad-sistemas,
.entidad-opinionesClientes,
.entidad-contacto,
.entidad-blog {
  /*padding: 4rem 0rem;*/
  display: block;
}

.entidad-soluciones {
  background: url("../img/phone2.298ec078cce2.jpg") no-repeat #000000;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  padding: 6em 0em;
}
.entidad-soluciones h2,
.entidad-soluciones h4,
.entidad-soluciones i {
  color: white;
  text-align: center;
}

.entidad-sistemas {
  padding: 5em;
}

.entidad-portada-area-privada .container {
  padding: 2em 0em;
}
.entidad-portada-area-privada .container .row div[class^=col-] {
  color: white;
  height: 400px;
  text-align: center;
  padding-top: 10%;
  border: 0.3em solid #efefef;
}
.entidad-portada-area-privada .container .row div[class^=col-]:nth-child(even) {
  background: url("../img/keys_slider.dbb9195d6035.jpg") no-repeat #337ab7;
  background-position-x: 120%;
  background-attachment: fixed;
}
.entidad-portada-area-privada .container .row div[class^=col-]:nth-child(odd) {
  background: url("../img/cloud_slider.95d43ac312f5.jpg") no-repeat #337ab7;
  background-position-y: center;
  background-attachment: fixed;
}
.entidad-portada-area-privada .container .row div[class^=col-] > .btn,
.entidad-portada-area-privada .container .row div[class^=col-] .btn-group {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.entidad-portada-area-privada .container .row#servicios-exclusivos div[class^=col-]:first-child, .entidad-portada-area-privada .container .row#servicios-exclusivos div[class^=col-]:last-child {
  background: transparent;
  color: black;
}

.entidad-servicios-productos .row div[class^=col-] {
  color: white;
  height: 400px;
  text-align: center;
  padding-top: 10%;
  border: 0.2em solid white;
}
.entidad-servicios-productos .row div[class^=col-]:nth-child(even) {
  background: #337ab7;
}
.entidad-servicios-productos .row div[class^=col-]:nth-child(odd) {
  background: black;
}
.entidad-servicios-productos .row div[class^=col-] > .btn,
.entidad-servicios-productos .row div[class^=col-] .btn-group {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.entidad-servicios-productos .row#para-la-formacion div[class^=col-]:first-child, .entidad-servicios-productos .row#herramientas_gestion div[class^=col-]:first-child, .entidad-servicios-productos .row#herramientas-para-empleo div[class^=col-]:first-child {
  background: transparent;
  color: black;
}
.entidad-servicios-productos .row#simulador-despido div[class^=col-]:last-child {
  background: transparent;
  color: black;
}

.entidad-contacto {
  background: url("../img/alhambra.2c39ba9b0046.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 4rem 0rem;
}
.entidad-contacto .container {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 3rem;
  margin-bottom: 21em;
}
.entidad-contacto .container textarea {
  resize: none;
  height: 340px;
}
.entidad-contacto .container img {
  border-radius: 50%;
  border: solid black 5px;
  filter: grayscale(50%);
}
.entidad-contacto .container img:hover {
  filter: grayscale(0%);
}

.entidad-opinionesClientes {
  background: url("../img/laptop-time-laboris.70801605bf88.png") no-repeat;
  background-size: 75%;
  background-position: right bottom;
  margin-bottom: 0px;
}
.entidad-opinionesClientes .row {
  margin-bottom: 3rem;
}
.entidad-opinionesClientes .row img {
  width: 200px;
  border-radius: 50%;
  border: solid 2px #efefef;
}
.entidad-opinionesClientes .row.cabecera {
  margin-bottom: 5rem;
}
.entidad-opinionesClientes .row .contenedor-panel {
  border-left: dotted #3a6386 2px;
  border-right: dotted #3a6386 2px;
  padding: 1.5rem;
}
.entidad-opinionesClientes .row .contenedor-panel .panel::first-letter {
  font-size: 200%;
}

.entidad-nuevaContrasenia .form-text.text-muted, .entidad-registrarNuevoUsuario .form-text.text-muted {
  display: none;
}

.footer {
  color: white;
  padding-top: 2em;
  padding-bottom: 1em;
  background: #585f69;
}

footer a {
  color: white;
}
footer a:hover {
  color: #2980B9;
}

footer .redes {
  border-bottom: solid 1px lightgrey;
  margin-bottom: 2em;
}
footer .redes li {
  margin: 0.2em 6em;
}
footer .redes li:first-child {
  margin-left: 0em;
}

#bienvenida, .util-panel-item {
  background: url("../img/welcome.3bd3374043a6.jpg") no-repeat #000000;
  border-radius: 60px;
}

.util-middle {
  display: flex;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden !important;
}

.entidad-acelerapymes .card-footer p {
  color: #273987 !important;
  font-weight: 600;
}
.entidad-acelerapymes a, .entidad-acelerapymes h3, .entidad-acelerapymes h5 {
  color: #273987;
}
.entidad-acelerapymes a {
  font-weight: 600;
}
.entidad-acelerapymes h6, .entidad-acelerapymes h4, .entidad-acelerapymes button {
  color: #d0516e;
}
.entidad-acelerapymes .btn-link:hover {
  text-decoration: underline;
  text-decoration-color: #d0516e;
}
.entidad-acelerapymes .btn-link:focus {
  text-decoration: none;
}
.entidad-acelerapymes #btnEnviarfrmAceleraPyme {
  border-color: #d0516e;
}
.entidad-acelerapymes #btnEnviarfrmAceleraPyme:hover {
  background: #d0516e;
  color: white;
  border-color: #d0516e;
}

.contenedor-imgArticulo .texto {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.contenedor-imgArticulo .overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.9s ease;
  background-color: #337ab7;
}
.contenedor-imgArticulo:hover .overlay {
  opacity: 0.85;
}

#tablapedidos tbody tr:nth-child(2n+1) {
  background: #eaeaea;
}

#tablasaldo tbody tr:nth-child(2n+1) {
  background: #eaeaea;
}

.tablaHeader-fondo {
  background: #90b2d7;
  color: #000000;
}

.entidad-portada_netcontrata_api .card .card-img-top {
  background: #4395DE;
  background: -webkit-linear-gradient(to left, #eaf5ff, #b0daff);
  background: linear-gradient(to left, #eaf5ff, #b0daff);
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  background: transparent;
  color: black;
}


/*Para que se vean bien las cartas en Internet Explorer*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-block .card {
    display: block;
    min-height: 0.01px;
    flex-shrink: 0;
  }

  .card .card-block {
    display: block;
    min-height: 0.01px;
    flex-shrink: 0;
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  h1 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  /*1rem = 16px*/
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 2.1rem;
  }

  /*1rem = 16px*/
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 2.4rem;
  }

  /*1rem = 16px*/
}
.headerData {
  background-color: #aecfec;
}
.col-center{
    float: none;
    margin: 0 auto;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.blockFields {
  background-color: #a4a5a5;
  color: #f8f9fa;
}

.cardHome {
  font-size: 1em;
  overflow: hidden;
  padding: 5px;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin-top: 20px;
}


#CookielawBanner {
  position: fixed;
  background: #dbe3f5;
  z-index: 11;
  box-shadow: 1px 1px 20px rgba(137, 129, 209, 0.4);
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  text-align: center;
}

#cajacookies button {
  color: black;
}

.triangle_down {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

/*# sourceMappingURL=estilos.css.ecb26e7acee8.map */



/* Nuevos estilos */

/*#header_bars .dropdown-toggle::after {*/
/*    display: none !important;*/
/*}*/


@media screen and (max-width: 600px) {
  .navbar-brand img{
    max-width: 15rem;
  }
}
@media screen and (min-width: 800px) {
 #header_bars {
    display: none;
  }
}

@media screen and (max-width: 600px) {
 #menuPrincipal a{
    text-align: center;
  }
}


@media screen and (min-width: 800px) {
 #menuPrincipal a{
    text-align: right;
  }
}

.dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
}

.italicstrong{
  font-weight: bold;
  font-style: italic;
}

.strong{
  font-weight: bold;
}


/* HOME */


.home-principal{
  background: url("/static/app/img/banner_home.725e778b67d3.png") no-repeat;
  background-position-y: 0px;
  background-size: cover !important;
  height: 30rem;
}

@media screen and (min-width: 2000px) {
  .home-principal{
    background: url("/static/app/img/banner_home.725e778b67d3.png") no-repeat;
    background-position-y: 0px;
    background-size: contain;
    height: 30rem;
  }
}

@media screen and (max-width: 600px) {
  .home-principal{
    background: url("/static/app/img/banner_home_movil.e54ead2756bd.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

/* botonera principal */

.container-home {
  position: relative;
  /*background-position-y: 0px;*/
  background-size: cover;
  height: 38rem;
  width: 85%;
}

.container-home .btn-home{
    position: absolute;
    width: 200px;
    margin-top: 27.2rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22pt;
    border-top-left-radius: 35%;
    border-top-right-radius: 35%;
    border-width: 0;
    color: white;
    outline: none;
}

.menu .carousel-caption{

  position: fixed;
  margin-top: 20rem;

}


.btn-netcontrata-home{
    background-color: rgb(41, 128, 185);

}

.btn-timelaboris{
    background-color: #FF4711;

}

.btn-enotifica{
    background-color: rgb(81, 172, 88);

}

.btn-gesta-home{
    background-color: rgb(62, 102, 138);

}

.btn-ehogar{
    background-color: rgb(111, 66, 193);

}

.btn-delegared{
    background-color: #E53935;

}

.boton-oscuro{
  position: relative;
  border-radius: 10em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 25%;
}



.boton-card-oscuro{
  position: relative;
  border-radius: 10em;
  background-color: rgb(41, 128, 185);
  color: #FFF0F0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  border-width: 0;
  width: 50%;
}
.boton-card-claro{
  position: relative;
  border-radius: 10em;
  background-color: rgb(227, 244, 255);
  color: black;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  border-width: 0;
  width: 50%;
}

.boton-ver-mas{
  position: relative;
  border-radius: 10em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 25%;
  margin-bottom: 2em !important;
}
/* cabeceras imagenes*/
/* cuerpo texto */
.text-card-cq{
  padding-bottom: 3em;
}

.card-cq1{
  background-color: rgb(227, 244, 255);
}

.card-cq2{
  background-color: rgb(160, 218, 255);
}

.card-cq3{
  background-color: rgb(41, 128, 185);
}

.text-card{
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
}

.title-card{
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21pt;
    color: #2980B9;
}
.title-card1{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 21pt;
    color: rgb(227, 244, 255);
}

.card-cq{
  padding: 0em;
  margin: 0em;
}

.centrado{
  text-align: center;
  /*padding-bottom: 2em;*/
  margin-top: 2em;
}

.center-img{
  margin: 0;
  position: relative;
  top: 50%;
  left: -15%;
}

.center-img-mapa{
  margin: 0;
  position: relative;
  top: 50%;
  left: 0%;
}
.text-center {
    text-align: center !important;
}

.titulo-principal span{

  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28pt;
  color: #2980B9;
}

.entidad-informacion h2{
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: black;
  font-size: 16pt;
  text-align: center !important;
}

.entidad-informacion p{
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #2980B9;
  font-size: 16pt;
  text-align: center !important;
}

.entidad-informacion a{
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #2980B9;
  font-size: 16pt;
  text-align: center !important;
}


@media screen and (max-width: 800px) {
  .entidad-digitalizadores .boton-oscuro{
    position: relative;
    border-radius: 10em;
    background-color: rgb(41, 128, 185);
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    border-width: 0;
    width: 50%;
  }
}


@media screen and (min-width: 800px) {
  .entidad-informacion {
  /*background-color: #E3F4FF;*/
  background: url("../img/footer_azul.faf2e925e940.png");
  background-size: cover;
  text-align: center;
}
}



@media screen and (max-width: 800px) {
  .entidad-informacion {
    background-color: #E3F4FF;
    background-size: cover;
    text-align: center;
  }
}


.titulo-principal-footer span{

  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28pt;
  color: #2980B9;
}

.entidad-home-contacto .container{
  background: url("../img/fondo-index.503bb28789aa.jpg");
  background-size: cover;
}

/*.entidad-accountex .container{*/
/*  background: url("../img/banner_web_accountex.e88d6322e46d.png");*/
/*  !*background-size: cover;*!*/
/*}*/





/* seccion nosotros */

.home-principal-nosotros{
  background: url("../img/banner_nosotros.b260759d9c48.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-nosotros{
    background: url("../img/banner_nosotros_movil.db70a110f892.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

.btn-nosotros{
    margin-left: 15rem;
    background-color: rgb(227, 244, 255);
    color:rgb(41, 128, 185) !important;
}

.btn-clientes{
    margin-left: 10rem;
    background-color: rgb(160, 218, 255);
}

.btn-estrategia{
    margin-left: 4rem;
    background-color: rgb(41, 128, 185);
}

@media screen and (min-width: 2200px) {
 .btn-nosotros{
      margin-left: 22rem;
      background-color: rgb(227, 244, 255);
      color:rgb(41, 128, 185) !important;
  }

  .btn-clientes{
      margin-left: 12rem;
      background-color: rgb(160, 218, 255);
  }

  .btn-estrategia{
      margin-left: 4rem;
      background-color: rgb(41, 128, 185);
  }
}

.entidad-descripcion .container{
  /*background: url("../img/edificio_fondo.17edc39b51e7.png")no-repeat;*/
  background-position: right;
  background-color: rgb(227, 244, 255);
}

.entidad-descripcion p{
  text-align: justify !important;
}

.entidad-mapa .container{
  background-color: rgb(160, 218, 255);
}

@media screen and (min-width: 800px) {
  .entidad-mapa .mapa{
    margin-top: 10rem; padding-right: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .entidad-mapa .mapa{
    margin-top: 2rem; padding-right: 1rem;
  }
}

.entidad-mision .container{

  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgb(41, 128, 185);


}

.entidad-mision .card{
  width: 21em;
  height: 14em;
  vertical-align: center;
  text-align: center;
}


.entidad-mision .card-container{
  text-align: center;
}

.entidad-mision .flip-card-front .card-body{
  margin-top: 4.2rem;
}

.entidad-mision .flip-card-front p{
  vertical-align: center;
  text-align: center;
  color: #2980B9;
}

.entidad-netcontrata-api .container{
  background: url("../img/fondo_netcontrata_api.5fbe5b6eed62.jpg")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  padding-bottom: 5rem;
}

.boton-oscuro-nosotros{
  position: relative;
  border-radius: 5px;
  background-color: white;
  color:  rgb(41, 128, 185) !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 75%;
  margin-top: 5em;
}

/*  Entidad Netcontrata */

.home-principal-netcontrata{
  background: url("../img/banner_nc.d4fa9bff3974.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}
@media screen and (max-width: 600px) {
  .home-principal-netcontrata{
    background: url("../img/banner_nosotros_movil.db70a110f892.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}


.btn-netcontrata{
  background-color: rgb(160, 218, 255);
  margin-left: 27rem;
}

.btn-servicio{
  background-color: rgb(41, 128, 185);
  width: 240px !important;
  margin-left: 53rem;
}

.btn-ventajas{
  background-color: rgb(0, 112, 184);
  margin-left: 79rem;
}

.titulo-descripcion{

  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20pt;
  color: #2980B9;

}

.texto-netcontrata-descripcion{
  font-size: 14pt;
}

.entidad-info-netcontrata{
  font-size: 15pt;
  text-align: justify !important;
}

.entidad-info-netcontrata .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 70%;
  margin-left: 6rem;
}

.entidad-mision-netcontrata .flip-card {
  width: 85%;
  height: 27rem !important;
}

.entidad-mision-netcontrata .flip-card-front .card-body p{
  margin-top: 12rem;
}




.entidad-mision-netcontrata{
  /*background-color: rgb(41, 128, 185);*/
  padding-top: 5em;
  padding-bottom: 5em;

}

.entidad-mision-netcontrata .card{
  width: 20em;
  height: 15em;
  vertical-align: center;
  text-align: center;
}

.entidad-mision-netcontrata .flip-card-front p{
  vertical-align: center;
  text-align: center;
}

.entidad-importacion .container{
  background-color: rgb(160, 218, 255);
}

.entidad-importacion .importacion-image{
  background: url("../img/netcontrata_importacion_logo.69a6bac25b43.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
}

.entidad-ventajas .container{
  background-color: rgb(41, 128, 185);
}

.entidad-netcontrata-ayuda .titulo-principal span{

  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20pt;
  color: #2980B9;
}
.entidad-netcontrata-ayuda .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 50%;
  margin-left: 7rem;
}


/*  GESTA   */

.home-principal-gesta{
  background: url("../img/banner_gesta.d23a0d5e34b0.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}
@media screen and (max-width: 600px) {
  .home-principal-gesta{
    background: url("../img/banner_gesta_movil.73502104c505.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}



.entidad-gesta-ayuda .container{
  background: url("../img/fondo-index.503bb28789aa.jpg");
  background-size: cover;
}



.entidad-info-gesta .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 65%;
  margin-left: 3rem;
}

.btn-gesta {
  background-color: rgb(41, 128, 185);
  margin-left: 15rem;
}

.btn-servicios {
  background-color: rgb(160, 218, 255);
  width: 240px !important;
  color: rgb(0, 112, 184) !important;
  margin-left: 8rem;
}

.btn-software {
  background-color: rgb(0, 112, 184);
  margin-left: 4rem;
}


@media screen and (min-width: 2200px) {
 .btn-gesta {
    background-color: rgb(41, 128, 185);
    margin-left: 22rem;
  }

  .btn-servicios {
    background-color: rgb(160, 218, 255);
    width: 250px !important;
    color: rgb(0, 112, 184) !important;
    margin-left: 13rem;
  }

  .btn-software {
    background-color: rgb(0, 112, 184);
    margin-left: 8rem;
  }
}

.entidad-gesta-nosotros .text-card-cq{
  padding-bottom: 8rem;
}


.container-utilidades{

  background-color:rgb(227,244,255);
}

@media screen and (max-width: 800px) {

  .entidad-info-gesta iframe{
    max-width: 100%;
  }
}
@media screen and (min-width: 800px) {

  .entidad-info-gesta iframe{
    margin-left: 3rem
  }
}


/* certificados */

.home-principal-certificados{
  background: url("../img/banner_certificados.72a4f070120a.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}
@media screen and (max-width: 600px) {
  .home-principal-certificados{
    background: url("../img/banner_certificados_movil.7409c91e48f4.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}



.home-principal-certificados .btn-solicitar{
  background-color: rgb(227,244,255);
  color: rgb(41, 128, 185);
  width: 20rem !important;
  margin-left: 22rem;
}

.home-principal-certificados .btn-alojamiento{
  background-color: rgb(160,218,255);
  margin-left: 52rem;
}

.home-principal-certificados .btn-camerfirma {
  background-color: rgb(0, 112, 184);
  margin-left: 79rem;
}

.entidad-info-camerfirma .container{
  background-color: #E3F4FF;
  padding-top: 2em;
  padding-bottom: 2em;
}

.entidad-info-camerfirma .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 50%;
}

.entidad-contacto-certificados .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(160, 218, 255);
  color: rgb(41, 128, 185) !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 50%;
}


@media screen and (max-width: 800px) {
  .entidad-info-solicitar .boton-oscuro{
    border-radius: 8em;
    background-color: rgb(41, 128, 185);
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    border-width: 0;
    width: 75%;
  }

  .entidad-info-camerfirma .boton-oscuro{
    border-radius: 8em;
    background-color: rgb(160, 218, 255);
    color: rgb(41, 128, 185) !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    border-width: 0;
    width: 75%;
  }
}


.entidad-contacto-certificados .container{
  background-color: rgb(41, 128, 185);
  padding-top: 4em;
  padding-bottom: 4em;
}

.entidad-info-certificados p{
  width: 80%;
  padding-left: 5rem;
  text-align: justify !important;
}

.entidad-info-camerfirma p{
  width: 80%;
  padding-left: 5rem;
  text-align: justify !important;
}

.entidad-contacto-certificados p{
  width: 80%;
  padding-left: 5rem;
  text-align: justify !important;
}


.entidad-punto-acreditacion .container{
  background-color: rgb(160, 218, 255);
  color: rgb(41, 128, 185) !important;
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100% !important;
  position: relative;
}


.entidad-punto-acreditacion .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 50%;
  margin-left: 1rem;
}




/* hogar */


.home-principal-hogar{
  background: url("../img/banner_hogar.53724975c2b5.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-hogar{
    background: url("../img/banner_hogar_movil.be2c97f21ad7.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

.btn-hogar{
  background-color: rgb(111, 66, 193);
  margin-left: 15rem;
}

.btn-descripcion {
  background-color: rgb(160, 218, 255);
  color: rgb(41, 128, 185) !important;
  width: 18rem !important;
  margin-left: 8rem;
}

.btn-descarga {
  background-color: rgb(41, 128, 185);
  margin-left: 6rem;
}

@media screen and (min-width: 2200px) {
 .btn-hogar{
    background-color: rgb(111, 66, 193);
    margin-left: 22rem;
  }

  .btn-descripcion {
    background-color: rgb(160, 218, 255);
    color: rgb(41, 128, 185) !important;
    width: 18rem !important;
    margin-left: 12rem;
  }

  .btn-descarga {
    background-color: rgb(41, 128, 185);
    margin-left: 8rem;
  }
}

.entidad-info-hogar .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 50%;
  margin-left: 7rem;
}

.entidad-hogar-descripcion .container{
  background: url("../img/fondo-index.503bb28789aa.jpg");
  background-size: cover;
}

.entidad-hogar-nosotros .text-card-cq{
  margin-bottom: 8rem;
}




/* enotifica */

.home-principal-enotifica{
  background: url("../img/banner_notifica.658af3ef9971.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-enotifica{
    background: url("../img/banner_notifica_movil.f9c8c19a90c7.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}



/* servicios */

.home-principal-servicios{
  background: url("../img/banner_servicios.5eae177f4854.png")no-repeat;
  background-position-y: 0px;
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-servicios{
    background: url("../img/banner_servicios_movil.8a73778d938d.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

.home-principal-servicios .btn-convenios{
  background-color: rgb(0, 112, 184);
  margin-left: 10rem;
}

.home-principal-servicios .btn-calendarios {
  background-color: rgb(227,244,255);
  color: rgb(41, 128, 185);
  margin-left: 8rem;
}

.home-principal-servicios .btn-simulador {
  background-color: rgb(160,218,255);
  margin-left: 8rem;
}

.home-principal-servicios .btn-digital {
  background-color: rgb(0, 112, 184);
  margin-left: 6rem;
}



@media screen and (min-width: 2200px) {
 home-principal-servicios .btn-convenios{
    background-color: rgb(0, 112, 184);
    /*margin-left: 30rem;*/
  }

  .home-principal-servicios .btn-calendarios {
    background-color: rgb(227,244,255);
    color: rgb(41, 128, 185);
    /*margin-left: 18rem;*/
  }

  .home-principal-servicios .btn-simulador {
    background-color: rgb(160,218,255);
    /*margin-left: 16rem;*/
  }

  .home-principal-servicios .btn-digital {
    background-color: rgb(0, 112, 184);
    /*margin-left: 10rem;*/
  }

}


.entidad-info-calendarios .container{
  background-color: #E3F4FF;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.entidad-info-simulador .container{
  background: url("../img/fondo_simulador.11faf6bbfae4.png")no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.entidad-digital .container{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.entidad-info-convenios .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  border-width: 0;
  width: 65%;
  margin-left: 2rem;
}

.entidad-info-simulador .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  border-width: 0;
  width: 70%;
  margin-left: 4rem;
}


@media screen and (max-width: 800px) {
  .entidad-info-calendarios .boton-oscuro{
    border-radius: 8em;
    background-color: rgb(41, 128, 185);
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    border-width: 0;
    width: 80%;
    margin-left: 2rem;
  }

  .entidad-digital .boton-oscuro{
    border-radius: 8em;
    background-color: rgb(41, 128, 185);
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    border-width: 0;
    width: 80%;
    margin-left: 4rem;
  }
}


/* Contacto */

.home-principal-contacto-form{
  background: url("../img/banner_contacto.b5022b1d482b.png")no-repeat;
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-contacto-form{
    background: url("../img/banner_contacto_movil.743a8389bc88.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

.entidad-formulario-contacto .container{
  background: url("../img/fondo-index.503bb28789aa.jpg")no-repeat;
  background-size: cover;
}

.btn-contacta{
  background-color: rgb(227,244,255);
  margin-left: 23rem;
}

.btn-ubicacion {
  background-color: rgb(160,218,255);
  width: 18rem !important;
  margin-left: 17rem;
}

.btn-faq {
  background-color: rgb(0, 112, 184);
  margin-left: 15rem;
}

@media screen and (min-width: 2200px) {
 .btn-contacta{
    background-color: rgb(227,244,255);
    margin-left: 35rem;
  }

  .btn-ubicacion {
    background-color: rgb(160,218,255);
    width: 18rem !important;
    margin-left: 25rem;
  }

  .btn-faq {
    background-color: rgb(0, 112, 184);
    margin-left: 22rem;
  }

}

.entidad-formulario-contacto p{
  color: rgb(0, 112, 184);
  margin-top:10rem;
  font-size: 14pt;
}

.entidad-localizacion p{
  color: rgb(0, 112, 184);
  margin-top:12rem;
  font-size: 12pt;
}

.entidad-localizacion .container{
  background-color: #E3F4FF;
}

@media screen and (max-width: 800px) {

  .entidad-localizacion iframe{
    max-width: 100%;
  }
}




/*  Entidad blog */

.home-principal-blog{
  background: url("../img/banner_blog.bc4d2c2f38cd.png");
  background-size: cover;
  height: 30rem;
}

@media screen and (max-width: 600px) {
  .home-principal-blog{
    background: url("../img/banner_blog_movil.cb88f1dc05d6.png") no-repeat;
    /*background-position-y: 0px;*/
    background-size: contain;
    height: 15rem;
  }
}

.btn-noticias{
    background-color: rgb(0, 112, 184);
    margin-left: 10rem;
}

.btn-videos{
    background-color: rgb(227,244,255);
    margin-left: 7rem;
}

.btn-exito{
    background-color: rgb(160,218,255);
    width: 225px !important;
}

.btn-eventos{
    background-color: rgb(0, 112, 184);
    margin-right: 6rem;
}

@media screen and (min-width: 2200px) {
 .btn-noticias{
    background-color: rgb(0, 112, 184);
    margin-left: 18rem;
  }

  .btn-videos{
      background-color: rgb(227,244,255);
      margin-left: 10rem;
  }

  .btn-exito{
      background-color: rgb(160,218,255);
      width: 225px !important;
      margin-left: 6rem;
  }

  .btn-eventos{
      background-color: rgb(0, 112, 184);
      margin-right: 6rem;
  }

}

.entidad-videos .container{
  background-color: rgb(227,244,255);
}

.entidad-videos h3{
  color: rgb(41, 128, 185);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.entidad-videos .boton-oscuro{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  border-width: 0;
  width: 60%;
}


@media screen and (min-width: 800px) {

  .entidad-videos iframe{
    margin-left: 7rem;
  }
   .entidad-videos span{
    margin-left: 7rem;
  }
   .entidad-videos .card{
    margin-left: 7rem;
  }
}


@media screen and (max-width: 800px) {

  .entidad-videos iframe{
    margin-left: 2rem;
  }
  .entidad-videos span{
    margin-left: 2rem;
  }
  .entidad-videos .card{
    margin-left: 4rem;
  }
}

.entidad-exito .container{
  background-color: rgb(160,218,255);
}

.entidad-eventos .container{
  background-color: rgb(0, 112, 184);
}


.card-pvp a{
  border-radius: 8em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  text-align: center !important;
  border-width: 0;
  width: 60% !important;
}



/* fin blog */
#lista1 li {
  display:inline;
  padding-left:3px;
  padding-right:3px;
}

.margen10{
  margin-top: 5em;
}

.margen2{
  margin-top: 2em;
}

.margen5{
  margin-top: 0.5em;
}
.margenleft7{
  margin-left: 7em;
}
.paddingb5{
  padding-bottom: 5em;
}

.oculto {
  display: none;
}
.texto-blanco{

  color:white;
}


/*footer*/
.entidad-informacion .boton-oscuro{
  position: relative;
  border-radius: 10em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  border-width: 0;
  width: 50%;
}


/* card flip css */

.flip-card {
  background-color: transparent;
  width: 85%;
  height: 20em;
  border: 1px solid #f1f1f1;
  margin-left: 2rem;
  /*perspective: 1000px; !* Remove this if you don't want the 3D effect *!*/
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.5s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #E3F4FF;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20pt;
  color: #A0DAFF;
  text-align: center;
}

.flip-card-front .card-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #E3F4FF;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 10pt;
  color: black;
  text-align: left;
  height: 15%;
  /*border-top-color: #0B7500;*/
  border-top: 2px solid #2980B9;
}

/* Style the back side */
.flip-card-back {
  background-color: #E3F4FF;
  color: black;
  transform: rotateY(180deg);
}
.flip-card-back img{
  height: 45%;
  width: 100%;
}

.flip-card-back .card-footer{
  width: 100%;
  background-color: #E3F4FF;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 7pt;
  color: black;
  text-align: center;
  height: 15% !important;
  border-top: 0;
}

.flip-card-back .card-footer .boton-ver-mas{
  position: relative;
  border-radius: 10em;
  background-color: rgb(41, 128, 185);
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  border-width: 0;
  width: 60%;
  margin-bottom: 2em !important;
}



.text-card{
  padding-left: 3rem;
  width: 90%;
  text-align: justify;
  height: 12rem;
  font-size: 14pt;
}

.text-card-sinbtn{
  padding-left: 3rem;
  width: 90%;
  text-align: justify;
  height: 16rem;
  font-size: 14pt;
}


/* card flip css end */

.entidad-formacion .cabecera{
  width: 100%;
  height: 16.3rem;
  background-image: url("/static/formacion/img/banner-formaciones.26c27d1e9578.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 600px) {
  .entidad-formacion .cabecera{
    width: 100%;
    height: 22rem;
    background-image: url("../img/formacion_slider_contenido_movil.2ccaa170aedc.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  main .carousel-inner .carousel-caption {
    padding-top: 4em;
    color: #3a6386;
    background: white;
    width: 65%;
    font-size: 3pt;
  }

  main .carousel-inner .carousel-caption h2{
    font-size: 4pt;
  }
  main .carousel-inner .carousel-caption .btn{
    font-size: 3pt;
  }
}

.dato-lista{
  text-align: left;
}
.tarjeta-formacion{
  border: 1px solid black;
  border-collapse: collapse;
  height: 55rem;
}

.tarjeta-formacion .formacion-imagen{
  height: 10%;

}

.tarjeta-formacion .formacion-titulo{
  height: 10%;
  text-align: center;
  font-size: 18pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2980B9;
  margin-top: 2em;
}

.tarjeta-formacion .formacion-body{
  height: 40%;
  font-size: 14pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.tarjeta-formacion .formacion-body-datos{
  height: 20%;
  font-size: 12pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.tarjeta-formacion .formacion-footer{
  height: 20%;

}

.btn-resgistrarse{
  position: relative;
  text-align: center;
  border-radius: 5em;
  margin-top: -1em;
  box-shadow: 0 3px 0 0 #d4d4d5;
  background-color: #2980B9;
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  border-width: 0;
  width: 25%;

}

.btn-login{
  position: relative;
  text-align: center;
  border-radius: 5em;
  margin-top: -1em;
  box-shadow: 0 3px 0 0 #d4d4d5;
  background-color: #2980B9;
  color: white !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  border-width: 0;
  width: 25%;
}

@media only screen and (max-width: 600px) {

  .btn-resgistrarse{
    position: relative;
    text-align: center;
    border-radius: 5em;
    background-color: rgb(41, 128, 185);
    color: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    border-width: 0;
    width: 75%;
    margin-left: 2.5em;
  }

  .tarjeta-formacion .formacion-body {
    height: 45%;
    font-size: 11pt;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

  }

  .tarjeta-formacion .formacion-body-datos {
    height: 20%;
    font-size: 9pt;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

  }

}

/*tajerte add suscripcion*/

.entidad-add-formacion.dato-lista{
  text-align: left;
}
.entidad-add-formacion .tarjeta-formacion{
  border: 1px solid black;
  border-collapse: collapse;
  height: 33.5em;

}

.entidad-add-formacion .tarjeta-formacion .formacion-titulo{
  height: 15%;
  text-align: center;
  font-size: 16pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2980B9;
  margin-top: 1em;
}

.entidad-add-formacion .tarjeta-formacion .formacion-body{
  height: 55%;
  font-size: 12pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.entidad-add-formacion .tarjeta-formacion .formacion-body-datos{
  height: 30%;
  font-size: 10pt;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.span-instruccion{
  font-size: 8pt; 
  margin-top: 1em;
  color: #000000;
  display:inline-block; 
  width: 300px; 
  height: 35px;
}
.enlaces-login{
  color: black ; 
  font-weight: bold;
}
.enlaces-signin{
  color: black;
  font-weight: bold;
  text-decoration: underline !important;
}
.enlaces-otros{
  color: black;
  text-decoration: underline !important;
}
a, a:hover{
  color:#333
}

.fa-circle-user-o{
  color: gray;
}

.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none !important;
}

.textos{
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.color-texto{
  color: #2980b9;
}
.texto-bordes{
  border-top: 0 !important; 
  border-left: 0 !important; 
  border-right: 0 !important; 
  border-radius:unset;
}
.textos-form{
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: small !important;
}

.collapse.send-now {
  display: block;
}

#form_facturacion .text-muted{
  background-color: #fff3cd !important;
  margin-top: 1rem;
  padding: 1rem;
}

@media (max-width: 388.99px) {
  .resize-header {
    display: inline-flex;
    position: absolute;
    flex-wrap: nowrap;
    float: right;
  }
}


.tabla-pedidos thead th{
  color: #2980B9;
}

.tabla-pedidos tbody tr{
  background-color: white !important;
}

.tabla-pedidos tbody tr i{
  color: #2980B9 !important;
}

.tabla-pedidos .page-item{
  padding: 3px;
  display: inline-block;
  border-style: none;
  text-decoration-color: #2980B9 !important;
}
.tabla-pedidos .active a{
  background-color: #2980B9 !important;
  text-decoration-color: white !important;
}

.tabla-pedidos .page-item a{
  border-radius: 50% !important;
}

.tabla-pedidos .previous a,
.tabla-pedidos .next a{
  border-radius: 50% !important;
  font-size: 0;

}


.tabla-pedidos .next a:after {
  font-size: 1rem;
  content: '>';
}

.tabla-pedidos .previous a:after
 {
  font-size: 1rem;
  content: '<';
}


/*esconder button toggle menu*/

@media only screen and (min-width: 600px) {
  #sidebarToggle{
    display: none;
  }
}

.entidad-newsletter {
    height: 3.2rem;
    position: fixed;
    left: 1rem;
    text-align: center;
    z-index: 20;
    bottom: 20rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    background-color: rgba(227, 244, 255, 0.8);
    width: 6rem;
    border-radius: 5em;
    padding: 2px;
}

#scroll-newsletter i {
  color: #337ab7;
}

.tooltip-inner {
  background-color: rgba(227, 244, 255, 0.8);
  color: #337ab7;
}
